Ignore:
Timestamp:
16 May 2011, 08:22:14 (13 years ago)
Author:
Henrik Bettermann
Message:

Add attribute 'ac_prefix' to ApplicantsContainer? to preselect ac batches. Use this ac_prefix in loginapplicant.pt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/loginapplicant.pt

    r5887 r6110  
    1 <h3>
    2   Applicant login
    3   <span tal:on-error="nothing">
    4     (<span tal:replace="view/getCurrentSession">2010/2011</span>)
    5   </span>
    6 </h3>
    7 <div>
    8   This Login is for applicants only!
    9 </div>
     1<h2 i18n:translate=""
     2    tal:condition="view/label"
     3    tal:content="view/label">Label</h2>
     4
     5
    106<form method="POST">
     7  <input type="hidden" name="form.ac_prefix"
     8         value="" tal:attributes="value view/ac_prefix" />
    119  <table>
    1210    <tbody>
    1311      <tr>
    14         <input type="hidden" name="form.prefix" value="APP" />
    15         <td><label for="form.ac_series">Access Code</label></td>
    16         <td>
    17           APP-<input name="form.ac_series" type="text" size="3" maxlength="3"
    18                       value="" tal:attributes="value view/ac_series"
    19           />-<input name="form.ac_number" type="text" size="10" maxlength="10"
    20                     value="" tal:attributes="value view/ac_number" />
    21         </td>
     12        <td><label for="form.ac_series">Access Code:</label></td>
     13        <td>
     14          <span tal:replace="view/ac_prefix">PIN Prefix</span>
     15         -<input name="form.ac_series" type="text" size="3" maxlength="3"
     16                  value="" tal:attributes="value view/ac_series"/>
     17         -<input name="form.ac_number" type="text" size="10" maxlength="10"
     18                value="" tal:attributes="value view/ac_number" />
     19        </td>
    2220      </tr>
    2321      <tr>
     
    3129
    3230<div>
    33   Instructions:
     31  <h3>Instructions:</h3>
    3432  <ul class="list">
    3533    <li>
     
    4644      Press the 'Final Submit' button.
    4745    </li>
     46    <li>
     47      After submission you won't be able to edit the data
     48      but you can access and print this form again.
     49    </li>
    4850  </ul>
    4951</div>
Note: See TracChangeset for help on using the changeset viewer.