- Timestamp:
- 16 Nov 2012, 00:07:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studentreportgeneratorpage.pt
r9641 r9643 1 1 <form i18n:domain="waeup.kofa" method="POST"> 2 2 <p i18n:translate=""> 3 Please pick the session for which the report should be 4 generated. 5 The report data will be calculated and then made available 6 for you to view/download. 3 Please pick the session for which the report should be generated. 4 The report data will be calculated and then made available for you 5 to view/download. 7 6 </p> 8 7 <br /> … … 12 11 <select name="session"> 13 12 <span tal:repeat="items view/sessions" tal:omit-tag=""> 14 <option15 tal:define="name python: items[1]; title python: items[0]"16 tal:attributes="value name">17 <span tal:replace="title">TITLE</span>18 </option>13 <option 14 tal:define="name python: items[1]; title python: items[0]" 15 tal:attributes="value name"> 16 <span tal:replace="title">TITLE</span> 17 </option> 19 18 </span> 20 19 </select> … … 26 25 <div class="input"> 27 26 <input i18n:translate="" type="submit" class="btn primary" 28 name="CREATE" value="Create" />27 name="CREATE" value="Create" /> 29 28 <a class="btn secondary" href="" 30 29 tal:attributes="href view/parent_url">Cancel</a> 31 30 </div> 32 31 </form> 33
Note: See TracChangeset for help on using the changeset viewer.