source: WAeUP_SRP/uniben/waeup_custom/srp_view.pt @ 3192

Last change on this file since 3192 was 3169, checked in by Henrik Bettermann, 17 years ago

srp_view.pt: Notice for course advisers added

action_after_* in external_study_level_view.pt and study_level_view.pt fixed

change_bed.py: psm modified and fixed for calls without parameter

File size: 1.1 KB
Line 
1<metal:html>
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4   
5      <span tal:condition="python: getattr(context.campus.documents,'srp_home_doc',None)">
6          <div tal:define="doc python: context.campus.documents.srp_home_doc.getContent()"
7               tal:content="structure python:doc.wdrender()" />
8      </span>     
9   
10      <span tal:condition="python: not getattr(context.campus.documents,'srp_home_doc',None)">
11     
12        <h2>Welcome to the     
13          <br />Student Registration Portal of the University of Benin, Nigeria</h2>
14          <br />
15          You are logged in and viewing the portal's root folder. Please go to one of the sections above.   
16          <br /><br />
17         
18          <span tal:define="ca_view python: 'CourseAdvisers' in context.portal_membership.getAuthenticatedMember().getGroups()"
19                tal:condition="ca_view">The first-time access to the students section (Students tab above) my take some time. Your local roles are being determined.</span> 
20         
21       </span>
22       
23    </metal:main>
24  </metal:body>
25</metal:html>
Note: See TracBrowser for help on using the repository browser.