source: main/kofacustom.nigeria/trunk/src/kofacustom/nigeria/etranzact/browser_templates/requery_etranzact.pt @ 15589

Last change on this file since 15589 was 15589, checked in by Henrik Bettermann, 5 years ago

Backup work. Waiting for answers from eTranzact.

File size: 834 bytes
Line 
1<form i18n:domain="kofacustom.nigeria"
2  tal:attributes="action view/action" method="POST">
3
4  <input type=hidden name="TERMINAL_ID" tal:attributes="value view/terminal_id">
5  <input type=hidden name="RESPONSE_URL" tal:attributes="value view/responseurl">
6  <input type=hidden name="TRANSACTION_ID" tal:attributes="value view/transaction_id">
7
8  <table class="form-table" i18n:domain="waeup.kofa">
9    <tbody>
10      <tr>
11        <td i18n:translate="" class="fieldname">
12          Transaction Id:</td>
13        <td>
14          <span tal:replace="view/context/p_id">TRANSID</span>
15        </td>
16      </tr>
17    </tbody>
18  </table>
19  <br />
20  <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/>
21  <br /><br />
22  <img src="/static/img/etzLogo.png" /><img src="/static/img/webconnectLogo.png" />
23</form>
Note: See TracBrowser for help on using the repository browser.