- Timestamp:
- 29 Apr 2013, 08:18:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.futminna/trunk/src/waeup/futminna/applicants/browser_templates/applicanteditpage.pt
r10096 r10105 18 18 Download, fill, scan and re-upload the following forms: 19 19 </span> 20 <a href="https://futminna.waeup.org/downloads/ApplicationFormExtension.pdf"20 <a href="https://futminna.waeup.org/downloads/ExtraApplicantInformationForm.pdf" 21 21 i18n:translate=""> 22 Offline Form Extension 22 Extra Applicant Information Form</a>, 23 <a href="https://futminna.waeup.org/downloads/RefereeForm.pdf" 24 i18n:translate=""> 25 Referee's Form 23 26 </a><br /><br /> 24 27 </div> … … 48 51 <tr> 49 52 <td class="fieldname" i18n:translate=""> 50 Offline Form Extension:53 Extra Applicant Information Form: 51 54 </td> 52 55 <td> 53 <p tal:condition="python: view.file_exists(' formextension.pdf')">54 <a href=" formextension.pdf"56 <p tal:condition="python: view.file_exists('extraform.pdf')"> 57 <a href="extraform.pdf" 55 58 i18n:translate=""> 56 59 Download pdf file 57 60 </a> 58 61 </p> 59 <input type="file" name="form.formextension" /> 62 <input type="file" name="form.extraform" /> 63 <br /> 64 <span i18n:translate=""> 65 Max. file size: 66 </span> 67 <span tal:replace="view/max_file_upload_size">10 KB</span> 68 </tr> 69 <tr> 70 <td class="fieldname" i18n:translate=""> 71 Referee's Form: 72 </td> 73 <td> 74 <p tal:condition="python: view.file_exists('refereeform.pdf')"> 75 <a href="refereeform.pdf" 76 i18n:translate=""> 77 Download pdf file 78 </a> 79 </p> 80 <input type="file" name="form.refereeform" /> 60 81 <br /> 61 82 <span i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.