Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/openid/provider/renderinginterface/buffet/templates/ndg/security/login.kid@7077
Revision 7077,
1.4 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 | |
---|
3 | <div py:def="loginForm()" class="loginForm"> |
---|
4 | <form action="${c.urls['url_loginsubmit']}" method="POST"> |
---|
5 | <input type="hidden" name="success_to" value="$c.success_to" /> |
---|
6 | <input type="hidden" name="fail_to" value="$c.fail_to" /> |
---|
7 | <table cellspacing="0" border="0" cellpadding="5"> |
---|
8 | <tr> |
---|
9 | <td>Username:</td> |
---|
10 | <td><input type="text" name="username" value=""/></td> |
---|
11 | </tr><tr> |
---|
12 | <td>Password:</td> |
---|
13 | <td><input type="password" name="password"/></td> |
---|
14 | </tr><tr> |
---|
15 | <td colspan="2" align="right"> |
---|
16 | <input type="submit" name="submit" value="Login"/> |
---|
17 | <input type="submit" name="cancel" value="Cancel"/> |
---|
18 | </td> |
---|
19 | </tr> |
---|
20 | </table> |
---|
21 | </form> |
---|
22 | </div> |
---|
23 | |
---|
24 | <head> |
---|
25 | <replace py:replace="pagehead()"/> |
---|
26 | </head> |
---|
27 | <body> |
---|
28 | <div py:replace="header()"/> |
---|
29 | <div class="loginContent" style="text-indent:5px"> |
---|
30 | <h2>Login</h2> |
---|
31 | <div py:replace="loginForm()"/> |
---|
32 | <p>${XML(c.xml)}</p> |
---|
33 | </div> |
---|
34 | <div py:replace="footer()"/> |
---|
35 | </body> |
---|
36 | |
---|
37 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.