- Timestamp:
- 14 Sep 2011, 01:56:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt
r6717 r6758 1 <h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2> 1 <h2 i18n:translate="" tal:condition="view/label" 2 tal:content="view/label">Label</h2> 2 3 <form method="POST"> 3 <input type="hidden" name="form.acprefix" value="" tal:attributes="value view/acprefix" />4 4 <table> 5 5 <tbody> 6 <tr> 7 <label for=" form.reg_number">Registration Number:6 <tr><td> 7 <label for="reg_number">Registration Number: 8 8 </label></td> <td> 9 <input name="form.reg_number" type="text" size="15" maxlength="15" value="" tal:attributes="value view/reg_number"/> </td> 9 <input name="reg_number" type="text" size="15" maxlength="15" 10 value="" tal:attributes="value view/reg_number"/> 11 </td></tr> 12 <tr> 13 <td> 14 <label for="ac_series">Access Code: 15 </label></td> <td> 16 <span tal:replace="view/ac_prefix">PIN Prefix 17 </span> - 18 <input name="ac_series" type="text" size="3" maxlength="3" 19 value="" tal:attributes="value view/ac_series"/> - 20 <input name="ac_number" type="text" size="10" maxlength="10" 21 value="" tal:attributes="value view/ac_number" /> </td> 10 22 </tr> 11 23 <tr> 12 <tr> <td> 13 <label for="form.acseries">Access Code: 14 </label></td> <td> 15 <span tal:replace="view/acprefix">PIN Prefix 16 </span> - 17 <input name="form.acseries" type="text" size="3" maxlength="3" value="" tal:attributes="value view/acseries"/> - 18 <input name="form.acnumber" type="text" size="10" maxlength="10" value="" tal:attributes="value view/acnumber" /> </td> 19 </tr> 20 <tr> 21 <td colspan="2"> 22 <input type="submit" name="SUBMIT" value="Show Student Id and set password" /> </td> 23 </tr> 24 <td colspan="2"> 25 <input type="submit" name="SUBMIT" 26 value="Show Student Id and set password" /> </td> 27 </tr> 24 28 </tbody> 25 29 </table> 26 30 </form> 27 <div> 31 <div><h3>Instructions:</h3> 28 32 <ul class="list"> 29 33 <li> Acquire a password access code (PWD). … … 31 35 <li> Enter your (JAMB) registration number and the access code. 32 36 </li> 33 <li> After pressing the button, your Student Id will be displayed and your password set. 34 The 10-digit part of the access code just used is your new password. 37 <li> After pressing the button, your Student Id will be displayed 38 and your password set. The 10-digit part of the access code just 39 used is your new password. 35 40 </li> 36 <li> Go to the <strong><a href="login">general login page</a></strong> and enter your new credentials. 41 <li> Go to the <strong><a href="login">general login 42 page</a></strong> and enter your new credentials. 37 43 </li> 38 44 </ul>
Note: See TracChangeset for help on using the changeset viewer.