Last change
on this file since 17950 was
8131,
checked in by Henrik Bettermann, 13 years ago
|
Switch to eTranzact live system.
|
File size:
1.0 KB
|
Rev | Line | |
---|
[7901] | 1 | <metal:html tal:define="redirect_url here/REQUEST/redirectURL; |
---|
| 2 | query_url here/REQUEST/query_url"> |
---|
| 3 | <metal:body use-macro="here/main_template/macros/master"> |
---|
| 4 | <metal:main fill-slot="main"> |
---|
[8028] | 5 | <h3>Query eTranzact payment!</h3> |
---|
[7901] | 6 | <br /> |
---|
| 7 | <form id="form1" name="form1" method="post" tal:attributes= "action query_url"> |
---|
[8131] | 8 | <input type="hidden" name="TERMINAL_ID" type="text" value="0500000003"/> |
---|
[7901] | 9 | <input type="hidden" name="RESPONSE_URL" type="text" |
---|
| 10 | tal:attributes="value redirect_url"/> |
---|
| 11 | <table width="70%" border="0" cellspacing="5" cellpadding="0"> |
---|
| 12 | <tr> |
---|
| 13 | <td> |
---|
| 14 | <strong>eTranzact PIN (Confirmation Number): </strong> |
---|
| 15 | </td> |
---|
| 16 | <td> |
---|
| 17 | <input name="CONFIRMATION_NO" type="text"/> |
---|
| 18 | </td> |
---|
| 19 | </tr> |
---|
| 20 | <tr> |
---|
| 21 | <td> </td> |
---|
| 22 | <td><input name="Submit" type="submit" class="standalone" value="Submit" /></td> |
---|
| 23 | </tr> |
---|
| 24 | </table> |
---|
| 25 | </form> |
---|
| 26 | </metal:main> |
---|
| 27 | </metal:body> |
---|
| 28 | </metal:html> |
---|
Note: See
TracBrowser for help on using the repository browser.