added original skipjack plugin
[indico-PayWay] / MaKaC / plugins / EPayment / skipjack / tpls / ConfModifEPaymentSkipjackDataModif.tpl
1 <form action=${ postURL } method="POST">
2     <table width="80%" align="center" border="0" style="border-left: 1px solid #777777">
3         <tr>
4             <td class="groupTitle" colspan="3">Configuration of Skipjack</td>
5         </tr>
6         <tr>
7             <td nowrap class="dataCaptionTD"><span class="titleCellFormat">Title</span></td>
8             <td align="left" colspan="2"><input type="text" name="title" size="60" value="${ title }"></td>
9         </tr>
10         <tr>
11             <td class="dataCaptionTD"><span class="dataCaptionFormat">URL of Skipjack</span></td>
12             <td align="left" colspan="2"><input type="text" name="url" size="60" value="${ url }"></td>
13         </tr>
14         <tr>
15             <td class="dataCaptionTD"><span class="dataCaptionFormat">Description</span></td>
16             <td align="left" colspan="2"><input type="text" name="description" size="60" value="${ description }"></td>
17         </tr>
18         <tr><td>&nbsp;</td></tr>
19         <tr>
20             <td colspan="3" align="left"><input type="submit" value="OK">&nbsp;<input type="submit" value="cancel" name="cancel"></td>
21         </tr>
22     </table>
23 </form>