Ignore:
Timestamp:
24 May 2013, 06:51:01 (12 years ago)
Author:
Henrik Bettermann
Message:

Add credential form upload facilities.

File:
1 edited

Legend:

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

    r10105 r10220  
    7979          </p>
    8080          <input type="file" name="form.refereeform" />
     81          <br />
     82          <span i18n:translate="">
     83            Max. file size:
     84          </span>
     85          <span tal:replace="view/max_file_upload_size">10 KB</span>
     86      </tr>
     87      <tr>
     88        <td class="fieldname" i18n:translate="">
     89          Credential Form:
     90        </td>
     91        <td>
     92          <p tal:condition="python: view.file_exists('credentialform.pdf')">
     93            <a href="credentialform.pdf"
     94               i18n:translate="">
     95              Download pdf file
     96            </a>
     97          </p>
     98          <input type="file" name="form.credentialform" />
    8199          <br />
    82100          <span i18n:translate="">
Note: See TracChangeset for help on using the changeset viewer.