summaryrefslogtreecommitdiffstats
path: root/old/templates/default/listevents.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/templates/default/listevents.html')
-rw-r--r--old/templates/default/listevents.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/old/templates/default/listevents.html b/old/templates/default/listevents.html
deleted file mode 100644
index 4e9113b..0000000
--- a/old/templates/default/listevents.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!-- INCLUDE page_header.html -->
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">{EVENT_PAGINATION}</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="100%"><a href="{U_LIST_EVENTS}o={O_NAME}&amp;start={START}">{L_NAME}</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="{U_LIST_EVENTS}o={O_VALUE}&amp;start={START}">{L_VALUE}</a></th>
- </tr>
- <!-- BEGIN events_row -->
- <tr class="{events_row.ROW_CLASS}">
- <td width="100%"><a href="{events_row.U_VIEW_EVENT}">{events_row.NAME}</a></td>
- <td width="60" nowrap="nowrap" class="positive">{events_row.VALUE}</td>
- </tr>
- <!-- END events_row -->
- <tr>
- <th colspan="2" class="footer">{LISTEVENTS_FOOTCOUNT}</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">{EVENT_PAGINATION}</td>
- </tr>
-</table>
-<!-- INCLUDE page_tail.html --> \ No newline at end of file