Changeset 1129 for WAeUP_SRP/trunk/skins
- Timestamp:
- 22 Dec 2006, 00:30:19 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/callback.pt
r1047 r1129 2 2 <metal:body use-macro="here/main_template/macros/master"> 3 3 <metal:main fill-slot="main"> 4 proid: <span tal:replace="request/proid|nothing" /><br /> 5 sitid: <span tal:replace="request/sitid|nothing" /><br /> 6 echo: <span tal:replace="request/echo|nothing" /><br /> 7 resp: <span tal:replace="request/resp|nothing" /><br /> 8 desc: <span tal:replace="request/desc|nothing" /><br /> 9 txnRef: <span tal:replace="request/txnRef|nothing" /><br /> 10 payRef: <span tal:replace="request/payRef|nothing" /><br /> 11 retRef: <span tal:replace="request/retRef|nothing" /><br /> 12 cardNum: <span tal:replace="request/cardNum|nothing" /><br /> 13 apprAmt: <span tal:replace="request/apprAmt|nothing" /><br /> 4 x_RespCode: <span tal:replace="request/x_RespCode|nothing" /><br /> 5 x_RespDesc: <span tal:replace="request/x_RespDesc|nothing" /><br /> 6 x_RespPayRef: <span tal:replace="request/x_RespPayRef|nothing" /><br /> 7 x_CardNum: <span tal:replace="request/x_CardNum|nothing" /><br /> 8 x_ApprAmt: <span tal:replace="request/x_ApprAmt|nothing" /><br /> 14 9 </metal:main> 15 10 </metal:body>
Note: See TracChangeset for help on using the changeset viewer.