[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / ConfModifEPaymentWorldPayDataModif.tpl
blob5d1e5299d071c99fe6b4f3e5d320afe3b822470e
2 <form action=${ postURL } method="POST">
3     <table width="80%" align="center" border="0" style="border-left: 1px solid #777777">
4         <tr>
5             <td class="groupTitle" colspan="3"> ${ _("Configuration of worldpay")}</td>
6         </tr>
7         <tr>
8             <td nowrap class="dataCaptionTD"><span class="titleCellFormat"> ${ _("Title")}</span></td>
9             <td align="left" colspan="2"><input type="text" name="title" size="60" value="${ title }"></td>
10         </tr>
11         <tr>
12             <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("URL of worldpay")}</span></td>
13             <td align="left" colspan="2"><input type="text" name="url" size="60" value="${ url }"></td>
14         </tr>
15         <tr>
16             <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Description")}</span></td>
17             <td align="left" colspan="2"><input type="text" name="description" size="60" value="${ description }"></td>
18         </tr>
19         <tr>
20             <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("InstID")}</span></td>
21             <td align="left" colspan="2"><input type="text" name="instId" size="60" value="${ instId }"></td>
22         </tr>
23         <tr>
24             <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Test mode")}</span></td>
25             <td align="left" colspan="2"><input type="text" name="testMode" size="60" value="${ testMode }"></td>
26         </tr>
27         <tr>
28             <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Accepted Payment response")}</span></td>
29             <td align="left" valign="top"><textarea name="APResponse" rows="12" cols="60">${ APResponse }</textarea></td>
30             <td rowspan=2 nowrap> ${ _("You can use the following tags to personalize the responses.")}<br>
31                                 <u> ${ _("Warning")}</u>:  ${ _("the % character is reserved. Use %% to use it.")}<br><br>
32                                 <table><tr><td width="10"><td><pre>${ legend }</pre></td></tr></table></td>
33         </tr>
34         <tr>
35             <td class="dataCaptionTD"><span class="dataCaptionFormat"> ${ _("Cancelled Payment response")}</span></td>
36             <td align="left" valign="top"><textarea name="CPResponse" rows="12" cols="60">${ CPResponse }</textarea></td>
37         </tr>
38         <tr><td>&nbsp;</td></tr>
39         <tr>
40             <td colspan="3" align="left"><input type="submit" value="OK">&nbsp;<input type="submit" value="${ _("cancel")}" name="cancel"></td>
41         </tr>
42     </table>
43 </form>