- Timestamp:
- 26 May 2011, 05:26:37 (14 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/form_edit.pt
r6194 r6196 21 21 </div> 22 22 23 <div class="block">24 <h3>Instructions</h3>25 <ol class="list">26 <li>27 Fill the form and upload your Passport Photograph with red background28 in jpg format.29 </li>30 <li>31 Save and preview picture.32 </li>33 <li>34 Press the <em>Final Submit</em> button.35 </li>36 </ol>37 </div>38 39 23 <table class="form-fields zebra"> 40 24 <tbody> 41 <tal:block repeat="widget view/ filteredWidgets">25 <tal:block repeat="widget view/widgets"> 42 26 <tr> 43 27 <td class="label" tal:define="hint widget/hint"> 44 28 <label tal:condition="python:hint" 45 29 tal:attributes="for widget/name"> 46 <span class="required" tal:condition="widget/required" 47 >*</span><span i18n:translate=""30 <span class="required" tal:condition="widget/required">* 31 </span><span i18n:translate="" 48 32 tal:content="widget/label">label</span> 49 33 </label> 50 34 <label tal:condition="python:not hint" 51 35 tal:attributes="for widget/name"> 52 <span class="required" tal:condition="widget/required" 53 >*</span><span i18n:translate=""36 <span class="required" tal:condition="widget/required">* 37 </span><span i18n:translate="" 54 38 tal:content="widget/label">label</span> 55 39 </label> … … 65 49 </tr> 66 50 </tal:block> 67 <tr>68 <td colspan="2">69 <input class="hiddenType" id="form.confirm_passport.used"70 name="form.confirm_passport.used" type="hidden" value="" />71 <input type="checkbox" name="form.confirm_passport"72 tal:attributes="checked context/confirm_passport"73 />74 <label for="confirm"></label>75 <span>76 I confirm that the Passport Photograph uploaded on this form77 is a true picture of me.78 </span>79 </td>80 </tr>81 51 </tbody> 82 52 </table> … … 90 60 </div> 91 61 </form> 92 93 <br />94
Note: See TracChangeset for help on using the changeset viewer.