- Timestamp:
- 10 Jun 2011, 08:26:06 (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/applicantscontainermanagepage.pt
r6206 r6324 82 82 </thead> 83 83 <tbody> 84 <tr tal:repeat="appl context/values"> <td> 85 <input type="checkbox" name="val_id" tal:attributes="value appl/__name__" /> </td> <td> 84 <tr tal:repeat="appl context/values"> 85 <td> 86 <input type="checkbox" name="val_id" tal:attributes="value appl/__name__" /> 87 </td> 88 <td> 86 89 <a tal:attributes="href python: view.url(appl)" 87 tal:content="appl/__name__"> ID </a> </td> <td>88 <span tal:condition="not: appl/locked">in progress89 </span>90 <span tal: condition="appl/locked">submitted91 </span></td>90 tal:content="appl/__name__"> ID </a> 91 </td> 92 <td> 93 <span tal:replace="appl/getApplicationState">state</span> 94 </td> 92 95 </tr> 93 96 </tbody> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_display.pt
r6323 r6324 3 3 tal:content="view/label">Label</h2> 4 4 5 <h2> ... <span tal:replace=" view/getApplicationState">Application State</span> ... </h2>5 <h2> ... <span tal:replace="context/getApplicationState">Application State</span> ... </h2> 6 6 7 7 <div class="workflow" tal:content="structure context/msgs">Application Workflow</div> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit.pt
r6323 r6324 6 6 tal:content="view/label">Label</h2> 7 7 8 <h2> ... <span tal:replace=" view/getApplicationState">Application State</span> ... </h2>8 <h2> ... <span tal:replace="context/getApplicationState">Application State</span> ... </h2> 9 9 10 10 <div class="workflow" tal:content="structure context/msgs">Application Workflow</div>
Note: See TracChangeset for help on using the changeset viewer.