source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/studentscontainerpage.pt @ 6621

Last change on this file since 6621 was 6621, checked in by Henrik Bettermann, 13 years ago

Remove old student package and replace by new students package which even contains the first browser UIs (fully tested)

File size: 411 bytes
Line 
1<h2 tal:content="view/label">Title</h2>
2
3<table class="zebra" tal:condition="layout/isAuthenticated">
4  <tbody>
5    <tal:block repeat="widget view/widgets">
6      <tr>
7        <td class="fieldname">
8          <tal:block replace="python:widget.label"/>:
9        </td>
10        <td class="field">
11          <tal:block tal:replace="structure widget" />
12        </td>
13      </tr>
14    </tal:block>
15  </tbody>
16</table>
Note: See TracBrowser for help on using the repository browser.