source: WAeUP_SRP/trunk/skins/waeup_pins/pins_index_html.pt @ 536

Last change on this file since 536 was 535, checked in by joachim, 18 years ago

student apply admission should work now
the default_view for campus is now home_index.py
for students and student student_index.py
these script redirect to the appropriate PT

File size: 685 bytes
Line 
1<metal:html>
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
4      <span tal:condition="isAnon">
5      </span> 
6      <span tal:condition="not:isAnon">
7        <table tal:define="batches python: context.objectValues()">
8          <tr tal:repeat="batch batches">
9            <span tal:omit-tag="" tal:define="info python: context.getBatchInfo(batch)">
10            <td><a href="batch"
11                   tal:attributes="href string:${batch/absolute_url}/${info/id}"
12                   tal:content="info/title"></a></td>   
13            </span>
14          </tr>
15        </table>
16      </span>
17    </metal:main>
18  </metal:body>
19</metal:html>
Note: See TracBrowser for help on using the repository browser.