- Timestamp:
- 07/12/10 14:48:12 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/templates/derived/page/mission_edit.html
r2106 r2109 8 8 ${h.form(h.url_for(controller='mission', action='process', id=c.mission.id))} 9 9 10 % for f in c. misfields:10 % for f in c.formfields: 11 11 <label for="${f.name}">${f.t_name.capitalize()}</label><br /> 12 12 ${eval("h."+ f.formtype +"(name='" + f.name+ "')")}<br /> … … 14 14 15 15 ${h.submit(name="action", value="Modify")} 16 </fieldset>17 16 ${h.end_form()} 18 17 %endif
Note: See TracChangeset
for help on using the changeset viewer.
