Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidrelyingparty/openidrelyingparty/templates/signin.kid@7077
Revision 7077,
1.1 KB
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | <html py:extends="'ndgpage.kid'" xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"> |
---|
2 | <div py:def="openIDSignin()" class="openIDSignin" style="text-indent:5px"> |
---|
3 | <form action="$c.baseURL/verify" method="post"> |
---|
4 | <table cellspacing="0" border="0" cellpadding="5"> |
---|
5 | <tr> |
---|
6 | <td>OpenID:</td> |
---|
7 | <td> |
---|
8 | <input type="text" name="openid" value="" class='openid-identifier' size="30"/> |
---|
9 | </td> |
---|
10 | <td align="right"> |
---|
11 | <input type="submit" name="authform" value="Go"/> |
---|
12 | </td> |
---|
13 | <td> |
---|
14 | <a href="http://openid.net/what/" target="_blank"><small>What's this?</small></a> |
---|
15 | </td> |
---|
16 | </tr> |
---|
17 | </table> |
---|
18 | </form> |
---|
19 | </div> |
---|
20 | |
---|
21 | <head> |
---|
22 | <style> |
---|
23 | input.openid-identifier { |
---|
24 | background: url($c.baseURL/layout/openid-inputicon.gif) no-repeat; |
---|
25 | background-color: #fff; |
---|
26 | background-position: 0 50%; |
---|
27 | padding-left: 18px; |
---|
28 | } |
---|
29 | </style> |
---|
30 | <replace py:replace="pagehead()"/> |
---|
31 | </head> |
---|
32 | <body> |
---|
33 | <div py:replace="header()"/> |
---|
34 | <replace py:replace="openIDSignin()"/> |
---|
35 | <div py:replace="footer(showLoginStatus=False)"/> |
---|
36 | </body> |
---|
37 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.