Changeset 341
- Timestamp:
- 18 Jul 2006, 19:37:08 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/actionicons.xml
r320 r341 140 140 <action-icon category="user" action_id="unchecked" 141 141 title="Unchecked" priority="6" 142 icon_expr="actionicon_reject.png"/> 142 icon_expr="actionicon_reject.png"/> 143 143 <action-icon category="navigation" 144 144 action_id="view_academics" title="Academics" … … 153 153 <action-icon category="navigation" action_id="view_members" 154 154 title="Members" priority="3" 155 icon_expr="blank.gif"/> 156 <action-icon category="navigation" action_id="home" 157 title="Home" priority="4" 155 158 icon_expr="blank.gif"/> 156 159 <action-icon category="import" action_id="import_faculties" -
WAeUP_SRP/trunk/profiles/default/actions.xml
r340 r341 84 84 <permission>View</permission> 85 85 </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}" 88 88 visible="True"> 89 89 <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> 2 4 3 <b ody>5 <br /> 4 6 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. 12 8 13 <p>The Portal Administrator can add new members (create member records) and assign local roles to individual members.</p> 9 The Portal Administrator can add new members (create member records) and assign local roles to individual members. 14 10 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> 11 Members can browse to the varios academic sections. They can check, edit and approve Faculty, Department, Certificate, 12 Course 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.