root/trunk/projects/bos/payment-website/templates/login.xml

Revision 2844, 0.8 kB (checked in by ksprotte, 9 months ago)

corrected xmlns:bos namespace in templates/login.xml

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <html xmlns="http://www.w3.org/1999/xhtml"
3       xmlns:bos="http://headcraft.de/bos">
4  <bos:admin-login-page>
5   <head>
6    <title>Please log in to the BOS CMS</title>
7    <link rel="stylesheet" href="/static/cms.css" />
8   </head>
9   <body>
10    <img src="/images/bos-logo.gif" width="348" height="255"/>
11    
12    <p>Please log in to the BOS CMS</p>
13  
14    <form method="post">
15     <table>
16      <tr>
17       <td>Username</td>
18       <td><input name="__username"/></td>
19      </tr>
20      <tr>
21       <td>Password</td>
22       <td><input name="__password" type="password"/></td>
23      </tr>
24      <tr>
25       <td colspan="2">
26        <input type="submit" name="action" value="login"/>
27       </td>
28      </tr>
29     </table>
30    </form>
31   </body>
32  </bos:admin-login-page>
33 </html>
Note: See TracBrowser for help on using the browser.