source: WAeUP_SRP/base/skins/waeup_student/login_student.pt @ 3682

Last change on this file since 3682 was 2606, checked in by Henrik Bettermann, 17 years ago

resolve #122

  • Property svn:keywords set to Id
File size: 2.3 KB
RevLine 
[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 
[1022]16  <p>The <strong>Student Id</strong> (initial capital letter followed by 6 numbers)
17  has been automatically assigned by the portal after creation of
18  the student record. Do not confuse with your Registration or Matriculation Number!
19  </p>
[509]20 
[783]21  <p>During the admission and clearance process the <strong>Password</strong> corresponds with the last
[1022]22  10 digits of your Admission Checking PIN (prefix APP).</p>
[509]23 
24  <br />
25
[503]26  <table id="login" class="form"
27         summary="Table for entering login information">
28    <tbody>
29    <tr>
30    <th>
31        <label for="username"
[509]32               i18n:translate="label_student_id">Student Id</label></th>
[503]33    <td>
34        <input type="text" id="username" name="__ac_name"
35               class="focus" size="20" value=""
36               tal:attributes="value username" /></td>
37    </tr>
38    <tr>
39    <th>
40        <label for="password"
41               i18n:translate="label_password">Password</label></th>
42    <td>
43        <input type="password" id="password" name="__ac_password" size="20"
[2606]44               value="" />&nbsp;&nbsp; <font color='red'>Notice: Passwords are case sensitive.  </font>   </td>
[503]45    </tr>
46    </tbody>
47  </table>
[509]48 
[503]49  <p class="buttonArea">
50    <!-- ****** Enable the automatic redirect ***** -->
51    <input type="hidden" name="came_from" value=""
52           tal:condition="exists: request/came_from"
53           tal:attributes="value request/came_from" />
54    <!-- ****** Enable the automatic redirect ***** -->
55    <input i18n:attributes="value" class="standalone"
56           type="submit" name="submit" value="button_login" />
57  </p>
58
59  </form>
60
[509]61  <br />
62
[503]63  <p i18n:translate="help_login_aware_logout">
64    Don't forget to logout or exit your browser when you're done.
65  </p>
66  <p i18n:translate="help_login_troubles_cookies">
67    Having trouble logging in? Make sure to enable cookies in
68    your web browser.
69  </p>
70
71</metal:main>
72</metal:body>
73</metal:html>
Note: See TracBrowser for help on using the repository browser.