Ignore:
Timestamp:
12 Sep 2006, 21:07:44 (18 years ago)
Author:
Henrik Bettermann
Message:

some page templates created or modified

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  
    2222      <table cellpadding="10em" cellspacing="">
    2323      <tr>
    24       <td valign="top"><span tal:content="structure here/passport" /></td>
     24      <td valign="top"><span tal:content="here/downloadFile/passport" /></td>
    2525      <td>
    2626     
  • WAeUP_SRP/trunk/skins/waeup_student/login_student.pt

    r503 r509  
    66      tal:define="username request/username | request/__ac_name | nothing">
    77
    8   <h1 i18n:translate="heading_login_form">Log in</h1>
     8  <h3 i18n:translate="">Student Login</h3>
    99
    10   <form id="loginForm" action="" method="post"
     10  <form id="" action="" method="post"
    1111        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 />
    1224
    1325  <table id="login" class="form"
     
    1729    <th>
    1830        <label for="username"
    19                i18n:translate="label_user_name">User name</label></th>
     31               i18n:translate="label_student_id">Student Id</label></th>
    2032    <td>
    2133        <input type="text" id="username" name="__ac_name"
     
    3345    </tbody>
    3446  </table>
    35 
     47 
    3648  <p class="buttonArea">
    3749    <!-- ****** Enable the automatic redirect ***** -->
     
    4557
    4658  </form>
     59
     60  <br />
    4761
    4862  <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           ">
    310
     11                   
     12                   
    413<table class="registration">
    514 
Note: See TracChangeset for help on using the changeset viewer.