source: WAeUP_SRP/trunk/skins/waeup_student/students_folder_view_all.pt @ 313

Last change on this file since 313 was 92, checked in by joachim, 19 years ago

=make anonymous work

File size: 930 bytes
Line 
1<html metal:use-macro="here/content_lib_master/macros/master">
2
3  <metal:block fill-slot="head_slot">
4    <tal:block tal:define="student here/getContent">
5    </tal:block>
6  </metal:block>
7
8  <metal:block fill-slot="css_slot">
9    <link rel="Stylesheet" type="text/css" href=""
10          tal:attributes="href string:${base_url}student.css" />
11  </metal:block>
12  <metal:block fill-slot="header">
13  </metal:block>
14
15  <metal:block fill-slot="main"
16               tal:define="student_folder here/getContent;
17               items here/contentValues"
18               >
19    <span tal:condition="python: mtool.isAnonymousUser()">
20      Please <a href="" tal:attributes="href string:${context/portal_url}/login_form">login</a> or <br />
21      <a href="" tal:attributes="href string:${context/absolute_url}/admission_status">check you Jambadmission</a>.
22    </span>
23  </metal:block>
24  <metal:block fill-slot="sub">
25  </metal:block>
26</html>
Note: See TracBrowser for help on using the repository browser.