source: WAeUP_SRP/trunk/skins/waeup_default/srp_anonymous_view.pt @ 5877

Last change on this file since 5877 was 3985, checked in by Henrik Bettermann, 16 years ago

getAccommodationInfo.py: deactivate histel booking fro graduates
srp_anonymous_view.pt: Use portal title for headline
portlet_student_workflow_display.pt: show state graduated

File size: 986 bytes
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,'frontpage_doc',None)">
6          <div tal:define="doc python: context.campus.documents.frontpage_doc.getContent()"
7               tal:content="structure python:doc.wdrender()" />
8      </span>
9
10      <span tal:condition="python: not getattr(context.campus.documents,'frontpage_doc',None)">
11
12      <h2>Welcome to the     
13      <br /><span tal:replace="here/portal_properties/title" /> of the <span tal:replace="here/portal_properties/institution_title" /></h2>
14             
15      <strong>This is the default frontpage of the Student Registration Portal (SRP) which is part
16                 of the West African e-University Project
17                 (<a href="" tal:attributes="href string:http://waeup.org">WAeUP</a>).</strong>
18     
19      </span>
20     
21    </metal:main>
22  </metal:body>
23</metal:html>
24
25
26
Note: See TracBrowser for help on using the repository browser.