| 1 | <br/> |
|---|
| 2 | <table> |
|---|
| 3 | <tr> |
|---|
| 4 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Current status")%></span></td> |
|---|
| 5 | <td class="blacktext" colspan="2"> |
|---|
| 6 | <form action="<%= setStatusURL %>" method="POST"> |
|---|
| 7 | <div> |
|---|
| 8 | <input name="changeTo" type="hidden" value="<%= changeTo %>" /> |
|---|
| 9 | <b><%= status %></b> |
|---|
| 10 | <small><input type="submit" class="btn" value="<%= changeStatus %>" /></small> |
|---|
| 11 | </div> |
|---|
| 12 | </form> |
|---|
| 13 | </td> |
|---|
| 14 | </tr> |
|---|
| 15 | <tr> |
|---|
| 16 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Registration start date")%></span></td> |
|---|
| 17 | <td class="blacktext"> |
|---|
| 18 | <%= startDate %> |
|---|
| 19 | </td> |
|---|
| 20 | <td rowspan="8" style="align: right; vertical-align: bottom;"> |
|---|
| 21 | <form action="<%= dataModificationURL %>" method="POST"> |
|---|
| 22 | <div> |
|---|
| 23 | <input type="submit" class="btn" value="<%= _("modify")%>" <%= disabled %> /> |
|---|
| 24 | </div> |
|---|
| 25 | </form> |
|---|
| 26 | </td> |
|---|
| 27 | </tr> |
|---|
| 28 | <tr> |
|---|
| 29 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Registration end date")%></span></td> |
|---|
| 30 | <td class="blacktext"> |
|---|
| 31 | <%= endDate %> |
|---|
| 32 | <% if extraTimeAmount: %> |
|---|
| 33 | (<%= _("Allow")%> <%= extraTimeAmount %> <%= extraTimeUnit %> <%= _("after")%>) |
|---|
| 34 | <% end %> |
|---|
| 35 | </td> |
|---|
| 36 | </tr> |
|---|
| 37 | <tr> |
|---|
| 38 | <td class="dataCaptionTD"><span class="dataCaptionFormat"><%= _("Modification end date")%></span></td> |
|---|
| 39 | <td class="blacktext"> |
|---|
| 40 | <%= modificationEndDate %> |
|---|
| 41 | </td> |
|---|
| 42 | </tr> |
|---|
| 43 | <tr> |
|---|
| 44 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Title")%></span></td> |
|---|
| 45 | <td class="blacktext"> |
|---|
| 46 | <%= title %> |
|---|
| 47 | </td> |
|---|
| 48 | </tr> |
|---|
| 49 | <tr> |
|---|
| 50 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Contact info")%></span></td> |
|---|
| 51 | <td class="blacktext"> |
|---|
| 52 | <%= contactInfo %> |
|---|
| 53 | </td> |
|---|
| 54 | </tr> |
|---|
| 55 | <tr> |
|---|
| 56 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Announcement")%></span></td> |
|---|
| 57 | <td class="blacktext"> |
|---|
| 58 | <pre><%= announcement %></pre> |
|---|
| 59 | </td> |
|---|
| 60 | </tr> |
|---|
| 61 | <tr> |
|---|
| 62 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Max No. of registrants")%></span></td> |
|---|
| 63 | <td class="blacktext"> |
|---|
| 64 | <%= usersLimit %> |
|---|
| 65 | </td> |
|---|
| 66 | </tr> |
|---|
| 67 | <tr> |
|---|
| 68 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Email notification sender address")%></span></td> |
|---|
| 69 | <td class="blacktext"> |
|---|
| 70 | %(notificationSender)s |
|---|
| 71 | </td> |
|---|
| 72 | </tr> |
|---|
| 73 | <tr> |
|---|
| 74 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Email notification (on new registrations)")%></span></td> |
|---|
| 75 | <td class="blacktext"> |
|---|
| 76 | <%= notification %> |
|---|
| 77 | </td> |
|---|
| 78 | </tr> |
|---|
| 79 | <tr> |
|---|
| 80 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Email registrant")%></span></td> |
|---|
| 81 | <td bgcolor="white" width="100%%"> |
|---|
| 82 | <% if activated: %> |
|---|
| 83 | <table> |
|---|
| 84 | <tr> |
|---|
| 85 | <td align="right"><strong><%= _("After registration")%></strong>:</td> |
|---|
| 86 | <td>%(sendRegEmail)s</td> |
|---|
| 87 | </tr> |
|---|
| 88 | <tr> |
|---|
| 89 | <td align="right"><strong><%= _("With a payment summary")%></strong>:</td> |
|---|
| 90 | <td>%(sendReceiptEmail)s</td> |
|---|
| 91 | </tr> |
|---|
| 92 | <tr> |
|---|
| 93 | <td align="right"><strong><%= _("After successful payment")%></strong>:</td> |
|---|
| 94 | <td>%(sendPaidEmail)s</td> |
|---|
| 95 | </tr> |
|---|
| 96 | </table> |
|---|
| 97 | <% end %> |
|---|
| 98 | </td> |
|---|
| 99 | </tr> |
|---|
| 100 | <tr> |
|---|
| 101 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Must have account")%></span></td> |
|---|
| 102 | <td class="blacktext"> |
|---|
| 103 | <%= mandatoryAccount %> |
|---|
| 104 | </td> |
|---|
| 105 | </tr> |
|---|
| 106 | <tr> |
|---|
| 107 | <td class="dataCaptionTD"><span class="dataCaptionFormat"> <%= _("Currency")%></span></td> |
|---|
| 108 | <td class="blacktext"> |
|---|
| 109 | <%= Currency %> |
|---|
| 110 | </td> |
|---|
| 111 | </tr> |
|---|
| 112 | <tr> |
|---|
| 113 | <td colspan="3" class="horizontalLine"> </td> |
|---|
| 114 | </tr> |
|---|
| 115 | <tr> |
|---|
| 116 | <td class="dataCaptionTD"> |
|---|
| 117 | <a name="personalfields"></a> |
|---|
| 118 | <span class="dataCaptionFormat"><%= _("Personal Data")%></span> |
|---|
| 119 | <br/> |
|---|
| 120 | <br/> |
|---|
| 121 | <img src=<%= enablePic %> alt="<%= _("Click to disable")%>"> <small><%= _("Enabled field") %></small> |
|---|
| 122 | <br/> |
|---|
| 123 | <img src=<%= disablePic %> alt="<%= _("Click to enable")%>"> <small><%= _("Disabled field") %></small> |
|---|
| 124 | </td> |
|---|
| 125 | <td class="blacktext" style="padding-left:20px"> |
|---|
| 126 | <%= personalfields %> |
|---|
| 127 | </td> |
|---|
| 128 | <td> |
|---|
| 129 | </td> |
|---|
| 130 | </tr> |
|---|
| 131 | <tr> |
|---|
| 132 | <td colspan="3" class="horizontalLine"> </td> |
|---|
| 133 | </tr> |
|---|
| 134 | <tr> |
|---|
| 135 | <td class="dataCaptionTD"> |
|---|
| 136 | <a name="sections"></a> |
|---|
| 137 | <span class="dataCaptionFormat"><%= _("Sections of the form")%></span> |
|---|
| 138 | <br/> |
|---|
| 139 | <br/> |
|---|
| 140 | <img src=<%= enablePic %> alt="<%= _("Click to disable")%>"> <small> <%= _("Enabled section")%></small> |
|---|
| 141 | <br/> |
|---|
| 142 | <img src=<%= disablePic %> alt="<%= _("Click to enable")%>"> <small> <%= _("Disabled section")%></small> |
|---|
| 143 | </td> |
|---|
| 144 | <form action=<%= actionSectionURL %> method="POST"> |
|---|
| 145 | <td class="blacktext" style="padding-left:20px"> |
|---|
| 146 | <%= sections %> |
|---|
| 147 | </td> |
|---|
| 148 | <td> |
|---|
| 149 | <input type="submit" class="btn" name="removeSection" value="<%= _("remove sect.")%>" /> |
|---|
| 150 | <input type="submit" class="btn" name="newSection" value="<%= _("new sect.")%>" /> |
|---|
| 151 | </td> |
|---|
| 152 | </form> |
|---|
| 153 | </tr> |
|---|
| 154 | <tr> |
|---|
| 155 | <td colspan="3" class="horizontalLine"> </td> |
|---|
| 156 | </tr> |
|---|
| 157 | <tr> |
|---|
| 158 | <td class="dataCaptionTD"> |
|---|
| 159 | <span class="dataCaptionFormat"> <%= _("Custom statuses")%></span> |
|---|
| 160 | </td> |
|---|
| 161 | <td colspan="2"> |
|---|
| 162 | <form action=<%= actionStatusesURL %> method="POST"> |
|---|
| 163 | <table> |
|---|
| 164 | <tr> |
|---|
| 165 | <td colspan="2"> |
|---|
| 166 | <input type="text" name="caption" value="" size="50" /> |
|---|
| 167 | <input type="submit" class="btn" name="addStatus" value="<%= _("add status")%>" /> |
|---|
| 168 | </td> |
|---|
| 169 | </tr> |
|---|
| 170 | <tr> |
|---|
| 171 | <td><%= statuses %></td> |
|---|
| 172 | <td> |
|---|
| 173 | <input type="submit" class="btn" name="removeStatuses" value="<%= _("remove status")%>" /> |
|---|
| 174 | </td> |
|---|
| 175 | </tr> |
|---|
| 176 | </table> |
|---|
| 177 | </form> |
|---|
| 178 | </td> |
|---|
| 179 | </tr> |
|---|
| 180 | <tr> |
|---|
| 181 | <td colspan="3" class="horizontalLine"> </td> |
|---|
| 182 | </tr> |
|---|
| 183 | </table> |
|---|
| 184 | <br/> |
|---|