source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt @ 6197

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

Minor changes in page templates.

File size: 553 bytes
Line 
1<h2 tal:content="view/label">Title</h2>
2
3<span tal:replace="structure view/widgets/description">Description</span>
4
5<br />
6
7<table class="zebra">
8  <tbody>
9    <tal:block repeat="widget view/widgets">
10      <tal:condition condition="python:widget.name != 'form.description'">
11      <tr>
12        <td class="fieldname">
13          <tal:block replace="python:widget.label"/>:
14        </td>
15        <td class="field">
16          <tal:block tal:replace="structure widget" />
17        </td>
18      </tr>
19      </tal:condition>
20    </tal:block>
21  </tbody>
22</table>
Note: See TracBrowser for help on using the repository browser.