- Timestamp:
- 9 Jun 2011, 12:27:17 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_display.pt
r6254 r6303 2 2 tal:condition="view/label" 3 3 tal:content="view/label">Label</h2> 4 5 <h3>Application Status: 6 <span tal:replace="view/getApplicationState">Application State</span></h3> 4 7 5 8 <table class="zebra"> … … 11 14 </td> 12 15 <td> 13 < inputtal:replace="structure widget" />16 <span tal:replace="structure widget" /> 14 17 </td> 15 18 </tr> … … 20 23 </td> 21 24 <td> 22 < inputtal:replace="structure view/getCourseAdmitted" />25 <span tal:replace="structure view/getCourseAdmitted" /> 23 26 </td> 24 27 </tr> -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit.pt
r6204 r6303 5 5 tal:condition="view/label" 6 6 tal:content="view/label">Label</h2> 7 8 <h3>Application Status: 9 <span tal:replace="view/getApplicationState">Application State</span></h3> 7 10 8 11 <div class="form-status" … … 49 52 </tr> 50 53 </tal:block> 54 <tr tal:condition="view/getTransitions"> 55 <td class="label"><label>Application Transition:</label></td> 56 <td> 57 <select id="transition" name="transition"> 58 <option tal:repeat="transition view/getTransitions" tal:attributes="value transition/name"> 59 <span tal:replace="transition/title">TRANSITIONTITLE 60 </span> 61 </option> 62 </select> 63 </td> 64 </tr> 51 65 </tbody> 52 66 </table>
Note: See TracChangeset for help on using the changeset viewer.