Changeset 8fa798 in indico
- Timestamp:
- 03/10/11 16:55:00 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 25e21d
- Parents:
- 1aa778
- git-author:
- Marius Damarackas <marius.damarackas@…> (03/09/11 13:46:50)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (03/10/11 16:55:00)
- Location:
- indico/MaKaC
- Files:
-
- 4 edited
-
plugins/EPayment/worldPay/tpls/ConfModifEPaymentWorldPayDataModif.tpl (modified) (1 diff)
-
webinterface/tpls/ConfModifEPaymentWorldPayDataModif.tpl (modified) (1 diff)
-
webinterface/tpls/ContributionCreation.tpl (modified) (2 diffs)
-
webinterface/tpls/EmailToRegistrants.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/plugins/EPayment/worldPay/tpls/ConfModifEPaymentWorldPayDataModif.tpl
r9ac2af7 r8fa798 8 8 <td align="left" colspan="2"><input type="text" name="title" size="60" value="<%= title %>"></td> 9 9 </tr> 10 <tr>11 <td class="dataCaptionTD"><span class="dataCaptionFormat">URL of worldpay</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>19 <td class="dataCaptionTD"><span class="dataCaptionFormat">InstID</span></td>20 <td align="left" colspan="2"><input type="text" name="instId" size="60" value="<%= instId %>"></td>21 </tr>22 <tr>23 <td class="dataCaptionTD"><span class="dataCaptionFormat">Test mode</span></td>24 <td align="left" colspan="2"><input type="text" name="testMode" size="60" value="<%= testMode %>"></td>25 </tr>26 <tr>27 <td class="dataCaptionTD"><span class="dataCaptionFormat">Accepted Payment response</span></td>28 <td align="left" valign="top"><textarea name="APResponse" rows="12" cols="60"><%= APResponse %></textarea></td>29 <td rowspan=2 nowrap>You can use the following tags to personalize the responses.<br>30 <u>Warning</u>: the % character is reserved. Use %% to use it.<br><br>31 <table><tr><td width="10"><td><pre><%= legend %></pre></td></tr></table></td>32 </tr>33 <tr>34 <td class="dataCaptionTD"><span class="dataCaptionFormat">Cancelled Payment response</span></td>35 <td align="left" valign="top"><textarea name="CPResponse" rows="12" cols="60"><%= CPResponse %></textarea></td>36 </tr>37 <tr><td> </td></tr>10 <tr> 11 <td class="dataCaptionTD"><span class="dataCaptionFormat">URL of worldpay</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> 19 <td class="dataCaptionTD"><span class="dataCaptionFormat">InstID</span></td> 20 <td align="left" colspan="2"><input type="text" name="instId" size="60" value="<%= instId %>"></td> 21 </tr> 22 <tr> 23 <td class="dataCaptionTD"><span class="dataCaptionFormat">Test mode</span></td> 24 <td align="left" colspan="2"><input type="text" name="testMode" size="60" value="<%= testMode %>"></td> 25 </tr> 26 <tr> 27 <td class="dataCaptionTD"><span class="dataCaptionFormat">Accepted Payment response</span></td> 28 <td align="left" valign="top"><textarea name="APResponse" rows="12" cols="60"><%= APResponse %></textarea></td> 29 <td rowspan=2 nowrap>You can use the following tags to personalize the responses.<br> 30 <u> <%= _("Warning")%></u>: <%= _("the %% character is reserved. Use %%%% to use it.")%><br><br> 31 <table><tr><td width="10"><td><pre><%= legend %></pre></td></tr></table></td> 32 </tr> 33 <tr> 34 <td class="dataCaptionTD"><span class="dataCaptionFormat">Cancelled Payment response</span></td> 35 <td align="left" valign="top"><textarea name="CPResponse" rows="12" cols="60"><%= CPResponse %></textarea></td> 36 </tr> 37 <tr><td> </td></tr> 38 38 <tr> 39 39 <td colspan="3" align="left"><input type="submit" value="OK"> <input type="submit" value="cancel" name="cancel"></td> -
indico/MaKaC/webinterface/tpls/ConfModifEPaymentWorldPayDataModif.tpl
r9ac2af7 r8fa798 9 9 <td align="left" colspan="2"><input type="text" name="title" size="60" value="<%= title %>"></td> 10 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> </td></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> </td></tr> 39 39 <tr> 40 40 <td colspan="3" align="left"><input type="submit" value="OK"> <input type="submit" value="<%= _("cancel")%>" name="cancel"></td> -
indico/MaKaC/webinterface/tpls/ContributionCreation.tpl
rc099cd r8fa798 6 6 </tr> 7 7 <tr> 8 <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Title")% <</span></td>8 <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Title")%></span></td> 9 9 <td bgcolor="white" width="100%%"> 10 10 <input type="text" name="title" size="80" value="<%= title %>"></td> … … 22 22 </tr> 23 23 <tr> 24 <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Place")% <</span></td>24 <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Place")%></span></td> 25 25 <td bgcolor="white" width="100%%"> 26 26 <table> -
indico/MaKaC/webinterface/tpls/EmailToRegistrants.tpl
r4bbdbe r8fa798 14 14 <%= _("To")%>: 15 15 </td> 16 <td colspan="2" style="padding-top:5px; padding-bottom:5px"><%= toEmails %></td>16 <td colspan="2" style="padding-top:5px; padding-bottom:5px"><%= toEmails %></td> 17 17 </tr> 18 18 <tr> 19 19 <td valign="top"><%= _("Cc")%>: </td> 20 <td colspan="2"><input type="text" id="cc" name="cc" size="50" value="<%= cc %>"></text> <font color="red"><%= _("Beware, addresses in this field will receive one mail per registrant")%></font></td>20 <td colspan="2"><input type="text" id="cc" name="cc" size="50" value="<%= cc %>"></text> <font color="red"><%= _("Beware, addresses in this field will receive one mail per registrant")%></font></td> 21 21 </tr> 22 22 <tr> 23 23 <td><%= _("Subject")%>:</td> 24 <td><input type="text" id="subject" name="subject" size="64" value="<%= subject %>"></text></td>24 <td><input type="text" id="subject" name="subject" size="64" value="<%= subject %>"></text></td> 25 25 <td align="center" valign="middle" rowspan="2"> 26 26 <table width="75%" class="legend" cellspacing="1" cellpadding="1"> 27 <tr><td> </td></tr>28 <tr>29 <td style="padding-left:5px;padding-right:5px;color:#5294CC"><b> <%= _("Available tags")%>:</b></td>30 </tr>31 <%= vars %>32 <tr><td> </td></tr>33 <tr>34 <td style="padding-left:5px;padding-right:5px;">35 <font color="red">Important</font>: <%= _("The character '%%' is reserved. To write this character, use '%%%%'")%>.27 <tr><td> </td></tr> 28 <tr> 29 <td style="padding-left:5px;padding-right:5px;color:#5294CC"><b> <%= _("Available tags")%>:</b></td> 30 </tr> 31 <%= vars %> 32 <tr><td> </td></tr> 33 <tr> 34 <td style="padding-left:5px;padding-right:5px;"> 35 <font color="red">Important</font>: <%= _("The character '%%' is reserved. To write this character, use '%%%%'")%>. 36 36 </td> 37 </tr>38 <tr><td> </td></tr>37 </tr> 38 <tr><td> </td></tr> 39 39 </table> 40 40 </td> … … 42 42 <tr> 43 43 <td valign="top"><%= _("Body")%>:</td> 44 <td colspan="2"><textarea id="body" name="body" rows="26" cols="50"><%= body %></textarea></td>44 <td colspan="2"><textarea id="body" name="body" rows="26" cols="50"><%= body %></textarea></td> 45 45 </tr> 46 46 <tr><td> </td></tr>
Note: See TracChangeset
for help on using the changeset viewer.
