Changeset 341 for WAeUP_SRP


Ignore:
Timestamp:
18 Jul 2006, 19:37:08 (18 years ago)
Author:
Henrik Bettermann
Message:

new home tab

Location:
WAeUP_SRP/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/actionicons.xml

    r320 r341  
    140140 <action-icon category="user" action_id="unchecked"
    141141              title="Unchecked" priority="6"
    142               icon_expr="actionicon_reject.png"/>             
     142              icon_expr="actionicon_reject.png"/>
    143143 <action-icon category="navigation"
    144144              action_id="view_academics" title="Academics"
     
    153153 <action-icon category="navigation" action_id="view_members"
    154154              title="Members" priority="3"
     155              icon_expr="blank.gif"/>
     156 <action-icon category="navigation" action_id="home"
     157              title="Home" priority="4"
    155158              icon_expr="blank.gif"/>
    156159 <action-icon category="import" action_id="import_faculties"
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r340 r341  
    8484   <permission>View</permission>
    8585  </action>
    86   <action title="Home" action_id="index_html" category="navigation"
    87      condition_expr="" url_expr="string:${portal_url}/home"
     86  <action title="Home" action_id="home" category="navigation"
     87     condition_expr="" url_expr="string:${portal_url}"
    8888     visible="True">
    8989   <permission>View</permission>
  • WAeUP_SRP/trunk/skins/waeup_default/home.pt

    r340 r341  
    1 <html metal:use-macro="here/main_template/macros/master">
     1<h2>Welcome to the     
     2 
     3<br />Student Registration Portal of the University of Benin, Nigeria</h2>
    24
    3 <body>
     5<br />
    46
    5 <div metal:fill-slot="main">
    6 
    7     <h1>Student Registration Portal of the University of Benin, Nigeria</h1>     
    8  
    9     <br /><br /><br />
    10 
    11     <p>This is the frontpage of the Student Registration Portal (SRP). So far it is working in backend mode only. </p>
     7<p>This is the frontpage of the Student Registration Portal (SRP). So far it is working in backend mode only.
    128   
    13     <p>The Portal Administrator can add new members (create member records) and assign local roles to individual members.</p>
     9The Portal Administrator can add new members (create member records) and assign local roles to individual members.
    1410   
    15     <p>Members can browse to the varios academic sections. They can check, edit and approve Faculty, Department, Certificate,
    16     Course and CertificateCourse records, if they got the respective role by the Portal Administrator.</p>   
    17 
    18  
    19 
    20 </div>
    21 
    22 </body>
    23 
    24 </html>
     11Members can browse to the varios academic sections. They can check, edit and approve Faculty, Department, Certificate,
     12Course and CertificateCourse records, if they have been assigned the respective role by the Portal Administrator.</p>
Note: See TracChangeset for help on using the changeset viewer.