- Timestamp:
- 14 May 2011, 14:19:59 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt
r6069 r6087 1 <h2 tal:content=" context/title">Title</h2>1 <h2 tal:content="view/label">Title</h2> 2 2 3 3 <span tal:replace="structure view/widgets/description">Title</span> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantsrootpage.pt
r6079 r6087 6 6 <thead> 7 7 <tr> 8 <th> Code</th><th>Title</th>8 <th>Year</th><th>Code</th><th>Title</th> 9 9 </tr> 10 10 </thead> … … 12 12 <tr tal:repeat="entry context/values" 13 13 class="gradeB"> 14 <td tal:content="entry/year">Year 15 </td> 14 16 <td> 15 17 <a href="" 16 18 tal:attributes="href python:view.url(entry)" 17 tal:content="entry/__name__" 18 >Name</a> 19 tal:content="entry/__name__">Code</a> 19 20 </td> 20 <td tal:content="entry/title"> 21 Title 21 <td tal:content="entry/title">Title 22 22 </td> 23 23 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_manage_applicants_container.pt
r6014 r6087 31 31 <tbody> 32 32 <tal:block repeat="widget view/widgets"> 33 <tal:condition condition="python:widget.name not in ['form.title']"> 33 34 <tr> 34 35 <td class="label" tal:define="hint widget/hint"> … … 55 56 </td> 56 57 </tr> 58 </tal:condition> 57 59 </tal:block> 58 60 </tbody>
Note: See TracChangeset for help on using the changeset viewer.