source: WAeUP_SRP/trunk/skins/waeup_student/firsttime_login_form.pt @ 1783

Last change on this file since 1783 was 1783, checked in by Henrik Bettermann, 18 years ago
  • assertViewable removed and page templates adjusted, so that no traceback occurs.
  • 'Previous Session' action added
  • waeup_content_master.pt removed
  • and more
File size: 676 bytes
Line 
1<metal:block use-macro="here/main_template/macros/master">
2 <metal:block fill-slot="main"
3         tal:define="rendered_main options/rendered;
4             portal_status_message options/psm;
5             data_storage options/ds;
6             edition python:1;">
7    <h3>Data not yet imported!</h3>
8  </metal:block>
9 
10  <metal:block fill-slot="mainx" tal:condition="python:0"
11         tal:define="rendered_main options/rendered;
12             portal_status_message options/psm;
13             data_storage options/ds;
14             edition python:1;">
15    <h3>Search Your Record! </h3>
16    <br />
17    <div tal:replace="structure rendered_main" />
18  </metal:block>
19</metal:block>
20
Note: See TracBrowser for help on using the repository browser.