[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / ConfModifEPaymentWorldPay.tpl
blobebd5caf5621d71f7077d13d66b422fc8427a1428
2 <table width="90%" align="left" border="0">
3     <tr>
4         <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Title")}</span></td>
5         <td bgcolor="white" width="100%" class="blacktext">${ title }</td>
6         <form action=${ dataModificationURL } method="POST">
7         <td rowspan="3" valign="bottom" align="right">
8             <input type="submit" value="modify">
9         </td>
10         </form>
11     </tr>
12     <tr>
13         <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("URL of worldpay")}</span></td>
14         <td bgcolor="white" width="100%" class="blacktext"><pre>${ url }</pre></td>
15     </tr>
16     <tr>
17         <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Description")}</span></td>
18         <td bgcolor="white" width="100%" class="blacktext"><pre>${ description }</pre></td>
19     </tr>
20     <tr>
21         <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("InstID")}</span></td>
22         <td bgcolor="white" width="100%" class="blacktext"><pre>${ instId }</pre></td>
23     </tr>
24     <tr>
25         <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Test mode")}</span></td>
26         <td bgcolor="white" width="100%" class="blacktext"><pre>${ testMode }</pre></td>
27     </tr>
28     <tr>
29         <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Accepted Payment response")}</span></td>
30         <td bgcolor="white" width="100%" class="blacktext"><pre>${ APResponse }</pre></td>
31     </tr>
32     <tr>
33         <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Cancelled Payment response")}</span></td>
34         <td bgcolor="white" width="100%" class="blacktext"><pre>${ CPResponse }</pre></td>
35     </tr>
36     <tr><td>&nbsp;</td></tr>
37 </table>