Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/python/ndg_security_server/ndg/security/server/wsgi/openid/relyingparty/signin_interface/genshi/templates/signin.html@6113
Revision 6113,
1.5 KB
checked in by pjkersha, 11 years ago
(diff) |
Updating OpenID Provider Genshi rendering interface for CEDA look and feel.
|
Line | |
---|
1 | <html |
---|
2 | xmlns:xi="http://www.w3.org/2001/XInclude" |
---|
3 | xmlns="http://www.w3.org/1999/xhtml" |
---|
4 | xmlns:py="http://genshi.edgewall.org/"> |
---|
5 | <div py:def="openIDSignin()" id="openIDSignin"> |
---|
6 | <form action="$c.baseURL/verify" method="post"> |
---|
7 | <table cellspacing="0" border="0" cellpadding="5" style="align: left"> |
---|
8 | <tr align="left"> |
---|
9 | <td>OpenID:</td> |
---|
10 | <td align="left"> |
---|
11 | <input type="text" |
---|
12 | name="openid" |
---|
13 | value="$c.initialOpenID" |
---|
14 | class='openid-identifier' |
---|
15 | size="48" |
---|
16 | /> |
---|
17 | </td> |
---|
18 | <td align="right"> |
---|
19 | <input type="submit" name="authform" value="Go"/> |
---|
20 | </td> |
---|
21 | </tr> |
---|
22 | <tr> |
---|
23 | <td colspan="3"> |
---|
24 | <div id="message"> |
---|
25 | $$message |
---|
26 | </div> |
---|
27 | </td> |
---|
28 | </tr> |
---|
29 | </table> |
---|
30 | </form> |
---|
31 | </div> |
---|
32 | |
---|
33 | <head> |
---|
34 | <style> |
---|
35 | input.openid-identifier { |
---|
36 | background: url($c.baseURL/layout/openid-inputicon.gif) no-repeat; |
---|
37 | background-color: #fff; |
---|
38 | background-position: 0 50%; |
---|
39 | padding-left: 18px; |
---|
40 | } |
---|
41 | </style> |
---|
42 | <xi:include href="base.html" /> |
---|
43 | <replace py:replace="pagehead()"/> |
---|
44 | </head> |
---|
45 | <body> |
---|
46 | <div id="main"> |
---|
47 | <div py:replace="header()"/> |
---|
48 | <replace py:replace="openIDSignin()"/> |
---|
49 | <div py:replace="footer(showLoginStatus=False)"/> |
---|
50 | </div> |
---|
51 | </body> |
---|
52 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.