Ignore:
Timestamp:
25 Jun 2013, 12:46:38 (12 years ago)
Author:
Henrik Bettermann
Message:

Change notice and remove upload fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.imostate/trunk/src/waeup/imostate/applicants/browser_templates/applicanteditpage.pt

    r10381 r10382  
    2020      <a href="https://imostate.waeup.org/downloads/AttestationForm.pdf"
    2121        i18n:translate="">
    22     <strong>Attestation Form</strong></a>.
    23     Then scan the filled form together with other
    24     documents required for application:
    25     (1) Local Government Certificate of Indegen,
     22    <strong>Attestation Form</strong></a>then,
     23    upload a scanned copy of the filled attestation form.
     24    Also, scan the following other documents required for application:
     25    (1) Local Government Certificate of Indigene,
    2626    (2) Credentials and the
    27     (3) NYSC Discharge Certificate. Print these four scanned documents
    28     into a single pdf file and upload the file with the form below.
     27    (3) NYSC Discharge Certificate.
     28    Print these four scanned documents into a single pdf file and
     29    upload the file as Extra Applicant Information Form below.
    2930    <br /><br />
    3031  </p>
     
    6768          </p>
    6869          <input type="file" name="form.extraform" />
    69           <br />
    70           <span i18n:translate="">
    71             Max. file size:
    72           </span>
    73           <span tal:replace="view/max_file_upload_size">10 KB</span>
    74       </tr>
    75       <tr>
    76         <td class="fieldname" i18n:translate="">
    77           Referee's Form:
    78         </td>
    79         <td>
    80           <p tal:condition="python: view.file_exists('refereeform.pdf')">
    81             <a href="refereeform.pdf"
    82                i18n:translate="">
    83               Download pdf file
    84             </a>
    85           </p>
    86           <input type="file" name="form.refereeform" />
    87           <br />
    88           <span i18n:translate="">
    89             Max. file size:
    90           </span>
    91           <span tal:replace="view/max_file_upload_size">10 KB</span>
    92       </tr>
    93       <tr tal:condition="python: view.target.startswith('pg')">
    94         <td class="fieldname" i18n:translate="">
    95           Credentials:
    96         </td>
    97         <td>
    98           <p tal:condition="python: view.file_exists('credentials.pdf')">
    99             <a href="credentials.pdf"
    100                i18n:translate="">
    101               Download pdf file
    102             </a>
    103           </p>
    104           <input type="file" name="form.credentials" />
    10570          <br />
    10671          <span i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.