Changeset 509 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 12 Sep 2006, 21:07:44 (18 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/application_slip.pt
r499 r509 22 22 <table cellpadding="10em" cellspacing=""> 23 23 <tr> 24 <td valign="top"><span tal:content=" structure here/passport" /></td>24 <td valign="top"><span tal:content="here/downloadFile/passport" /></td> 25 25 <td> 26 26 -
WAeUP_SRP/trunk/skins/waeup_student/login_student.pt
r503 r509 6 6 tal:define="username request/username | request/__ac_name | nothing"> 7 7 8 <h 1 i18n:translate="heading_login_form">Log in</h1>8 <h3 i18n:translate="">Student Login</h3> 9 9 10 <form id=" loginForm" action="" method="post"10 <form id="" action="" method="post" 11 11 tal:attributes="action string:${base_url}logged_in"> 12 13 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 20 10 digits of your Access Card PIN. You cannot change the Password (or better Passnumber). After clearance you are requested to choose your own 21 password.</p> 22 23 <br /> 12 24 13 25 <table id="login" class="form" … … 17 29 <th> 18 30 <label for="username" 19 i18n:translate="label_ user_name">User name</label></th>31 i18n:translate="label_student_id">Student Id</label></th> 20 32 <td> 21 33 <input type="text" id="username" name="__ac_name" … … 33 45 </tbody> 34 46 </table> 35 47 36 48 <p class="buttonArea"> 37 49 <!-- ****** Enable the automatic redirect ***** --> … … 45 57 46 58 </form> 59 60 <br /> 47 61 48 62 <p i18n:translate="help_login_aware_logout"> -
WAeUP_SRP/trunk/skins/waeup_student/portlet_student_workflow_display.pt
r501 r509 1 <tal:block define="item nocall:options/context_obj; 2 info item/getContentInfo;"> 1 <tal:block define="mtool here/portal_membership; 2 utool nocall:here/portal_url; 3 portal_url utool; 4 member mtool/getAuthenticatedMember; 5 roles member/getRoles; 6 item nocall:options/context_obj; 7 info item/getContentInfo;" 8 condition="python:'Student' in roles 9 "> 3 10 11 12 4 13 <table class="registration"> 5 14
Note: See TracChangeset for help on using the changeset viewer.