source: WAeUP_SRP/trunk/skins/waeup_epayment/callback.pt @ 1388

Last change on this file since 1388 was 1146, checked in by joachim, 18 years ago

added import for registered and results,
the csv-files must contain a modified heading
results can be viewed with session_results_anon_view
modified Courses import to use courses catalog

  • Property svn:keywords set to Id
File size: 525 bytes
Line 
1<metal:html>
2  <metal:body use-macro="here/main_template/macros/master">
3    <metal:main fill-slot="main">
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 />
9    </metal:main>
10  </metal:body>
11</metal:html>
Note: See TracBrowser for help on using the repository browser.