Changeset 509


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
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/StudentsFolder.xml

    r486 r509  
    3636  <permission value="View"/>
    3737 </action>
    38  <action title="Apply for PUME" action_id="apply_admission" category="object"
    39     condition_expr="" url_expr="string:${object/absolute_url}/apply_admission"
    40     visible="True">
    41   <permission value="View"/>
    42  </action>
    43  <action title="Check Application Status" action_id="check_application"
    44     category="object"
    45     condition_expr=""
    46     url_expr="string:${object/absolute_url}/check_application" visible="False">
    47   <permission value="View"/>
    48  </action>
    4938 <action title="action_edit" action_id="edit" category="object"
    5039    condition_expr="python:member and 'Manager' in member.getRoles()"
  • WAeUP_SRP/trunk/profiles/default/types/University.xml

    r503 r509  
    4343 <action title="New content" action_id="new_content" category="object"
    4444    condition_expr="python:member and  'Manager' in member.getRoles()"
    45     url_expr="string:${object_url}/folder_factories" visible="True">
     45    url_expr="string:${object_url}/folder_factories" visible="False">
    4646  <permission value="Modify portal content"/>
    4747 </action>
  • WAeUP_SRP/trunk/skins/waeup_default/home.pt

    r486 r509  
    55<br />
    66
    7 <p>This is the frontpage of the Student Registration Portal (SRP) which is part of the West African e-University Project. For further information see
    8 <a href="" tal:attributes="href string:http://waeup.org">waeup.org</a>. So far it is working in backend mode only.
    9 The Portal Administrator can add new members (create member records) and assign local roles to individual members.
    10 Members can browse the varios academic sections. They can check, edit and approve Faculty, Department, Certificate,
    11 Course and CertificateCourse records, if they got the respective role from the Portal Administrator.</p>
     7<p>This is the frontpage of Uniben's Student Registration Portal (SRP) which is part of the West African e-University Project. For further information see
     8<a href="" tal:attributes="href string:http://waeup.org">waeup.org</a>. </p>
     9
     10<p>You've chosen the portal's 'back entrance' which is dedicated to university staff members to maintain the portal's database.</p>
     11
     12<p>Portal Managers can add new Members (create member records) and assign local roles to individual members. Portal
     13Members can browse the various academic or the student sections. They can check, edit and approve Faculty, Department, Certificate,
     14Course and CertificateCourse records, if they got the respective role from a Portal Manager.</p>
    1215
    1316<p>This site is best seen in Firefox browser.</p>
  • 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.