[503] | 1 | <metal:html> |
---|
| 2 | |
---|
| 3 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 4 | |
---|
| 5 | <metal:main fill-slot="main" |
---|
| 6 | tal:define="username request/username | request/__ac_name | nothing"> |
---|
| 7 | |
---|
[509] | 8 | <h3 i18n:translate="">Student Login</h3> |
---|
[503] | 9 | |
---|
[509] | 10 | <form id="" action="" method="post" |
---|
[503] | 11 | tal:attributes="action string:${base_url}logged_in"> |
---|
[509] | 12 | |
---|
[503] | 13 | |
---|
[509] | 14 | <p> To access the registration portal enter your Student Id and Password. </p> |
---|
| 15 | |
---|
| 16 | <p>The <strong>Student Id</strong> has been automatically assigned by the portal after creation of |
---|
| 17 | the student record. Do not confuse with your Registration or Matriculation Number!</p> |
---|
| 18 | |
---|
| 19 | <p>During the admission and clearance process the <strong>Password</strong>, which has to be entered here, corresponds with the last |
---|
[610] | 20 | 10 digits of your Access Card PIN. You cannot change the Password (or better Passnumber). After clearance you will be requested to choose your own |
---|
[509] | 21 | password.</p> |
---|
| 22 | |
---|
| 23 | <br /> |
---|
| 24 | |
---|
[503] | 25 | <table id="login" class="form" |
---|
| 26 | summary="Table for entering login information"> |
---|
| 27 | <tbody> |
---|
| 28 | <tr> |
---|
| 29 | <th> |
---|
| 30 | <label for="username" |
---|
[509] | 31 | i18n:translate="label_student_id">Student Id</label></th> |
---|
[503] | 32 | <td> |
---|
| 33 | <input type="text" id="username" name="__ac_name" |
---|
| 34 | class="focus" size="20" value="" |
---|
| 35 | tal:attributes="value username" /></td> |
---|
| 36 | </tr> |
---|
| 37 | <tr> |
---|
| 38 | <th> |
---|
| 39 | <label for="password" |
---|
| 40 | i18n:translate="label_password">Password</label></th> |
---|
| 41 | <td> |
---|
| 42 | <input type="password" id="password" name="__ac_password" size="20" |
---|
| 43 | value="" /></td> |
---|
| 44 | </tr> |
---|
| 45 | </tbody> |
---|
| 46 | </table> |
---|
[509] | 47 | |
---|
[503] | 48 | <p class="buttonArea"> |
---|
| 49 | <!-- ****** Enable the automatic redirect ***** --> |
---|
| 50 | <input type="hidden" name="came_from" value="" |
---|
| 51 | tal:condition="exists: request/came_from" |
---|
| 52 | tal:attributes="value request/came_from" /> |
---|
| 53 | <!-- ****** Enable the automatic redirect ***** --> |
---|
| 54 | <input i18n:attributes="value" class="standalone" |
---|
| 55 | type="submit" name="submit" value="button_login" /> |
---|
| 56 | </p> |
---|
| 57 | |
---|
| 58 | </form> |
---|
| 59 | |
---|
[509] | 60 | <br /> |
---|
| 61 | |
---|
[503] | 62 | <p i18n:translate="help_login_aware_logout"> |
---|
| 63 | Don't forget to logout or exit your browser when you're done. |
---|
| 64 | </p> |
---|
| 65 | <p i18n:translate="help_login_troubles_cookies"> |
---|
| 66 | Having trouble logging in? Make sure to enable cookies in |
---|
| 67 | your web browser. |
---|
| 68 | </p> |
---|
| 69 | |
---|
| 70 | </metal:main> |
---|
| 71 | </metal:body> |
---|
| 72 | </metal:html> |
---|