|
|
|
|
@@ -149,47 +149,47 @@
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>{L_ACP_PORTAL_EVENTS}</legend>
|
|
|
|
|
<fieldset class="tabulated">
|
|
|
|
|
<legend>{L_ACP_PORTAL_EVENTS}</legend>
|
|
|
|
|
<fieldset class="tabulated">
|
|
|
|
|
|
|
|
|
|
<p class="quick">
|
|
|
|
|
<input class="button2" name="add" type="submit" value="{L_ADD_EVENT}" />
|
|
|
|
|
</p>
|
|
|
|
|
<p class="quick">
|
|
|
|
|
<input class="button2" name="add" type="submit" value="{L_ADD_EVENT}" />
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<table cellspacing="1">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{L_EVENT_TITLE}</th>
|
|
|
|
|
<th>{L_EVENT_DESC}</th>
|
|
|
|
|
<th>{L_EVENT_TIME}</th>
|
|
|
|
|
<th>{L_EVENT_LINK}</th>
|
|
|
|
|
<th>{L_ACTION}</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<!-- BEGIN events -->
|
|
|
|
|
<!-- IF events.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
|
|
|
|
<td style="text-align: center;">{events.EVENT_TITLE}</td>
|
|
|
|
|
<td style="text-align: center;">{events.EVENT_DESC}</td>
|
|
|
|
|
<td style="text-align: center;"><!-- IF events.EVENT_END -->{L_EVENT_START}{L_COLON} {events.EVENT_START} | {L_EVENT_END}{L_COLON} {events.EVENT_END}<!-- ELSE -->{L_EVENT_TIME}{L_COLON} {events.EVENT_START}<!-- IF events.EVENT_ALL_DAY --> | {L_EVENT_ALL_DAY}<!-- ENDIF --><!-- ENDIF --></td>
|
|
|
|
|
<td style="text-align: center;"><a href="{events.EVENT_URL}" alt="{events.EVENT_TITLE}">{events.EVENT_URL_RAW}</td>
|
|
|
|
|
<td style="text-align: center;">
|
|
|
|
|
<a href="{events.U_EDIT}">{ICON_EDIT}</a> <a href="{events.U_DELETE}">{ICON_DELETE}</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- BEGINELSE -->
|
|
|
|
|
<tr class="row1">
|
|
|
|
|
<td style="text-align: center;" colspan="5">{L_NO_EVENTS}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END events -->
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<p class="submit-buttons">
|
|
|
|
|
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
|
|
|
|
|
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
|
|
|
|
|
</p>
|
|
|
|
|
{S_FORM_TOKEN}
|
|
|
|
|
</fieldset>
|
|
|
|
|
<table cellspacing="1">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{L_EVENT_TITLE}</th>
|
|
|
|
|
<th>{L_EVENT_DESC}</th>
|
|
|
|
|
<th>{L_EVENT_TIME}</th>
|
|
|
|
|
<th>{L_EVENT_LINK}</th>
|
|
|
|
|
<th>{L_ACTION}</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<!-- BEGIN events -->
|
|
|
|
|
<!-- IF events.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
|
|
|
|
<td style="text-align: center;">{events.EVENT_TITLE}</td>
|
|
|
|
|
<td style="text-align: center;">{events.EVENT_DESC}</td>
|
|
|
|
|
<td style="text-align: center;"><!-- IF events.EVENT_END -->{L_EVENT_START}{L_COLON} {events.EVENT_START} | {L_EVENT_END}{L_COLON} {events.EVENT_END}<!-- ELSE -->{L_EVENT_TIME}{L_COLON} {events.EVENT_START}<!-- IF events.EVENT_ALL_DAY --> | {L_EVENT_ALL_DAY}<!-- ENDIF --><!-- ENDIF --></td>
|
|
|
|
|
<td style="text-align: center;"><a href="{events.EVENT_URL}" alt="{events.EVENT_TITLE}">{events.EVENT_URL_RAW}</td>
|
|
|
|
|
<td style="text-align: center;">
|
|
|
|
|
<a href="{events.U_EDIT}">{ICON_EDIT}</a> <a href="{events.U_DELETE}">{ICON_DELETE}</a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- BEGINELSE -->
|
|
|
|
|
<tr class="row1">
|
|
|
|
|
<td style="text-align: center;" colspan="5">{L_NO_EVENTS}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!-- END events -->
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<p class="submit-buttons">
|
|
|
|
|
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
|
|
|
|
|
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
|
|
|
|
|
</p>
|
|
|
|
|
{S_FORM_TOKEN}
|
|
|
|
|
</fieldset>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|