Changeset 6689 for main/waeup.sirp/trunk
- Timestamp:
- 6 Sep 2011, 21:47:59 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/contactadminform.pt
r6465 r6689 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 1 4 <form id="form1" name="form1" method="post"> 2 5 <input type="hidden" name="regno" type="text" id="regno" -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/loginpage.pt
r4789 r6689 1 <form method="post"> 2 3 <table id="login" class="form" 4 summary="Table for entering login information"> 5 <tbody> 6 <tr> 7 <th> 8 <label for="form.login">User Name</label> 9 </th> 10 <td> 11 <input type="text" id="login" name="form.login" size="20" /> 12 </td> 13 </tr> 14 15 <tr> 16 <th> 17 <label for="form.password">Password 18 </label> 19 </th> 20 <td> 21 <input type="password" id="password" name="form.password" 22 size="20" value="" /> 23 24 <font color="red"> 25 Notice: Passwords are case sensitive. 26 </font> 27 </td> 28 </tr> 29 </tbody> 30 </table> 31 32 <input type="hidden" name="camefrom" 33 tal:attributes="value view/camefrom" /> 34 35 <input type="submit" name="SUBMIT" value="Login" /> 36 37 <p>Don't forget to logout or exit your browser when you're done.</p> 38 <p>If you are having trouble logging in, make sure to enable 39 cookies in your web browser.</p> 40 41 </form> 1 <h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2> 2 <form method="post"> 3 <table id="login" class="form" summary="Table for entering login information"> 4 <tbody> 5 <tr> 6 <th> 7 <label for="form.login">User Name or Student Id 8 </label> 9 </th> <td> 10 <input type="text" id="login" name="form.login" size="20" /> </td> 11 </tr> 12 <tr> 13 <th> 14 <label for="form.password">Password 15 </label> 16 </th><td> 17 <input type="password" id="password" name="form.password" size="20" value="" /> 18 19 <font color="red"> Notice: Passwords are case sensitive. 20 </font></td> 21 </tr> 22 </tbody> 23 </table> 24 <input type="hidden" name="camefrom" tal:attributes="value view/camefrom" /> 25 <input type="submit" name="SUBMIT" value="Login" /><br /><br /> 26 <p>Don't forget to logout or exit your browser when you're done. 27 If you are having trouble logging in, make sure to enable cookies in your web browser. 28 </p> 29 </form>
Note: See TracChangeset for help on using the changeset viewer.