Changeset 8fa798 in indico


Ignore:
Timestamp:
03/10/11 16:55:00 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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)
Message:

[FIX] Mistakes in templates

Location:
indico/MaKaC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/EPayment/worldPay/tpls/ConfModifEPaymentWorldPayDataModif.tpl

    r9ac2af7 r8fa798  
    88            <td align="left" colspan="2"><input type="text" name="title" size="60" value="<%= title %>"></td> 
    99        </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>&nbsp;</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>&nbsp;</td></tr> 
    3838        <tr> 
    3939            <td colspan="3" align="left"><input type="submit" value="OK">&nbsp;<input type="submit" value="cancel" name="cancel"></td> 
  • indico/MaKaC/webinterface/tpls/ConfModifEPaymentWorldPayDataModif.tpl

    r9ac2af7 r8fa798  
    99            <td align="left" colspan="2"><input type="text" name="title" size="60" value="<%= title %>"></td> 
    1010        </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> 
     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> 
    3939        <tr> 
    4040            <td colspan="3" align="left"><input type="submit" value="OK">&nbsp;<input type="submit" value="<%= _("cancel")%>" name="cancel"></td> 
  • indico/MaKaC/webinterface/tpls/ContributionCreation.tpl

    rc099cd r8fa798  
    66        </tr> 
    77        <tr> 
    8             <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Title")%<</span></td> 
     8            <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Title")%></span></td> 
    99            <td bgcolor="white" width="100%%">&nbsp; 
    1010                        <input type="text" name="title" size="80" value="<%= title %>"></td> 
     
    2222        </tr> 
    2323        <tr> 
    24             <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Place")%<</span></td> 
     24            <td nowrap class="titleCellTD"><span class="titleCellFormat"> <%= _("Place")%></span></td> 
    2525            <td bgcolor="white" width="100%%">&nbsp; 
    2626                <table> 
  • indico/MaKaC/webinterface/tpls/EmailToRegistrants.tpl

    r4bbdbe r8fa798  
    1414                <%= _("To")%>: 
    1515            </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> 
    1717        </tr> 
    1818        <tr> 
    1919            <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> 
    2121        </tr> 
    2222        <tr> 
    2323            <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> 
    2525            <td align="center" valign="middle" rowspan="2"> 
    2626            <table width="75%" class="legend" cellspacing="1" cellpadding="1"> 
    27                                 <tr><td>&nbsp;</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>&nbsp;</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>&nbsp;</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>&nbsp;</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 '%%%%'")%>. 
    3636                    </td> 
    37                                 </tr> 
    38                                 <tr><td>&nbsp;</td></tr> 
     37                </tr> 
     38                <tr><td>&nbsp;</td></tr> 
    3939            </table> 
    4040        </td> 
     
    4242       <tr> 
    4343            <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> 
    4545        </tr> 
    4646        <tr><td>&nbsp;</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.