summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2020-05-08 12:08:29 +0000
committerDominique Martinet <asmadeus@codewreck.org>2020-05-08 12:08:29 +0000
commit02ab6a02a801027e194916ec50739b236c0f329e (patch)
tree81a85cef3d0a263e63f0dd615db7328f3a09248e
parent54a107b858aa8ab21b1d0cc755b628f31e672200 (diff)
delete cache php page. stupid caching system doesn't belong here
-rw-r--r--templates/cache/default/admin/addadj.html.php52
-rw-r--r--templates/cache/default/admin/addevent.html.php56
-rw-r--r--templates/cache/default/admin/addiadj.html.php75
-rw-r--r--templates/cache/default/admin/additem.html.php279
-rw-r--r--templates/cache/default/admin/additem_search.html.php68
-rw-r--r--templates/cache/default/admin/addnews.html.php115
-rw-r--r--templates/cache/default/admin/addraid.html.php194
-rw-r--r--templates/cache/default/admin/addturnin.html.php109
-rw-r--r--templates/cache/default/admin/admin_index.html.php116
-rw-r--r--templates/cache/default/admin/config.html.php286
-rw-r--r--templates/cache/default/admin/confirm_delete.html.php24
-rw-r--r--templates/cache/default/admin/listadj.html.php82
-rw-r--r--templates/cache/default/admin/listnews.html.php46
-rw-r--r--templates/cache/default/admin/listusers.html.php92
-rw-r--r--templates/cache/default/admin/logs.html.php97
-rw-r--r--templates/cache/default/admin/mm_addmember.html.php121
-rw-r--r--templates/cache/default/admin/mm_menu.html.php36
-rw-r--r--templates/cache/default/admin/mm_ranks.html.php47
-rw-r--r--templates/cache/default/admin/mm_transfer.html.php57
-rw-r--r--templates/cache/default/admin/parse_Everquest.html.php122
-rw-r--r--templates/cache/default/admin/plugins.html.php36
-rw-r--r--templates/cache/default/admin/styles.html.php35
-rw-r--r--templates/cache/default/listevents.html.php42
-rw-r--r--templates/cache/default/listitems.html.php56
-rw-r--r--templates/cache/default/listmembers.html.php128
-rw-r--r--templates/cache/default/listraids.html.php46
-rw-r--r--templates/cache/default/login.html.php70
-rw-r--r--templates/cache/default/message.html.php21
-rw-r--r--templates/cache/default/page_header.html.php143
-rw-r--r--templates/cache/default/page_tail.html.php76
-rw-r--r--templates/cache/default/settings.html.php210
-rw-r--r--templates/cache/default/settings_menu.html.php43
-rw-r--r--templates/cache/default/stats.html.php95
-rw-r--r--templates/cache/default/summary.html.php113
-rw-r--r--templates/cache/default/upgrade.html.php37
-rw-r--r--templates/cache/default/viewevent.html.php97
-rw-r--r--templates/cache/default/viewitem.html.php50
-rw-r--r--templates/cache/default/viewmember.html.php157
-rw-r--r--templates/cache/default/viewnews.html.php46
-rw-r--r--templates/cache/default/viewraid.html.php137
40 files changed, 0 insertions, 3712 deletions
diff --git a/templates/cache/default/admin/addadj.html.php b/templates/cache/default/admin/addadj.html.php
deleted file mode 100644
index 25c6f44..0000000
--- a/templates/cache/default/admin/addadj.html.php
+++ /dev/null
@@ -1,52 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function check_form()
-{
- if (document.post.adjustment_value.value.length < 1)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_VALUE_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_VALUE_EMPTY'] : '') . '\');
- return false;
- }
- return true;
-}
-//-->
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['F_ADD_ADJUSTMENT'] : '') . '" name="post" onsubmit="return check_form(this)">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['URI_ADJUSTMENT'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_ID'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_ID'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" width="100%">' . ((isset($this->_tpldata['.'][0]['L_ADD_ADJ_TITLE'])) ? $this->_tpldata['.'][0]['L_ADD_ADJ_TITLE'] : ((isset($user->lang['ADD_ADJ_TITLE'])) ? $user->lang['ADD_ADJ_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_ADJ_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="100%" align="center" class="row1">
- <br />' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT_VALUE'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT_VALUE'] : ((isset($user->lang['ADJUSTMENT_VALUE'])) ? $user->lang['ADJUSTMENT_VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT_VALUE'))) . ' }')) . ': <input type="text" name="adjustment_value" size="6" maxlength="10" value="' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT'])) ? $this->_tpldata['.'][0]['ADJUSTMENT'] : '') . '" class="input" />
- <br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT_VALUE_NOTE'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT_VALUE_NOTE'] : ((isset($user->lang['ADJUSTMENT_VALUE_NOTE'])) ? $user->lang['ADJUSTMENT_VALUE_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT_VALUE_NOTE'))) . ' }')) . '</span><br />' . ((isset($this->_tpldata['.'][0]['FV_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['FV_ADJUSTMENT'] : '') . '&nbsp;
- </td>
- </tr>
- <tr>
- <th align="center" colspan="2">
- ';// IF S_ADD
-if ($this->_tpldata['.'][0]['S_ADD']) {
-echo '
- <input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADD_ADJUSTMENT'] : ((isset($user->lang['ADD_ADJUSTMENT'])) ? $user->lang['ADD_ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_ADJUSTMENT'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" />
- ';// ELSE
-} else {
-echo '
- <input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_UPDATE_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_UPDATE_ADJUSTMENT'] : ((isset($user->lang['UPDATE_ADJUSTMENT'])) ? $user->lang['UPDATE_ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_ADJUSTMENT'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_DELETE_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_DELETE_ADJUSTMENT'] : ((isset($user->lang['DELETE_ADJUSTMENT'])) ? $user->lang['DELETE_ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_ADJUSTMENT'))) . ' }')) . '" class="liteoption" />
- ';// ENDIF
-}
-echo '
- </th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/addevent.html.php b/templates/cache/default/admin/addevent.html.php
deleted file mode 100644
index 655e622..0000000
--- a/templates/cache/default/admin/addevent.html.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function check_form()
-{
- if (document.post.event_name.value.length < 2)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_NAME_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_NAME_EMPTY'] : '') . '\');
- return false;
- }
- if (document.post.event_value.value.length < 1)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_VALUE_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_VALUE_EMPTY'] : '') . '\');
- return false;
- }
- return true;
-}
-//-->
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_EVENT'])) ? $this->_tpldata['.'][0]['F_ADD_EVENT'] : '') . '" name="post" onsubmit="return check_form(this)">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_EVENT'])) ? $this->_tpldata['.'][0]['URI_EVENT'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['EVENT_ID'])) ? $this->_tpldata['.'][0]['EVENT_ID'] : '') . '" />
-<input type="hidden" name="mode" value="' . ((isset($this->_tpldata['.'][0]['MODE'])) ? $this->_tpldata['.'][0]['MODE'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2" >' . ((isset($this->_tpldata['.'][0]['L_ADD_EVENT_TITLE'])) ? $this->_tpldata['.'][0]['L_ADD_EVENT_TITLE'] : ((isset($user->lang['ADD_EVENT_TITLE'])) ? $user->lang['ADD_EVENT_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_EVENT_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="50%" align="center" class="row1">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . ': <input type="text" name="event_name" size="35" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['EVENT_NAME'])) ? $this->_tpldata['.'][0]['EVENT_NAME'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_NAME'])) ? $this->_tpldata['.'][0]['FV_NAME'] : '') . '</td>
- <td width="50%" align="center" class="row2">' . ((isset($this->_tpldata['.'][0]['L_DKP_VALUE'])) ? $this->_tpldata['.'][0]['L_DKP_VALUE'] : ((isset($user->lang['DKP_VALUE'])) ? $user->lang['DKP_VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DKP_VALUE'))) . ' }')) . ': <input type="text" name="event_value" size="8" maxlength="7" value="' . ((isset($this->_tpldata['.'][0]['EVENT_VALUE'])) ? $this->_tpldata['.'][0]['EVENT_VALUE'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_VALUE'])) ? $this->_tpldata['.'][0]['FV_VALUE'] : '') . '</td>
- </tr>
- <tr>
- <th align="center" colspan="2">
- ';// IF S_ADD
-if ($this->_tpldata['.'][0]['S_ADD']) {
-echo '
- <input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_EVENT'])) ? $this->_tpldata['.'][0]['L_ADD_EVENT'] : ((isset($user->lang['ADD_EVENT'])) ? $user->lang['ADD_EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_EVENT'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" />
- ';// ELSE
-} else {
-echo '
- <input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_UPDATE_EVENT'])) ? $this->_tpldata['.'][0]['L_UPDATE_EVENT'] : ((isset($user->lang['UPDATE_EVENT'])) ? $user->lang['UPDATE_EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_EVENT'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_DELETE_EVENT'])) ? $this->_tpldata['.'][0]['L_DELETE_EVENT'] : ((isset($user->lang['DELETE_EVENT'])) ? $user->lang['DELETE_EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_EVENT'))) . ' }')) . '" class="liteoption" />
- ';// ENDIF
-}
-echo '
- </th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/addiadj.html.php b/templates/cache/default/admin/addiadj.html.php
deleted file mode 100644
index 56fa98f..0000000
--- a/templates/cache/default/admin/addiadj.html.php
+++ /dev/null
@@ -1,75 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function check_form()
-{
- if (document.post.adjustment_value.value.length < 1)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_VALUE_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_VALUE_EMPTY'] : '') . '\');
- return false;
- }
- return true;
-}
-//-->
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['F_ADD_ADJUSTMENT'] : '') . '" name="post" onsubmit="return check_form(this)">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['URI_ADJUSTMENT'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_ID'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_ID'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_ADD_IADJ_TITLE'])) ? $this->_tpldata['.'][0]['L_ADD_IADJ_TITLE'] : ((isset($user->lang['ADD_IADJ_TITLE'])) ? $user->lang['ADD_IADJ_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_IADJ_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="350" valign="top" rowspan="3" nowrap="nowrap" class="row1">
- ' . ((isset($this->_tpldata['.'][0]['FV_MEMBERS'])) ? $this->_tpldata['.'][0]['FV_MEMBERS'] : '') . '<br /><b>' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . ':</b><br />' . ((isset($this->_tpldata['.'][0]['L_HOLD_CTRL_NOTE'])) ? $this->_tpldata['.'][0]['L_HOLD_CTRL_NOTE'] : ((isset($user->lang['HOLD_CTRL_NOTE'])) ? $user->lang['HOLD_CTRL_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HOLD_CTRL_NOTE'))) . ' }')) . '
- <select name="member_names[]" size="25" multiple="multiple" class="input">
- ';// BEGIN members_row
-$_members_row_count = (isset($this->_tpldata['members_row.'])) ? sizeof($this->_tpldata['members_row.']) : 0;
-if ($_members_row_count) {
-for ($_members_row_i = 0; $_members_row_i < $_members_row_count; $_members_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['VALUE'])) ? $this->_tpldata['members_row.'][$_members_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['SELECTED'])) ? $this->_tpldata['members_row.'][$_members_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['OPTION'])) ? $this->_tpldata['members_row.'][$_members_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END members_row
-echo '
- </select>
- </td>
- <td width="100%" valign="top" class="row2"><b>' . ((isset($this->_tpldata['.'][0]['L_REASON'])) ? $this->_tpldata['.'][0]['L_REASON'] : ((isset($user->lang['REASON'])) ? $user->lang['REASON'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REASON'))) . ' }')) . ':</b><br /><input type="text" name="adjustment_reason" size="35" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_REASON'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_REASON'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td width="100%" valign="top" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . ':</b> <span class="small">(' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT_VALUE_NOTE'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT_VALUE_NOTE'] : ((isset($user->lang['ADJUSTMENT_VALUE_NOTE'])) ? $user->lang['ADJUSTMENT_VALUE_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT_VALUE_NOTE'))) . ' }')) . ')</span>
- <br /><input type="text" name="adjustment_value" size="7" maxlength="10" value="' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_VALUE'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_VALUE'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['FV_ADJUSTMENT'] : '') . '
- </td>
- </tr>
- <tr>
- <td width="100%" valign="top" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . ':</b> <input type="text" name="mo" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['MO'])) ? $this->_tpldata['.'][0]['MO'] : '') . '" class="input" />/<input type="text" name="d" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['D'])) ? $this->_tpldata['.'][0]['D'] : '') . '" class="input" />/<input type="text" name="y" size="5" maxlength="4" value="' . ((isset($this->_tpldata['.'][0]['Y'])) ? $this->_tpldata['.'][0]['Y'] : '') . '" class="input" /><br />' . ((isset($this->_tpldata['.'][0]['FV_MO'])) ? $this->_tpldata['.'][0]['FV_MO'] : '') . '' . ((isset($this->_tpldata['.'][0]['FV_D'])) ? $this->_tpldata['.'][0]['FV_D'] : '') . '' . ((isset($this->_tpldata['.'][0]['FV_Y'])) ? $this->_tpldata['.'][0]['FV_Y'] : '') . '
- </td>
- </tr>
- <tr>
- <th align="center" colspan="2">
- ';// IF S_ADD
-if ($this->_tpldata['.'][0]['S_ADD']) {
-echo '
- <input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADD_ADJUSTMENT'] : ((isset($user->lang['ADD_ADJUSTMENT'])) ? $user->lang['ADD_ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_ADJUSTMENT'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" />
- ';// ELSE
-} else {
-echo '
- <input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_UPDATE_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_UPDATE_ADJUSTMENT'] : ((isset($user->lang['UPDATE_ADJUSTMENT'])) ? $user->lang['UPDATE_ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_ADJUSTMENT'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_DELETE_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_DELETE_ADJUSTMENT'] : ((isset($user->lang['DELETE_ADJUSTMENT'])) ? $user->lang['DELETE_ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_ADJUSTMENT'))) . ' }')) . '" class="liteoption" />
- ';// ENDIF
-}
-echo '
- </th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/additem.html.php b/templates/cache/default/admin/additem.html.php
deleted file mode 100644
index 5d09edc..0000000
--- a/templates/cache/default/admin/additem.html.php
+++ /dev/null
@@ -1,279 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function check_form()
-{
- if ((document.post.select_item_name.value.length < 2) && (document.post.item_name.value.length < 2))
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_NAME_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_NAME_EMPTY'] : '') . '\');
- return false;
- }
- if (document.post.raid_id.value.length < 1)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_RAID_ID_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_RAID_ID_EMPTY'] : '') . '\');
- return false;
- }
- if (document.post.item_value.value.length < 1)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_VALUE_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_VALUE_EMPTY'] : '') . '\');
- return false;
- }
- return true;
-}
-
-function switch_item_val()
-{
- document.post.item_name.value = document.post.select_item_name.options[document.post.select_item_name.selectedIndex].value;
- document.post.item_value.value = document.post.select_item_name.options[document.post.select_item_name.selectedIndex].text.replace(/[^\\.0-9]/g, "");
-}
-
-function pop_search()
-{
- search = window.open(\'additem.php' . ((isset($this->_tpldata['.'][0]['SID'])) ? $this->_tpldata['.'][0]['SID'] : '') . '&mode=search\',\'search\',\'resizable=yes,toolbar=no,status=yes,height=150,width=400,screenX=50,screenY=25,left=100,top=75\')
- search.focus();
-}
-function fnSearch( searchField, searchItem )
-{
- thisForm = document.post;
-
- searchBox = thisForm.elements[searchField];
- selectBox = thisForm.elements[searchItem];
-
- // Don\'t select anybody if the search box is blank
- if ( searchBox.value == "" )
- {
- return;
- }
-
- reSearch = new RegExp( searchBox.value, "i" );
-
- len = selectBox.options.length;
- for ( var i = 0; i < len; i++ )
- {
- selectBox.options[i].selected = false;
-
- if ( reSearch.test(selectBox.options[i].value) )
- {
- selectBox.options[i].selected = true;
- break;
- }
- }
-}
-
-function fnAddMember()
-{
- form = document.post;
- fromField = form.all_members;
- toField = form.elements["item_buyers[]"];
-
- fromSize = fromField.options.length
- toSize = toField.options.length
-
- aSelected = new Array();
-
- // Build an array of the selected members
- for ( i = 0; i < fromSize; i++ )
- {
- if ( fromField.options[i].selected == true )
- {
- aSelected[aSelected.length] = i;
- }
- }
-
- offset = 0;
- for( i = 0; i < aSelected.length; i++ )
- {
- index = aSelected[i];
-
- memberValue = fromField.options[index].value;
- memberText = fromField.options[index].text;
-
- // Remove the initial spacer member
- if ( (toSize == 1) && (toField.options[0].value == "") )
- {
- toSize = 0;
- }
-
- // Loop through the item_buyers list, don\'t add if it\'s a duplicate
- for ( j = 0, exists = false; j < toSize; j++ )
- {
- // Buyer already exists
- if ( toField.options[ j ].value == memberValue )
- {
- exists = true;
- offset++;
- }
- }
-
- // Buyer doesn\'t exist, add them
- if ( exists != true )
- {
- toField.options[toSize + i - offset] = new Option(memberText, memberValue);
- toField.options[toSize + i - offset].selected = true;
- }
- }
-
- // We\'re done - clear the search box and focus it for the next entry
- form.memberSearch.value = "";
- form.memberSearch.focus();
-
- return false;
-}
-
-function fnRemoveMember()
-{
- form = document.post;
- toField = form.elements["item_buyers[]"];
-
- toSize = toField.options.length
-
- aSelected = new Array();
-
- for ( i = 0; i < toSize; i++ )
- {
- if ( toField.options[i].selected == true )
- {
- aSelected[aSelected.length] = i;
- }
- }
-
- selectedSize = aSelected.length;
- if ( selectedSize > 0 )
- {
- for ( i = selectedSize; i > -1; i-- )
- {
- index = aSelected[i];
-
- if ( index )
- {
- toField.options.remove(index);
- }
- }
- }
-}
-//-->
-</script>
-
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_ITEM'])) ? $this->_tpldata['.'][0]['F_ADD_ITEM'] : '') . '" name="post">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_ITEM'])) ? $this->_tpldata['.'][0]['URI_ITEM'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['ITEM_ID'])) ? $this->_tpldata['.'][0]['ITEM_ID'] : '') . '" />
-<input type="hidden" name="mode" value="' . ((isset($this->_tpldata['.'][0]['MODE'])) ? $this->_tpldata['.'][0]['MODE'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_ADD_ITEM_TITLE'])) ? $this->_tpldata['.'][0]['L_ADD_ITEM_TITLE'] : ((isset($user->lang['ADD_ITEM_TITLE'])) ? $user->lang['ADD_ITEM_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_ITEM_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="350" valign="top" rowspan="3" nowrap="nowrap" class="row1">
- ' . ((isset($this->_tpldata['.'][0]['FV_ITEM_BUYERS'])) ? $this->_tpldata['.'][0]['FV_ITEM_BUYERS'] : '') . '<br /><b>' . ((isset($this->_tpldata['.'][0]['L_BUYERS'])) ? $this->_tpldata['.'][0]['L_BUYERS'] : ((isset($user->lang['BUYERS'])) ? $user->lang['BUYERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYERS'))) . ' }')) . ':</b> <span class="small">' . ((isset($this->_tpldata['.'][0]['L_HOLD_CTRL_NOTE'])) ? $this->_tpldata['.'][0]['L_HOLD_CTRL_NOTE'] : ((isset($user->lang['HOLD_CTRL_NOTE'])) ? $user->lang['HOLD_CTRL_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HOLD_CTRL_NOTE'))) . ' }')) . '</span><br />
- <table width="100%" border="0" cellpadding="3" cellspacing="0" class="borderless">
- <tr>
- <td colspan="3">' . ((isset($this->_tpldata['.'][0]['L_SEARCH_MEMBERS'])) ? $this->_tpldata['.'][0]['L_SEARCH_MEMBERS'] : ((isset($user->lang['SEARCH_MEMBERS'])) ? $user->lang['SEARCH_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SEARCH_MEMBERS'))) . ' }')) . ': <input type="text" name="memberSearch" size="35" maxlength="255" value="" class="input" onkeyup="fnSearch(this.name, \'all_members\')" /></td>
- </tr>
- <tr>
- <td>
- <select name="all_members" size="25" multiple="multiple" class="input">
- ';// BEGIN members_row
-$_members_row_count = (isset($this->_tpldata['members_row.'])) ? sizeof($this->_tpldata['members_row.']) : 0;
-if ($_members_row_count) {
-for ($_members_row_i = 0; $_members_row_i < $_members_row_count; $_members_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['VALUE'])) ? $this->_tpldata['members_row.'][$_members_row_i]['VALUE'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['OPTION'])) ? $this->_tpldata['members_row.'][$_members_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END members_row
-echo '
- </select>
- </td>
- <td width="50" align="center" valign="middle">
- <input type="button" name="button1" value="&lt;&lt;" accesskey="r" onclick="return fnRemoveMember()" class="liteoption" />
- <input type="button" name="button2" value="&gt;&gt;" accesskey="m" onclick="return fnAddMember()" class="liteoption" />
- </td>
- <td>
- <select name="item_buyers[]" size="25" multiple="multiple" class="input">
- <option value="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
- ';// BEGIN buyers_row
-$_buyers_row_count = (isset($this->_tpldata['buyers_row.'])) ? sizeof($this->_tpldata['buyers_row.']) : 0;
-if ($_buyers_row_count) {
-for ($_buyers_row_i = 0; $_buyers_row_i < $_buyers_row_count; $_buyers_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['buyers_row.'][$_buyers_row_i]['VALUE'])) ? $this->_tpldata['buyers_row.'][$_buyers_row_i]['VALUE'] : '') . '" selected="selected">' . ((isset($this->_tpldata['buyers_row.'][$_buyers_row_i]['OPTION'])) ? $this->_tpldata['buyers_row.'][$_buyers_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END buyers_row
-echo '
- </select>
- </td>
- </tr>
- </table>
- </td>
- <td width="100%" valign="top" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . ':</b> <span class="small">(<a href="' . ((isset($this->_tpldata['.'][0]['U_ADD_RAID'])) ? $this->_tpldata['.'][0]['U_ADD_RAID'] : '') . '" class="small">' . ((isset($this->_tpldata['.'][0]['L_ADD_RAID'])) ? $this->_tpldata['.'][0]['L_ADD_RAID'] : ((isset($user->lang['ADD_RAID'])) ? $user->lang['ADD_RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_RAID'))) . ' }')) . '</a>)</span><br />
- <select name="raid_id" class="input">
- <option value=""></option>
- ';// BEGIN raids_row
-$_raids_row_count = (isset($this->_tpldata['raids_row.'])) ? sizeof($this->_tpldata['raids_row.']) : 0;
-if ($_raids_row_count) {
-for ($_raids_row_i = 0; $_raids_row_i < $_raids_row_count; $_raids_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['SELECTED'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['OPTION'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END raids_row
-echo '
- </select>' . ((isset($this->_tpldata['.'][0]['FV_RAID_ID'])) ? $this->_tpldata['.'][0]['FV_RAID_ID'] : '') . '
- <br /><br />
- <b class="small">' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ':</b> <span class="small">' . ((isset($this->_tpldata['.'][0]['L_ADDITEM_RAIDID_NOTE'])) ? $this->_tpldata['.'][0]['L_ADDITEM_RAIDID_NOTE'] : ((isset($user->lang['ADDITEM_RAIDID_NOTE'])) ? $user->lang['ADDITEM_RAIDID_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADDITEM_RAIDID_NOTE'))) . ' }')) . '</span>
- </td>
- </tr>
- <tr>
- <td width="100%" valign="top" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . ':</b> <span class="small">(<a href="javascript:pop_search();" class="small">' . ((isset($this->_tpldata['.'][0]['L_SEARCH'])) ? $this->_tpldata['.'][0]['L_SEARCH'] : ((isset($user->lang['SEARCH'])) ? $user->lang['SEARCH'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SEARCH'))) . ' }')) . '</a>)</span><br /><br />
- ' . ((isset($this->_tpldata['.'][0]['L_SEARCH_EXISTING'])) ? $this->_tpldata['.'][0]['L_SEARCH_EXISTING'] : ((isset($user->lang['SEARCH_EXISTING'])) ? $user->lang['SEARCH_EXISTING'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SEARCH_EXISTING'))) . ' }')) . ': <input type="text" name="itemSearch" size="35" maxlength="255" value="" class="input" onkeyup="fnSearch(this.name, \'select_item_name\'); switch_item_val();" /><br />
- ' . ((isset($this->_tpldata['.'][0]['L_SELECT_EXISTING'])) ? $this->_tpldata['.'][0]['L_SELECT_EXISTING'] : ((isset($user->lang['SELECT_EXISTING'])) ? $user->lang['SELECT_EXISTING'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SELECT_EXISTING'))) . ' }')) . ':
- <select name="select_item_name" onchange="javascript:switch_item_val();" class="input">
- <option value=""></option>
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['SELECTED'])) ? $this->_tpldata['items_row.'][$_items_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['OPTION'])) ? $this->_tpldata['items_row.'][$_items_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END items_row
-echo '
- </select>
- <br /><br /><b>- ' . ((isset($this->_tpldata['.'][0]['L_OR'])) ? $this->_tpldata['.'][0]['L_OR'] : ((isset($user->lang['OR'])) ? $user->lang['OR'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'OR'))) . ' }')) . ' -</b><br /><br />
- ' . ((isset($this->_tpldata['.'][0]['L_ENTER_NEW'])) ? $this->_tpldata['.'][0]['L_ENTER_NEW'] : ((isset($user->lang['ENTER_NEW'])) ? $user->lang['ENTER_NEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ENTER_NEW'))) . ' }')) . ': <input type="text" name="item_name" size="30" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['ITEM_NAME'])) ? $this->_tpldata['.'][0]['ITEM_NAME'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_ITEM_NAME'])) ? $this->_tpldata['.'][0]['FV_ITEM_NAME'] : '') . '
- </td>
- </tr>
- <tr>
- <td width="100%" valign="top" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . ':</b> <input type="text" name="item_value" size="6" maxlength="10" value="' . ((isset($this->_tpldata['.'][0]['ITEM_VALUE'])) ? $this->_tpldata['.'][0]['ITEM_VALUE'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_ITEM_VALUE'])) ? $this->_tpldata['.'][0]['FV_ITEM_VALUE'] : '') . '
- </td>
- </tr>
- <tr>
- <th align="center" colspan="2">
- ';// IF S_ADD
-if ($this->_tpldata['.'][0]['S_ADD']) {
-echo '
- <input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_ITEM'])) ? $this->_tpldata['.'][0]['L_ADD_ITEM'] : ((isset($user->lang['ADD_ITEM'])) ? $user->lang['ADD_ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_ITEM'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" />
- ';// ELSE
-} else {
-echo '
- <input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_UPDATE_ITEM'])) ? $this->_tpldata['.'][0]['L_UPDATE_ITEM'] : ((isset($user->lang['UPDATE_ITEM'])) ? $user->lang['UPDATE_ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_ITEM'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_DELETE_ITEM'])) ? $this->_tpldata['.'][0]['L_DELETE_ITEM'] : ((isset($user->lang['DELETE_ITEM'])) ? $user->lang['DELETE_ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_ITEM'))) . ' }')) . '" class="liteoption" />
- ';// ENDIF
-}
-echo '
- </th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/additem_search.html.php b/templates/cache/default/admin/additem_search.html.php
deleted file mode 100644
index 8e4f82b..0000000
--- a/templates/cache/default/admin/additem_search.html.php
+++ /dev/null
@@ -1,68 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="javascript" type="text/javascript">
-<!--
-function select_item()
-{
- opener.document.post.item_name.value = document.post.items.options[document.post.items.selectedIndex].value;
-
- opener.changed = "True";
- window.close();
- opener.window.focus();
-}
-//-->
-</script>
-';// IF S_STEP1
-if ($this->_tpldata['.'][0]['S_STEP1']) {
-echo '
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_SEARCH_ITEM'])) ? $this->_tpldata['.'][0]['F_SEARCH_ITEM'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_ITEM_SEARCH'])) ? $this->_tpldata['.'][0]['L_ITEM_SEARCH'] : ((isset($user->lang['ITEM_SEARCH'])) ? $user->lang['ITEM_SEARCH'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM_SEARCH'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center"><input type="text" name="query" size="30" maxlength="255" value="" class="input" /></td>
- </tr>
- <tr>
- <th align="center"><input type="submit" name="search" value="' . ((isset($this->_tpldata['.'][0]['L_SEARCH'])) ? $this->_tpldata['.'][0]['L_SEARCH'] : ((isset($user->lang['SEARCH'])) ? $user->lang['SEARCH'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SEARCH'))) . ' }')) . '" class="mainoption" /> <input type="button" name="button" value="' . ((isset($this->_tpldata['.'][0]['L_CLOSE_WINDOW'])) ? $this->_tpldata['.'][0]['L_CLOSE_WINDOW'] : ((isset($user->lang['CLOSE_WINDOW'])) ? $user->lang['CLOSE_WINDOW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLOSE_WINDOW'))) . ' }')) . '" onclick="javascript:window.close(); window.opener.window.focus();" class="liteoption" /></th>
- </tr>
-';// ELSE
-} else {
-echo '
-<form method="post" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_RESULTS'])) ? $this->_tpldata['.'][0]['L_RESULTS'] : ((isset($user->lang['RESULTS'])) ? $user->lang['RESULTS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESULTS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- <select name="items" class="input">
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['OPTION'])) ? $this->_tpldata['items_row.'][$_items_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END items_row
-echo '
- </select>
- </td>
- </tr>
- <tr>
- <th align="center"><input type="button" name="select" value="' . ((isset($this->_tpldata['.'][0]['L_SELECT'])) ? $this->_tpldata['.'][0]['L_SELECT'] : ((isset($user->lang['SELECT'])) ? $user->lang['SELECT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SELECT'))) . ' }')) . '" class="mainoption" onclick="javascript:select_item();" /></th>
- </tr>
-';// ENDIF
-}
-echo '
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/addnews.html.php b/templates/cache/default/admin/addnews.html.php
deleted file mode 100644
index f05b3aa..0000000
--- a/templates/cache/default/admin/addnews.html.php
+++ /dev/null
@@ -1,115 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-';echo '<!--
-b_help = "' . ((isset($this->_tpldata['.'][0]['L_B_HELP'])) ? $this->_tpldata['.'][0]['L_B_HELP'] : ((isset($user->lang['B_HELP'])) ? $user->lang['B_HELP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'B_HELP'))) . ' }')) . '";
-i_help = "' . ((isset($this->_tpldata['.'][0]['L_I_HELP'])) ? $this->_tpldata['.'][0]['L_I_HELP'] : ((isset($user->lang['I_HELP'])) ? $user->lang['I_HELP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'I_HELP'))) . ' }')) . '";
-u_help = "' . ((isset($this->_tpldata['.'][0]['L_U_HELP'])) ? $this->_tpldata['.'][0]['L_U_HELP'] : ((isset($user->lang['U_HELP'])) ? $user->lang['U_HELP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'U_HELP'))) . ' }')) . '";
-q_help = "' . ((isset($this->_tpldata['.'][0]['L_Q_HELP'])) ? $this->_tpldata['.'][0]['L_Q_HELP'] : ((isset($user->lang['Q_HELP'])) ? $user->lang['Q_HELP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'Q_HELP'))) . ' }')) . '";
-c_help = "' . ((isset($this->_tpldata['.'][0]['L_C_HELP'])) ? $this->_tpldata['.'][0]['L_C_HELP'] : ((isset($user->lang['C_HELP'])) ? $user->lang['C_HELP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'C_HELP'))) . ' }')) . '";
-p_help = "' . ((isset($this->_tpldata['.'][0]['L_P_HELP'])) ? $this->_tpldata['.'][0]['L_P_HELP'] : ((isset($user->lang['P_HELP'])) ? $user->lang['P_HELP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'P_HELP'))) . ' }')) . '";
-w_help = "' . ((isset($this->_tpldata['.'][0]['L_W_HELP'])) ? $this->_tpldata['.'][0]['L_W_HELP'] : ((isset($user->lang['W_HELP'])) ? $user->lang['W_HELP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'W_HELP'))) . ' }')) . '";
-
-var theSelection = false;
-bbcode = new Array();
-bbtags = new Array(\'[b]\',\'[/b]\',\'[i]\',\'[/i]\',\'[u]\',\'[/u]\',\'[quote]\',\'[/quote]\',\'[img]http://\',\'[/img]\',\'[url]http://\',\'[/url]\',\'[center]\',\'[/center]\');
-
-function helpline(help)
-{
- document.post.helpbox.value = eval(help + "_help");
-}
-
-function check_form()
-{
- if (document.post.news_message.value.length < 2)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_MESSAGE_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_MESSAGE_EMPTY'] : '') . '\');
- return false;
- }
- if (document.post.news_headline.value.length < 1)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_HEADLINE_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_HEADLINE_EMPTY'] : '') . '\');
- return false;
- }
- return true;
-}
-
-function bbstyle(bbnumber)
-{
- // Insert opening/closing tags
- document.post.news_message.value += bbtags[bbnumber] + bbtags[bbnumber+1];
- document.post.news_message.focus();
- return;
-
-}
-//-->';echo '
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_NEWS'])) ? $this->_tpldata['.'][0]['F_ADD_NEWS'] : '') . '" name="post" onsubmit="return check_form(this)">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_NEWS'])) ? $this->_tpldata['.'][0]['URI_NEWS'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['NEWS_ID'])) ? $this->_tpldata['.'][0]['NEWS_ID'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2" >' . ((isset($this->_tpldata['.'][0]['L_ADD_NEWS'])) ? $this->_tpldata['.'][0]['L_ADD_NEWS'] : ((isset($user->lang['ADD_NEWS'])) ? $user->lang['ADD_NEWS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_NEWS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="200" class="row1" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_HEADLINE'])) ? $this->_tpldata['.'][0]['L_HEADLINE'] : ((isset($user->lang['HEADLINE'])) ? $user->lang['HEADLINE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HEADLINE'))) . ' }')) . ':</b></td>
- <td width="100%" class="row2"><input type="text" name="news_headline" size="40" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['HEADLINE'])) ? $this->_tpldata['.'][0]['HEADLINE'] : '') . '" style="width: 450px" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_HEADLINE'])) ? $this->_tpldata['.'][0]['FV_HEADLINE'] : '') . '</td>
- </tr>
- <tr>
- <td width="200" class="row1" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_MESSAGE_BODY'])) ? $this->_tpldata['.'][0]['L_MESSAGE_BODY'] : ((isset($user->lang['MESSAGE_BODY'])) ? $user->lang['MESSAGE_BODY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MESSAGE_BODY'))) . ' }')) . ':</b></td>
- <td width="100%" class="row2">
- <table border="0" cellspacing="0" cellpadding="2" class="borderless">
- <tr>
- <td><input type="button" accesskey="b" name="addcode0" value=" B " style="font-weight: bold; width: 30px" onmouseover="helpline(\'b\')" onclick="bbstyle(0)" class="input" /></td>
- <td><input type="button" accesskey="i" name="addcode2" value=" i " style="font-style: italic; width: 30px" onmouseover="helpline(\'i\')" onclick="bbstyle(2)" class="input" /></td>
- <td><input type="button" accesskey="u" name="addcode4" value=" u " style="text-decoration: underline; width: 30px" onmouseover="helpline(\'u\')" onclick="bbstyle(4)" class="input" /></td>
- <td><input type="button" accesskey="q" name="addcode6" value=" Quote " style="width: 50px" onmouseover="helpline(\'q\')" onclick="bbstyle(6)" class="input" /></td>
- <td><input type="button" accesskey="c" name="addcode12" value=" Center " style="width: 50px" onmouseover="helpline(\'c\')" onclick="bbstyle(12)" class="input" /></td>
- <td><input type="button" accesskey="p" name="addcode8" value=" IMG " style="width: 50px" onmouseover="helpline(\'p\')" onclick="bbstyle(8)" class="input" /></td>
- <td><input type="button" accesskey="w" name="addcode10" value=" URL " style="width: 50px" onmouseover="helpline(\'w\')" onclick="bbstyle(10)" class="input" /></td>
- </tr>
- </table>
- <table border="0" cellspacing="0" cellpadding="2" class="borderless">
- <tr>
- <td><input type="text" name="helpbox" size="45" maxlength="100" style="width: 450px; font-size: 10px;" class="helpline2" value="" /></td>
- </tr>
- <tr>
- <td><textarea name="news_message" rows="15" cols="60" style="width: 450px" class="input">' . ((isset($this->_tpldata['.'][0]['MESSAGE'])) ? $this->_tpldata['.'][0]['MESSAGE'] : '') . '</textarea>' . ((isset($this->_tpldata['.'][0]['FV_MESSAGE'])) ? $this->_tpldata['.'][0]['FV_MESSAGE'] : '') . '</td>
- </tr>
- </table>
- </td>
- </tr>
- ';// IF S_UPDATE
-if ($this->_tpldata['.'][0]['S_UPDATE']) {
-echo '
- <tr>
- <td width="200" class="row1" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_UPDATE_DATE_TO'])) ? $this->_tpldata['.'][0]['L_UPDATE_DATE_TO'] : ((isset($user->lang['UPDATE_DATE_TO'])) ? $user->lang['UPDATE_DATE_TO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_DATE_TO'))) . ' }')) . '</b></td>
- <td width="100%" class="row2"><input type="checkbox" name="update_date" value="1" /></td>
- </tr>
- ';// ENDIF
-}
-echo '
- <tr>
- <th align="center" colspan="2">
- ';// IF S_ADD
-if ($this->_tpldata['.'][0]['S_ADD']) {
-echo '
- <input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_NEWS'])) ? $this->_tpldata['.'][0]['L_ADD_NEWS'] : ((isset($user->lang['ADD_NEWS'])) ? $user->lang['ADD_NEWS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_NEWS'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" />
- ';// ELSE
-} else {
-echo '
- <input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_UPDATE_NEWS'])) ? $this->_tpldata['.'][0]['L_UPDATE_NEWS'] : ((isset($user->lang['UPDATE_NEWS'])) ? $user->lang['UPDATE_NEWS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_NEWS'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_DELETE_NEWS'])) ? $this->_tpldata['.'][0]['L_DELETE_NEWS'] : ((isset($user->lang['DELETE_NEWS'])) ? $user->lang['DELETE_NEWS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_NEWS'))) . ' }')) . '" class="liteoption" />
- ';// ENDIF
-}
-echo '
- </th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/addraid.html.php b/templates/cache/default/admin/addraid.html.php
deleted file mode 100644
index 46ac2ae..0000000
--- a/templates/cache/default/admin/addraid.html.php
+++ /dev/null
@@ -1,194 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-function check_form()
-{
- if (document.post.raid_attendees.value.length < 2)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_ATTENDEES_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_ATTENDEES_EMPTY'] : '') . '\');
- return false;
- }
- if (document.post.raid_name.value.length < 1)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_NAME_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_NAME_EMPTY'] : '') . '\');
- return false;
- }
- return true;
-}
-function pop_parse_log()
-{
- log = window.open(\'parse_' . ((isset($this->_tpldata['.'][0]['MSG_GAME_NAME'])) ? $this->_tpldata['.'][0]['MSG_GAME_NAME'] : '') . '.php' . ((isset($this->_tpldata['.'][0]['SID'])) ? $this->_tpldata['.'][0]['SID'] : '') . '\',\'log\',\'scrollbars=yes,resizable=yes,toolbar=no,status=yes,height=570,width=600,screenX=50,screenY=25,left=100,top=75\')
- log.focus();
-}
-function fnSearch( searchField, searchItem )
-{
- thisForm = document.post;
-
- searchBox = thisForm.elements[searchField];
- selectBox = thisForm.elements[searchItem];
-
- reSearch = new RegExp( searchBox.value, "i" );
-
- len = selectBox.options.length;
- for ( var i = 0; i < len; i++ )
- {
- if( reSearch.test( selectBox.options[i].value ) )
- {
- selectBox.options[i].selected = true;
- break;
- }
- }
-}
-function addMember( newMember )
-{
- // poll the select box if newMember doesn\'t exist
- if( newMember == null )
- {
- }
-
- // get the current value of the textarea box
- thisForm = document.post;
- strMembers = new String( thisForm.raid_attendees.value );
-
- // parse the member names into an array
- arrMembers = strMembers.split(/[\\n\\r]/);
-
- // add the new member to the array
- arrMembers.push( newMember );
-
- // prune out any duplicates
- var seenIt = { };
- for ( var i = arrMembers.length - 1; i >= 0; i-- )
- {
- var thisOne = arrMembers[i];
- if ( seenIt[thisOne] )
- {
- arrMembers[i] = null;
- }
- seenIt[thisOne] = true;
- }
-
- arrMembersOut = new Array();
- len = arrMembers.length
- for ( var i = 0; i < len; i++ )
- {
- if ( arrMembers[i] != null )
- {
- arrMembersOut.push( arrMembers[i] );
- }
- }
-
- // join the array and place the value in the textarea box
- arrMembersOut = arrMembersOut.sort();
- strMembersOut = arrMembersOut.join("\\n");
-
- thisForm.raid_attendees.value = strMembersOut;
-
- thisForm.memberSearch.value = "";
- thisForm.memberSearch.focus();
-
- return false;
-}
-</script>
-
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_RAID'])) ? $this->_tpldata['.'][0]['F_ADD_RAID'] : '') . '" name="post" onsubmit="return check_form(this)">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_RAID'])) ? $this->_tpldata['.'][0]['URI_RAID'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['RAID_ID'])) ? $this->_tpldata['.'][0]['RAID_ID'] : '') . '" />
-<input type="hidden" name="mode" value="' . ((isset($this->_tpldata['.'][0]['MODE'])) ? $this->_tpldata['.'][0]['MODE'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_ADD_RAID_TITLE'])) ? $this->_tpldata['.'][0]['L_ADD_RAID_TITLE'] : ((isset($user->lang['ADD_RAID_TITLE'])) ? $user->lang['ADD_RAID_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_RAID_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="350" valign="top" rowspan="3" nowrap="nowrap" class="row1">
- ' . ((isset($this->_tpldata['.'][0]['FV_ATTENDEES'])) ? $this->_tpldata['.'][0]['FV_ATTENDEES'] : '') . '<br /><b>' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . ':</b><br />
- &nbsp;&nbsp;- <a href="javascript:pop_parse_log();">' . ((isset($this->_tpldata['.'][0]['L_PARSE_LOG'])) ? $this->_tpldata['.'][0]['L_PARSE_LOG'] : ((isset($user->lang['PARSE_LOG'])) ? $user->lang['PARSE_LOG'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PARSE_LOG'))) . ' }')) . '</a><br /><br />
-
- <table width="100%" border="0" cellpadding="3" cellspacing="0" class="borderless">
- <tr>
- <td colspan="3">' . ((isset($this->_tpldata['.'][0]['L_SEARCH_MEMBERS'])) ? $this->_tpldata['.'][0]['L_SEARCH_MEMBERS'] : ((isset($user->lang['SEARCH_MEMBERS'])) ? $user->lang['SEARCH_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SEARCH_MEMBERS'))) . ' }')) . ': <input type="text" name="memberSearch" size="35" maxlength="255" value="" class="input" onkeyup="fnSearch(this.name, \'member_name\')" /></td>
- </tr>
- <tr>
- <td>
- <select size="30" name="member_name" class="input" onchange="addMember(this.value);">
- ';// BEGIN members_row
-$_members_row_count = (isset($this->_tpldata['members_row.'])) ? sizeof($this->_tpldata['members_row.']) : 0;
-if ($_members_row_count) {
-for ($_members_row_i = 0; $_members_row_i < $_members_row_count; $_members_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['VALUE'])) ? $this->_tpldata['members_row.'][$_members_row_i]['VALUE'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['OPTION'])) ? $this->_tpldata['members_row.'][$_members_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END members_row
-echo '
- </select>
- </td>
- <td width="20" valign="middle"><input type="button" name="button" value="&gt;&gt;" accesskey="m" onclick="addMember(document.post.member_name.options[document.post.member_name.selectedIndex].value);" class="liteoption" /></td>
- <td><textarea name="raid_attendees" cols="25" rows="30" id="attendees" class="input">' . ((isset($this->_tpldata['.'][0]['RAID_ATTENDEES'])) ? $this->_tpldata['.'][0]['RAID_ATTENDEES'] : '') . '</textarea></td>
- </tr>
- </table>
- </td>
- <td width="100%" valign="top" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_EVENT'])) ? $this->_tpldata['.'][0]['L_EVENT'] : ((isset($user->lang['EVENT'])) ? $user->lang['EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENT'))) . ' }')) . ':</b> <span class="small">(<a href="' . ((isset($this->_tpldata['.'][0]['U_ADD_EVENT'])) ? $this->_tpldata['.'][0]['U_ADD_EVENT'] : '') . '" class="small">' . ((isset($this->_tpldata['.'][0]['L_ADD_EVENT'])) ? $this->_tpldata['.'][0]['L_ADD_EVENT'] : ((isset($user->lang['ADD_EVENT'])) ? $user->lang['ADD_EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_EVENT'))) . ' }')) . '</a>)</span><br />
- ';// IF S_EVENT_MULTIPLE
-if ($this->_tpldata['.'][0]['S_EVENT_MULTIPLE']) {
-echo '
- <select name="raid_name[]" class="input" size="10" multiple="multiple">
- ';// ELSE
-} else {
-echo '
- <select name="raid_name" class="input">
- <option value=""></option>
- ';// ENDIF
-}
-// BEGIN events_row
-$_events_row_count = (isset($this->_tpldata['events_row.'])) ? sizeof($this->_tpldata['events_row.']) : 0;
-if ($_events_row_count) {
-for ($_events_row_i = 0; $_events_row_i < $_events_row_count; $_events_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['VALUE'])) ? $this->_tpldata['events_row.'][$_events_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['SELECTED'])) ? $this->_tpldata['events_row.'][$_events_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['OPTION'])) ? $this->_tpldata['events_row.'][$_events_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END events_row
-echo '
- </select>' . ((isset($this->_tpldata['.'][0]['FV_EVENT_NAME'])) ? $this->_tpldata['.'][0]['FV_EVENT_NAME'] : '') . '
- <br /><br />
- <b>' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . ':</b><br /><span class="small">(' . ((isset($this->_tpldata['.'][0]['L_ADDRAID_VALUE_NOTE'])) ? $this->_tpldata['.'][0]['L_ADDRAID_VALUE_NOTE'] : ((isset($user->lang['ADDRAID_VALUE_NOTE'])) ? $user->lang['ADDRAID_VALUE_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADDRAID_VALUE_NOTE'))) . ' }')) . ')</span><br />
- <input type="text" name="raid_value" size="8" maxlength="7" value="' . ((isset($this->_tpldata['.'][0]['RAID_VALUE'])) ? $this->_tpldata['.'][0]['RAID_VALUE'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_VALUE'])) ? $this->_tpldata['.'][0]['FV_VALUE'] : '') . '
- </td>
- </tr>
- <tr>
- <td width="100%" valign="top" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . ':</b> <input type="text" name="mo" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['MO'])) ? $this->_tpldata['.'][0]['MO'] : '') . '" id="mo" class="input" />/<input type="text" name="d" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['D'])) ? $this->_tpldata['.'][0]['D'] : '') . '" id="d" class="input" />/<input type="text" name="y" size="5" maxlength="4" value="' . ((isset($this->_tpldata['.'][0]['Y'])) ? $this->_tpldata['.'][0]['Y'] : '') . '" id="y" class="input" /><br />' . ((isset($this->_tpldata['.'][0]['FV_MO'])) ? $this->_tpldata['.'][0]['FV_MO'] : '') . '' . ((isset($this->_tpldata['.'][0]['FV_D'])) ? $this->_tpldata['.'][0]['FV_D'] : '') . '' . ((isset($this->_tpldata['.'][0]['FV_Y'])) ? $this->_tpldata['.'][0]['FV_Y'] : '') . '
- <br />
- <b>' . ((isset($this->_tpldata['.'][0]['L_TIME'])) ? $this->_tpldata['.'][0]['L_TIME'] : ((isset($user->lang['TIME'])) ? $user->lang['TIME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TIME'))) . ' }')) . ':</b> <input type="text" name="h" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['H'])) ? $this->_tpldata['.'][0]['H'] : '') . '" id="h" class="input" />:<input type="text" name="mi" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['MI'])) ? $this->_tpldata['.'][0]['MI'] : '') . '" id="mi" class="input" />:<input type="text" name="s" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['S'])) ? $this->_tpldata['.'][0]['S'] : '') . '" id="s" class="input" /><br />' . ((isset($this->_tpldata['.'][0]['FV_H'])) ? $this->_tpldata['.'][0]['FV_H'] : '') . '' . ((isset($this->_tpldata['.'][0]['FV_MI'])) ? $this->_tpldata['.'][0]['FV_MI'] : '') . '' . ((isset($this->_tpldata['.'][0]['FV_S'])) ? $this->_tpldata['.'][0]['FV_S'] : '') . '
- <br /><b class="small">' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ':</b> <span class="small">' . ((isset($this->_tpldata['.'][0]['L_ADDRAID_DATETIME_NOTE'])) ? $this->_tpldata['.'][0]['L_ADDRAID_DATETIME_NOTE'] : ((isset($user->lang['ADDRAID_DATETIME_NOTE'])) ? $user->lang['ADDRAID_DATETIME_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADDRAID_DATETIME_NOTE'))) . ' }')) . '</span>
- </td>
- </tr>
- <tr>
- <td width="100%" valign="top" class="row2"><b>' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ':</b> <input type="text" name="raid_note" size="35" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['RAID_NOTE'])) ? $this->_tpldata['.'][0]['RAID_NOTE'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <th align="center" colspan="2">
- ';// IF S_ADD
-if ($this->_tpldata['.'][0]['S_ADD']) {
-echo '
- <input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_RAID'])) ? $this->_tpldata['.'][0]['L_ADD_RAID'] : ((isset($user->lang['ADD_RAID'])) ? $user->lang['ADD_RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_RAID'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" />
- ';// ELSE
-} else {
-echo '
- <input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_UPDATE_RAID'])) ? $this->_tpldata['.'][0]['L_UPDATE_RAID'] : ((isset($user->lang['UPDATE_RAID'])) ? $user->lang['UPDATE_RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_RAID'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_DELETE_RAID'])) ? $this->_tpldata['.'][0]['L_DELETE_RAID'] : ((isset($user->lang['DELETE_RAID'])) ? $user->lang['DELETE_RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_RAID'))) . ' }')) . '" class="liteoption" />
- ';// ENDIF
-}
-echo '
- </th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/addturnin.html.php b/templates/cache/default/admin/addturnin.html.php
deleted file mode 100644
index 71f4dca..0000000
--- a/templates/cache/default/admin/addturnin.html.php
+++ /dev/null
@@ -1,109 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function check_form()
-{
- if ((document.post.turnin_from.value == \'\') || (document.post.turnin_to.value == \'\'))
- {
- return false;
- }
-
- turnin_from = document.post.turnin_from.options[document.post.turnin_from.selectedIndex];
- turnin_to = document.post.turnin_to.options[document.post.turnin_to.selectedIndex];
- if (turnin_from.value == turnin_to.value)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_FROM_TO_SAME'])) ? $this->_tpldata['.'][0]['MSG_FROM_TO_SAME'] : '') . '\');
- return false;
- }
- return true;
-}
-//-->
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_TURNIN'])) ? $this->_tpldata['.'][0]['F_ADD_TURNIN'] : '') . '" name="post" onsubmit="return check_form(this)">
-<input type="hidden" name="from" value="' . ((isset($this->_tpldata['.'][0]['FROM'])) ? $this->_tpldata['.'][0]['FROM'] : '') . '" />
-<input type="hidden" name="to" value="' . ((isset($this->_tpldata['.'][0]['TO'])) ? $this->_tpldata['.'][0]['TO'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_ADD_TURNIN_TITLE'])) ? $this->_tpldata['.'][0]['L_ADD_TURNIN_TITLE'] : ((isset($user->lang['ADD_TURNIN_TITLE'])) ? $user->lang['ADD_TURNIN_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_TURNIN_TITLE'))) . ' }')) . '</th>
- </tr>
- ';// IF S_STEP1
-if ($this->_tpldata['.'][0]['S_STEP1']) {
-echo '
- <tr>
- <td width="50%" valign="top" align="center" class="row1">
- ' . ((isset($this->_tpldata['.'][0]['FV_TURNIN_FROM'])) ? $this->_tpldata['.'][0]['FV_TURNIN_FROM'] : '') . '<br /><b>' . ((isset($this->_tpldata['.'][0]['L_FROM'])) ? $this->_tpldata['.'][0]['L_FROM'] : ((isset($user->lang['FROM'])) ? $user->lang['FROM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FROM'))) . ' }')) . ':</b><br />
- <select name="turnin_from" size="35" class="input">
- ';// BEGIN turnin_from_row
-$_turnin_from_row_count = (isset($this->_tpldata['turnin_from_row.'])) ? sizeof($this->_tpldata['turnin_from_row.']) : 0;
-if ($_turnin_from_row_count) {
-for ($_turnin_from_row_i = 0; $_turnin_from_row_i < $_turnin_from_row_count; $_turnin_from_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['turnin_from_row.'][$_turnin_from_row_i]['VALUE'])) ? $this->_tpldata['turnin_from_row.'][$_turnin_from_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['turnin_from_row.'][$_turnin_from_row_i]['SELECTED'])) ? $this->_tpldata['turnin_from_row.'][$_turnin_from_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['turnin_from_row.'][$_turnin_from_row_i]['OPTION'])) ? $this->_tpldata['turnin_from_row.'][$_turnin_from_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END turnin_from_row
-echo '
- </select>
- <br />&nbsp;
- </td>
- <td width="50%" valign="top" align="center" class="row2">
- ' . ((isset($this->_tpldata['.'][0]['FV_TURNIN_TO'])) ? $this->_tpldata['.'][0]['FV_TURNIN_TO'] : '') . '<br /><b>' . ((isset($this->_tpldata['.'][0]['L_TO'])) ? $this->_tpldata['.'][0]['L_TO'] : ((isset($user->lang['TO'])) ? $user->lang['TO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TO'))) . ' }')) . ':</b><br />
- <select name="turnin_to" size="35" class="input">
- ';// BEGIN turnin_to_row
-$_turnin_to_row_count = (isset($this->_tpldata['turnin_to_row.'])) ? sizeof($this->_tpldata['turnin_to_row.']) : 0;
-if ($_turnin_to_row_count) {
-for ($_turnin_to_row_i = 0; $_turnin_to_row_i < $_turnin_to_row_count; $_turnin_to_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['turnin_to_row.'][$_turnin_to_row_i]['VALUE'])) ? $this->_tpldata['turnin_to_row.'][$_turnin_to_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['turnin_to_row.'][$_turnin_to_row_i]['SELECTED'])) ? $this->_tpldata['turnin_to_row.'][$_turnin_to_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['turnin_to_row.'][$_turnin_to_row_i]['OPTION'])) ? $this->_tpldata['turnin_to_row.'][$_turnin_to_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END turnin_to_row
-echo '
- </select>
- <br />&nbsp;
- </td>
- </tr>
- <tr>
- <th align="center" colspan="2"><input type="submit" name="proceed" value="' . ((isset($this->_tpldata['.'][0]['L_PROCEED'])) ? $this->_tpldata['.'][0]['L_PROCEED'] : ((isset($user->lang['PROCEED'])) ? $user->lang['PROCEED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PROCEED'))) . ' }')) . '" class="mainoption" /></th>
- </tr>
- ';// ELSE
-} else {
-echo '
- <tr>
- <td width="200" nowrap="nowrap" class="row1"><b>' . ((isset($this->_tpldata['.'][0]['L_FROM'])) ? $this->_tpldata['.'][0]['L_FROM'] : ((isset($user->lang['FROM'])) ? $user->lang['FROM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FROM'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['TURNIN_FROM'])) ? $this->_tpldata['.'][0]['TURNIN_FROM'] : '') . '</td>
- <td width="100%" class="row1">
- <b>' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . ':</b>&nbsp;
- <select name="item_id" class="input">
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['OPTION'])) ? $this->_tpldata['items_row.'][$_items_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END items_row
-echo '
- </select>
- </td>
- </tr>
- <tr>
- <td colspan="2" class="row2"><b>' . ((isset($this->_tpldata['.'][0]['L_TO'])) ? $this->_tpldata['.'][0]['L_TO'] : ((isset($user->lang['TO'])) ? $user->lang['TO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TO'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['TURNIN_TO'])) ? $this->_tpldata['.'][0]['TURNIN_TO'] : '') . '</td>
- </tr>
- <tr>
- <th align="center" colspan="2"><input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_TURNIN'])) ? $this->_tpldata['.'][0]['L_ADD_TURNIN'] : ((isset($user->lang['ADD_TURNIN'])) ? $user->lang['ADD_TURNIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_TURNIN'))) . ' }')) . '" class="mainoption" /></th>
- </tr>
- ';// ENDIF
-}
-echo '
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/admin_index.html.php b/templates/cache/default/admin/admin_index.html.php
deleted file mode 100644
index 5d9bf9b..0000000
--- a/templates/cache/default/admin/admin_index.html.php
+++ /dev/null
@@ -1,116 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
-';// IF S_NEW_VERSION
-if ($this->_tpldata['.'][0]['S_NEW_VERSION']) {
-echo '
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_VERSION_UPDATE'])) ? $this->_tpldata['.'][0]['L_VERSION_UPDATE'] : ((isset($user->lang['VERSION_UPDATE'])) ? $user->lang['VERSION_UPDATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VERSION_UPDATE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center">' . ((isset($this->_tpldata['.'][0]['L_NEW_VERSION_NOTICE'])) ? $this->_tpldata['.'][0]['L_NEW_VERSION_NOTICE'] : ((isset($user->lang['NEW_VERSION_NOTICE'])) ? $user->lang['NEW_VERSION_NOTICE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NEW_VERSION_NOTICE'))) . ' }')) . '</td>
- </tr>
- <tr>
- <th align="center">&nbsp;</th>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
-';// ENDIF
-}
-echo '
- <tr>
- <th align="center" colspan="4">' . ((isset($this->_tpldata['.'][0]['L_STATISTICS'])) ? $this->_tpldata['.'][0]['L_STATISTICS'] : ((isset($user->lang['STATISTICS'])) ? $user->lang['STATISTICS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'STATISTICS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_NUMBER_OF_MEMBERS'])) ? $this->_tpldata['.'][0]['L_NUMBER_OF_MEMBERS'] : ((isset($user->lang['NUMBER_OF_MEMBERS'])) ? $user->lang['NUMBER_OF_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NUMBER_OF_MEMBERS'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_MEMBERS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_MEMBERS'] : '') . '</td>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_NUMBER_OF_LOGS'])) ? $this->_tpldata['.'][0]['L_NUMBER_OF_LOGS'] : ((isset($user->lang['NUMBER_OF_LOGS'])) ? $user->lang['NUMBER_OF_LOGS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NUMBER_OF_LOGS'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_LOGS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_LOGS'] : '') . '</td>
- </tr>
- <tr>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_NUMBER_OF_RAIDS'])) ? $this->_tpldata['.'][0]['L_NUMBER_OF_RAIDS'] : ((isset($user->lang['NUMBER_OF_RAIDS'])) ? $user->lang['NUMBER_OF_RAIDS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NUMBER_OF_RAIDS'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_RAIDS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_RAIDS'] : '') . '</td>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_RAIDS_PER_DAY'])) ? $this->_tpldata['.'][0]['L_RAIDS_PER_DAY'] : ((isset($user->lang['RAIDS_PER_DAY'])) ? $user->lang['RAIDS_PER_DAY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_PER_DAY'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['RAIDS_PER_DAY'])) ? $this->_tpldata['.'][0]['RAIDS_PER_DAY'] : '') . '</td>
- </tr>
- <tr>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_NUMBER_OF_ITEMS'])) ? $this->_tpldata['.'][0]['L_NUMBER_OF_ITEMS'] : ((isset($user->lang['NUMBER_OF_ITEMS'])) ? $user->lang['NUMBER_OF_ITEMS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NUMBER_OF_ITEMS'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_ITEMS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_ITEMS'] : '') . '</td>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_ITEMS_PER_DAY'])) ? $this->_tpldata['.'][0]['L_ITEMS_PER_DAY'] : ((isset($user->lang['ITEMS_PER_DAY'])) ? $user->lang['ITEMS_PER_DAY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEMS_PER_DAY'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['ITEMS_PER_DAY'])) ? $this->_tpldata['.'][0]['ITEMS_PER_DAY'] : '') . '</td>
- </tr>
- <tr>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_DATABASE_SIZE'])) ? $this->_tpldata['.'][0]['L_DATABASE_SIZE'] : ((isset($user->lang['DATABASE_SIZE'])) ? $user->lang['DATABASE_SIZE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATABASE_SIZE'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['DATABASE_SIZE'])) ? $this->_tpldata['.'][0]['DATABASE_SIZE'] : '') . '</td>
- <td class="row2" width="25%">' . ((isset($this->_tpldata['.'][0]['L_EQDKP_STARTED'])) ? $this->_tpldata['.'][0]['L_EQDKP_STARTED'] : ((isset($user->lang['EQDKP_STARTED'])) ? $user->lang['EQDKP_STARTED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EQDKP_STARTED'))) . ' }')) . ':</td>
- <td class="row1" width="25%">' . ((isset($this->_tpldata['.'][0]['EQDKP_STARTED'])) ? $this->_tpldata['.'][0]['EQDKP_STARTED'] : '') . '</td>
- </tr>
- <tr>
- <th align="center" colspan="4">&nbsp;</th>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="5">' . ((isset($this->_tpldata['.'][0]['L_WHO_ONLINE'])) ? $this->_tpldata['.'][0]['L_WHO_ONLINE'] : ((isset($user->lang['WHO_ONLINE'])) ? $user->lang['WHO_ONLINE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'WHO_ONLINE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left" width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . '</th>
- <th align="left" width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LOGIN'])) ? $this->_tpldata['.'][0]['L_LOGIN'] : ((isset($user->lang['LOGIN'])) ? $user->lang['LOGIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOGIN'))) . ' }')) . '</th>
- <th align="left" width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LAST_UPDATE'])) ? $this->_tpldata['.'][0]['L_LAST_UPDATE'] : ((isset($user->lang['LAST_UPDATE'])) ? $user->lang['LAST_UPDATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LAST_UPDATE'))) . ' }')) . '</th>
- <th align="left" width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LOCATION'])) ? $this->_tpldata['.'][0]['L_LOCATION'] : ((isset($user->lang['LOCATION'])) ? $user->lang['LOCATION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOCATION'))) . ' }')) . '</th>
- <th align="left" width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_IP_ADDRESS'])) ? $this->_tpldata['.'][0]['L_IP_ADDRESS'] : ((isset($user->lang['IP_ADDRESS'])) ? $user->lang['IP_ADDRESS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'IP_ADDRESS'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN online_row
-$_online_row_count = (isset($this->_tpldata['online_row.'])) ? sizeof($this->_tpldata['online_row.']) : 0;
-if ($_online_row_count) {
-for ($_online_row_i = 0; $_online_row_i < $_online_row_count; $_online_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['ROW_CLASS'])) ? $this->_tpldata['online_row.'][$_online_row_i]['ROW_CLASS'] : '') . '">
- <td width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['USERNAME'])) ? $this->_tpldata['online_row.'][$_online_row_i]['USERNAME'] : '') . '</td>
- <td width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['LOGIN'])) ? $this->_tpldata['online_row.'][$_online_row_i]['LOGIN'] : '') . '</td>
- <td width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['LAST_UPDATE'])) ? $this->_tpldata['online_row.'][$_online_row_i]['LAST_UPDATE'] : '') . '</td>
- <td width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['LOCATION'])) ? $this->_tpldata['online_row.'][$_online_row_i]['LOCATION'] : '') . '</td>
- <td width="20%" nowrap="nowrap">' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['IP_ADDRESS'])) ? $this->_tpldata['online_row.'][$_online_row_i]['IP_ADDRESS'] : '') . '</td>
- </tr>
- ';}}
-// END online_row
-echo '
- <tr>
- <th colspan="5" class="footer">' . ((isset($this->_tpldata['.'][0]['ONLINE_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ONLINE_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-';// IF S_LOGS
-if ($this->_tpldata['.'][0]['S_LOGS']) {
-echo '
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_NEW_ACTIONS'])) ? $this->_tpldata['.'][0]['L_NEW_ACTIONS'] : ((isset($user->lang['NEW_ACTIONS'])) ? $user->lang['NEW_ACTIONS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NEW_ACTIONS'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN actions_row
-$_actions_row_count = (isset($this->_tpldata['actions_row.'])) ? sizeof($this->_tpldata['actions_row.']) : 0;
-if ($_actions_row_count) {
-for ($_actions_row_i = 0; $_actions_row_i < $_actions_row_count; $_actions_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['actions_row.'][$_actions_row_i]['ROW_CLASS'])) ? $this->_tpldata['actions_row.'][$_actions_row_i]['ROW_CLASS'] : '') . '">
- <td align="center" width="16" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['actions_row.'][$_actions_row_i]['U_VIEW_LOG'])) ? $this->_tpldata['actions_row.'][$_actions_row_i]['U_VIEW_LOG'] : '') . '"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/view.gif" width="16" height="16" alt="View" /></a></td>
- <td width="100%">' . ((isset($this->_tpldata['actions_row.'][$_actions_row_i]['ACTION'])) ? $this->_tpldata['actions_row.'][$_actions_row_i]['ACTION'] : '') . '</td>
- </tr>
- ';}}
-// END actions_row
-echo '
-</table>
-';// ENDIF
-}
-// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/config.html.php b/templates/cache/default/admin/config.html.php
deleted file mode 100644
index 58f3d96..0000000
--- a/templates/cache/default/admin/config.html.php
+++ /dev/null
@@ -1,286 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function pop_preview()
-{
- selected_style = document.post.default_style.options[document.post.default_style.selectedIndex].value;
- preview = window.open(\'' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'viewnews.php' . ((isset($this->_tpldata['.'][0]['SID'])) ? $this->_tpldata['.'][0]['SID'] : '') . '&style=\'+selected_style,\'preview\',\'resizable=yes,toolbar=no,status=yes,height=500,width=600,screenX=50,screenY=25,left=100,top=75\')
- preview.focus();
-}
-//-->
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_CONFIG'])) ? $this->_tpldata['.'][0]['F_CONFIG'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <colgroup>
- <col width="60%" class="row2" /><col width="40%" class="row1" />
- </colgroup>
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_GENERAL_SETTINGS'])) ? $this->_tpldata['.'][0]['L_GENERAL_SETTINGS'] : ((isset($user->lang['GENERAL_SETTINGS'])) ? $user->lang['GENERAL_SETTINGS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'GENERAL_SETTINGS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_GUILDTAG'])) ? $this->_tpldata['.'][0]['L_GUILDTAG'] : ((isset($user->lang['GUILDTAG'])) ? $user->lang['GUILDTAG'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'GUILDTAG'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_GUILDTAG_NOTE'])) ? $this->_tpldata['.'][0]['L_GUILDTAG_NOTE'] : ((isset($user->lang['GUILDTAG_NOTE'])) ? $user->lang['GUILDTAG_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'GUILDTAG_NOTE'))) . ' }')) . '</span></td>
- <td><input type="text" name="guildtag" size="35" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['GUILDTAG'])) ? $this->_tpldata['.'][0]['GUILDTAG'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_PARSETAGS'])) ? $this->_tpldata['.'][0]['L_PARSETAGS'] : ((isset($user->lang['PARSETAGS'])) ? $user->lang['PARSETAGS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PARSETAGS'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_PARSETAGS_NOTE'])) ? $this->_tpldata['.'][0]['L_PARSETAGS_NOTE'] : ((isset($user->lang['PARSETAGS_NOTE'])) ? $user->lang['PARSETAGS_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PARSETAGS_NOTE'))) . ' }')) . '</span></td>
- <td><textarea name="parsetags" rows="4" cols="35" class="input">' . ((isset($this->_tpldata['.'][0]['PARSETAGS'])) ? $this->_tpldata['.'][0]['PARSETAGS'] : '') . '</textarea></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_DOMAIN_NAME'])) ? $this->_tpldata['.'][0]['L_DOMAIN_NAME'] : ((isset($user->lang['DOMAIN_NAME'])) ? $user->lang['DOMAIN_NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DOMAIN_NAME'))) . ' }')) . ':</td>
- <td><input type="text" name="server_name" size="30" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['SERVER_NAME'])) ? $this->_tpldata['.'][0]['SERVER_NAME'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_SERVER_PORT'])) ? $this->_tpldata['.'][0]['L_SERVER_PORT'] : ((isset($user->lang['SERVER_PORT'])) ? $user->lang['SERVER_PORT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SERVER_PORT'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_SERVER_PORT_NOTE'])) ? $this->_tpldata['.'][0]['L_SERVER_PORT_NOTE'] : ((isset($user->lang['SERVER_PORT_NOTE'])) ? $user->lang['SERVER_PORT_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SERVER_PORT_NOTE'))) . ' }')) . '</span></td>
- <td><input type="text" name="server_port" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['SERVER_PORT'])) ? $this->_tpldata['.'][0]['SERVER_PORT'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_SCRIPT_PATH'])) ? $this->_tpldata['.'][0]['L_SCRIPT_PATH'] : ((isset($user->lang['SCRIPT_PATH'])) ? $user->lang['SCRIPT_PATH'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SCRIPT_PATH'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_SCRIPT_PATH_NOTE'])) ? $this->_tpldata['.'][0]['L_SCRIPT_PATH_NOTE'] : ((isset($user->lang['SCRIPT_PATH_NOTE'])) ? $user->lang['SCRIPT_PATH_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SCRIPT_PATH_NOTE'))) . ' }')) . '</span></td>
- <td><input type="text" name="server_path" size="15" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['SERVER_PATH'])) ? $this->_tpldata['.'][0]['SERVER_PATH'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_SITE_NAME'])) ? $this->_tpldata['.'][0]['L_SITE_NAME'] : ((isset($user->lang['SITE_NAME'])) ? $user->lang['SITE_NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SITE_NAME'))) . ' }')) . ':</td>
- <td><input type="text" name="main_title" size="40" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['MAIN_TITLE'])) ? $this->_tpldata['.'][0]['MAIN_TITLE'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_SITE_DESCRIPTION'])) ? $this->_tpldata['.'][0]['L_SITE_DESCRIPTION'] : ((isset($user->lang['SITE_DESCRIPTION'])) ? $user->lang['SITE_DESCRIPTION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SITE_DESCRIPTION'))) . ' }')) . ':</td>
- <td><input type="text" name="sub_title" size="40" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['SUB_TITLE'])) ? $this->_tpldata['.'][0]['SUB_TITLE'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_POINT_NAME'])) ? $this->_tpldata['.'][0]['L_POINT_NAME'] : ((isset($user->lang['POINT_NAME'])) ? $user->lang['POINT_NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'POINT_NAME'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_POINT_NAME_NOTE'])) ? $this->_tpldata['.'][0]['L_POINT_NAME_NOTE'] : ((isset($user->lang['POINT_NAME_NOTE'])) ? $user->lang['POINT_NAME_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'POINT_NAME_NOTE'))) . ' }')) . '</span></td>
- <td><input type="text" name="dkp_name" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['DKP_NAME'])) ? $this->_tpldata['.'][0]['DKP_NAME'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_ENABLE_ACCOUNT_ACTIVATION'])) ? $this->_tpldata['.'][0]['L_ENABLE_ACCOUNT_ACTIVATION'] : ((isset($user->lang['ENABLE_ACCOUNT_ACTIVATION'])) ? $user->lang['ENABLE_ACCOUNT_ACTIVATION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ENABLE_ACCOUNT_ACTIVATION'))) . ' }')) . ':</td>
- <td><span class="small">
- <input type="radio" name="account_activation" value="0"' . ((isset($this->_tpldata['.'][0]['ACTIVATION_NONE_CHECKED'])) ? $this->_tpldata['.'][0]['ACTIVATION_NONE_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_NONE'])) ? $this->_tpldata['.'][0]['L_NONE'] : ((isset($user->lang['NONE'])) ? $user->lang['NONE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NONE'))) . ' }')) . '&nbsp;&nbsp;
- <input type="radio" name="account_activation" value="1"' . ((isset($this->_tpldata['.'][0]['ACTIVATION_USER_CHECKED'])) ? $this->_tpldata['.'][0]['ACTIVATION_USER_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_USER'])) ? $this->_tpldata['.'][0]['L_USER'] : ((isset($user->lang['USER'])) ? $user->lang['USER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USER'))) . ' }')) . '&nbsp;&nbsp;
- <input type="radio" name="account_activation" value="2"' . ((isset($this->_tpldata['.'][0]['ACTIVATION_ADMIN_CHECKED'])) ? $this->_tpldata['.'][0]['ACTIVATION_ADMIN_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_ADMIN'])) ? $this->_tpldata['.'][0]['L_ADMIN'] : ((isset($user->lang['ADMIN'])) ? $user->lang['ADMIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADMIN'))) . ' }')) . '</span>
- </td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENTS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENTS_PER_PAGE'] : ((isset($user->lang['ADJUSTMENTS_PER_PAGE'])) ? $user->lang['ADJUSTMENTS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENTS_PER_PAGE'))) . ' }')) . ':</td>
- <td><input type="text" name="default_alimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['DEFAULT_ALIMIT'])) ? $this->_tpldata['.'][0]['DEFAULT_ALIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_ALIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_ALIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_EVENTS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_EVENTS_PER_PAGE'] : ((isset($user->lang['EVENTS_PER_PAGE'])) ? $user->lang['EVENTS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENTS_PER_PAGE'))) . ' }')) . ':</td>
- <td><input type="text" name="default_elimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['DEFAULT_ELIMIT'])) ? $this->_tpldata['.'][0]['DEFAULT_ELIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_ELIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_ELIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_ITEMS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_ITEMS_PER_PAGE'] : ((isset($user->lang['ITEMS_PER_PAGE'])) ? $user->lang['ITEMS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEMS_PER_PAGE'))) . ' }')) . ':</td>
- <td><input type="text" name="default_ilimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['DEFAULT_ILIMIT'])) ? $this->_tpldata['.'][0]['DEFAULT_ILIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_ILIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_ILIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_NEWS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_NEWS_PER_PAGE'] : ((isset($user->lang['NEWS_PER_PAGE'])) ? $user->lang['NEWS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NEWS_PER_PAGE'))) . ' }')) . ':</td>
- <td><input type="text" name="default_nlimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['DEFAULT_NLIMIT'])) ? $this->_tpldata['.'][0]['DEFAULT_NLIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_NLIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_NLIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_RAIDS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_RAIDS_PER_PAGE'] : ((isset($user->lang['RAIDS_PER_PAGE'])) ? $user->lang['RAIDS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_PER_PAGE'))) . ' }')) . ':</td>
- <td><input type="text" name="default_rlimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['DEFAULT_RLIMIT'])) ? $this->_tpldata['.'][0]['DEFAULT_RLIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_RLIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_RLIMIT'] : '') . '</td>
- </tr>
-
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_LANGUAGE'])) ? $this->_tpldata['.'][0]['L_DEFAULT_LANGUAGE'] : ((isset($user->lang['DEFAULT_LANGUAGE'])) ? $user->lang['DEFAULT_LANGUAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_LANGUAGE'))) . ' }')) . ':</td>
- <td>
- <select name="default_lang" class="input">
- ';// BEGIN lang_row
-$_lang_row_count = (isset($this->_tpldata['lang_row.'])) ? sizeof($this->_tpldata['lang_row.']) : 0;
-if ($_lang_row_count) {
-for ($_lang_row_i = 0; $_lang_row_i < $_lang_row_count; $_lang_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['lang_row.'][$_lang_row_i]['VALUE'])) ? $this->_tpldata['lang_row.'][$_lang_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['lang_row.'][$_lang_row_i]['SELECTED'])) ? $this->_tpldata['lang_row.'][$_lang_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['lang_row.'][$_lang_row_i]['OPTION'])) ? $this->_tpldata['lang_row.'][$_lang_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END lang_row
-echo '
- </select>
- </td>
- </tr>
-
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_LOCALE'])) ? $this->_tpldata['.'][0]['L_DEFAULT_LOCALE'] : ((isset($user->lang['DEFAULT_LOCALE'])) ? $user->lang['DEFAULT_LOCALE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_LOCALE'))) . ' }')) . ':</td>
- <td>
- <select name="default_locale" class="input">
- ';// BEGIN locale_row
-$_locale_row_count = (isset($this->_tpldata['locale_row.'])) ? sizeof($this->_tpldata['locale_row.']) : 0;
-if ($_locale_row_count) {
-for ($_locale_row_i = 0; $_locale_row_i < $_locale_row_count; $_locale_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['locale_row.'][$_locale_row_i]['VALUE'])) ? $this->_tpldata['locale_row.'][$_locale_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['locale_row.'][$_locale_row_i]['SELECTED'])) ? $this->_tpldata['locale_row.'][$_locale_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['locale_row.'][$_locale_row_i]['OPTION'])) ? $this->_tpldata['locale_row.'][$_locale_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END locale_row
-echo '
- </select>
- </td>
- </tr>
-
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_GAME'])) ? $this->_tpldata['.'][0]['L_DEFAULT_GAME'] : ((isset($user->lang['DEFAULT_GAME'])) ? $user->lang['DEFAULT_GAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_GAME'))) . ' }')) . ':</td>
- <td>
- <select name="default_game" class="input">
- ';// BEGIN game_row
-$_game_row_count = (isset($this->_tpldata['game_row.'])) ? sizeof($this->_tpldata['game_row.']) : 0;
-if ($_game_row_count) {
-for ($_game_row_i = 0; $_game_row_i < $_game_row_count; $_game_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['game_row.'][$_game_row_i]['VALUE'])) ? $this->_tpldata['game_row.'][$_game_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['game_row.'][$_game_row_i]['SELECTED'])) ? $this->_tpldata['game_row.'][$_game_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['game_row.'][$_game_row_i]['OPTION'])) ? $this->_tpldata['game_row.'][$_game_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END game_row
-echo '
- </select>
- </td>
- </tr>
- <td align="center" width="100%" colspan=2 class="row1">' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_GAME_WARN'])) ? $this->_tpldata['.'][0]['L_DEFAULT_GAME_WARN'] : ((isset($user->lang['DEFAULT_GAME_WARN'])) ? $user->lang['DEFAULT_GAME_WARN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_GAME_WARN'))) . ' }')) . '</td>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_STYLE'])) ? $this->_tpldata['.'][0]['L_DEFAULT_STYLE'] : ((isset($user->lang['DEFAULT_STYLE'])) ? $user->lang['DEFAULT_STYLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_STYLE'))) . ' }')) . ':</td>
- <td>
- <select name="default_style" class="input">
- ';// BEGIN style_row
-$_style_row_count = (isset($this->_tpldata['style_row.'])) ? sizeof($this->_tpldata['style_row.']) : 0;
-if ($_style_row_count) {
-for ($_style_row_i = 0; $_style_row_i < $_style_row_count; $_style_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['style_row.'][$_style_row_i]['VALUE'])) ? $this->_tpldata['style_row.'][$_style_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['style_row.'][$_style_row_i]['SELECTED'])) ? $this->_tpldata['style_row.'][$_style_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['style_row.'][$_style_row_i]['OPTION'])) ? $this->_tpldata['style_row.'][$_style_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END style_row
-echo '
- </select>
- &nbsp;&nbsp; (<a href="javascript:pop_preview()">' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . '</a>)
- </td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_PAGE'])) ? $this->_tpldata['.'][0]['L_DEFAULT_PAGE'] : ((isset($user->lang['DEFAULT_PAGE'])) ? $user->lang['DEFAULT_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_PAGE'))) . ' }')) . ':</td>
- <td>
- <select name="start_page" class="input">
- ';// BEGIN page_row
-$_page_row_count = (isset($this->_tpldata['page_row.'])) ? sizeof($this->_tpldata['page_row.']) : 0;
-if ($_page_row_count) {
-for ($_page_row_i = 0; $_page_row_i < $_page_row_count; $_page_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['page_row.'][$_page_row_i]['VALUE'])) ? $this->_tpldata['page_row.'][$_page_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['page_row.'][$_page_row_i]['SELECTED'])) ? $this->_tpldata['page_row.'][$_page_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['page_row.'][$_page_row_i]['OPTION'])) ? $this->_tpldata['page_row.'][$_page_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END page_row
-echo '
- </select>
- </td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_HIDE_INACTIVE'])) ? $this->_tpldata['.'][0]['L_HIDE_INACTIVE'] : ((isset($user->lang['HIDE_INACTIVE'])) ? $user->lang['HIDE_INACTIVE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HIDE_INACTIVE'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_HIDE_INACTIVE_NOTE'])) ? $this->_tpldata['.'][0]['L_HIDE_INACTIVE_NOTE'] : ((isset($user->lang['HIDE_INACTIVE_NOTE'])) ? $user->lang['HIDE_INACTIVE_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HIDE_INACTIVE_NOTE'))) . ' }')) . '</span></td>
- <td><span class="small"><input type="radio" name="hide_inactive" value="1"' . ((isset($this->_tpldata['.'][0]['HIDE_INACTIVE_YES_CHECKED'])) ? $this->_tpldata['.'][0]['HIDE_INACTIVE_YES_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_YES'])) ? $this->_tpldata['.'][0]['L_YES'] : ((isset($user->lang['YES'])) ? $user->lang['YES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'YES'))) . ' }')) . '&nbsp;&nbsp;<input type="radio" name="hide_inactive" value="0"' . ((isset($this->_tpldata['.'][0]['HIDE_INACTIVE_NO_CHECKED'])) ? $this->_tpldata['.'][0]['HIDE_INACTIVE_NO_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_NO'])) ? $this->_tpldata['.'][0]['L_NO'] : ((isset($user->lang['NO'])) ? $user->lang['NO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NO'))) . ' }')) . '</span></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_INACTIVE_PERIOD'])) ? $this->_tpldata['.'][0]['L_INACTIVE_PERIOD'] : ((isset($user->lang['INACTIVE_PERIOD'])) ? $user->lang['INACTIVE_PERIOD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'INACTIVE_PERIOD'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_INACTIVE_PERIOD_NOTE'])) ? $this->_tpldata['.'][0]['L_INACTIVE_PERIOD_NOTE'] : ((isset($user->lang['INACTIVE_PERIOD_NOTE'])) ? $user->lang['INACTIVE_PERIOD_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'INACTIVE_PERIOD_NOTE'))) . ' }')) . '</span></td>
- <td><input type="text" name="inactive_period" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['INACTIVE_PERIOD'])) ? $this->_tpldata['.'][0]['INACTIVE_PERIOD'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_ACTIVE_POINT_ADJ'])) ? $this->_tpldata['.'][0]['L_ACTIVE_POINT_ADJ'] : ((isset($user->lang['ACTIVE_POINT_ADJ'])) ? $user->lang['ACTIVE_POINT_ADJ'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ACTIVE_POINT_ADJ'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_ACTIVE_POINT_ADJ_NOTE'])) ? $this->_tpldata['.'][0]['L_ACTIVE_POINT_ADJ_NOTE'] : ((isset($user->lang['ACTIVE_POINT_ADJ_NOTE'])) ? $user->lang['ACTIVE_POINT_ADJ_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ACTIVE_POINT_ADJ_NOTE'))) . ' }')) . '</span></td>
- <td><input type="text" name="active_point_adj" size="7" maxlength="10" value="' . ((isset($this->_tpldata['.'][0]['ACTIVE_POINT_ADJ'])) ? $this->_tpldata['.'][0]['ACTIVE_POINT_ADJ'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_INACTIVE_POINT_ADJ'])) ? $this->_tpldata['.'][0]['L_INACTIVE_POINT_ADJ'] : ((isset($user->lang['INACTIVE_POINT_ADJ'])) ? $user->lang['INACTIVE_POINT_ADJ'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'INACTIVE_POINT_ADJ'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_INACTIVE_POINT_ADJ_NOTE'])) ? $this->_tpldata['.'][0]['L_INACTIVE_POINT_ADJ_NOTE'] : ((isset($user->lang['INACTIVE_POINT_ADJ_NOTE'])) ? $user->lang['INACTIVE_POINT_ADJ_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'INACTIVE_POINT_ADJ_NOTE'))) . ' }')) . '</span></td>
- <td><input type="text" name="inactive_point_adj" size="7" maxlength="10" value="' . ((isset($this->_tpldata['.'][0]['INACTIVE_POINT_ADJ'])) ? $this->_tpldata['.'][0]['INACTIVE_POINT_ADJ'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_ENABLE_GZIP'])) ? $this->_tpldata['.'][0]['L_ENABLE_GZIP'] : ((isset($user->lang['ENABLE_GZIP'])) ? $user->lang['ENABLE_GZIP'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ENABLE_GZIP'))) . ' }')) . ':</td>
- <td><span class="small"><input type="radio" name="enable_gzip" value="1"' . ((isset($this->_tpldata['.'][0]['GZIP_YES_CHECKED'])) ? $this->_tpldata['.'][0]['GZIP_YES_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_YES'])) ? $this->_tpldata['.'][0]['L_YES'] : ((isset($user->lang['YES'])) ? $user->lang['YES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'YES'))) . ' }')) . '&nbsp;&nbsp;<input type="radio" name="enable_gzip" value="0"' . ((isset($this->_tpldata['.'][0]['GZIP_NO_CHECKED'])) ? $this->_tpldata['.'][0]['GZIP_NO_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_NO'])) ? $this->_tpldata['.'][0]['L_NO'] : ((isset($user->lang['NO'])) ? $user->lang['NO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NO'))) . ' }')) . '</span></td>
- </tr>
-</table>
-<br />
-
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <colgroup>
- <col width="40%" class="row2" /><col width="60%" class="row1" />
- </colgroup>
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_PERMISSIONS'])) ? $this->_tpldata['.'][0]['L_DEFAULT_PERMISSIONS'] : ((isset($user->lang['DEFAULT_PERMISSIONS'])) ? $user->lang['DEFAULT_PERMISSIONS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_PERMISSIONS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" colspan="2"><span class="small">' . ((isset($this->_tpldata['.'][0]['L_DEFAULT_PERMISSIONS_NOTE'])) ? $this->_tpldata['.'][0]['L_DEFAULT_PERMISSIONS_NOTE'] : ((isset($user->lang['DEFAULT_PERMISSIONS_NOTE'])) ? $user->lang['DEFAULT_PERMISSIONS_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DEFAULT_PERMISSIONS_NOTE'))) . ' }')) . '</span></td>
- </tr>
- ';// BEGIN permissions_row
-$_permissions_row_count = (isset($this->_tpldata['permissions_row.'])) ? sizeof($this->_tpldata['permissions_row.']) : 0;
-if ($_permissions_row_count) {
-for ($_permissions_row_i = 0; $_permissions_row_i < $_permissions_row_count; $_permissions_row_i++)
-{
-echo '
- <tr>
- <td>' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'] : '') . ':</td>
- <td nowrap="nowrap">
- ';// BEGIN check_group
-$_check_group_count = (isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'])) ? sizeof($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.']) : 0;
-if ($_check_group_count) {
-for ($_check_group_i = 0; $_check_group_i < $_check_group_count; $_check_group_i++)
-{
-echo '
- <input type="checkbox" name="' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBNAME'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBNAME'] : '') . '" value="Y"' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBCHECKED'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBCHECKED'] : '') . ' />
- <span class="small">' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['TEXT'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['TEXT'] : '') . '</span>
- ';}}
-// END check_group
-echo '
- </td>
- </tr>
- ';}}
-// END permissions_row
-echo '
-</table>
-<br />
-
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <colgroup>
- <col width="60%" class="row2" /><col width="40%" class="row1" />
- </colgroup>
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_COOKIE_SETTINGS'])) ? $this->_tpldata['.'][0]['L_COOKIE_SETTINGS'] : ((isset($user->lang['COOKIE_SETTINGS'])) ? $user->lang['COOKIE_SETTINGS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'COOKIE_SETTINGS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_COOKIE_DOMAIN'])) ? $this->_tpldata['.'][0]['L_COOKIE_DOMAIN'] : ((isset($user->lang['COOKIE_DOMAIN'])) ? $user->lang['COOKIE_DOMAIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'COOKIE_DOMAIN'))) . ' }')) . ':</td>
- <td><input type="text" name="cookie_domain" size="25" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['COOKIE_DOMAIN'])) ? $this->_tpldata['.'][0]['COOKIE_DOMAIN'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_COOKIE_NAME'])) ? $this->_tpldata['.'][0]['L_COOKIE_NAME'] : ((isset($user->lang['COOKIE_NAME'])) ? $user->lang['COOKIE_NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'COOKIE_NAME'))) . ' }')) . ':</td>
- <td><input type="text" name="cookie_name" size="25" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['COOKIE_NAME'])) ? $this->_tpldata['.'][0]['COOKIE_NAME'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_COOKIE_PATH'])) ? $this->_tpldata['.'][0]['L_COOKIE_PATH'] : ((isset($user->lang['COOKIE_PATH'])) ? $user->lang['COOKIE_PATH'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'COOKIE_PATH'))) . ' }')) . ':</td>
- <td><input type="text" name="cookie_path" size="25" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['COOKIE_PATH'])) ? $this->_tpldata['.'][0]['COOKIE_PATH'] : '') . '" class="input" /></td>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_SESSION_LENGTH'])) ? $this->_tpldata['.'][0]['L_SESSION_LENGTH'] : ((isset($user->lang['SESSION_LENGTH'])) ? $user->lang['SESSION_LENGTH'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SESSION_LENGTH'))) . ' }')) . ':</td>
- <td><input type="text" name="session_length" size="7" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['SESSION_LENGTH'])) ? $this->_tpldata['.'][0]['SESSION_LENGTH'] : '') . '" class="input" /></td>
- </tr>
-</table>
-<br />
-
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <colgroup>
- <col width="60%" class="row2" /><col width="40%" class="row1" />
- </colgroup>
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_EMAIL_SETTINGS'])) ? $this->_tpldata['.'][0]['L_EMAIL_SETTINGS'] : ((isset($user->lang['EMAIL_SETTINGS'])) ? $user->lang['EMAIL_SETTINGS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EMAIL_SETTINGS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td>' . ((isset($this->_tpldata['.'][0]['L_ADMIN_EMAIL'])) ? $this->_tpldata['.'][0]['L_ADMIN_EMAIL'] : ((isset($user->lang['ADMIN_EMAIL'])) ? $user->lang['ADMIN_EMAIL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADMIN_EMAIL'))) . ' }')) . ':</td>
- <td><input type="text" name="admin_email" size="30" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['ADMIN_EMAIL'])) ? $this->_tpldata['.'][0]['ADMIN_EMAIL'] : '') . '" class="input" /></td>
- </tr>
-</table>
-<br />
-
-
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2"><input type="submit" name="submit" value="' . ((isset($this->_tpldata['.'][0]['L_SUBMIT'])) ? $this->_tpldata['.'][0]['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SUBMIT'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/confirm_delete.html.php b/templates/cache/default/admin/confirm_delete.html.php
deleted file mode 100644
index 546a690..0000000
--- a/templates/cache/default/admin/confirm_delete.html.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_CONFIRM_DELETE_ACTION'])) ? $this->_tpldata['.'][0]['F_CONFIRM_DELETE_ACTION'] : '') . '" name="post">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_PARAMETER'])) ? $this->_tpldata['.'][0]['URI_PARAMETER'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['PARAMETER_VALUE'])) ? $this->_tpldata['.'][0]['PARAMETER_VALUE'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_DELETE_CONFIRMATION'])) ? $this->_tpldata['.'][0]['L_DELETE_CONFIRMATION'] : ((isset($user->lang['DELETE_CONFIRMATION'])) ? $user->lang['DELETE_CONFIRMATION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_CONFIRMATION'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td align="center" class="row1">' . ((isset($this->_tpldata['.'][0]['L_CONFIRM_TEXT'])) ? $this->_tpldata['.'][0]['L_CONFIRM_TEXT'] : ((isset($user->lang['CONFIRM_TEXT'])) ? $user->lang['CONFIRM_TEXT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CONFIRM_TEXT'))) . ' }')) . '<br /><br /><input type="submit" name="confirm" value="' . ((isset($this->_tpldata['.'][0]['L_YES'])) ? $this->_tpldata['.'][0]['L_YES'] : ((isset($user->lang['YES'])) ? $user->lang['YES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'YES'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="cancel" value="' . ((isset($this->_tpldata['.'][0]['L_NO'])) ? $this->_tpldata['.'][0]['L_NO'] : ((isset($user->lang['NO'])) ? $user->lang['NO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NO'))) . ' }')) . '" class="liteoption" /></td>
- </tr>
- <tr>
- <th align="center">&nbsp;</th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/listadj.html.php b/templates/cache/default/admin/listadj.html.php
deleted file mode 100644
index 4888771..0000000
--- a/templates/cache/default/admin/listadj.html.php
+++ /dev/null
@@ -1,82 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_PAGINATION'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
-';// IF S_GROUP_ADJ
-if ($this->_tpldata['.'][0]['S_GROUP_ADJ']) {
-echo '
- <tr>
- <th align="center" width="16" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'])) ? $this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- <th align="left" width="90" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'])) ? $this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['O_ADJUSTMENT'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '</a></th>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'])) ? $this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_ADDED_BY'])) ? $this->_tpldata['.'][0]['O_ADDED_BY'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ADDED_BY'])) ? $this->_tpldata['.'][0]['L_ADDED_BY'] : ((isset($user->lang['ADDED_BY'])) ? $user->lang['ADDED_BY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADDED_BY'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN adjustments_row
-$_adjustments_row_count = (isset($this->_tpldata['adjustments_row.'])) ? sizeof($this->_tpldata['adjustments_row.']) : 0;
-if ($_adjustments_row_count) {
-for ($_adjustments_row_i = 0; $_adjustments_row_i < $_adjustments_row_count; $_adjustments_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ROW_CLASS'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ROW_CLASS'] : '') . '">
- <td width="16" nowrap="nowrap" align="center"><a href="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['U_ADD_ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['U_ADD_ADJUSTMENT'] : '') . '"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/edit.gif" width="16" height="16" alt="Edit" /></a></td>
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'] : '') . '</td>
- <td width="90" nowrap="nowrap" class="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['C_ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['C_ADJUSTMENT'] : '') . '">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'] : '') . '</td>
- <td width="100%">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADDED_BY'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADDED_BY'] : '') . '</td>
- </tr>
- ';}}
-// END adjustments_row
-echo '
- <tr>
- <th colspan="4" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'] : '') . '</th>
- </tr>
-';// ELSE
-} else {
-echo '
- <tr class="rowhead">
- <th align="center" width="16" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'])) ? $this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- <th align="left" width="150" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'])) ? $this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_MEMBER'])) ? $this->_tpldata['.'][0]['O_MEMBER'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_MEMBER'])) ? $this->_tpldata['.'][0]['L_MEMBER'] : ((isset($user->lang['MEMBER'])) ? $user->lang['MEMBER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBER'))) . ' }')) . '</a></th>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'])) ? $this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_REASON'])) ? $this->_tpldata['.'][0]['O_REASON'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_REASON'])) ? $this->_tpldata['.'][0]['L_REASON'] : ((isset($user->lang['REASON'])) ? $user->lang['REASON'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REASON'))) . ' }')) . '</a></th>
- <th align="left" width="90" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'])) ? $this->_tpldata['.'][0]['U_LIST_ADJUSTMENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['O_ADJUSTMENT'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN adjustments_row
-$_adjustments_row_count = (isset($this->_tpldata['adjustments_row.'])) ? sizeof($this->_tpldata['adjustments_row.']) : 0;
-if ($_adjustments_row_count) {
-for ($_adjustments_row_i = 0; $_adjustments_row_i < $_adjustments_row_count; $_adjustments_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ROW_CLASS'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ROW_CLASS'] : '') . '">
- <td width="16" nowrap="nowrap" align="center"><a href="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['U_ADD_ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['U_ADD_ADJUSTMENT'] : '') . '"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/edit.gif" width="16" height="16" alt="Edit" /></a></td>
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'] : '') . '</td>
- <td width="150" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['U_VIEW_MEMBER'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['U_VIEW_MEMBER'] : '') . '">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['MEMBER'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['MEMBER'] : '') . '</a></td>
- <td width="100%">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'] : '') . '</td>
- <td width="90" nowrap="nowrap" class="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['C_ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['C_ADJUSTMENT'] : '') . '">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'] : '') . '</td>
- </tr>
- ';}}
-// END adjustments_row
-echo '
- <tr>
- <th colspan="5" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'] : '') . '</th>
- </tr>
-';// ENDIF
-}
-echo '
-
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_PAGINATION'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/listnews.html.php b/templates/cache/default/admin/listnews.html.php
deleted file mode 100644
index 96c9c17..0000000
--- a/templates/cache/default/admin/listnews.html.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['NEWS_PAGINATION'])) ? $this->_tpldata['.'][0]['NEWS_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" width="16" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="150" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_NEWS'])) ? $this->_tpldata['.'][0]['U_LIST_NEWS'] : '') . '&amp;o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- <th align="left" width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_NEWS'])) ? $this->_tpldata['.'][0]['U_LIST_NEWS'] : '') . '&amp;o=' . ((isset($this->_tpldata['.'][0]['O_USERNAME'])) ? $this->_tpldata['.'][0]['O_USERNAME'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . '</a></th>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_NEWS'])) ? $this->_tpldata['.'][0]['U_LIST_NEWS'] : '') . '&amp;o=' . ((isset($this->_tpldata['.'][0]['O_HEADLINE'])) ? $this->_tpldata['.'][0]['O_HEADLINE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_HEADLINE'])) ? $this->_tpldata['.'][0]['L_HEADLINE'] : ((isset($user->lang['HEADLINE'])) ? $user->lang['HEADLINE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HEADLINE'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN news_row
-$_news_row_count = (isset($this->_tpldata['news_row.'])) ? sizeof($this->_tpldata['news_row.']) : 0;
-if ($_news_row_count) {
-for ($_news_row_i = 0; $_news_row_i < $_news_row_count; $_news_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['ROW_CLASS'])) ? $this->_tpldata['news_row.'][$_news_row_i]['ROW_CLASS'] : '') . '">
- <td width="16" nowrap="nowrap" align="center"><a href="' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['U_VIEW_NEWS'])) ? $this->_tpldata['news_row.'][$_news_row_i]['U_VIEW_NEWS'] : '') . '"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/edit.gif" width="16" height="16" alt="Edit" /></a></td>
- <td width="150" nowrap="nowrap">' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['DATE'])) ? $this->_tpldata['news_row.'][$_news_row_i]['DATE'] : '') . '</td>
- <td width="100" nowrap="nowrap">' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['USERNAME'])) ? $this->_tpldata['news_row.'][$_news_row_i]['USERNAME'] : '') . '</td>
- <td width="100%"><a href="' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['U_VIEW_NEWS'])) ? $this->_tpldata['news_row.'][$_news_row_i]['U_VIEW_NEWS'] : '') . '">' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['HEADLINE'])) ? $this->_tpldata['news_row.'][$_news_row_i]['HEADLINE'] : '') . '</a></td>
- </tr>
- ';}}
-// END news_row
-echo '
- <tr>
- <th colspan="4" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTNEWS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTNEWS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['NEWS_PAGINATION'])) ? $this->_tpldata['.'][0]['NEWS_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/listusers.html.php b/templates/cache/default/admin/listusers.html.php
deleted file mode 100644
index 5181aaf..0000000
--- a/templates/cache/default/admin/listusers.html.php
+++ /dev/null
@@ -1,92 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_MASS_UPDATE'])) ? $this->_tpldata['.'][0]['F_MASS_UPDATE'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['USER_PAGINATION'])) ? $this->_tpldata['.'][0]['USER_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="6">' . ((isset($this->_tpldata['.'][0]['L_MANAGE_USERS'])) ? $this->_tpldata['.'][0]['L_MANAGE_USERS'] : ((isset($user->lang['MANAGE_USERS'])) ? $user->lang['MANAGE_USERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MANAGE_USERS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="center" width="25" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="50%"><a href="' . ((isset($this->_tpldata['.'][0]['U_MANAGE_USERS'])) ? $this->_tpldata['.'][0]['U_MANAGE_USERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_USERNAME'])) ? $this->_tpldata['.'][0]['O_USERNAME'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . '</a></th>
- <th align="left" width="50%"><a href="' . ((isset($this->_tpldata['.'][0]['U_MANAGE_USERS'])) ? $this->_tpldata['.'][0]['U_MANAGE_USERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_EMAIL'])) ? $this->_tpldata['.'][0]['O_EMAIL'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_EMAIL'])) ? $this->_tpldata['.'][0]['L_EMAIL'] : ((isset($user->lang['EMAIL'])) ? $user->lang['EMAIL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EMAIL'))) . ' }')) . '</a></th>
- <th align="left" width="150" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_MANAGE_USERS'])) ? $this->_tpldata['.'][0]['U_MANAGE_USERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_LAST_VISIT'])) ? $this->_tpldata['.'][0]['O_LAST_VISIT'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_LAST_VISIT'])) ? $this->_tpldata['.'][0]['L_LAST_VISIT'] : ((isset($user->lang['LAST_VISIT'])) ? $user->lang['LAST_VISIT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LAST_VISIT'))) . ' }')) . '</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_MANAGE_USERS'])) ? $this->_tpldata['.'][0]['U_MANAGE_USERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_ACTIVE'])) ? $this->_tpldata['.'][0]['O_ACTIVE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ACTIVE'])) ? $this->_tpldata['.'][0]['L_ACTIVE'] : ((isset($user->lang['ACTIVE'])) ? $user->lang['ACTIVE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ACTIVE'))) . ' }')) . '</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_MANAGE_USERS'])) ? $this->_tpldata['.'][0]['U_MANAGE_USERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_ONLINE'])) ? $this->_tpldata['.'][0]['O_ONLINE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ONLINE'])) ? $this->_tpldata['.'][0]['L_ONLINE'] : ((isset($user->lang['ONLINE'])) ? $user->lang['ONLINE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ONLINE'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN users_row
-$_users_row_count = (isset($this->_tpldata['users_row.'])) ? sizeof($this->_tpldata['users_row.']) : 0;
-if ($_users_row_count) {
-for ($_users_row_i = 0; $_users_row_i < $_users_row_count; $_users_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['ROW_CLASS'])) ? $this->_tpldata['users_row.'][$_users_row_i]['ROW_CLASS'] : '') . '">
- <td width="25" align="center" nowrap="nowrap"><input type="checkbox" name="user_id[]" value="' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['USER_ID'])) ? $this->_tpldata['users_row.'][$_users_row_i]['USER_ID'] : '') . '" /></td>
- <td width="50%"><a href="' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['U_MANAGE_USER'])) ? $this->_tpldata['users_row.'][$_users_row_i]['U_MANAGE_USER'] : '') . '" style="' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['NAME_STYLE'])) ? $this->_tpldata['users_row.'][$_users_row_i]['NAME_STYLE'] : '') . '">' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['USERNAME'])) ? $this->_tpldata['users_row.'][$_users_row_i]['USERNAME'] : '') . '</a></td>
- <td width="50%"><a href="' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['U_MAIL_USER'])) ? $this->_tpldata['users_row.'][$_users_row_i]['U_MAIL_USER'] : '') . '">' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['EMAIL'])) ? $this->_tpldata['users_row.'][$_users_row_i]['EMAIL'] : '') . '</a></td>
- <td width="150" nowrap="nowrap">' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['LAST_VISIT'])) ? $this->_tpldata['users_row.'][$_users_row_i]['LAST_VISIT'] : '') . '</td>
- <td width="60" nowrap="nowrap">' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['ACTIVE'])) ? $this->_tpldata['users_row.'][$_users_row_i]['ACTIVE'] : '') . '</td>
- <td width="60" nowrap="nowrap">' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['ONLINE'])) ? $this->_tpldata['users_row.'][$_users_row_i]['ONLINE'] : '') . '</td>
- </tr>
- ';}}
-// END users_row
-echo '
- <tr>
- <th colspan="6" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTUSERS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTUSERS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['USER_PAGINATION'])) ? $this->_tpldata['.'][0]['USER_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_MASS_UPDATE'])) ? $this->_tpldata['.'][0]['L_MASS_UPDATE'] : ((isset($user->lang['MASS_UPDATE'])) ? $user->lang['MASS_UPDATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MASS_UPDATE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td colspan="2" class="row1">' . ((isset($this->_tpldata['.'][0]['L_MASS_UPDATE_NOTE'])) ? $this->_tpldata['.'][0]['L_MASS_UPDATE_NOTE'] : ((isset($user->lang['MASS_UPDATE_NOTE'])) ? $user->lang['MASS_UPDATE_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MASS_UPDATE_NOTE'))) . ' }')) . '</td>
- </tr>
- ';// BEGIN permissions_row
-$_permissions_row_count = (isset($this->_tpldata['permissions_row.'])) ? sizeof($this->_tpldata['permissions_row.']) : 0;
-if ($_permissions_row_count) {
-for ($_permissions_row_i = 0; $_permissions_row_i < $_permissions_row_count; $_permissions_row_i++)
-{
-echo '
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'] : '') . ':</td>
- <td width="60%" class="row1" nowrap="nowrap">
- ';// BEGIN check_group
-$_check_group_count = (isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'])) ? sizeof($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.']) : 0;
-if ($_check_group_count) {
-for ($_check_group_i = 0; $_check_group_i < $_check_group_count; $_check_group_i++)
-{
-echo '
- <input type="checkbox" name="' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBNAME'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBNAME'] : '') . '" value="Y"' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBCHECKED'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBCHECKED'] : '') . ' />
- <span class="small">' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['TEXT'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['TEXT'] : '') . '</span>
- ';}}
-// END check_group
-echo '
- </td>
- </tr>
- ';}}
-// END permissions_row
-echo '
- <tr>
- <th align="center" colspan="2"><input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_MASS_UPDATE'])) ? $this->_tpldata['.'][0]['L_MASS_UPDATE'] : ((isset($user->lang['MASS_UPDATE'])) ? $user->lang['MASS_UPDATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MASS_UPDATE'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_MASS_DELETE'])) ? $this->_tpldata['.'][0]['L_MASS_DELETE'] : ((isset($user->lang['MASS_DELETE'])) ? $user->lang['MASS_DELETE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MASS_DELETE'))) . ' }')) . '" class="liteoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/logs.html.php b/templates/cache/default/admin/logs.html.php
deleted file mode 100644
index c958a06..0000000
--- a/templates/cache/default/admin/logs.html.php
+++ /dev/null
@@ -1,97 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-// IF S_LIST
-if ($this->_tpldata['.'][0]['S_LIST']) {
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['VIEWLOGS_PAGINATION'])) ? $this->_tpldata['.'][0]['VIEWLOGS_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="150" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS'])) ? $this->_tpldata['.'][0]['U_LOGS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS'])) ? $this->_tpldata['.'][0]['U_LOGS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_TYPE'])) ? $this->_tpldata['.'][0]['O_TYPE'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_TYPE'])) ? $this->_tpldata['.'][0]['L_TYPE'] : ((isset($user->lang['TYPE'])) ? $user->lang['TYPE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TYPE'))) . ' }')) . '</a></th>
- <th align="left" width="100" nowrap="nowrap" class="rowhead">' . ((isset($this->_tpldata['.'][0]['L_VIEW_ACTION'])) ? $this->_tpldata['.'][0]['L_VIEW_ACTION'] : ((isset($user->lang['VIEW_ACTION'])) ? $user->lang['VIEW_ACTION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VIEW_ACTION'))) . ' }')) . '</th>
- <th align="left" width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS'])) ? $this->_tpldata['.'][0]['U_LOGS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_USER'])) ? $this->_tpldata['.'][0]['O_USER'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_USER'])) ? $this->_tpldata['.'][0]['L_USER'] : ((isset($user->lang['USER'])) ? $user->lang['USER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USER'))) . ' }')) . '</a></th>
- <th align="left" width="120" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS'])) ? $this->_tpldata['.'][0]['U_LOGS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_IP'])) ? $this->_tpldata['.'][0]['O_IP'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_IP_ADDRESS'])) ? $this->_tpldata['.'][0]['L_IP_ADDRESS'] : ((isset($user->lang['IP_ADDRESS'])) ? $user->lang['IP_ADDRESS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'IP_ADDRESS'))) . ' }')) . '</a></th>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS'])) ? $this->_tpldata['.'][0]['U_LOGS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_RESULT'])) ? $this->_tpldata['.'][0]['O_RESULT'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_RESULT'])) ? $this->_tpldata['.'][0]['L_RESULT'] : ((isset($user->lang['RESULT'])) ? $user->lang['RESULT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESULT'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN logs_row
-$_logs_row_count = (isset($this->_tpldata['logs_row.'])) ? sizeof($this->_tpldata['logs_row.']) : 0;
-if ($_logs_row_count) {
-for ($_logs_row_i = 0; $_logs_row_i < $_logs_row_count; $_logs_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['ROW_CLASS'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['ROW_CLASS'] : '') . '">
- <td width="150" nowrap="nowrap">' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['DATE'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['DATE'] : '') . '</td>
- <td width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS_SEARCH'])) ? $this->_tpldata['.'][0]['U_LOGS_SEARCH'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['CURRENT_ORDER'])) ? $this->_tpldata['.'][0]['CURRENT_ORDER'] : '') . '&amp;search=' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['ENCODED_TYPE'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['ENCODED_TYPE'] : '') . '">' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['TYPE'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['TYPE'] : '') . '</a></td>
- <td width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['U_VIEW_LOG'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['U_VIEW_LOG'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_VIEW'])) ? $this->_tpldata['.'][0]['L_VIEW'] : ((isset($user->lang['VIEW'])) ? $user->lang['VIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VIEW'))) . ' }')) . '</a></td>
- <td width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS_SEARCH'])) ? $this->_tpldata['.'][0]['U_LOGS_SEARCH'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['CURRENT_ORDER'])) ? $this->_tpldata['.'][0]['CURRENT_ORDER'] : '') . '&amp;search=' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['ENCODED_USER'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['ENCODED_USER'] : '') . '">' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['USER'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['USER'] : '') . '</a></td>
- <td width="120" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LOGS_SEARCH'])) ? $this->_tpldata['.'][0]['U_LOGS_SEARCH'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['CURRENT_ORDER'])) ? $this->_tpldata['.'][0]['CURRENT_ORDER'] : '') . '&amp;search=' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['ENCODED_IP'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['ENCODED_IP'] : '') . '">' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['IP'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['IP'] : '') . '</a></td>
- <td width="70" nowrap="nowrap" class="' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['C_RESULT'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['C_RESULT'] : '') . '">' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['RESULT'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['RESULT'] : '') . '</td>
- </tr>
- ';}}
-// END logs_row
-echo '
- <tr>
- <th colspan="6" class="footer">' . ((isset($this->_tpldata['.'][0]['VIEWLOGS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['VIEWLOGS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['VIEWLOGS_PAGINATION'])) ? $this->_tpldata['.'][0]['VIEWLOGS_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-';// ELSE
-} else {
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_LOG_VIEWER'])) ? $this->_tpldata['.'][0]['L_LOG_VIEWER'] : ((isset($user->lang['LOG_VIEWER'])) ? $user->lang['LOG_VIEWER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOG_VIEWER'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" width="200" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . ':</td>
- <td class="row1" width="100%">' . ((isset($this->_tpldata['.'][0]['LOG_DATE'])) ? $this->_tpldata['.'][0]['LOG_DATE'] : '') . '</td>
- </tr>
- <tr>
- <td class="row2" width="200" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':</td>
- <td class="row2" width="100%">' . ((isset($this->_tpldata['.'][0]['LOG_USERNAME'])) ? $this->_tpldata['.'][0]['LOG_USERNAME'] : '') . '</td>
- </tr>
- <tr>
- <td class="row1" width="200" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_IP_ADDRESS'])) ? $this->_tpldata['.'][0]['L_IP_ADDRESS'] : ((isset($user->lang['IP_ADDRESS'])) ? $user->lang['IP_ADDRESS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'IP_ADDRESS'))) . ' }')) . ':</td>
- <td class="row1" width="100%">' . ((isset($this->_tpldata['.'][0]['LOG_IP_ADDRESS'])) ? $this->_tpldata['.'][0]['LOG_IP_ADDRESS'] : '') . '</td>
- </tr>
- <tr>
- <td class="row2" width="200" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_SESSION_ID'])) ? $this->_tpldata['.'][0]['L_SESSION_ID'] : ((isset($user->lang['SESSION_ID'])) ? $user->lang['SESSION_ID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SESSION_ID'))) . ' }')) . ':</td>
- <td class="row2" width="100%">' . ((isset($this->_tpldata['.'][0]['LOG_SESSION_ID'])) ? $this->_tpldata['.'][0]['LOG_SESSION_ID'] : '') . '</td>
- </tr>
- <tr>
- <th align="left" colspan="2">' . ((isset($this->_tpldata['.'][0]['LOG_ACTION'])) ? $this->_tpldata['.'][0]['LOG_ACTION'] : '') . '</th>
- </tr>
- ';// BEGIN log_row
-$_log_row_count = (isset($this->_tpldata['log_row.'])) ? sizeof($this->_tpldata['log_row.']) : 0;
-if ($_log_row_count) {
-for ($_log_row_i = 0; $_log_row_i < $_log_row_count; $_log_row_i++)
-{
-echo '
- <tr>
- <td class="' . ((isset($this->_tpldata['log_row.'][$_log_row_i]['ROW_CLASS'])) ? $this->_tpldata['log_row.'][$_log_row_i]['ROW_CLASS'] : '') . '" width="200" nowrap="nowrap">' . ((isset($this->_tpldata['log_row.'][$_log_row_i]['KEY'])) ? $this->_tpldata['log_row.'][$_log_row_i]['KEY'] : '') . '</td>
- <td class="' . ((isset($this->_tpldata['log_row.'][$_log_row_i]['ROW_CLASS'])) ? $this->_tpldata['log_row.'][$_log_row_i]['ROW_CLASS'] : '') . '" width="100%">' . ((isset($this->_tpldata['log_row.'][$_log_row_i]['VALUE'])) ? $this->_tpldata['log_row.'][$_log_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END log_row
-echo '
- <tr>
- <th colspan="2">&nbsp;</th>
- </tr>
-</table>
-';// ENDIF
-}
-// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/mm_addmember.html.php b/templates/cache/default/admin/mm_addmember.html.php
deleted file mode 100644
index 4973380..0000000
--- a/templates/cache/default/admin/mm_addmember.html.php
+++ /dev/null
@@ -1,121 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function check_form()
-{
- if (document.post.member_name.value.length < 2)
- {
- alert(\'' . ((isset($this->_tpldata['.'][0]['MSG_NAME_EMPTY'])) ? $this->_tpldata['.'][0]['MSG_NAME_EMPTY'] : '') . '\');
- return false;
- }
- return true;
-}
-//-->
-</script>
-
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_ADD_MEMBER'])) ? $this->_tpldata['.'][0]['F_ADD_MEMBER'] : '') . '" name="post" onsubmit="return check_form(this)">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_NAME'])) ? $this->_tpldata['.'][0]['URI_NAME'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['V_MEMBER_NAME'])) ? $this->_tpldata['.'][0]['V_MEMBER_NAME'] : '') . '" />
-<input type="hidden" name="compare_ids[]" value="' . ((isset($this->_tpldata['.'][0]['MEMBER_ID'])) ? $this->_tpldata['.'][0]['MEMBER_ID'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="6">' . ((isset($this->_tpldata['.'][0]['L_ADD_MEMBER_TITLE'])) ? $this->_tpldata['.'][0]['L_ADD_MEMBER_TITLE'] : ((isset($user->lang['ADD_MEMBER_TITLE'])) ? $user->lang['ADD_MEMBER_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_MEMBER_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2"><input type="text" name="member_name" size="20" maxlength="30" value="' . ((isset($this->_tpldata['.'][0]['MEMBER_NAME'])) ? $this->_tpldata['.'][0]['MEMBER_NAME'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_NAME'])) ? $this->_tpldata['.'][0]['FV_MEMBER_NAME'] : '') . '</td>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2">
- <input type="text" name="member_earned" size="8" maxlength="14" value="' . ((isset($this->_tpldata['.'][0]['MEMBER_EARNED'])) ? $this->_tpldata['.'][0]['MEMBER_EARNED'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_EARNED'])) ? $this->_tpldata['.'][0]['FV_MEMBER_EARNED'] : '') . '
- / ' . ((isset($this->_tpldata['.'][0]['L_SHOULD_BE'])) ? $this->_tpldata['.'][0]['L_SHOULD_BE'] : ((isset($user->lang['SHOULD_BE'])) ? $user->lang['SHOULD_BE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SHOULD_BE'))) . ' }')) . ': <span class="positive">' . ((isset($this->_tpldata['.'][0]['CORRECT_MEMBER_EARNED'])) ? $this->_tpldata['.'][0]['CORRECT_MEMBER_EARNED'] : '') . '</span>
- </td>
- </tr>
- <tr>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_RACE'])) ? $this->_tpldata['.'][0]['L_RACE'] : ((isset($user->lang['RACE'])) ? $user->lang['RACE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RACE'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2">
- <select name="member_race_id" class="input">
- ';// BEGIN race_row
-$_race_row_count = (isset($this->_tpldata['race_row.'])) ? sizeof($this->_tpldata['race_row.']) : 0;
-if ($_race_row_count) {
-for ($_race_row_i = 0; $_race_row_i < $_race_row_count; $_race_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['race_row.'][$_race_row_i]['VALUE'])) ? $this->_tpldata['race_row.'][$_race_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['race_row.'][$_race_row_i]['SELECTED'])) ? $this->_tpldata['race_row.'][$_race_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['race_row.'][$_race_row_i]['OPTION'])) ? $this->_tpldata['race_row.'][$_race_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END race_row
-echo '
- </select>
- </td>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2">
- <input type="text" name="member_spent" size="8" maxlength="14" value="' . ((isset($this->_tpldata['.'][0]['MEMBER_SPENT'])) ? $this->_tpldata['.'][0]['MEMBER_SPENT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_SPENT'])) ? $this->_tpldata['.'][0]['FV_MEMBER_SPENT'] : '') . '
- / ' . ((isset($this->_tpldata['.'][0]['L_SHOULD_BE'])) ? $this->_tpldata['.'][0]['L_SHOULD_BE'] : ((isset($user->lang['SHOULD_BE'])) ? $user->lang['SHOULD_BE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SHOULD_BE'))) . ' }')) . ': <span class="negative">' . ((isset($this->_tpldata['.'][0]['CORRECT_MEMBER_SPENT'])) ? $this->_tpldata['.'][0]['CORRECT_MEMBER_SPENT'] : '') . '</span>
- </td>
- </tr>
- <tr>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2">
- <select name="member_class_id" class="input">
- ';// BEGIN class_row
-$_class_row_count = (isset($this->_tpldata['class_row.'])) ? sizeof($this->_tpldata['class_row.']) : 0;
-if ($_class_row_count) {
-for ($_class_row_i = 0; $_class_row_i < $_class_row_count; $_class_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['VALUE'])) ? $this->_tpldata['class_row.'][$_class_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['SELECTED'])) ? $this->_tpldata['class_row.'][$_class_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['OPTION'])) ? $this->_tpldata['class_row.'][$_class_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END class_row
-echo '
- </select>
- </td>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2"><input type="text" name="member_adjustment" size="8" maxlength="14" value="' . ((isset($this->_tpldata['.'][0]['MEMBER_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['MEMBER_ADJUSTMENT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['FV_MEMBER_ADJUSTMENT'] : '') . '</td>
- </tr>
- <tr>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_LEVEL'])) ? $this->_tpldata['.'][0]['L_LEVEL'] : ((isset($user->lang['LEVEL'])) ? $user->lang['LEVEL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LEVEL'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2"><input type="text" name="member_level" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['MEMBER_LEVEL'])) ? $this->_tpldata['.'][0]['MEMBER_LEVEL'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_LEVEL'])) ? $this->_tpldata['.'][0]['FV_MEMBER_LEVEL'] : '') . '</td>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . ':</td>
- <td width="50%" nowrap="nowrap" class="row2"><span class="' . ((isset($this->_tpldata['.'][0]['C_MEMBER_CURRENT'])) ? $this->_tpldata['.'][0]['C_MEMBER_CURRENT'] : '') . '">' . ((isset($this->_tpldata['.'][0]['MEMBER_CURRENT'])) ? $this->_tpldata['.'][0]['MEMBER_CURRENT'] : '') . '</span></td>
- </tr>
- <tr>
- <td width="100" nowrap="nowrap" class="row1">' . ((isset($this->_tpldata['.'][0]['L_MEMBER_RANK'])) ? $this->_tpldata['.'][0]['L_MEMBER_RANK'] : ((isset($user->lang['MEMBER_RANK'])) ? $user->lang['MEMBER_RANK'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBER_RANK'))) . ' }')) . '</td>
- <td colspan="3" nowrap="nowrap" class="row2">
- <select name="member_rank_id" class="input">
- ';// BEGIN rank_row
-$_rank_row_count = (isset($this->_tpldata['rank_row.'])) ? sizeof($this->_tpldata['rank_row.']) : 0;
-if ($_rank_row_count) {
-for ($_rank_row_i = 0; $_rank_row_i < $_rank_row_count; $_rank_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['rank_row.'][$_rank_row_i]['VALUE'])) ? $this->_tpldata['rank_row.'][$_rank_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['rank_row.'][$_rank_row_i]['SELECTED'])) ? $this->_tpldata['rank_row.'][$_rank_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['rank_row.'][$_rank_row_i]['OPTION'])) ? $this->_tpldata['rank_row.'][$_rank_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END rank_row
-echo '
- </select>
- </td>
- </tr>
- <tr>
- <th align="center" colspan="6">
- ';// IF S_ADD
-if ($this->_tpldata['.'][0]['S_ADD']) {
-echo '
- <input type="submit" name="add" value="' . ((isset($this->_tpldata['.'][0]['L_ADD_MEMBER'])) ? $this->_tpldata['.'][0]['L_ADD_MEMBER'] : ((isset($user->lang['ADD_MEMBER'])) ? $user->lang['ADD_MEMBER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_MEMBER'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" />
- ';// ELSE
-} else {
-echo '
- <input type="submit" name="update" value="' . ((isset($this->_tpldata['.'][0]['L_UPDATE_MEMBER'])) ? $this->_tpldata['.'][0]['L_UPDATE_MEMBER'] : ((isset($user->lang['UPDATE_MEMBER'])) ? $user->lang['UPDATE_MEMBER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATE_MEMBER'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="delete" value="' . ((isset($this->_tpldata['.'][0]['L_DELETE_MEMBER'])) ? $this->_tpldata['.'][0]['L_DELETE_MEMBER'] : ((isset($user->lang['DELETE_MEMBER'])) ? $user->lang['DELETE_MEMBER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DELETE_MEMBER'))) . ' }')) . '" class="liteoption" />
- ';// ENDIF
-}
-echo '
- </th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/mm_menu.html.php b/templates/cache/default/admin/mm_menu.html.php
deleted file mode 100644
index 754f0fa..0000000
--- a/templates/cache/default/admin/mm_menu.html.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_MANAGE_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MANAGE_MEMBERS'] : ((isset($user->lang['MANAGE_MEMBERS'])) ? $user->lang['MANAGE_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MANAGE_MEMBERS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- <table border="0" cellspacing="0" cellpadding="3" align="center" class="borderless">
- <tr>
- <td align="center" nowrap="nowrap" class="row1"><a href="' . ((isset($this->_tpldata['.'][0]['U_ADD_MEMBER'])) ? $this->_tpldata['.'][0]['U_ADD_MEMBER'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ADD_MEMBER'])) ? $this->_tpldata['.'][0]['L_ADD_MEMBER'] : ((isset($user->lang['ADD_MEMBER'])) ? $user->lang['ADD_MEMBER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADD_MEMBER'))) . ' }')) . '</a></td>
- </tr>
- <tr>
- <td align="center" nowrap="nowrap" class="row1"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_LIST_EDIT_DEL_MEMBERS'])) ? $this->_tpldata['.'][0]['L_LIST_EDIT_DEL_MEMBERS'] : ((isset($user->lang['LIST_EDIT_DEL_MEMBERS'])) ? $user->lang['LIST_EDIT_DEL_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LIST_EDIT_DEL_MEMBERS'))) . ' }')) . '</a></td>
- </tr>
- <tr>
- <td align="center" nowrap="nowrap" class="row1"><a href="' . ((isset($this->_tpldata['.'][0]['U_EDIT_RANKS'])) ? $this->_tpldata['.'][0]['U_EDIT_RANKS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_EDIT_RANKS'])) ? $this->_tpldata['.'][0]['L_EDIT_RANKS'] : ((isset($user->lang['EDIT_RANKS'])) ? $user->lang['EDIT_RANKS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EDIT_RANKS'))) . ' }')) . '</a></td>
- </tr>
- <tr>
- <td align="center" nowrap="nowrap" class="row1"><a href="' . ((isset($this->_tpldata['.'][0]['U_TRANSFER_HISTORY'])) ? $this->_tpldata['.'][0]['U_TRANSFER_HISTORY'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_TRANSFER_HISTORY'])) ? $this->_tpldata['.'][0]['L_TRANSFER_HISTORY'] : ((isset($user->lang['TRANSFER_HISTORY'])) ? $user->lang['TRANSFER_HISTORY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TRANSFER_HISTORY'))) . ' }')) . '</a></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <th align="center">&nbsp;</th>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/mm_ranks.html.php b/templates/cache/default/admin/mm_ranks.html.php
deleted file mode 100644
index 3c6d50b..0000000
--- a/templates/cache/default/admin/mm_ranks.html.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_EDIT_RANKS'])) ? $this->_tpldata['.'][0]['F_EDIT_RANKS'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="4">' . ((isset($this->_tpldata['.'][0]['L_EDIT_RANKS_TITLE'])) ? $this->_tpldata['.'][0]['L_EDIT_RANKS_TITLE'] : ((isset($user->lang['EDIT_RANKS_TITLE'])) ? $user->lang['EDIT_RANKS_TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EDIT_RANKS_TITLE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left">' . ((isset($this->_tpldata['.'][0]['L_TITLE'])) ? $this->_tpldata['.'][0]['L_TITLE'] : ((isset($user->lang['TITLE'])) ? $user->lang['TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TITLE'))) . ' }')) . '</th>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_HIDE'])) ? $this->_tpldata['.'][0]['L_HIDE'] : ((isset($user->lang['HIDE'])) ? $user->lang['HIDE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HIDE'))) . ' }')) . '</th>
- <th align="left">' . ((isset($this->_tpldata['.'][0]['L_LIST_PREFIX'])) ? $this->_tpldata['.'][0]['L_LIST_PREFIX'] : ((isset($user->lang['LIST_PREFIX'])) ? $user->lang['LIST_PREFIX'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LIST_PREFIX'))) . ' }')) . '</th>
- <th align="left">' . ((isset($this->_tpldata['.'][0]['L_LIST_SUFFIX'])) ? $this->_tpldata['.'][0]['L_LIST_SUFFIX'] : ((isset($user->lang['LIST_SUFFIX'])) ? $user->lang['LIST_SUFFIX'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LIST_SUFFIX'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN ranks_row
-$_ranks_row_count = (isset($this->_tpldata['ranks_row.'])) ? sizeof($this->_tpldata['ranks_row.']) : 0;
-if ($_ranks_row_count) {
-for ($_ranks_row_i = 0; $_ranks_row_i < $_ranks_row_count; $_ranks_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['ROW_CLASS'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['ROW_CLASS'] : '') . '">
- <td><input type="text" name="ranks[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" size="30" maxlength="50" value="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_NAME'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_NAME'] : '') . '" class="input" /></td>
- <td nowrap="nowrap" align="center"><input type="checkbox" name="hide[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" value="1"' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['HIDE_CHECKED'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['HIDE_CHECKED'] : '') . ' /></td>
- <td nowrap="nowrap"><input type="text" name="prefix[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_PREFIX'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_PREFIX'] : '') . '" class="input" /></td>
- <td nowrap="nowrap"><input type="text" name="suffix[' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_SUFFIX'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['RANK_SUFFIX'] : '') . '" class="input" /></td>
- </tr>
- ';}}
-// END ranks_row
-echo '
- <tr class="' . ((isset($this->_tpldata['.'][0]['ROW_CLASS'])) ? $this->_tpldata['.'][0]['ROW_CLASS'] : '') . '">
- <td><input type="text" name="ranks[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" size="30" maxlength="50" value="" class="input" /></td>
- <td nowrap="nowrap" align="center"><input type="checkbox" name="hide[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" value="1" /></td>
- <td nowrap="nowrap"><input type="text" name="prefix[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="" class="input" /></td>
- <td nowrap="nowrap"><input type="text" name="suffix[' . ((isset($this->_tpldata['.'][0]['RANK_ID'])) ? $this->_tpldata['.'][0]['RANK_ID'] : '') . ']" size="35" maxlength="75" value="" class="input" /></td>
- </tr>
- <tr>
- <th align="center" colspan="4"><input type="submit" name="submit" value="' . ((isset($this->_tpldata['.'][0]['L_EDIT_RANKS'])) ? $this->_tpldata['.'][0]['L_EDIT_RANKS'] : ((isset($user->lang['EDIT_RANKS'])) ? $user->lang['EDIT_RANKS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EDIT_RANKS'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/mm_transfer.html.php b/templates/cache/default/admin/mm_transfer.html.php
deleted file mode 100644
index d11b92b..0000000
--- a/templates/cache/default/admin/mm_transfer.html.php
+++ /dev/null
@@ -1,57 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_TRANSFER'])) ? $this->_tpldata['.'][0]['F_TRANSFER'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_TRANSFER_MEMBER_HISTORY'])) ? $this->_tpldata['.'][0]['L_TRANSFER_MEMBER_HISTORY'] : ((isset($user->lang['TRANSFER_MEMBER_HISTORY'])) ? $user->lang['TRANSFER_MEMBER_HISTORY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TRANSFER_MEMBER_HISTORY'))) . ' }')) . '</td>
- </tr>
- <tr>
- <td colspan="2" align="center" class="row1">' . ((isset($this->_tpldata['.'][0]['L_TRANSFER_MEMBER_HISTORY_DESCRIPTION'])) ? $this->_tpldata['.'][0]['L_TRANSFER_MEMBER_HISTORY_DESCRIPTION'] : ((isset($user->lang['TRANSFER_MEMBER_HISTORY_DESCRIPTION'])) ? $user->lang['TRANSFER_MEMBER_HISTORY_DESCRIPTION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TRANSFER_MEMBER_HISTORY_DESCRIPTION'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['FV_TRANSFER'])) ? $this->_tpldata['.'][0]['FV_TRANSFER'] : '') . '</td>
- </tr>
- <tr>
- <td width="50%" align="center" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_FROM'])) ? $this->_tpldata['.'][0]['L_FROM'] : ((isset($user->lang['FROM'])) ? $user->lang['FROM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FROM'))) . ' }')) . ':</b>
- <select name="transfer_from" class="input">
- <option value="">' . ((isset($this->_tpldata['.'][0]['L_SELECT_1_OF_X_MEMBERS'])) ? $this->_tpldata['.'][0]['L_SELECT_1_OF_X_MEMBERS'] : ((isset($user->lang['SELECT_1_OF_X_MEMBERS'])) ? $user->lang['SELECT_1_OF_X_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SELECT_1_OF_X_MEMBERS'))) . ' }')) . '</option>
- ';// BEGIN transfer_from_row
-$_transfer_from_row_count = (isset($this->_tpldata['transfer_from_row.'])) ? sizeof($this->_tpldata['transfer_from_row.']) : 0;
-if ($_transfer_from_row_count) {
-for ($_transfer_from_row_i = 0; $_transfer_from_row_i < $_transfer_from_row_count; $_transfer_from_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['transfer_from_row.'][$_transfer_from_row_i]['VALUE'])) ? $this->_tpldata['transfer_from_row.'][$_transfer_from_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['transfer_from_row.'][$_transfer_from_row_i]['SELECTED'])) ? $this->_tpldata['transfer_from_row.'][$_transfer_from_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['transfer_from_row.'][$_transfer_from_row_i]['OPTION'])) ? $this->_tpldata['transfer_from_row.'][$_transfer_from_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END transfer_from_row
-echo '
- </select>
- </td>
- <td width="50%" align="center" class="row2">
- <b>' . ((isset($this->_tpldata['.'][0]['L_TO'])) ? $this->_tpldata['.'][0]['L_TO'] : ((isset($user->lang['TO'])) ? $user->lang['TO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TO'))) . ' }')) . ':</b>
- <select name="transfer_to" class="input">
- <option value="">' . ((isset($this->_tpldata['.'][0]['L_SELECT_1_OF_X_MEMBERS'])) ? $this->_tpldata['.'][0]['L_SELECT_1_OF_X_MEMBERS'] : ((isset($user->lang['SELECT_1_OF_X_MEMBERS'])) ? $user->lang['SELECT_1_OF_X_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SELECT_1_OF_X_MEMBERS'))) . ' }')) . '</option>
- ';// BEGIN transfer_to_row
-$_transfer_to_row_count = (isset($this->_tpldata['transfer_to_row.'])) ? sizeof($this->_tpldata['transfer_to_row.']) : 0;
-if ($_transfer_to_row_count) {
-for ($_transfer_to_row_i = 0; $_transfer_to_row_i < $_transfer_to_row_count; $_transfer_to_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['transfer_to_row.'][$_transfer_to_row_i]['VALUE'])) ? $this->_tpldata['transfer_to_row.'][$_transfer_to_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['transfer_to_row.'][$_transfer_to_row_i]['SELECTED'])) ? $this->_tpldata['transfer_to_row.'][$_transfer_to_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['transfer_to_row.'][$_transfer_to_row_i]['OPTION'])) ? $this->_tpldata['transfer_to_row.'][$_transfer_to_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END transfer_to_row
-echo '
- </select>
- </td>
- </tr>
- <tr>
- <th align="center" colspan="2"><input type="submit" name="transfer" value="' . ((isset($this->_tpldata['.'][0]['L_TRANSFER_HISTORY'])) ? $this->_tpldata['.'][0]['L_TRANSFER_HISTORY'] : ((isset($user->lang['TRANSFER_HISTORY'])) ? $user->lang['TRANSFER_HISTORY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TRANSFER_HISTORY'))) . ' }')) . '" class="mainoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/parse_Everquest.html.php b/templates/cache/default/admin/parse_Everquest.html.php
deleted file mode 100644
index 2335f6d..0000000
--- a/templates/cache/default/admin/parse_Everquest.html.php
+++ /dev/null
@@ -1,122 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="javascript" type="text/javascript">
-<!--
-function check_form()
-{
- if (document.post.log.value.length < 2)
- {
- return false;
- }
- return true;
-}
-function insert_log()
-{
- opener.document.post.attendees.value = document.post.log.value;
- opener.document.post.h.value = document.post.h.value;
- opener.document.post.mi.value = document.post.mi.value;
- opener.document.post.s.value = document.post.s.value;
- opener.document.post.mo.value = document.post.mo.value;
- opener.document.post.d.value = document.post.d.value;
- opener.document.post.y.value = document.post.y.value;
-
- opener.changed = "True";
- window.close();
- opener.window.focus();
-}
-//-->
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_PARSE_LOG'])) ? $this->_tpldata['.'][0]['F_PARSE_LOG'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
-';// IF S_STEP1
-if ($this->_tpldata['.'][0]['S_STEP1']) {
-echo '
- <tr>
- <th align="center" width="100%">' . ((isset($this->_tpldata['.'][0]['L_PASTE_LOG'])) ? $this->_tpldata['.'][0]['L_PASTE_LOG'] : ((isset($user->lang['PASTE_LOG'])) ? $user->lang['PASTE_LOG'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PASTE_LOG'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="100%" align="center" class="row2">&nbsp;<br /><textarea name="log" rows="20" cols="60" id="log" style="width: 450px" class="input"></textarea><br />&nbsp;</td>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_OPTIONS'])) ? $this->_tpldata['.'][0]['L_OPTIONS'] : ((isset($user->lang['OPTIONS'])) ? $user->lang['OPTIONS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'OPTIONS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="50%" align="center" valign="top">
- <table width="100%" border="0" cellspacing="1" cellpadding="1" class="borderless">
- ';// BEGIN options_row
-$_options_row_count = (isset($this->_tpldata['options_row.'])) ? sizeof($this->_tpldata['options_row.']) : 0;
-if ($_options_row_count) {
-for ($_options_row_i = 0; $_options_row_i < $_options_row_count; $_options_row_i++)
-{
-echo '
- <tr>
- <td width="20" class="row2" align="center"><input type="checkbox" name="' . ((isset($this->_tpldata['options_row.'][$_options_row_i]['CBNAME'])) ? $this->_tpldata['options_row.'][$_options_row_i]['CBNAME'] : '') . '" value="' . ((isset($this->_tpldata['options_row.'][$_options_row_i]['CBVALUE'])) ? $this->_tpldata['options_row.'][$_options_row_i]['CBVALUE'] : '') . '"' . ((isset($this->_tpldata['options_row.'][$_options_row_i]['CBCHECKED'])) ? $this->_tpldata['options_row.'][$_options_row_i]['CBCHECKED'] : '') . ' /></td>
- <td width="100%" class="row1" align="left">' . ((isset($this->_tpldata['options_row.'][$_options_row_i]['OPTION'])) ? $this->_tpldata['options_row.'][$_options_row_i]['OPTION'] : '') . '</td>
- </tr>
- ';}}
-// END options_row
-echo '
- </table>
- </td>
- <td width="50%" align="center" valign="top">
- <table width="100%" border="0" cellspacing="1" cellpadding="1" class="borderless">
- ';// BEGIN ranks_row
-$_ranks_row_count = (isset($this->_tpldata['ranks_row.'])) ? sizeof($this->_tpldata['ranks_row.']) : 0;
-if ($_ranks_row_count) {
-for ($_ranks_row_i = 0; $_ranks_row_i < $_ranks_row_count; $_ranks_row_i++)
-{
-echo '
- <tr>
- <td width="20" class="row2" align="center"><input type="checkbox" name="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['CBNAME'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['CBNAME'] : '') . '" value="' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['CBVALUE'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['CBVALUE'] : '') . '"' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['CBCHECKED'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['CBCHECKED'] : '') . ' /></td>
- <td width="100%" class="row1" align="left">' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['OPTION'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['OPTION'] : '') . '</td>
- </tr>
- ';}}
-// END ranks_row
-echo '
- </table>
- </td>
- <tr>
- <th align="center" colspan="2"><input type="submit" name="parse" value="' . ((isset($this->_tpldata['.'][0]['L_PARSE_LOG'])) ? $this->_tpldata['.'][0]['L_PARSE_LOG'] : ((isset($user->lang['PARSE_LOG'])) ? $user->lang['PARSE_LOG'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PARSE_LOG'))) . ' }')) . '" class="mainoption" /> <input type="button" name="button" value="' . ((isset($this->_tpldata['.'][0]['L_CLOSE_WINDOW'])) ? $this->_tpldata['.'][0]['L_CLOSE_WINDOW'] : ((isset($user->lang['CLOSE_WINDOW'])) ? $user->lang['CLOSE_WINDOW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLOSE_WINDOW'))) . ' }')) . '" onclick="javascript:window.close(); window.opener.window.focus();" class="liteoption" /></th>
- </tr>
-</table>
-';// ELSE
-} else {
-echo '
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_FOUND_MEMBERS'])) ? $this->_tpldata['.'][0]['L_FOUND_MEMBERS'] : ((isset($user->lang['FOUND_MEMBERS'])) ? $user->lang['FOUND_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FOUND_MEMBERS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td align="center" class="row1">&nbsp;<br /><textarea name="log" rows="20" cols="20" id="log" class="input">' . ((isset($this->_tpldata['.'][0]['FOUND_MEMBERS'])) ? $this->_tpldata['.'][0]['FOUND_MEMBERS'] : '') . '</textarea><br />&nbsp;</td>
- </tr>
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_LOG_DATE_TIME'])) ? $this->_tpldata['.'][0]['L_LOG_DATE_TIME'] : ((isset($user->lang['LOG_DATE_TIME'])) ? $user->lang['LOG_DATE_TIME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOG_DATE_TIME'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td align="center" class="row2">
- <input type="text" name="mo" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['MO'])) ? $this->_tpldata['.'][0]['MO'] : '') . '" id="mo" class="input" />
- /<input type="text" name="d" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['D'])) ? $this->_tpldata['.'][0]['D'] : '') . '" id="d" class="input" />
- /<input type="text" name="y" size="5" maxlength="4" value="' . ((isset($this->_tpldata['.'][0]['Y'])) ? $this->_tpldata['.'][0]['Y'] : '') . '" id="y" class="input" />
- &nbsp;<input type="text" name="h" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['H'])) ? $this->_tpldata['.'][0]['H'] : '') . '" id="h" class="input" />
- :<input type="text" name="mi" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['MI'])) ? $this->_tpldata['.'][0]['MI'] : '') . '" id="mi" class="input" />
- :<input type="text" name="s" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['S'])) ? $this->_tpldata['.'][0]['S'] : '') . '" id="s" class="input" />
- </td>
- </tr>
- <tr>
- <th align="center"><input type="button" name="button" value="' . ((isset($this->_tpldata['.'][0]['L_LOG_ADD_DATA'])) ? $this->_tpldata['.'][0]['L_LOG_ADD_DATA'] : ((isset($user->lang['LOG_ADD_DATA'])) ? $user->lang['LOG_ADD_DATA'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOG_ADD_DATA'))) . ' }')) . '" class="mainoption" onclick="javascript:insert_log();" /></th>
- </tr>
-';// ENDIF
-}
-echo '
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/plugins.html.php b/templates/cache/default/admin/plugins.html.php
deleted file mode 100644
index bb7d18b..0000000
--- a/templates/cache/default/admin/plugins.html.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="4">
- <tr>
- <th align="left" width="16">&nbsp;</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_CODE'])) ? $this->_tpldata['.'][0]['L_CODE'] : ((isset($user->lang['CODE'])) ? $user->lang['CODE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CODE'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_VERSION'])) ? $this->_tpldata['.'][0]['L_VERSION'] : ((isset($user->lang['VERSION'])) ? $user->lang['VERSION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VERSION'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_ACTION'])) ? $this->_tpldata['.'][0]['L_ACTION'] : ((isset($user->lang['ACTION'])) ? $user->lang['ACTION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ACTION'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_CONTACT'])) ? $this->_tpldata['.'][0]['L_CONTACT'] : ((isset($user->lang['CONTACT'])) ? $user->lang['CONTACT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CONTACT'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN plugins_row
-$_plugins_row_count = (isset($this->_tpldata['plugins_row.'])) ? sizeof($this->_tpldata['plugins_row.']) : 0;
-if ($_plugins_row_count) {
-for ($_plugins_row_i = 0; $_plugins_row_i < $_plugins_row_count; $_plugins_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['ROW_CLASS'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['ROW_CLASS'] : '') . '">
- <td width="16" align="center" nowrap="nowrap"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/plugin.gif" width="16" height="16" alt="Plugin" /></td>
- <td nowrap="nowrap">' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['NAME'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['NAME'] : '') . '</td>
- <td nowrap="nowrap">' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['CODE'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['CODE'] : '') . '</td>
- <td nowrap="nowrap">' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['VERSION'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['VERSION'] : '') . '</td>
- <td nowrap="nowrap"><a href="' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['U_ACTION'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['U_ACTION'] : '') . '">' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['ACTION'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['ACTION'] : '') . '</a></td>
- <td nowrap="nowrap">' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['CONTACT'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['CONTACT'] : '') . '</td>
- ';}}
-// END plugins_row
-echo '
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/admin/styles.html.php b/templates/cache/default/admin/styles.html.php
deleted file mode 100644
index fd55ae2..0000000
--- a/templates/cache/default/admin/styles.html.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="4">
- <tr>
- <th align="left" width="16" nowrap="nowrap">&nbsp;</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_TEMPLATE'])) ? $this->_tpldata['.'][0]['L_TEMPLATE'] : ((isset($user->lang['TEMPLATE'])) ? $user->lang['TEMPLATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TEMPLATE'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_USERS'])) ? $this->_tpldata['.'][0]['L_USERS'] : ((isset($user->lang['USERS'])) ? $user->lang['USERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERS'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN styles_row
-$_styles_row_count = (isset($this->_tpldata['styles_row.'])) ? sizeof($this->_tpldata['styles_row.']) : 0;
-if ($_styles_row_count) {
-for ($_styles_row_i = 0; $_styles_row_i < $_styles_row_count; $_styles_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['ROW_CLASS'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['ROW_CLASS'] : '') . '">
- <td width="16" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['U_EDIT_STYLE'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['U_EDIT_STYLE'] : '') . '"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/edit.gif" width="16" height="16" alt="Edit" /></a></td>
- <td nowrap="nowrap"><a href="' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['U_EDIT_STYLE'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['U_EDIT_STYLE'] : '') . '">' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['NAME'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['NAME'] : '') . '</a></td>
- <td nowrap="nowrap">' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['TEMPLATE'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['TEMPLATE'] : '') . '</td>
- <td nowrap="nowrap">' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['USERS'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['USERS'] : '') . '</td>
- <td nowrap="nowrap"><a href="' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['U_PREVIEW'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['U_PREVIEW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . '</a></td>
- </tr>
- ';}}
-// END styles_row
-echo '
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/listevents.html.php b/templates/cache/default/listevents.html.php
deleted file mode 100644
index fc40975..0000000
--- a/templates/cache/default/listevents.html.php
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['EVENT_PAGINATION'])) ? $this->_tpldata['.'][0]['EVENT_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_EVENTS'])) ? $this->_tpldata['.'][0]['U_LIST_EVENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NAME'])) ? $this->_tpldata['.'][0]['O_NAME'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_EVENTS'])) ? $this->_tpldata['.'][0]['U_LIST_EVENTS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_VALUE'])) ? $this->_tpldata['.'][0]['O_VALUE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN events_row
-$_events_row_count = (isset($this->_tpldata['events_row.'])) ? sizeof($this->_tpldata['events_row.']) : 0;
-if ($_events_row_count) {
-for ($_events_row_i = 0; $_events_row_i < $_events_row_count; $_events_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['ROW_CLASS'])) ? $this->_tpldata['events_row.'][$_events_row_i]['ROW_CLASS'] : '') . '">
- <td width="100%"><a href="' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['U_VIEW_EVENT'])) ? $this->_tpldata['events_row.'][$_events_row_i]['U_VIEW_EVENT'] : '') . '">' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['NAME'])) ? $this->_tpldata['events_row.'][$_events_row_i]['NAME'] : '') . '</a></td>
- <td width="60" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['VALUE'])) ? $this->_tpldata['events_row.'][$_events_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END events_row
-echo '
- <tr>
- <th colspan="2" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTEVENTS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTEVENTS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['EVENT_PAGINATION'])) ? $this->_tpldata['.'][0]['EVENT_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/listitems.html.php b/templates/cache/default/listitems.html.php
deleted file mode 100644
index 3d6585c..0000000
--- a/templates/cache/default/listitems.html.php
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['ITEM_PAGINATION'])) ? $this->_tpldata['.'][0]['ITEM_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ITEMS'])) ? $this->_tpldata['.'][0]['U_LIST_ITEMS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- ';// IF S_HISTORY
-if ($this->_tpldata['.'][0]['S_HISTORY']) {
-echo '<th align="left" width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ITEMS'])) ? $this->_tpldata['.'][0]['U_LIST_ITEMS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_BUYER'])) ? $this->_tpldata['.'][0]['O_BUYER'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '</a></th>';// ENDIF
-}
-echo '
- <th align="left" width="65%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ITEMS'])) ? $this->_tpldata['.'][0]['U_LIST_ITEMS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NAME'])) ? $this->_tpldata['.'][0]['O_NAME'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . '</a></th>
- <th align="left" width="35%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ITEMS'])) ? $this->_tpldata['.'][0]['U_LIST_ITEMS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_RAID'])) ? $this->_tpldata['.'][0]['O_RAID'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . '</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_ITEMS'])) ? $this->_tpldata['.'][0]['U_LIST_ITEMS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_VALUE'])) ? $this->_tpldata['.'][0]['O_VALUE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'])) ? $this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'] : '') . '">
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '</td>
- ';// IF S_HISTORY
-if ($this->_tpldata['.'][0]['S_HISTORY']) {
-echo '<td width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_BUYER'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '</a></td>';// ENDIF
-}
-echo '
- <td width="65%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '</a></td>
- <td width="35%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['RAID'] : '') . '</a></td>
- <td width="60" nowrap="nowrap" class="negative">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END items_row
-echo '
- <tr>
- <th colspan="5" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTITEMS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTITEMS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['ITEM_PAGINATION'])) ? $this->_tpldata['.'][0]['ITEM_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/listmembers.html.php b/templates/cache/default/listmembers.html.php
deleted file mode 100644
index 5acbd80..0000000
--- a/templates/cache/default/listmembers.html.php
+++ /dev/null
@@ -1,128 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-// IF S_COMPARE
-if ($this->_tpldata['.'][0]['S_COMPARE']) {
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="100%" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NAME'])) ? $this->_tpldata['.'][0]['O_NAME'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</a></th>
- <th align="left" width="40" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_LEVEL'])) ? $this->_tpldata['.'][0]['O_LEVEL'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_LEVEL'])) ? $this->_tpldata['.'][0]['L_LEVEL'] : ((isset($user->lang['LEVEL'])) ? $user->lang['LEVEL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LEVEL'))) . ' }')) . '</a></th>
- <th align="left" width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_CLASS'])) ? $this->_tpldata['.'][0]['O_CLASS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '</a></th>
- <th align="left" width="65" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_EARNED'])) ? $this->_tpldata['.'][0]['O_EARNED'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '</a></th>
- <th align="left" width="65" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_SPENT'])) ? $this->_tpldata['.'][0]['O_SPENT'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '</a></th>
- <th align="left" width="90" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['O_ADJUSTMENT'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_CURRENT'])) ? $this->_tpldata['.'][0]['O_CURRENT'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '</a></th>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_COMPARE_MEMBERS'])) ? $this->_tpldata['.'][0]['U_COMPARE_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_LASTRAID'])) ? $this->_tpldata['.'][0]['O_LASTRAID'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_LASTRAID'])) ? $this->_tpldata['.'][0]['L_LASTRAID'] : ((isset($user->lang['LASTRAID'])) ? $user->lang['LASTRAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LASTRAID'))) . ' }')) . '</a></th>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LASTLOOT'])) ? $this->_tpldata['.'][0]['L_LASTLOOT'] : ((isset($user->lang['LASTLOOT'])) ? $user->lang['LASTLOOT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LASTLOOT'))) . ' }')) . '</th>
- <th align="left" width="100" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_RAIDS_30_DAYS'])) ? $this->_tpldata['.'][0]['L_RAIDS_30_DAYS'] : ((isset($user->lang['RAIDS_30_DAYS'])) ? $user->lang['RAIDS_30_DAYS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_30_DAYS'))) . ' }')) . '</th>
- <th align="left" width="100" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_RAIDS_90_DAYS'])) ? $this->_tpldata['.'][0]['L_RAIDS_90_DAYS'] : ((isset($user->lang['RAIDS_90_DAYS'])) ? $user->lang['RAIDS_90_DAYS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_90_DAYS'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN members_row
-$_members_row_count = (isset($this->_tpldata['members_row.'])) ? sizeof($this->_tpldata['members_row.']) : 0;
-if ($_members_row_count) {
-for ($_members_row_i = 0; $_members_row_i < $_members_row_count; $_members_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['ROW_CLASS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['ROW_CLASS'] : '') . '">
- <td width="100%" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['U_VIEW_MEMBER'])) ? $this->_tpldata['members_row.'][$_members_row_i]['U_VIEW_MEMBER'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['NAME'])) ? $this->_tpldata['members_row.'][$_members_row_i]['NAME'] : '') . '</a></td>
- <td width="40" nowrap="nowrap">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LEVEL'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LEVEL'] : '') . '</td>
- <td width="100" nowrap="nowrap">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CLASS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CLASS'] : '') . '</td>
- <td width="65" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['EARNED'])) ? $this->_tpldata['members_row.'][$_members_row_i]['EARNED'] : '') . '</td>
- <td width="65" nowrap="nowrap" class="negative">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['SPENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['SPENT'] : '') . '</td>
- <td width="90" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_ADJUSTMENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_ADJUSTMENT'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'] : '') . '</td>
- <td width="60" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_CURRENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_CURRENT'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CURRENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CURRENT'] : '') . '</td>
- <td width="70" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_LASTRAID'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_LASTRAID'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'] : '') . '</td>
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LASTLOOT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LASTLOOT'] : '') . '</td>
- <td width="100" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_RAIDS_30_DAYS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_RAIDS_30_DAYS'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['RAIDS_30_DAYS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['RAIDS_30_DAYS'] : '') . '</td>
- <td width="100" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_RAIDS_90_DAYS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_RAIDS_90_DAYS'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['RAIDS_90_DAYS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['RAIDS_90_DAYS'] : '') . '</td>
- </tr>
- ';}}
-// END members_row
-echo '
- <tr>
- <th colspan="11" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-';// ELSE
-} else {
-// IF S_NOTMM
-if ($this->_tpldata['.'][0]['S_NOTMM']) {
-echo '
-<form method="get" action="' . ((isset($this->_tpldata['.'][0]['F_MEMBERS'])) ? $this->_tpldata['.'][0]['F_MEMBERS'] : '') . '">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_SESSION'])) ? $this->_tpldata['.'][0]['URI_SESSION'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['V_SID'])) ? $this->_tpldata['.'][0]['V_SID'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2" style="border-bottom: none">
- <tr>
- <th align="right" width="56" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_FILTER'])) ? $this->_tpldata['.'][0]['L_FILTER'] : ((isset($user->lang['FILTER'])) ? $user->lang['FILTER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FILTER'))) . ' }')) . ':</th>
- <th align="left">&nbsp;
- <select name="filter" class="input" onchange="javascript:form.submit();">
- ';// BEGIN filter_row
-$_filter_row_count = (isset($this->_tpldata['filter_row.'])) ? sizeof($this->_tpldata['filter_row.']) : 0;
-if ($_filter_row_count) {
-for ($_filter_row_i = 0; $_filter_row_i < $_filter_row_count; $_filter_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['filter_row.'][$_filter_row_i]['VALUE'])) ? $this->_tpldata['filter_row.'][$_filter_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['filter_row.'][$_filter_row_i]['SELECTED'])) ? $this->_tpldata['filter_row.'][$_filter_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['filter_row.'][$_filter_row_i]['OPTION'])) ? $this->_tpldata['filter_row.'][$_filter_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END filter_row
-echo '
- </select>
- </th>
- </tr>
-</table>
-</form>
-';// ENDIF
-}
-echo '
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_MEMBERS'])) ? $this->_tpldata['.'][0]['F_MEMBERS'] : '') . '" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" width="20" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="35" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NAME'])) ? $this->_tpldata['.'][0]['O_NAME'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</a></th>
- <th align="left" width="100"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_RANK'])) ? $this->_tpldata['.'][0]['O_RANK'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_RANK'])) ? $this->_tpldata['.'][0]['L_RANK'] : ((isset($user->lang['RANK'])) ? $user->lang['RANK'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RANK'))) . ' }')) . '</a></th>
- <th align="left" width="40" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_LEVEL'])) ? $this->_tpldata['.'][0]['O_LEVEL'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_LEVEL'])) ? $this->_tpldata['.'][0]['L_LEVEL'] : ((isset($user->lang['LEVEL'])) ? $user->lang['LEVEL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LEVEL'))) . ' }')) . '</a></th>
- <th align="left" width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_CLASS'])) ? $this->_tpldata['.'][0]['O_CLASS'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '</a></th>
- <th align="left" width="80" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_EARNED'])) ? $this->_tpldata['.'][0]['O_EARNED'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '</a></th>
- <th align="left" width="80" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_SPENT'])) ? $this->_tpldata['.'][0]['O_SPENT'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '</a></th>
- <th align="left" width="90" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['O_ADJUSTMENT'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '</a></th>
- <th align="left" width="80" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_CURRENT'])) ? $this->_tpldata['.'][0]['O_CURRENT'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '</a></th>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_MEMBERS'])) ? $this->_tpldata['.'][0]['U_LIST_MEMBERS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_LASTRAID'])) ? $this->_tpldata['.'][0]['O_LASTRAID'] : '') . '' . ((isset($this->_tpldata['.'][0]['URI_ADDON'])) ? $this->_tpldata['.'][0]['URI_ADDON'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_LASTRAID'])) ? $this->_tpldata['.'][0]['L_LASTRAID'] : ((isset($user->lang['LASTRAID'])) ? $user->lang['LASTRAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LASTRAID'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN members_row
-$_members_row_count = (isset($this->_tpldata['members_row.'])) ? sizeof($this->_tpldata['members_row.']) : 0;
-if ($_members_row_count) {
-for ($_members_row_i = 0; $_members_row_i < $_members_row_count; $_members_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['ROW_CLASS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['ROW_CLASS'] : '') . '">
- <td width="13" nowrap="nowrap" align="center"><input type="checkbox" name="compare_ids[]" value="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['ID'])) ? $this->_tpldata['members_row.'][$_members_row_i]['ID'] : '') . '" /></td>
- <td width="35" nowrap="nowrap" align="right">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['COUNT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['COUNT'] : '') . '</td>
- <td width="100%" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['U_VIEW_MEMBER'])) ? $this->_tpldata['members_row.'][$_members_row_i]['U_VIEW_MEMBER'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['NAME'])) ? $this->_tpldata['members_row.'][$_members_row_i]['NAME'] : '') . '</a></td>
- <td width="100" nowrap="nowrap">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['RANK'])) ? $this->_tpldata['members_row.'][$_members_row_i]['RANK'] : '') . '</td>
- <td width="40" nowrap="nowrap">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LEVEL'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LEVEL'] : '') . '</td>
- <td width="100" nowrap="nowrap">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CLASS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CLASS'] : '') . '</td>
- <td width="65" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['EARNED'])) ? $this->_tpldata['members_row.'][$_members_row_i]['EARNED'] : '') . '</td>
- <td width="65" nowrap="nowrap" class="negative">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['SPENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['SPENT'] : '') . '</td>
- <td width="90" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_ADJUSTMENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_ADJUSTMENT'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'] : '') . '</td>
- <td width="60" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_CURRENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_CURRENT'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CURRENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CURRENT'] : '') . '</td>
- <td width="70" nowrap="nowrap" class="' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['C_LASTRAID'])) ? $this->_tpldata['members_row.'][$_members_row_i]['C_LASTRAID'] : '') . '">' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'] : '') . '</td>
- </tr>
- ';}}
-// END members_row
-echo '
- <tr>
- <th colspan="11" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<br />
-<center><input type="submit" name="' . ((isset($this->_tpldata['.'][0]['BUTTON_NAME'])) ? $this->_tpldata['.'][0]['BUTTON_NAME'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['BUTTON_VALUE'])) ? $this->_tpldata['.'][0]['BUTTON_VALUE'] : '') . '" class="liteoption" /></center>
-</form>
-';// ENDIF
-}
-// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/listraids.html.php b/templates/cache/default/listraids.html.php
deleted file mode 100644
index 6b6430a..0000000
--- a/templates/cache/default/listraids.html.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['RAID_PAGINATION'])) ? $this->_tpldata['.'][0]['RAID_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_RAIDS'])) ? $this->_tpldata['.'][0]['U_LIST_RAIDS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- <th align="left" width="35%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_RAIDS'])) ? $this->_tpldata['.'][0]['U_LIST_RAIDS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NAME'])) ? $this->_tpldata['.'][0]['O_NAME'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</a></th>
- <th align="left" width="65%"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_RAIDS'])) ? $this->_tpldata['.'][0]['U_LIST_RAIDS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NOTE'])) ? $this->_tpldata['.'][0]['O_NOTE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_LIST_RAIDS'])) ? $this->_tpldata['.'][0]['U_LIST_RAIDS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_VALUE'])) ? $this->_tpldata['.'][0]['O_VALUE'] : '') . '&amp;start=' . ((isset($this->_tpldata['.'][0]['START'])) ? $this->_tpldata['.'][0]['START'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN raids_row
-$_raids_row_count = (isset($this->_tpldata['raids_row.'])) ? sizeof($this->_tpldata['raids_row.']) : 0;
-if ($_raids_row_count) {
-for ($_raids_row_i = 0; $_raids_row_i < $_raids_row_count; $_raids_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'] : '') . '">
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '</td>
- <td width="35%"><a href="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'] : '') . '">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NAME'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NAME'] : '') . '</a></td>
- <td width="65%">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '</td>
- <td width="60" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END raids_row
-echo '
- <tr>
- <th colspan="4" class="footer">' . ((isset($this->_tpldata['.'][0]['LISTRAIDS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTRAIDS_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['RAID_PAGINATION'])) ? $this->_tpldata['.'][0]['RAID_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/login.html.php b/templates/cache/default/login.html.php
deleted file mode 100644
index f9c61bf..0000000
--- a/templates/cache/default/login.html.php
+++ /dev/null
@@ -1,70 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-// IF S_LOGIN
-if ($this->_tpldata['.'][0]['S_LOGIN']) {
-echo '
-<form method="post" action="login.php" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_LOGIN'])) ? $this->_tpldata['.'][0]['L_LOGIN'] : ((isset($user->lang['LOGIN'])) ? $user->lang['LOGIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOGIN'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- <table border="0" cellspacing="0" cellpadding="3" align="center" class="borderless">
- <tr>
- <td class="row1" width="40" nowrap="nowrap" align="center">' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':</td>
- <td class="row1" width="100" align="center"><input type="text" name="username" size="20" maxlength="30" class="input" /></td>
- </tr>
- <tr>
- <td class="row1" width="40" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_PASSWORD'])) ? $this->_tpldata['.'][0]['L_PASSWORD'] : ((isset($user->lang['PASSWORD'])) ? $user->lang['PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PASSWORD'))) . ' }')) . ':</td>
- <td class="row1" width="100"><input type="password" name="password" size="20" maxlength="32" class="input" /></td>
- </tr>
- <tr>
- <td class="row1" colspan="2" valign="middle">
- ' . ((isset($this->_tpldata['.'][0]['L_REMEMBER_PASSWORD'])) ? $this->_tpldata['.'][0]['L_REMEMBER_PASSWORD'] : ((isset($user->lang['REMEMBER_PASSWORD'])) ? $user->lang['REMEMBER_PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REMEMBER_PASSWORD'))) . ' }')) . ': <input type="checkbox" name="auto_login" class="checkbox" />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <th align="center"><input type="submit" name="login" value="' . ((isset($this->_tpldata['.'][0]['L_LOGIN'])) ? $this->_tpldata['.'][0]['L_LOGIN'] : ((isset($user->lang['LOGIN'])) ? $user->lang['LOGIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOGIN'))) . ' }')) . '" class="mainoption" /> <input type="submit" name="lost_password" value="' . ((isset($this->_tpldata['.'][0]['L_LOST_PASSWORD'])) ? $this->_tpldata['.'][0]['L_LOST_PASSWORD'] : ((isset($user->lang['LOST_PASSWORD'])) ? $user->lang['LOST_PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOST_PASSWORD'))) . ' }')) . '" class="liteoption" /></th>
- </tr>
-</table>
-</form>
-';// ELSE
-} else {
-echo '
-<form method="post" action="register.php?mode=lostpassword" name="post">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_GET_NEW_PASSWORD'])) ? $this->_tpldata['.'][0]['L_GET_NEW_PASSWORD'] : ((isset($user->lang['GET_NEW_PASSWORD'])) ? $user->lang['GET_NEW_PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'GET_NEW_PASSWORD'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- <table border="0" cellspacing="0" cellpadding="3" align="center" class="borderless">
- <tr>
- <td class="row1" width="40" nowrap="nowrap" align="center">' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':</td>
- <td class="row1" width="100" align="center"><input type="text" name="username" size="20" maxlength="30" class="input" /></td>
- </tr>
- <tr>
- <td class="row1" width="40" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_EMAIL'])) ? $this->_tpldata['.'][0]['L_EMAIL'] : ((isset($user->lang['EMAIL'])) ? $user->lang['EMAIL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EMAIL'))) . ' }')) . ':</td>
- <td class="row1" width="100"><input type="text" name="user_email" size="20" maxlength="100" class="input" /></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <th align="center"><input type="submit" name="send_password" value="' . ((isset($this->_tpldata['.'][0]['L_SUBMIT'])) ? $this->_tpldata['.'][0]['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SUBMIT'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" /></th>
- </tr>
-</table>
-</form>
-';// ENDIF
-}
-// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/message.html.php b/templates/cache/default/message.html.php
deleted file mode 100644
index 4bad7b9..0000000
--- a/templates/cache/default/message.html.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['MSG_TITLE'])) ? $this->_tpldata['.'][0]['MSG_TITLE'] : '') . '</th>
- </tr>
- <tr>
- <td class="row1">' . ((isset($this->_tpldata['.'][0]['MSG_TEXT'])) ? $this->_tpldata['.'][0]['MSG_TEXT'] : '') . '</td>
- </tr>
- <tr>
- <th>&nbsp;</th>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/page_header.html.php b/templates/cache/default/page_header.html.php
deleted file mode 100644
index cc22b1c..0000000
--- a/templates/cache/default/page_header.html.php
+++ /dev/null
@@ -1,143 +0,0 @@
-<?php
-if ($this->security()) {
-echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=' . ((isset($this->_tpldata['.'][0]['ENCODING'])) ? $this->_tpldata['.'][0]['ENCODING'] : '') . '" />
-' . ((isset($this->_tpldata['.'][0]['META'])) ? $this->_tpldata['.'][0]['META'] : '') . '
-<title>' . ((isset($this->_tpldata['.'][0]['PAGE_TITLE'])) ? $this->_tpldata['.'][0]['PAGE_TITLE'] : '') . '</title>
-<style type="text/css">
-form { display: inline; }
-img { vertical-align: middle; border: 0px; }
-
-BODY { font-family: ' . ((isset($this->_tpldata['.'][0]['T_FONTFACE1'])) ? $this->_tpldata['.'][0]['T_FONTFACE1'] : '') . '; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE2'])) ? $this->_tpldata['.'][0]['T_FONTSIZE2'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR1'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR1'] : '') . '; margin-left: 1%; margin-right: 1%; margin-top: 1%; background-color: #' . ((isset($this->_tpldata['.'][0]['T_BODY_BACKGROUND'])) ? $this->_tpldata['.'][0]['T_BODY_BACKGROUND'] : '') . '; }
-TABLE { border-top: ' . ((isset($this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'] : '') . 'px; border-right: ' . ((isset($this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'] : '') . 'px; border-bottom: ' . ((isset($this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'] : '') . 'px; border-left: ' . ((isset($this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_TABLE_BORDER_WIDTH'] : '') . 'px; border-color: #' . ((isset($this->_tpldata['.'][0]['T_TABLE_BORDER_COLOR'])) ? $this->_tpldata['.'][0]['T_TABLE_BORDER_COLOR'] : '') . '; border-style: ' . ((isset($this->_tpldata['.'][0]['T_TABLE_BORDER_STYLE'])) ? $this->_tpldata['.'][0]['T_TABLE_BORDER_STYLE'] : '') . '; }
-TABLE.borderless { border-style: none; }
-
-th { font-weight: bold; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; background-color: #' . ((isset($this->_tpldata['.'][0]['T_TH_COLOR1'])) ? $this->_tpldata['.'][0]['T_TH_COLOR1'] : '') . '; white-space: nowrap; }
-tr, td { font-family: ' . ((isset($this->_tpldata['.'][0]['T_FONTFACE1'])) ? $this->_tpldata['.'][0]['T_FONTFACE1'] : '') . '; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE2'])) ? $this->_tpldata['.'][0]['T_FONTSIZE2'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR1'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR1'] : '') . '; }
-
-a:link, a:visited, a:active { text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_BODY_LINK_STYLE'])) ? $this->_tpldata['.'][0]['T_BODY_LINK_STYLE'] : '') . '; color: #' . ((isset($this->_tpldata['.'][0]['T_BODY_LINK'])) ? $this->_tpldata['.'][0]['T_BODY_LINK'] : '') . '; }
-a:hover { text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_BODY_HLINK_STYLE'])) ? $this->_tpldata['.'][0]['T_BODY_HLINK_STYLE'] : '') . '; color: #' . ((isset($this->_tpldata['.'][0]['T_BODY_HLINK'])) ? $this->_tpldata['.'][0]['T_BODY_HLINK'] : '') . '; }
-
-th a:link, th a:visited, th a:active { text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK_STYLE'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK_STYLE'] : '') . '; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; font-weight: bold; }
-th a:hover { text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK_STYLE'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK_STYLE'] : '') . '; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK'] : '') . '; font-weight: bold; }
-
-th.smalltitle { font-weight: bold; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; background-color: #' . ((isset($this->_tpldata['.'][0]['T_TH_COLOR1'])) ? $this->_tpldata['.'][0]['T_TH_COLOR1'] : '') . '; white-space: nowrap; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; }
-th.smalltitle a:link, th.smalltitle a:visited, th.smalltitle a:active { text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK_STYLE'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK_STYLE'] : '') . '; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; font-weight: bold; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; }
-th.smalltitle a:hover { color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK'] : '') . '; font-weight: bold; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK_STYLE'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK_STYLE'] : '') . '; }
-
-th.footer { color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; text-align: right; background-color: #' . ((isset($this->_tpldata['.'][0]['T_TH_COLOR1'])) ? $this->_tpldata['.'][0]['T_TH_COLOR1'] : '') . '; white-space: nowrap; font-weight: normal; }
-th.footer a:link, th.footer a:visited, th.footer a:active { color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK_STYLE'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK_STYLE'] : '') . '; font-weight: normal; }
-th.footer a:hover { color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK'] : '') . '; text-decoration: ' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK_STYLE'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK_STYLE'] : '') . '; font-weight: normal; }
-
-.row1 { background-color: #' . ((isset($this->_tpldata['.'][0]['T_TR_COLOR1'])) ? $this->_tpldata['.'][0]['T_TR_COLOR1'] : '') . '; }
-.row2 { background-color: #' . ((isset($this->_tpldata['.'][0]['T_TR_COLOR2'])) ? $this->_tpldata['.'][0]['T_TR_COLOR2'] : '') . '; }
-
-.quote1 { background-color: #' . ((isset($this->_tpldata['.'][0]['T_TR_COLOR2'])) ? $this->_tpldata['.'][0]['T_TR_COLOR2'] : '') . '; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE2'])) ? $this->_tpldata['.'][0]['T_FONTSIZE2'] : '') . 'px; line-height: 125%; }
-.quote2 { background-color: #' . ((isset($this->_tpldata['.'][0]['T_TR_COLOR1'])) ? $this->_tpldata['.'][0]['T_TR_COLOR1'] : '') . '; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE2'])) ? $this->_tpldata['.'][0]['T_FONTSIZE2'] : '') . 'px; line-height: 125%; }
-
-.positive { color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR_POS'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR_POS'] : '') . '; }
-.negative { color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR_NEG'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR_NEG'] : '') . '; }
-.neutral { color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR1'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR1'] : '') . '; }
-
-.maintitle { font-size: 18px; font-weight: bold; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR2'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR2'] : '') . '; }
-.subtitle { font-size: 12px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR2'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR2'] : '') . '; }
-
-.menu { font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR2'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR2'] : '') . '; }
-.menu a:link, .menu a:active, .menu a:visited { text-decoration: none; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR2'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR2'] : '') . '; }
-.menu a:hover { text-decoration: underline; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK'] : '') . '; }
-
-.small { font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; }
-
-.copy { font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR2'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR2'] : '') . '; }
-.copy a:link, .copy a:active, .copy a:visited { font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR2'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR2'] : '') . '; }
-.copy a:hover { font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_HLINK'])) ? $this->_tpldata['.'][0]['T_HEADER_HLINK'] : '') . '; }
-
-.input { font-family: ' . ((isset($this->_tpldata['.'][0]['T_FONTFACE2'])) ? $this->_tpldata['.'][0]['T_FONTFACE2'] : '') . '; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; color: #' . ((isset($this->_tpldata['.'][0]['T_FONTCOLOR3'])) ? $this->_tpldata['.'][0]['T_FONTCOLOR3'] : '') . '; background-color: #' . ((isset($this->_tpldata['.'][0]['T_INPUT_BACKGROUND'])) ? $this->_tpldata['.'][0]['T_INPUT_BACKGROUND'] : '') . ';
- border-top: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-right: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-bottom: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-left: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-color: #' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_COLOR'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_COLOR'] : '') . '; border-style: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_STYLE'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_STYLE'] : '') . '; }
-
-input.helpline1 { background-color: #' . ((isset($this->_tpldata['.'][0]['T_TR_COLOR1'])) ? $this->_tpldata['.'][0]['T_TR_COLOR1'] : '') . '; border-style: none; }
-input.helpline2 { background-color: #' . ((isset($this->_tpldata['.'][0]['T_TR_COLOR2'])) ? $this->_tpldata['.'][0]['T_TR_COLOR2'] : '') . '; border-style: none; }
-
-input.mainoption { font-family: ' . ((isset($this->_tpldata['.'][0]['T_FONTFACE2'])) ? $this->_tpldata['.'][0]['T_FONTFACE2'] : '') . '; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; font-weight: bold; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; background-color: #' . ((isset($this->_tpldata['.'][0]['T_TH_COLOR1'])) ? $this->_tpldata['.'][0]['T_TH_COLOR1'] : '') . '; border-top: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px;
- border-right: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-bottom: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-left: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; border-style: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_STYLE'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_STYLE'] : '') . '; }
-input.liteoption { font-family: ' . ((isset($this->_tpldata['.'][0]['T_FONTFACE2'])) ? $this->_tpldata['.'][0]['T_FONTFACE2'] : '') . '; font-size: ' . ((isset($this->_tpldata['.'][0]['T_FONTSIZE1'])) ? $this->_tpldata['.'][0]['T_FONTSIZE1'] : '') . 'px; font-weight: normal; color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; background-color: #' . ((isset($this->_tpldata['.'][0]['T_TH_COLOR1'])) ? $this->_tpldata['.'][0]['T_TH_COLOR1'] : '') . '; border-top: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px;
- border-right: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-bottom: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-left: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_WIDTH'] : '') . 'px; border-color: #' . ((isset($this->_tpldata['.'][0]['T_HEADER_LINK'])) ? $this->_tpldata['.'][0]['T_HEADER_LINK'] : '') . '; border-style: ' . ((isset($this->_tpldata['.'][0]['T_INPUT_BORDER_STYLE'])) ? $this->_tpldata['.'][0]['T_INPUT_BORDER_STYLE'] : '') . '; }
-
-' . ((isset($this->_tpldata['.'][0]['EXTRA_CSS'])) ? $this->_tpldata['.'][0]['EXTRA_CSS'] : '') . '
-</style>
-</head>
-
-<body' . ((isset($this->_tpldata['.'][0]['ONLOAD'])) ? $this->_tpldata['.'][0]['ONLOAD'] : '') . '>
-';// IF S_NORMAL_HEADER
-if ($this->_tpldata['.'][0]['S_NORMAL_HEADER']) {
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td width="201" nowrap="nowrap"><img src="' . ((isset($this->_tpldata['.'][0]['TEMPLATE_PATH'])) ? $this->_tpldata['.'][0]['TEMPLATE_PATH'] : '') . '/images/' . ((isset($this->_tpldata['.'][0]['LOGO_PATH'])) ? $this->_tpldata['.'][0]['LOGO_PATH'] : '') . '" alt="Logo" /><br /></td>
- <td width="100%">
- <center><span class="maintitle">' . ((isset($this->_tpldata['.'][0]['MAIN_TITLE'])) ? $this->_tpldata['.'][0]['MAIN_TITLE'] : '') . '</span><br />
- <span class="subtitle">' . ((isset($this->_tpldata['.'][0]['SUB_TITLE'])) ? $this->_tpldata['.'][0]['SUB_TITLE'] : '') . '</span><br /><br />
- <span class="menu">
- ' . ((isset($this->_tpldata['.'][0]['MAIN_MENU1'])) ? $this->_tpldata['.'][0]['MAIN_MENU1'] : '') . '
- <br />
- ' . ((isset($this->_tpldata['.'][0]['MAIN_MENU2'])) ? $this->_tpldata['.'][0]['MAIN_MENU2'] : '') . '
- </span></center>
- </td>
-<td>
-<!--<a href="http://vps.net/" style="display:block; margin:10px 0; width:120px; height:60px;" target="_new"><img src="./vps-net-120x60-01.png" alt="I\'m a VPS.NET Beta Tester" style="border:0"/></a>-->
- <a href="http://manage.aff.biz/z/155/CD2268/"><img src="/vps.png" alt="" border="0"></a>
-</td>
- </tr>
-</table>
-<br />
-';// IF S_IN_ADMIN
-if ($this->_tpldata['.'][0]['S_IN_ADMIN']) {
-echo '
-<table width="100%" border="0" cellspacing="0" cellpadding="2" class="borderless">
- <tr>
- <td width="175" valign="top" nowrap="nowrap">
- <table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th class="smalltitle" align="center">' . ((isset($this->_tpldata['.'][0]['L_ADMINISTRATION'])) ? $this->_tpldata['.'][0]['L_ADMINISTRATION'] : ((isset($user->lang['ADMINISTRATION'])) ? $user->lang['ADMINISTRATION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADMINISTRATION'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1">&nbsp;<img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/arrow.gif" alt="arrow" />&nbsp;<a href="index.php' . ((isset($this->_tpldata['.'][0]['SID'])) ? $this->_tpldata['.'][0]['SID'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ADMIN_INDEX'])) ? $this->_tpldata['.'][0]['L_ADMIN_INDEX'] : ((isset($user->lang['ADMIN_INDEX'])) ? $user->lang['ADMIN_INDEX'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADMIN_INDEX'))) . ' }')) . '</a></td>
- </tr>
- <tr>
- <td class="row2">&nbsp;<img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/arrow.gif" alt="arrow" />&nbsp;<a href="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . '' . ((isset($this->_tpldata['.'][0]['SID'])) ? $this->_tpldata['.'][0]['SID'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_EQDKP_INDEX'])) ? $this->_tpldata['.'][0]['L_EQDKP_INDEX'] : ((isset($user->lang['EQDKP_INDEX'])) ? $user->lang['EQDKP_INDEX'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EQDKP_INDEX'))) . ' }')) . '</a></td>
- </tr>
- ';// BEGIN header_row
-$_header_row_count = (isset($this->_tpldata['header_row.'])) ? sizeof($this->_tpldata['header_row.']) : 0;
-if ($_header_row_count) {
-for ($_header_row_i = 0; $_header_row_i < $_header_row_count; $_header_row_i++)
-{
-echo '
- <tr>
- <th align="left" class="smalltitle">' . ((isset($this->_tpldata['header_row.'][$_header_row_i]['HEADER'])) ? $this->_tpldata['header_row.'][$_header_row_i]['HEADER'] : '') . '</th>
- </tr>
- ';// BEGIN menu_row
-$_menu_row_count = (isset($this->_tpldata['header_row.'][$_header_row_i]['menu_row.'])) ? sizeof($this->_tpldata['header_row.'][$_header_row_i]['menu_row.']) : 0;
-if ($_menu_row_count) {
-for ($_menu_row_i = 0; $_menu_row_i < $_menu_row_count; $_menu_row_i++)
-{
-echo '
- <tr>
- <td class="' . ((isset($this->_tpldata['header_row.'][$_header_row_i]['menu_row.'][$_menu_row_i]['ROW_CLASS'])) ? $this->_tpldata['header_row.'][$_header_row_i]['menu_row.'][$_menu_row_i]['ROW_CLASS'] : '') . '">&nbsp;<img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/arrow.gif" alt="arrow" />&nbsp;' . ((isset($this->_tpldata['header_row.'][$_header_row_i]['menu_row.'][$_menu_row_i]['LINK'])) ? $this->_tpldata['header_row.'][$_header_row_i]['menu_row.'][$_menu_row_i]['LINK'] : '') . '</td>
- </tr>
- ';}}
-// END menu_row
-}}
-// END header_row
-echo '
- </table>
- </td>
- <td width="100%" valign="top">
-';// ENDIF
-}
-// ENDIF
-}
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/page_tail.html.php b/templates/cache/default/page_tail.html.php
deleted file mode 100644
index cb01f19..0000000
--- a/templates/cache/default/page_tail.html.php
+++ /dev/null
@@ -1,76 +0,0 @@
-<?php
-if ($this->security()) {
-// IF S_IN_ADMIN
-if ($this->_tpldata['.'][0]['S_IN_ADMIN']) {
-echo '
- </td>
- </tr>
-</table>
-';// ENDIF
-}
-echo '
-<br />
-';// IF S_NORMAL_FOOTER
-if ($this->_tpldata['.'][0]['S_NORMAL_FOOTER']) {
-// IF S_SHOW_QUERIES
-if ($this->_tpldata['.'][0]['S_SHOW_QUERIES']) {
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">Queries</th>
- </tr>
- ';// BEGIN query_row
-$_query_row_count = (isset($this->_tpldata['query_row.'])) ? sizeof($this->_tpldata['query_row.']) : 0;
-if ($_query_row_count) {
-for ($_query_row_i = 0; $_query_row_i < $_query_row_count; $_query_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['query_row.'][$_query_row_i]['ROW_CLASS'])) ? $this->_tpldata['query_row.'][$_query_row_i]['ROW_CLASS'] : '') . '">
- <td width="100%">' . ((isset($this->_tpldata['query_row.'][$_query_row_i]['QUERY'])) ? $this->_tpldata['query_row.'][$_query_row_i]['QUERY'] : '') . '</td>
- </tr>
- ';}}
-// END query_row
-echo '
-</table>
-<br />
-';// ENDIF
-}
-echo '<!--
- If you use this software and find it to be useful, we ask that you
- retain the copyright notice below. While not required for free use,
- it will help build interest in the EQdkp project.
-//-->';echo '
-<center><span class="copy">' . ((isset($this->_tpldata['.'][0]['L_POWERED_BY'])) ? $this->_tpldata['.'][0]['L_POWERED_BY'] : ((isset($user->lang['POWERED_BY'])) ? $user->lang['POWERED_BY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'POWERED_BY'))) . ' }')) . ' <a href="http://eqdkp.com/" target="_new" class="copy">EQdkp</a> ' . ((isset($this->_tpldata['.'][0]['EQDKP_VERSION'])) ? $this->_tpldata['.'][0]['EQDKP_VERSION'] : '') . '<br />&copy; 2003 The EQdkp Project Team</span></center>
-<br />
-';// IF S_SHOW_DEBUG
-if ($this->_tpldata['.'][0]['S_SHOW_DEBUG']) {
-echo '
-<center><span class="copy">' . ((isset($this->_tpldata['.'][0]['EQDKP_RENDERTIME'])) ? $this->_tpldata['.'][0]['EQDKP_RENDERTIME'] : '') . ' | ' . ((isset($this->_tpldata['.'][0]['EQDKP_QUERYCOUNT'])) ? $this->_tpldata['.'][0]['EQDKP_QUERYCOUNT'] : '') . ' | <a href="http://validator.w3.org/check/referer" target="_top" class="copy">XHTML Validate</a></span></center>
-';// ENDIF
-}
-// ENDIF
-}
-echo '
-
-
-
-
-
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." :
-"http://www.");
-document.write(unescape("%3Cscript src=\\\'" + gaJsHost +
-"google-analytics.com/ga.js\\\' type=\\\'text/javascript\\\'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-316502-8");
-pageTracker._trackPageview();
-}
-catch(err) {var pik = err;}
-
-</script>
-</body>
-</html>';
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/settings.html.php b/templates/cache/default/settings.html.php
deleted file mode 100644
index a9c0e3c..0000000
--- a/templates/cache/default/settings.html.php
+++ /dev/null
@@ -1,210 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<script language="JavaScript" type="text/javascript">
-<!--
-function pop_preview()
-{
- selected_style = document.post.user_style.options[document.post.user_style.selectedIndex].value;
- preview = window.open(\'' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'viewnews.php' . ((isset($this->_tpldata['.'][0]['SID'])) ? $this->_tpldata['.'][0]['SID'] : '') . '&style=\'+selected_style,\'preview\',\'resizable=yes,toolbar=no,status=yes,height=500,width=600,screenX=50,screenY=25,left=100,top=75\')
- preview.focus();
-}
-//-->
-</script>
-<form method="post" action="' . ((isset($this->_tpldata['.'][0]['F_SETTINGS'])) ? $this->_tpldata['.'][0]['F_SETTINGS'] : '') . '" name="post">
-<input type="hidden" name="' . ((isset($this->_tpldata['.'][0]['URI_NAME'])) ? $this->_tpldata['.'][0]['URI_NAME'] : '') . '" value="' . ((isset($this->_tpldata['.'][0]['NAME'])) ? $this->_tpldata['.'][0]['NAME'] : '') . '" />
-<input type="hidden" name="user_id[]" value="' . ((isset($this->_tpldata['.'][0]['USER_ID'])) ? $this->_tpldata['.'][0]['USER_ID'] : '') . '" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_REGISTRATION_INFORMATION'])) ? $this->_tpldata['.'][0]['L_REGISTRATION_INFORMATION'] : ((isset($user->lang['REGISTRATION_INFORMATION'])) ? $user->lang['REGISTRATION_INFORMATION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REGISTRATION_INFORMATION'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_REQUIRED_FIELD_NOTE'])) ? $this->_tpldata['.'][0]['L_REQUIRED_FIELD_NOTE'] : ((isset($user->lang['REQUIRED_FIELD_NOTE'])) ? $user->lang['REQUIRED_FIELD_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REQUIRED_FIELD_NOTE'))) . ' }')) . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">* ' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="text" name="username" size="25" maxlength="30" value="' . ((isset($this->_tpldata['.'][0]['USERNAME'])) ? $this->_tpldata['.'][0]['USERNAME'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USERNAME'])) ? $this->_tpldata['.'][0]['FV_USERNAME'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">* ' . ((isset($this->_tpldata['.'][0]['L_EMAIL_ADDRESS'])) ? $this->_tpldata['.'][0]['L_EMAIL_ADDRESS'] : ((isset($user->lang['EMAIL_ADDRESS'])) ? $user->lang['EMAIL_ADDRESS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EMAIL_ADDRESS'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="text" name="user_email" size="30" maxlength="100" value="' . ((isset($this->_tpldata['.'][0]['USER_EMAIL'])) ? $this->_tpldata['.'][0]['USER_EMAIL'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USER_EMAIL'])) ? $this->_tpldata['.'][0]['FV_USER_EMAIL'] : '') . '</td>
- </tr>
- ';// IF S_CURRENT_PASSWORD
-if ($this->_tpldata['.'][0]['S_CURRENT_PASSWORD']) {
-echo '
- <tr>
- <td width="40%" class="row2">* ' . ((isset($this->_tpldata['.'][0]['L_CURRENT_PASSWORD'])) ? $this->_tpldata['.'][0]['L_CURRENT_PASSWORD'] : ((isset($user->lang['CURRENT_PASSWORD'])) ? $user->lang['CURRENT_PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT_PASSWORD'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_CURRENT_PASSWORD_NOTE'])) ? $this->_tpldata['.'][0]['L_CURRENT_PASSWORD_NOTE'] : ((isset($user->lang['CURRENT_PASSWORD_NOTE'])) ? $user->lang['CURRENT_PASSWORD_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT_PASSWORD_NOTE'))) . ' }')) . '</span></td>
- <td width="60%" class="row1"><input type="password" name="user_password" size="25" maxlength="100" value="" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_PASSWORD'])) ? $this->_tpldata['.'][0]['FV_PASSWORD'] : '') . '</td>
- </tr>
- ';// ENDIF
-}
-// IF S_NEW_PASSWORD
-if ($this->_tpldata['.'][0]['S_NEW_PASSWORD']) {
-echo '
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_NEW_PASSWORD'])) ? $this->_tpldata['.'][0]['L_NEW_PASSWORD'] : ((isset($user->lang['NEW_PASSWORD'])) ? $user->lang['NEW_PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NEW_PASSWORD'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_NEW_PASSWORD_NOTE'])) ? $this->_tpldata['.'][0]['L_NEW_PASSWORD_NOTE'] : ((isset($user->lang['NEW_PASSWORD_NOTE'])) ? $user->lang['NEW_PASSWORD_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NEW_PASSWORD_NOTE'))) . ' }')) . '</span></td>
- <td width="60%" class="row1"><input type="password" name="new_user_password1" size="25" maxlength="100" value="" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_NEW_PASSWORD'])) ? $this->_tpldata['.'][0]['FV_NEW_PASSWORD'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_CONFIRM_PASSWORD'])) ? $this->_tpldata['.'][0]['L_CONFIRM_PASSWORD'] : ((isset($user->lang['CONFIRM_PASSWORD'])) ? $user->lang['CONFIRM_PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CONFIRM_PASSWORD'))) . ' }')) . ':<br /><span class="small">' . ((isset($this->_tpldata['.'][0]['L_CONFIRM_PASSWORD_NOTE'])) ? $this->_tpldata['.'][0]['L_CONFIRM_PASSWORD_NOTE'] : ((isset($user->lang['CONFIRM_PASSWORD_NOTE'])) ? $user->lang['CONFIRM_PASSWORD_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CONFIRM_PASSWORD_NOTE'))) . ' }')) . '</span></td>
- <td width="60%" class="row1"><input type="password" name="new_user_password2" size="25" maxlength="100" value="" class="input" /></td>
- </tr>
- ';// ELSE
-} else {
-echo '
- <tr>
- <td width="40%" class="row2">* ' . ((isset($this->_tpldata['.'][0]['L_PASSWORD'])) ? $this->_tpldata['.'][0]['L_PASSWORD'] : ((isset($user->lang['PASSWORD'])) ? $user->lang['PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PASSWORD'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="password" name="user_password1" size="25" maxlength="100" value="" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USER_PASSWORD'])) ? $this->_tpldata['.'][0]['FV_USER_PASSWORD'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">* ' . ((isset($this->_tpldata['.'][0]['L_CONFIRM_PASSWORD'])) ? $this->_tpldata['.'][0]['L_CONFIRM_PASSWORD'] : ((isset($user->lang['CONFIRM_PASSWORD'])) ? $user->lang['CONFIRM_PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CONFIRM_PASSWORD'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="password" name="user_password2" size="25" maxlength="100" value="" class="input" /></td>
- </tr>
- ';// ENDIF
-}
-echo '
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_PREFERENCES'])) ? $this->_tpldata['.'][0]['L_PREFERENCES'] : ((isset($user->lang['PREFERENCES'])) ? $user->lang['PREFERENCES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREFERENCES'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENTS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENTS_PER_PAGE'] : ((isset($user->lang['ADJUSTMENTS_PER_PAGE'])) ? $user->lang['ADJUSTMENTS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENTS_PER_PAGE'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="text" name="user_alimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['USER_ALIMIT'])) ? $this->_tpldata['.'][0]['USER_ALIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USER_ALIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_ALIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_EVENTS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_EVENTS_PER_PAGE'] : ((isset($user->lang['EVENTS_PER_PAGE'])) ? $user->lang['EVENTS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENTS_PER_PAGE'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="text" name="user_elimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['USER_ELIMIT'])) ? $this->_tpldata['.'][0]['USER_ELIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USER_ELIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_ELIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_ITEMS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_ITEMS_PER_PAGE'] : ((isset($user->lang['ITEMS_PER_PAGE'])) ? $user->lang['ITEMS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEMS_PER_PAGE'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="text" name="user_ilimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['USER_ILIMIT'])) ? $this->_tpldata['.'][0]['USER_ILIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USER_ILIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_ILIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_NEWS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_NEWS_PER_PAGE'] : ((isset($user->lang['NEWS_PER_PAGE'])) ? $user->lang['NEWS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NEWS_PER_PAGE'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="text" name="user_nlimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['USER_NLIMIT'])) ? $this->_tpldata['.'][0]['USER_NLIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USER_NLIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_NLIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_RAIDS_PER_PAGE'])) ? $this->_tpldata['.'][0]['L_RAIDS_PER_PAGE'] : ((isset($user->lang['RAIDS_PER_PAGE'])) ? $user->lang['RAIDS_PER_PAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_PER_PAGE'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><input type="text" name="user_rlimit" size="5" maxlength="255" value="' . ((isset($this->_tpldata['.'][0]['USER_RLIMIT'])) ? $this->_tpldata['.'][0]['USER_RLIMIT'] : '') . '" class="input" />' . ((isset($this->_tpldata['.'][0]['FV_USER_RLIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_RLIMIT'] : '') . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_LANGUAGE'])) ? $this->_tpldata['.'][0]['L_LANGUAGE'] : ((isset($user->lang['LANGUAGE'])) ? $user->lang['LANGUAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LANGUAGE'))) . ' }')) . ':</td>
- <td width="60%" class="row1">
- <select name="user_lang" class="input">
- ';// BEGIN lang_row
-$_lang_row_count = (isset($this->_tpldata['lang_row.'])) ? sizeof($this->_tpldata['lang_row.']) : 0;
-if ($_lang_row_count) {
-for ($_lang_row_i = 0; $_lang_row_i < $_lang_row_count; $_lang_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['lang_row.'][$_lang_row_i]['VALUE'])) ? $this->_tpldata['lang_row.'][$_lang_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['lang_row.'][$_lang_row_i]['SELECTED'])) ? $this->_tpldata['lang_row.'][$_lang_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['lang_row.'][$_lang_row_i]['OPTION'])) ? $this->_tpldata['lang_row.'][$_lang_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END lang_row
-echo '
- </select>
- </td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_STYLE'])) ? $this->_tpldata['.'][0]['L_STYLE'] : ((isset($user->lang['STYLE'])) ? $user->lang['STYLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'STYLE'))) . ' }')) . ':</td>
- <td width="60%" class="row1">
- <select name="user_style" class="input">
- ';// BEGIN style_row
-$_style_row_count = (isset($this->_tpldata['style_row.'])) ? sizeof($this->_tpldata['style_row.']) : 0;
-if ($_style_row_count) {
-for ($_style_row_i = 0; $_style_row_i < $_style_row_count; $_style_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['style_row.'][$_style_row_i]['VALUE'])) ? $this->_tpldata['style_row.'][$_style_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['style_row.'][$_style_row_i]['SELECTED'])) ? $this->_tpldata['style_row.'][$_style_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['style_row.'][$_style_row_i]['OPTION'])) ? $this->_tpldata['style_row.'][$_style_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END style_row
-echo '
- </select>
- &nbsp;&nbsp; (<a href="javascript:pop_preview()">' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . '</a>)
- </td>
- </tr>
- ';// IF S_SETTING_ADMIN
-if ($this->_tpldata['.'][0]['S_SETTING_ADMIN']) {
-echo '
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_PERMISSIONS'])) ? $this->_tpldata['.'][0]['L_PERMISSIONS'] : ((isset($user->lang['PERMISSIONS'])) ? $user->lang['PERMISSIONS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PERMISSIONS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td colspan="2" class="row1">' . ((isset($this->_tpldata['.'][0]['L_S_ADMIN_NOTE'])) ? $this->_tpldata['.'][0]['L_S_ADMIN_NOTE'] : ((isset($user->lang['S_ADMIN_NOTE'])) ? $user->lang['S_ADMIN_NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'S_ADMIN_NOTE'))) . ' }')) . '</td>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_ACCOUNT_ENABLED'])) ? $this->_tpldata['.'][0]['L_ACCOUNT_ENABLED'] : ((isset($user->lang['ACCOUNT_ENABLED'])) ? $user->lang['ACCOUNT_ENABLED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ACCOUNT_ENABLED'))) . ' }')) . ':</td>
- <td width="60%" class="row1"><span class="small"><input type="radio" name="user_active" value="1"' . ((isset($this->_tpldata['.'][0]['USER_ACTIVE_YES_CHECKED'])) ? $this->_tpldata['.'][0]['USER_ACTIVE_YES_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_YES'])) ? $this->_tpldata['.'][0]['L_YES'] : ((isset($user->lang['YES'])) ? $user->lang['YES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'YES'))) . ' }')) . '&nbsp;&nbsp;<input type="radio" name="user_active" value="0"' . ((isset($this->_tpldata['.'][0]['USER_ACTIVE_NO_CHECKED'])) ? $this->_tpldata['.'][0]['USER_ACTIVE_NO_CHECKED'] : '') . ' /> ' . ((isset($this->_tpldata['.'][0]['L_NO'])) ? $this->_tpldata['.'][0]['L_NO'] : ((isset($user->lang['NO'])) ? $user->lang['NO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NO'))) . ' }')) . '</span></td>
- </tr>
- ';// BEGIN permissions_row
-$_permissions_row_count = (isset($this->_tpldata['permissions_row.'])) ? sizeof($this->_tpldata['permissions_row.']) : 0;
-if ($_permissions_row_count) {
-for ($_permissions_row_i = 0; $_permissions_row_i < $_permissions_row_count; $_permissions_row_i++)
-{
-echo '
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'] : '') . ':</td>
- <td width="60%" class="row1" nowrap="nowrap">
- ';// BEGIN check_group
-$_check_group_count = (isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'])) ? sizeof($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.']) : 0;
-if ($_check_group_count) {
-for ($_check_group_i = 0; $_check_group_i < $_check_group_count; $_check_group_i++)
-{
-echo '
- <input type="checkbox" name="' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBNAME'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBNAME'] : '') . '" value="Y"' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBCHECKED'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['CBCHECKED'] : '') . ' />
- <span class="small">' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['TEXT'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['check_group.'][$_check_group_i]['TEXT'] : '') . '</span>
- ';}}
-// END check_group
-echo '
- </td>
- </tr>
- ';}}
-// END permissions_row
-// ENDIF
-}
-// IF S_MU_TABLE
-if ($this->_tpldata['.'][0]['S_MU_TABLE']) {
-echo '
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_ASSOCIATED_MEMBERS'])) ? $this->_tpldata['.'][0]['L_ASSOCIATED_MEMBERS'] : ((isset($user->lang['ASSOCIATED_MEMBERS'])) ? $user->lang['ASSOCIATED_MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ASSOCIATED_MEMBERS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="40%" class="row2">' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . '</td>
- <td width="60%" class="row1">
- <select name="member_id[]" multiple="multiple" size="10" class="input">
- ';// BEGIN member_row
-$_member_row_count = (isset($this->_tpldata['member_row.'])) ? sizeof($this->_tpldata['member_row.']) : 0;
-if ($_member_row_count) {
-for ($_member_row_i = 0; $_member_row_i < $_member_row_count; $_member_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['member_row.'][$_member_row_i]['VALUE'])) ? $this->_tpldata['member_row.'][$_member_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['member_row.'][$_member_row_i]['SELECTED'])) ? $this->_tpldata['member_row.'][$_member_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['member_row.'][$_member_row_i]['OPTION'])) ? $this->_tpldata['member_row.'][$_member_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END member_row
-echo '
- </select>
- ' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_ID'])) ? $this->_tpldata['.'][0]['FV_MEMBER_ID'] : '') . '
- </td>
- </tr>
- ';// ENDIF
-}
-echo '
- <tr>
- <th colspan="2" align="center"><input type="submit" name="submit" value="' . ((isset($this->_tpldata['.'][0]['L_SUBMIT'])) ? $this->_tpldata['.'][0]['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SUBMIT'))) . ' }')) . '" class="mainoption" /> <input type="reset" name="reset" value="' . ((isset($this->_tpldata['.'][0]['L_RESET'])) ? $this->_tpldata['.'][0]['L_RESET'] : ((isset($user->lang['RESET'])) ? $user->lang['RESET'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESET'))) . ' }')) . '" class="liteoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/settings_menu.html.php b/templates/cache/default/settings_menu.html.php
deleted file mode 100644
index 9f1de6f..0000000
--- a/templates/cache/default/settings_menu.html.php
+++ /dev/null
@@ -1,43 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">&nbsp;</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- ';// BEGIN root_menu
-$_root_menu_count = (isset($this->_tpldata['root_menu.'])) ? sizeof($this->_tpldata['root_menu.']) : 0;
-if ($_root_menu_count) {
-for ($_root_menu_i = 0; $_root_menu_i < $_root_menu_count; $_root_menu_i++)
-{
-echo '
- <b>' . ((isset($this->_tpldata['root_menu.'][$_root_menu_i]['TEXT'])) ? $this->_tpldata['root_menu.'][$_root_menu_i]['TEXT'] : '') . '</b><br />
- ';// BEGIN sub_menu
-$_sub_menu_count = (isset($this->_tpldata['root_menu.'][$_root_menu_i]['sub_menu.'])) ? sizeof($this->_tpldata['root_menu.'][$_root_menu_i]['sub_menu.']) : 0;
-if ($_sub_menu_count) {
-for ($_sub_menu_i = 0; $_sub_menu_i < $_sub_menu_count; $_sub_menu_i++)
-{
-echo '
- ' . ((isset($this->_tpldata['root_menu.'][$_root_menu_i]['sub_menu.'][$_sub_menu_i]['TEXT'])) ? $this->_tpldata['root_menu.'][$_root_menu_i]['sub_menu.'][$_sub_menu_i]['TEXT'] : '') . '
- ';}}
-// END sub_menu
-echo '
- <br /><br />
- ';}}
-// END root_menu
-echo '
- </td>
- </tr>
- <tr>
- <th align="center">&nbsp;</th>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/stats.html.php b/templates/cache/default/stats.html.php
deleted file mode 100644
index 5e1ae30..0000000
--- a/templates/cache/default/stats.html.php
+++ /dev/null
@@ -1,95 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="3">
-<tr>
-<th align="left" rowspan="2" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NAME'])) ? $this->_tpldata['.'][0]['O_NAME'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</a></th>
-<th colspan="7">' . ((isset($this->_tpldata['.'][0]['L_RAIDS'])) ? $this->_tpldata['.'][0]['L_RAIDS'] : ((isset($user->lang['RAIDS'])) ? $user->lang['RAIDS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS'))) . ' }')) . '</th>
-<th colspan="2">Loot</th>
-<th colspan="1">' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '</th>
-<th colspan="1">' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '</th>
-<th class="smalltitle" rowspan="2"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_CURRENT'])) ? $this->_tpldata['.'][0]['O_CURRENT'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '</a></th>
-<th class="smalltitle" rowspan="2"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_EFFECTIVE'])) ? $this->_tpldata['.'][0]['O_EFFECTIVE'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_EFFECTIVE'])) ? $this->_tpldata['.'][0]['L_EFFECTIVE'] : ((isset($user->lang['EFFECTIVE'])) ? $user->lang['EFFECTIVE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EFFECTIVE'))) . ' }')) . '</a></th>
-</tr>
-<tr>
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_FIRSTRAID'])) ? $this->_tpldata['.'][0]['O_FIRSTRAID'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_FIRST'])) ? $this->_tpldata['.'][0]['L_FIRST'] : ((isset($user->lang['FIRST'])) ? $user->lang['FIRST'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FIRST'))) . ' }')) . '</a></th>
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_LASTRAID'])) ? $this->_tpldata['.'][0]['O_LASTRAID'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_LAST'])) ? $this->_tpldata['.'][0]['L_LAST'] : ((isset($user->lang['LAST'])) ? $user->lang['LAST'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LAST'))) . ' }')) . '</a></th>
-<th align="left" class="smalltitle" colspan="2"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_RAIDCOUNT'])) ? $this->_tpldata['.'][0]['O_RAIDCOUNT'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ATTENDED'])) ? $this->_tpldata['.'][0]['L_ATTENDED'] : ((isset($user->lang['ATTENDED'])) ? $user->lang['ATTENDED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDED'))) . ' }')) . '</a></th>
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_RAID_COUNT_30'])) ? $this->_tpldata['.'][0]['O_RAID_COUNT_30'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">30 Days</a></th>
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_RAID_COUNT_60'])) ? $this->_tpldata['.'][0]['O_RAID_COUNT_60'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">60 Days</a></th>
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_RAID_COUNT_90'])) ? $this->_tpldata['.'][0]['O_RAID_COUNT_90'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">90 Days</a></th>
-
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_MEMBER_DROPS'])) ? $this->_tpldata['.'][0]['O_MEMBER_DROPS'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">#</a></th>
-<th align="left" class="smalltitle">%</th>
-
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_EARNED'])) ? $this->_tpldata['.'][0]['O_EARNED'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_TOTAL'])) ? $this->_tpldata['.'][0]['L_TOTAL'] : ((isset($user->lang['TOTAL'])) ? $user->lang['TOTAL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL'))) . ' }')) . '</a></th>
-<th align="left" class="smalltitle"><a href="' . ((isset($this->_tpldata['.'][0]['U_STATS'])) ? $this->_tpldata['.'][0]['U_STATS'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_SPENT'])) ? $this->_tpldata['.'][0]['O_SPENT'] : '') . '&amp;show=' . ((isset($this->_tpldata['.'][0]['SHOW'])) ? $this->_tpldata['.'][0]['SHOW'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_TOTAL'])) ? $this->_tpldata['.'][0]['L_TOTAL'] : ((isset($user->lang['TOTAL'])) ? $user->lang['TOTAL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL'))) . ' }')) . '</a></th>
-</tr>
-';// BEGIN stats_row
-$_stats_row_count = (isset($this->_tpldata['stats_row.'])) ? sizeof($this->_tpldata['stats_row.']) : 0;
-if ($_stats_row_count) {
-for ($_stats_row_i = 0; $_stats_row_i < $_stats_row_count; $_stats_row_i++)
-{
-echo '
-<tr class="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ROW_CLASS'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ROW_CLASS'] : '') . '">
-<td><a href="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['U_VIEW_MEMBER'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['U_VIEW_MEMBER'] : '') . '">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['NAME'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['NAME'] : '') . '</a></td>
-<td>' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['FIRST_RAID'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['FIRST_RAID'] : '') . '</td>
-<td>' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['LAST_RAID'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['LAST_RAID'] : '') . '</td>
-<td>' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_COUNT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_COUNT'] : '') . '</td>
-<td class="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT'] : '') . '">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT'] : '') . '%</td>
-<td align="center" class="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT_30'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT_30'] : '') . '">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_30'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_30'] : '') . '%</td>
-<td align="center" class="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT_60'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT_60'] : '') . '">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_60'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_60'] : '') . '%</td>
-<td align="center" class="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT_90'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['C_ATTENDED_PERCENT_90'] : '') . '">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_90'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_90'] : '') . '%</td>
-
-<td>' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROPS'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROPS'] : '') . '</td>
-<td>' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROP_PCT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROP_PCT'] : '') . '%</td>
-
-<td class="positive">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['EARNED_TOTAL'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['EARNED_TOTAL'] : '') . '</td>
-<td class="negative">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['SPENT_TOTAL'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['SPENT_TOTAL'] : '') . '</td>
-<td nowrap="nowrap" class="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['C_CURRENT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['C_CURRENT'] : '') . '">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['CURRENT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['CURRENT'] : '') . '</td>
-<td align="center" class="' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['C_EFFECTIVE'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['C_EFFECTIVE'] : '') . '">' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['EFFECTIVE'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['EFFECTIVE'] : '') . '</td>
-</tr>
-';}}
-// END stats_row
-echo '
-<tr>
-<th colspan="19" class="footer">' . ((isset($this->_tpldata['.'][0]['STATS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['STATS_FOOTCOUNT'] : '') . '</th>
-</tr>
-</table>
-<br />
-<a name="classes" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
-<tr>
-<th align="left" width="100%">' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '</th>
-<th align="center" colspan="2" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LOOTS'])) ? $this->_tpldata['.'][0]['L_LOOTS'] : ((isset($user->lang['LOOTS'])) ? $user->lang['LOOTS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOOTS'))) . ' }')) . '</th>
-<th align="center" colspan="2" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . '</th>
-<th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LOOT_FACTOR'])) ? $this->_tpldata['.'][0]['L_LOOT_FACTOR'] : ((isset($user->lang['LOOT_FACTOR'])) ? $user->lang['LOOT_FACTOR'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOOT_FACTOR'))) . ' }')) . '</th>
-</tr>
-';// BEGIN class_row
-$_class_row_count = (isset($this->_tpldata['class_row.'])) ? sizeof($this->_tpldata['class_row.']) : 0;
-if ($_class_row_count) {
-for ($_class_row_i = 0; $_class_row_i < $_class_row_count; $_class_row_i++)
-{
-echo '
-<tr class="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['ROW_CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['ROW_CLASS'] : '') . '">
-<td width="100%"><a href="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['U_LIST_MEMBERS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['U_LIST_MEMBERS'] : '') . '" class="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LINK_CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LINK_CLASS'] : '') . '">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS'] : '') . '</a></td>
-<td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'] : '') . '</td>
-<td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'] : '') . '</td>
-<td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'] : '') . '</td>
-<td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'] : '') . '</td>
-<td nowrap="nowrap" align="center" class="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['C_LOOT_FACTOR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['C_LOOT_FACTOR'] : '') . '">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'] : '') . '</td>
-</tr>
-';}}
-// END class_row
-echo '
-<tr>
-<th colspan="6" class="footer">&nbsp;</th>
-</tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/summary.html.php b/templates/cache/default/summary.html.php
deleted file mode 100644
index 2799008..0000000
--- a/templates/cache/default/summary.html.php
+++ /dev/null
@@ -1,113 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-// IF S_STEP1
-if ($this->_tpldata['.'][0]['S_STEP1']) {
-echo '<form method="post" action="summary.php" name="post">';// ENDIF
-}
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- ';// IF S_STEP1
-if ($this->_tpldata['.'][0]['S_STEP1']) {
-echo '
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_ENTER_DATES'])) ? $this->_tpldata['.'][0]['L_ENTER_DATES'] : ((isset($user->lang['ENTER_DATES'])) ? $user->lang['ENTER_DATES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ENTER_DATES'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="50%" class="row1" align="center">
- <b>' . ((isset($this->_tpldata['.'][0]['L_STARTING_DATE'])) ? $this->_tpldata['.'][0]['L_STARTING_DATE'] : ((isset($user->lang['STARTING_DATE'])) ? $user->lang['STARTING_DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'STARTING_DATE'))) . ' }')) . ':</b> <input type="text" name="mo1" size="3" maxlength="2" class="input" />/<input type="text" name="d1" size="3" maxlength="2" class="input" />/<input type="text" name="y1" size="3" maxlength="2" class="input" />
- </td>
- <td width="50%" class="row2" align="center">
- <b>' . ((isset($this->_tpldata['.'][0]['L_ENDING_DATE'])) ? $this->_tpldata['.'][0]['L_ENDING_DATE'] : ((isset($user->lang['ENDING_DATE'])) ? $user->lang['ENDING_DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ENDING_DATE'))) . ' }')) . ':</b> <input type="text" name="mo2" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['MO2'])) ? $this->_tpldata['.'][0]['MO2'] : '') . '" class="input" />/<input type="text" name="d2" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['D2'])) ? $this->_tpldata['.'][0]['D2'] : '') . '" class="input" />/<input type="text" name="y2" size="3" maxlength="2" value="' . ((isset($this->_tpldata['.'][0]['Y2'])) ? $this->_tpldata['.'][0]['Y2'] : '') . '" class="input" />
- </td>
- </tr>
- <tr>
- <th align="center" colspan="2"><input type="submit" name="submit" value="' . ((isset($this->_tpldata['.'][0]['L_CREATE_NEWS_SUMMARY'])) ? $this->_tpldata['.'][0]['L_CREATE_NEWS_SUMMARY'] : ((isset($user->lang['CREATE_NEWS_SUMMARY'])) ? $user->lang['CREATE_NEWS_SUMMARY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CREATE_NEWS_SUMMARY'))) . ' }')) . '" class="mainoption" /></th>
- </tr>
- ';// ELSE
-} else {
-echo '
- <tr>
- <th align="center" colspan="4">' . ((isset($this->_tpldata['.'][0]['L_SUMMARY_DATES'])) ? $this->_tpldata['.'][0]['L_SUMMARY_DATES'] : ((isset($user->lang['SUMMARY_DATES'])) ? $user->lang['SUMMARY_DATES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SUMMARY_DATES'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="25%" class="row1"><b>' . ((isset($this->_tpldata['.'][0]['L_TOTAL_RAIDS'])) ? $this->_tpldata['.'][0]['L_TOTAL_RAIDS'] : ((isset($user->lang['TOTAL_RAIDS'])) ? $user->lang['TOTAL_RAIDS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL_RAIDS'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['TOTAL_RAIDS'])) ? $this->_tpldata['.'][0]['TOTAL_RAIDS'] : '') . '</td>
- <td width="25%" class="row2"><b>' . ((isset($this->_tpldata['.'][0]['L_TOTAL_ITEMS'])) ? $this->_tpldata['.'][0]['L_TOTAL_ITEMS'] : ((isset($user->lang['TOTAL_ITEMS'])) ? $user->lang['TOTAL_ITEMS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL_ITEMS'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['TOTAL_ITEMS'])) ? $this->_tpldata['.'][0]['TOTAL_ITEMS'] : '') . '</td>
- <td width="25%" class="row1"><b>' . ((isset($this->_tpldata['.'][0]['L_TOTAL_EARNED'])) ? $this->_tpldata['.'][0]['L_TOTAL_EARNED'] : ((isset($user->lang['TOTAL_EARNED'])) ? $user->lang['TOTAL_EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL_EARNED'))) . ' }')) . ':</b> <span class="positive">' . ((isset($this->_tpldata['.'][0]['TOTAL_EARNED'])) ? $this->_tpldata['.'][0]['TOTAL_EARNED'] : '') . '</span></td>
- <td width="25%" class="row2"><b>' . ((isset($this->_tpldata['.'][0]['L_TOTAL_SPENT'])) ? $this->_tpldata['.'][0]['L_TOTAL_SPENT'] : ((isset($user->lang['TOTAL_SPENT'])) ? $user->lang['TOTAL_SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL_SPENT'))) . ' }')) . ':</b> <span class="negative">' . ((isset($this->_tpldata['.'][0]['TOTAL_SPENT'])) ? $this->_tpldata['.'][0]['TOTAL_SPENT'] : '') . '</span></td>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</th>
- <th align="left" width="50%" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_EVENT'])) ? $this->_tpldata['.'][0]['L_EVENT'] : ((isset($user->lang['EVENT'])) ? $user->lang['EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENT'))) . ' }')) . '</th>
- <th align="left" width="50%">' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '</th>
- <th align="center" colspan="2" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '</th>
- <th align="left" width="50" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_ITEMS'])) ? $this->_tpldata['.'][0]['L_ITEMS'] : ((isset($user->lang['ITEMS'])) ? $user->lang['ITEMS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEMS'))) . ' }')) . '</th>
- <th align="left" width="60" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN raids_row
-$_raids_row_count = (isset($this->_tpldata['raids_row.'])) ? sizeof($this->_tpldata['raids_row.']) : 0;
-if ($_raids_row_count) {
-for ($_raids_row_i = 0; $_raids_row_i < $_raids_row_count; $_raids_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'] : '') . '">
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '</td>
- <td width="50%" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'] : '') . '">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NAME'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NAME'] : '') . '</a></td>
- <td width="50%">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '</td>
- <td width="40" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'] : '') . '</td>
- <td width="40" nowrap="nowrap" class="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['C_ATTENDEES_PCT'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['C_ATTENDEES_PCT'] : '') . '">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES_PCT'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES_PCT'] : '') . '</td>
- <td width="50" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ITEMS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ITEMS'] : '') . '</td>
- <td width="60" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END raids_row
-echo '
- <tr>
- <th colspan="7" class="footer">&nbsp;</th>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="left" width="100%">' . ((isset($this->_tpldata['.'][0]['L_CLASS_SUMMARY'])) ? $this->_tpldata['.'][0]['L_CLASS_SUMMARY'] : ((isset($user->lang['CLASS_SUMMARY'])) ? $user->lang['CLASS_SUMMARY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS_SUMMARY'))) . ' }')) . '</th>
- <th align="center" colspan="2" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LOOTS'])) ? $this->_tpldata['.'][0]['L_LOOTS'] : ((isset($user->lang['LOOTS'])) ? $user->lang['LOOTS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOOTS'))) . ' }')) . '</th>
- <th align="center" colspan="2" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . '</th>
- <th align="left" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_LOOT_FACTOR'])) ? $this->_tpldata['.'][0]['L_LOOT_FACTOR'] : ((isset($user->lang['LOOT_FACTOR'])) ? $user->lang['LOOT_FACTOR'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOOT_FACTOR'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN class_row
-$_class_row_count = (isset($this->_tpldata['class_row.'])) ? sizeof($this->_tpldata['class_row.']) : 0;
-if ($_class_row_count) {
-for ($_class_row_i = 0; $_class_row_i < $_class_row_count; $_class_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['ROW_CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['ROW_CLASS'] : '') . '">
- <td width="100%"><a href="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['U_LIST_MEMBERS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['U_LIST_MEMBERS'] : '') . '">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS'] : '') . '</a></td>
- <td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'] : '') . '</td>
- <td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'] : '') . '</td>
- <td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'] : '') . '</td>
- <td width="50" align="center" nowrap="nowrap">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'] : '') . '</td>
- <td nowrap="nowrap" align="center" class="' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['C_LOOT_FACTOR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['C_LOOT_FACTOR'] : '') . '">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'] : '') . '</td>
- </tr>
- ';}}
-// END class_row
-echo '
- <tr>
- <th colspan="6" class="footer">&nbsp;</th>
- </tr>
- ';// ENDIF
-}
-echo '
-</table>
-';// IF S_STEP1
-if ($this->_tpldata['.'][0]['S_STEP1']) {
-echo '</form>';// ENDIF
-}
-// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/upgrade.html.php b/templates/cache/default/upgrade.html.php
deleted file mode 100644
index 8cf954a..0000000
--- a/templates/cache/default/upgrade.html.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<form method="post" action="upgrade.php">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_EQDKP_UPGRADE'])) ? $this->_tpldata['.'][0]['L_EQDKP_UPGRADE'] : ((isset($user->lang['EQDKP_UPGRADE'])) ? $user->lang['EQDKP_UPGRADE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EQDKP_UPGRADE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- ' . ((isset($this->_tpldata['.'][0]['L_SELECT_VERSION'])) ? $this->_tpldata['.'][0]['L_SELECT_VERSION'] : ((isset($user->lang['SELECT_VERSION'])) ? $user->lang['SELECT_VERSION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SELECT_VERSION'))) . ' }')) . '<br /><br />
- <select name="version" class="input">
- ';// BEGIN version_row
-$_version_row_count = (isset($this->_tpldata['version_row.'])) ? sizeof($this->_tpldata['version_row.']) : 0;
-if ($_version_row_count) {
-for ($_version_row_i = 0; $_version_row_i < $_version_row_count; $_version_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['version_row.'][$_version_row_i]['VALUE'])) ? $this->_tpldata['version_row.'][$_version_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['version_row.'][$_version_row_i]['SELECTED'])) ? $this->_tpldata['version_row.'][$_version_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['version_row.'][$_version_row_i]['OPTION'])) ? $this->_tpldata['version_row.'][$_version_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END version_row
-echo '
- </select><br />&nbsp;
- </td>
- </tr>
- <tr>
- <th><input type="submit" name="upgrade" value="' . ((isset($this->_tpldata['.'][0]['L_UPGRADE'])) ? $this->_tpldata['.'][0]['L_UPGRADE'] : ((isset($user->lang['UPGRADE'])) ? $user->lang['UPGRADE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPGRADE'))) . ' }')) . '" class="mainoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/viewevent.html.php b/templates/cache/default/viewevent.html.php
deleted file mode 100644
index cca6ca2..0000000
--- a/templates/cache/default/viewevent.html.php
+++ /dev/null
@@ -1,97 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_RECORDED_RAID_HISTORY'])) ? $this->_tpldata['.'][0]['L_RECORDED_RAID_HISTORY'] : ((isset($user->lang['RECORDED_RAID_HISTORY'])) ? $user->lang['RECORDED_RAID_HISTORY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RECORDED_RAID_HISTORY'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td width="50%" class="row1"><b>' . ((isset($this->_tpldata['.'][0]['L_ADDED_BY'])) ? $this->_tpldata['.'][0]['L_ADDED_BY'] : ((isset($user->lang['ADDED_BY'])) ? $user->lang['ADDED_BY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADDED_BY'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['EVENT_ADDED_BY'])) ? $this->_tpldata['.'][0]['EVENT_ADDED_BY'] : '') . '</td>
- <td width="50%" class="row2"><b>' . ((isset($this->_tpldata['.'][0]['L_UPDATED_BY'])) ? $this->_tpldata['.'][0]['L_UPDATED_BY'] : ((isset($user->lang['UPDATED_BY'])) ? $user->lang['UPDATED_BY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATED_BY'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['EVENT_UPDATED_BY'])) ? $this->_tpldata['.'][0]['EVENT_UPDATED_BY'] : '') . '</td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <th align="center" width="16" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_EVENT'])) ? $this->_tpldata['.'][0]['U_VIEW_EVENT'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- <th align="left" width="100" nowrap="nowrap" class="rowhead">' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '</th>
- <th align="left" width="50" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_DROPS'])) ? $this->_tpldata['.'][0]['L_DROPS'] : ((isset($user->lang['DROPS'])) ? $user->lang['DROPS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DROPS'))) . ' }')) . '</th>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_EVENT'])) ? $this->_tpldata['.'][0]['U_VIEW_EVENT'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_NOTE'])) ? $this->_tpldata['.'][0]['O_NOTE'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '</a></th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_EVENT'])) ? $this->_tpldata['.'][0]['U_VIEW_EVENT'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_VALUE'])) ? $this->_tpldata['.'][0]['O_VALUE'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN raids_row
-$_raids_row_count = (isset($this->_tpldata['raids_row.'])) ? sizeof($this->_tpldata['raids_row.']) : 0;
-if ($_raids_row_count) {
-for ($_raids_row_i = 0; $_raids_row_i < $_raids_row_count; $_raids_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'] : '') . '">
- <td width="16" align="center" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'] : '') . '"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/view.gif" width="16" height="16" alt="View" /></a></td>
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '</td>
- <td width="100" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'] : '') . '</td>
- <td width="50" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DROPS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DROPS'] : '') . '</td>
- <td width="100%">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '</td>
- <td width="60" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END raids_row
-echo '
- <tr class="rowhead">
- <th colspan="6">&nbsp;</th>
- </tr>
- <tr class="' . ((isset($this->_tpldata['.'][0]['ROW_CLASS'])) ? $this->_tpldata['.'][0]['ROW_CLASS'] : '') . '">
- <td colspan="2" nowrap="nowrap" class="' . ((isset($this->_tpldata['.'][0]['ROW_CLASS'])) ? $this->_tpldata['.'][0]['ROW_CLASS'] : '') . '"><b>' . ((isset($this->_tpldata['.'][0]['L_AVERAGE'])) ? $this->_tpldata['.'][0]['L_AVERAGE'] : ((isset($user->lang['AVERAGE'])) ? $user->lang['AVERAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'AVERAGE'))) . ' }')) . ':</b></td>
- <td width="100" nowrap="nowrap" class="' . ((isset($this->_tpldata['.'][0]['ROW_CLASS'])) ? $this->_tpldata['.'][0]['ROW_CLASS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['AVERAGE_ATTENDEES'])) ? $this->_tpldata['.'][0]['AVERAGE_ATTENDEES'] : '') . '</td>
- <td width="50" nowrap="nowrap" class="' . ((isset($this->_tpldata['.'][0]['ROW_CLASS'])) ? $this->_tpldata['.'][0]['ROW_CLASS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['AVERAGE_DROPS'])) ? $this->_tpldata['.'][0]['AVERAGE_DROPS'] : '') . '</td>
- <td align="right" class="' . ((isset($this->_tpldata['.'][0]['ROW_CLASS'])) ? $this->_tpldata['.'][0]['ROW_CLASS'] : '') . '"><b>' . ((isset($this->_tpldata['.'][0]['L_TOTAL_EARNED'])) ? $this->_tpldata['.'][0]['L_TOTAL_EARNED'] : ((isset($user->lang['TOTAL_EARNED'])) ? $user->lang['TOTAL_EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL_EARNED'))) . ' }')) . ':</b></td>
- <td width="60" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['.'][0]['TOTAL_EARNED'])) ? $this->_tpldata['.'][0]['TOTAL_EARNED'] : '') . '</td>
- </tr>
- <tr>
- <th colspan="6" class="footer">' . ((isset($this->_tpldata['.'][0]['VIEWEVENT_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['VIEWEVENT_FOOTCOUNT'] : '') . '</th>
- </tr>
- </table>
- </td>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="5">' . ((isset($this->_tpldata['.'][0]['L_ITEMS'])) ? $this->_tpldata['.'][0]['L_ITEMS'] : ((isset($user->lang['ITEMS'])) ? $user->lang['ITEMS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEMS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="center" width="16" nowrap="nowrap">&nbsp;</th>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</th>
- <th align="left" width="15%" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '</th>
- <th align="left" width="100%">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</th>
- <th align="left" width="60" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'])) ? $this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'] : '') . '">
- <td width="16" align="center" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'] : '') . '"><img src="' . ((isset($this->_tpldata['.'][0]['EQDKP_ROOT_PATH'])) ? $this->_tpldata['.'][0]['EQDKP_ROOT_PATH'] : '') . 'images/glyphs/view.gif" width="16" height="16" alt="View" /></a></td>
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '</td>
- <td width="150" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_MEMBER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_MEMBER'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '</a></td>
- <td width="100%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '</a></td>
- <td width="60" nowrap="nowrap" class="negative">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['SPENT'])) ? $this->_tpldata['items_row.'][$_items_row_i]['SPENT'] : '') . '</td>
- </tr>
- ';}}
-// END items_row
-echo '
- <tr>
- <th colspan="5" class="footer">' . ((isset($this->_tpldata['.'][0]['ITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ITEM_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/viewitem.html.php b/templates/cache/default/viewitem.html.php
deleted file mode 100644
index 71a7d7f..0000000
--- a/templates/cache/default/viewitem.html.php
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr class="rowhead">
- <th align="center" colspan="4">' . ((isset($this->_tpldata['.'][0]['L_PURCHASE_HISTORY_FOR'])) ? $this->_tpldata['.'][0]['L_PURCHASE_HISTORY_FOR'] : ((isset($user->lang['PURCHASE_HISTORY_FOR'])) ? $user->lang['PURCHASE_HISTORY_FOR'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PURCHASE_HISTORY_FOR'))) . ' }')) . '</th>
- </tr>
- ';// IF S_STATS
-if ($this->_tpldata['.'][0]['S_STATS']) {
-echo '
- <tr>
- <td class="row1" height="0" colspan="4" align="center">
- <iframe name="item_stats" src="' . ((isset($this->_tpldata['.'][0]['U_VIEW_STATS'])) ? $this->_tpldata['.'][0]['U_VIEW_STATS'] : '') . '" width="451" height="183" scrolling="no" frameborder="0"></iframe>
- </td>
- </tr>
- ';// ENDIF
-}
-echo '
- <tr>
- <th align="left" width="70" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_ITEM'])) ? $this->_tpldata['.'][0]['U_VIEW_ITEM'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_DATE'])) ? $this->_tpldata['.'][0]['O_DATE'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</a></th>
- <th align="left" width="35%"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_ITEM'])) ? $this->_tpldata['.'][0]['U_VIEW_ITEM'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_BUYER'])) ? $this->_tpldata['.'][0]['O_BUYER'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '</a></th>
- <th align="left" width="65%" class="header">' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . '</th>
- <th align="left" width="60" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_ITEM'])) ? $this->_tpldata['.'][0]['U_VIEW_ITEM'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_VALUE'])) ? $this->_tpldata['.'][0]['O_VALUE'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'])) ? $this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'] : '') . '">
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '</td>
- <td width="35%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_BUYER'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '</a></td>
- <td width="65%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['RAID'] : '') . '</a></td>
- <td width="60" nowrap="nowrap" class="negative">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END items_row
-echo '
- <tr>
- <th colspan="4" class="footer">' . ((isset($this->_tpldata['.'][0]['VIEWITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['VIEWITEM_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/viewmember.html.php b/templates/cache/default/viewmember.html.php
deleted file mode 100644
index 2889576..0000000
--- a/templates/cache/default/viewmember.html.php
+++ /dev/null
@@ -1,157 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="6" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['GUILDTAG'])) ? $this->_tpldata['.'][0]['GUILDTAG'] : '') . ': ' . ((isset($this->_tpldata['.'][0]['NAME'])) ? $this->_tpldata['.'][0]['NAME'] : '') . '</th>
- </tr>
- <tr>
- <td class="row1" width="20%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '</b>: <span class="positive">' . ((isset($this->_tpldata['.'][0]['EARNED'])) ? $this->_tpldata['.'][0]['EARNED'] : '') . '</span></td>
- <td class="row2" width="20%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '</b>: <span class="negative">' . ((isset($this->_tpldata['.'][0]['SPENT'])) ? $this->_tpldata['.'][0]['SPENT'] : '') . '</span></td>
- <td class="row1" width="20%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '</b>: <span class="' . ((isset($this->_tpldata['.'][0]['C_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['C_ADJUSTMENT'] : '') . '">' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT'])) ? $this->_tpldata['.'][0]['ADJUSTMENT'] : '') . '</span></td>
- <td class="row2" width="40%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '</b>: <span class="' . ((isset($this->_tpldata['.'][0]['C_CURRENT'])) ? $this->_tpldata['.'][0]['C_CURRENT'] : '') . '">' . ((isset($this->_tpldata['.'][0]['CURRENT'])) ? $this->_tpldata['.'][0]['CURRENT'] : '') . '</span></td>
- </tr>
- <tr>
- <td class="row2" width="20%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_RAIDS_30_DAYS'])) ? $this->_tpldata['.'][0]['L_RAIDS_30_DAYS'] : ((isset($user->lang['RAIDS_30_DAYS'])) ? $user->lang['RAIDS_30_DAYS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_30_DAYS'))) . ' }')) . '</b>: <span class="' . ((isset($this->_tpldata['.'][0]['C_RAIDS_30_DAYS'])) ? $this->_tpldata['.'][0]['C_RAIDS_30_DAYS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['RAIDS_30_DAYS'])) ? $this->_tpldata['.'][0]['RAIDS_30_DAYS'] : '') . '</span></td>
- <td class="row1" width="20%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_RAIDS_60_DAYS'])) ? $this->_tpldata['.'][0]['L_RAIDS_60_DAYS'] : ((isset($user->lang['RAIDS_60_DAYS'])) ? $user->lang['RAIDS_60_DAYS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_60_DAYS'))) . ' }')) . '</b>: <span class="' . ((isset($this->_tpldata['.'][0]['C_RAIDS_30_DAYS'])) ? $this->_tpldata['.'][0]['C_RAIDS_30_DAYS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['RAIDS_60_DAYS'])) ? $this->_tpldata['.'][0]['RAIDS_60_DAYS'] : '') . '</span></td>
- <td class="row2" width="20%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_RAIDS_90_DAYS'])) ? $this->_tpldata['.'][0]['L_RAIDS_90_DAYS'] : ((isset($user->lang['RAIDS_90_DAYS'])) ? $user->lang['RAIDS_90_DAYS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_90_DAYS'))) . ' }')) . '</b>: <span class="' . ((isset($this->_tpldata['.'][0]['C_RAIDS_90_DAYS'])) ? $this->_tpldata['.'][0]['C_RAIDS_90_DAYS'] : '') . '">' . ((isset($this->_tpldata['.'][0]['RAIDS_90_DAYS'])) ? $this->_tpldata['.'][0]['RAIDS_90_DAYS'] : '') . '</span></td>
- <td class="row1" width="40%" nowrap="nowrap"><b>' . ((isset($this->_tpldata['.'][0]['L_RAIDS_LIFETIME'])) ? $this->_tpldata['.'][0]['L_RAIDS_LIFETIME'] : ((isset($user->lang['RAIDS_LIFETIME'])) ? $user->lang['RAIDS_LIFETIME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS_LIFETIME'))) . ' }')) . '</b>: <span class="' . ((isset($this->_tpldata['.'][0]['C_RAIDS_LIFETIME'])) ? $this->_tpldata['.'][0]['C_RAIDS_LIFETIME'] : '') . '">' . ((isset($this->_tpldata['.'][0]['RAIDS_LIFETIME'])) ? $this->_tpldata['.'][0]['RAIDS_LIFETIME'] : '') . '</span></td>
- </tr>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="5">' . ((isset($this->_tpldata['.'][0]['L_RAID_ATTENDANCE_HISTORY'])) ? $this->_tpldata['.'][0]['L_RAID_ATTENDANCE_HISTORY'] : ((isset($user->lang['RAID_ATTENDANCE_HISTORY'])) ? $user->lang['RAID_ATTENDANCE_HISTORY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID_ATTENDANCE_HISTORY'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</th>
- <th align="left" width="35%">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</th>
- <th align="left" width="65%">' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '</th>
- <th align="left" width="60" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '</th>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN raids_row
-$_raids_row_count = (isset($this->_tpldata['raids_row.'])) ? sizeof($this->_tpldata['raids_row.']) : 0;
-if ($_raids_row_count) {
-for ($_raids_row_i = 0; $_raids_row_i < $_raids_row_count; $_raids_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ROW_CLASS'] : '') . '">
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '</td>
- <td width="35%"><a href="' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['U_VIEW_RAID'] : '') . '">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NAME'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NAME'] : '') . '</a></td>
- <td width="65%">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '</td>
- <td width="60" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['EARNED'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['EARNED'] : '') . '</td>
- <td width="70" nowrap="nowrap" class="positive">' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['CURRENT_EARNED'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['CURRENT_EARNED'] : '') . '</td>
- </tr>
- ';}}
-// END raids_row
-echo '
- <tr>
- <th colspan="5" class="footer">' . ((isset($this->_tpldata['.'][0]['RAID_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['RAID_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['RAID_PAGINATION'])) ? $this->_tpldata['.'][0]['RAID_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="5">' . ((isset($this->_tpldata['.'][0]['L_ITEM_PURCHASE_HISTORY'])) ? $this->_tpldata['.'][0]['L_ITEM_PURCHASE_HISTORY'] : ((isset($user->lang['ITEM_PURCHASE_HISTORY'])) ? $user->lang['ITEM_PURCHASE_HISTORY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM_PURCHASE_HISTORY'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</th>
- <th align="left" width="50%">' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '</th>
- <th align="left" width="50%">' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . '</th>
- <th align="left" width="60" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '</th>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'])) ? $this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'] : '') . '">
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '</td>
- <td width="50%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '</a></td>
- <td width="50%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_RAID'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['RAID'] : '') . '</a></td>
- <td width="60" nowrap="nowrap" class="negative">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['SPENT'])) ? $this->_tpldata['items_row.'][$_items_row_i]['SPENT'] : '') . '</td>
- <td width="70" nowrap="nowrap" class="negative">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['CURRENT_SPENT'])) ? $this->_tpldata['items_row.'][$_items_row_i]['CURRENT_SPENT'] : '') . '</td>
- </tr>
- ';}}
-// END items_row
-echo '
- <tr>
- <th colspan="5" class="footer">' . ((isset($this->_tpldata['.'][0]['ITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ITEM_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['ITEM_PAGINATION'])) ? $this->_tpldata['.'][0]['ITEM_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="3">' . ((isset($this->_tpldata['.'][0]['L_INDIVIDUAL_ADJUSTMENT_HISTORY'])) ? $this->_tpldata['.'][0]['L_INDIVIDUAL_ADJUSTMENT_HISTORY'] : ((isset($user->lang['INDIVIDUAL_ADJUSTMENT_HISTORY'])) ? $user->lang['INDIVIDUAL_ADJUSTMENT_HISTORY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'INDIVIDUAL_ADJUSTMENT_HISTORY'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left" width="70" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '</th>
- <th align="left" width="100%">' . ((isset($this->_tpldata['.'][0]['L_REASON'])) ? $this->_tpldata['.'][0]['L_REASON'] : ((isset($user->lang['REASON'])) ? $user->lang['REASON'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REASON'))) . ' }')) . '</th>
- <th align="left" width="90" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN adjustments_row
-$_adjustments_row_count = (isset($this->_tpldata['adjustments_row.'])) ? sizeof($this->_tpldata['adjustments_row.']) : 0;
-if ($_adjustments_row_count) {
-for ($_adjustments_row_i = 0; $_adjustments_row_i < $_adjustments_row_count; $_adjustments_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ROW_CLASS'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ROW_CLASS'] : '') . '">
- <td width="70" nowrap="nowrap">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'] : '') . '</td>
- <td width="100%">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'] : '') . '</td>
- <td width="90" nowrap="nowrap" class="' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['C_INDIVIDUAL_ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['C_INDIVIDUAL_ADJUSTMENT'] : '') . '">' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['INDIVIDUAL_ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['INDIVIDUAL_ADJUSTMENT'] : '') . '</td>
- </tr>
- ';}}
-// END adjustments_row
-echo '
- <tr>
- <th colspan="3" class="footer">' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<br />
-<a name="byevent" />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_ATTENDANCE_BY_EVENT'])) ? $this->_tpldata['.'][0]['L_ATTENDANCE_BY_EVENT'] : ((isset($user->lang['ATTENDANCE_BY_EVENT'])) ? $user->lang['ATTENDANCE_BY_EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDANCE_BY_EVENT'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left" width="200"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_MEMBER'])) ? $this->_tpldata['.'][0]['U_VIEW_MEMBER'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_EVENT'])) ? $this->_tpldata['.'][0]['O_EVENT'] : '') . '#byevent">' . ((isset($this->_tpldata['.'][0]['L_EVENT'])) ? $this->_tpldata['.'][0]['L_EVENT'] : ((isset($user->lang['EVENT'])) ? $user->lang['EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENT'))) . ' }')) . '</a></th>
- <th align="left" width="100%"><a href="' . ((isset($this->_tpldata['.'][0]['U_VIEW_MEMBER'])) ? $this->_tpldata['.'][0]['U_VIEW_MEMBER'] : '') . 'o=' . ((isset($this->_tpldata['.'][0]['O_PERCENT'])) ? $this->_tpldata['.'][0]['O_PERCENT'] : '') . '#byevent">' . ((isset($this->_tpldata['.'][0]['L_PERCENT'])) ? $this->_tpldata['.'][0]['L_PERCENT'] : ((isset($user->lang['PERCENT'])) ? $user->lang['PERCENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PERCENT'))) . ' }')) . '</a></th>
- </tr>
- ';// BEGIN event_row
-$_event_row_count = (isset($this->_tpldata['event_row.'])) ? sizeof($this->_tpldata['event_row.']) : 0;
-if ($_event_row_count) {
-for ($_event_row_i = 0; $_event_row_i < $_event_row_count; $_event_row_i++)
-{
-echo '
- <tr>
- <td width="200" class="row2" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['event_row.'][$_event_row_i]['U_VIEW_EVENT'])) ? $this->_tpldata['event_row.'][$_event_row_i]['U_VIEW_EVENT'] : '') . '" class="small">' . ((isset($this->_tpldata['event_row.'][$_event_row_i]['EVENT'])) ? $this->_tpldata['event_row.'][$_event_row_i]['EVENT'] : '') . '</a></td>
- <td width="100%" class="row1">' . ((isset($this->_tpldata['event_row.'][$_event_row_i]['BAR'])) ? $this->_tpldata['event_row.'][$_event_row_i]['BAR'] : '') . '</td>
- </tr>
- ';}}
-// END event_row
-echo '
- <tr>
- <th colspan="2">&nbsp;</th>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/viewnews.html.php b/templates/cache/default/viewnews.html.php
deleted file mode 100644
index 6cd7517..0000000
--- a/templates/cache/default/viewnews.html.php
+++ /dev/null
@@ -1,46 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- ';// BEGIN date_row
-$_date_row_count = (isset($this->_tpldata['date_row.'])) ? sizeof($this->_tpldata['date_row.']) : 0;
-if ($_date_row_count) {
-for ($_date_row_i = 0; $_date_row_i < $_date_row_count; $_date_row_i++)
-{
-echo '
- <tr>
- <th align="left">' . ((isset($this->_tpldata['date_row.'][$_date_row_i]['DATE'])) ? $this->_tpldata['date_row.'][$_date_row_i]['DATE'] : '') . '</th>
- </tr>
- ';// BEGIN news_row
-$_news_row_count = (isset($this->_tpldata['date_row.'][$_date_row_i]['news_row.'])) ? sizeof($this->_tpldata['date_row.'][$_date_row_i]['news_row.']) : 0;
-if ($_news_row_count) {
-for ($_news_row_i = 0; $_news_row_i < $_news_row_count; $_news_row_i++)
-{
-echo '
- <tr>
- <td class="' . ((isset($this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['ROW_CLASS'])) ? $this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['ROW_CLASS'] : '') . '">
- <b style="font-size:13px">' . ((isset($this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['HEADLINE'])) ? $this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['HEADLINE'] : '') . '</b> <span class="small">(submitted by ' . ((isset($this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['AUTHOR'])) ? $this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['AUTHOR'] : '') . ' at ' . ((isset($this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['TIME'])) ? $this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['TIME'] : '') . ')</span><br /><br />
- ' . ((isset($this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['MESSAGE'])) ? $this->_tpldata['date_row.'][$_date_row_i]['news_row.'][$_news_row_i]['MESSAGE'] : '') . '
- </td>
- </tr>
- ';}}
-// END news_row
-}}
-// END date_row
-echo '
- <tr>
- <th class="footer">&nbsp;</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">' . ((isset($this->_tpldata['.'][0]['NEWS_PAGINATION'])) ? $this->_tpldata['.'][0]['NEWS_PAGINATION'] : '') . '</td>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file
diff --git a/templates/cache/default/viewraid.html.php b/templates/cache/default/viewraid.html.php
deleted file mode 100644
index 42ecc6f..0000000
--- a/templates/cache/default/viewraid.html.php
+++ /dev/null
@@ -1,137 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="2">' . ((isset($this->_tpldata['.'][0]['L_MEMBERS_PRESENT_AT'])) ? $this->_tpldata['.'][0]['L_MEMBERS_PRESENT_AT'] : ((isset($user->lang['MEMBERS_PRESENT_AT'])) ? $user->lang['MEMBERS_PRESENT_AT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS_PRESENT_AT'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row2" width="50%"><b>' . ((isset($this->_tpldata['.'][0]['L_ADDED_BY'])) ? $this->_tpldata['.'][0]['L_ADDED_BY'] : ((isset($user->lang['ADDED_BY'])) ? $user->lang['ADDED_BY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADDED_BY'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['RAID_ADDED_BY'])) ? $this->_tpldata['.'][0]['RAID_ADDED_BY'] : '') . '</td>
- <td class="row1" width="50%"><b>' . ((isset($this->_tpldata['.'][0]['L_UPDATED_BY'])) ? $this->_tpldata['.'][0]['L_UPDATED_BY'] : ((isset($user->lang['UPDATED_BY'])) ? $user->lang['UPDATED_BY'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPDATED_BY'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['RAID_UPDATED_BY'])) ? $this->_tpldata['.'][0]['RAID_UPDATED_BY'] : '') . '</td>
- </tr>
- <tr>
- <td class="row2" width="50%"><b>' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ':</b> ' . ((isset($this->_tpldata['.'][0]['RAID_NOTE'])) ? $this->_tpldata['.'][0]['RAID_NOTE'] : '') . '</td>
- <td class="row1" width="50%"><b>' . ((isset($this->_tpldata['.'][0]['DKP_NAME'])) ? $this->_tpldata['.'][0]['DKP_NAME'] : '') . ' ' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . ':</b> <span class="positive">' . ((isset($this->_tpldata['.'][0]['RAID_VALUE'])) ? $this->_tpldata['.'][0]['RAID_VALUE'] : '') . '</span></td>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="' . ((isset($this->_tpldata['.'][0]['COLSPAN'])) ? $this->_tpldata['.'][0]['COLSPAN'] : '') . '">' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN attendees_row
-$_attendees_row_count = (isset($this->_tpldata['attendees_row.'])) ? sizeof($this->_tpldata['attendees_row.']) : 0;
-if ($_attendees_row_count) {
-for ($_attendees_row_i = 0; $_attendees_row_i < $_attendees_row_count; $_attendees_row_i++)
-{
-echo '
- <tr>
- ';// IF S_COLUMN0
-if ($this->_tpldata['.'][0]['S_COLUMN0']) {
-echo '<td class="row2" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN0_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN0_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN1
-if ($this->_tpldata['.'][0]['S_COLUMN1']) {
-echo '<td class="row1" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN1_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN1_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN2
-if ($this->_tpldata['.'][0]['S_COLUMN2']) {
-echo '<td class="row2" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN2_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN2_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN3
-if ($this->_tpldata['.'][0]['S_COLUMN3']) {
-echo '<td class="row1" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN3_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN3_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN4
-if ($this->_tpldata['.'][0]['S_COLUMN4']) {
-echo '<td class="row2" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN4_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN4_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN5
-if ($this->_tpldata['.'][0]['S_COLUMN5']) {
-echo '<td class="row1" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN5_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN5_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN6
-if ($this->_tpldata['.'][0]['S_COLUMN6']) {
-echo '<td class="row2" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN6_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN6_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN7
-if ($this->_tpldata['.'][0]['S_COLUMN7']) {
-echo '<td class="row1" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN7_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN7_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN8
-if ($this->_tpldata['.'][0]['S_COLUMN8']) {
-echo '<td class="row2" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN8_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN8_NAME'] : '') . '</td>';// ENDIF
-}
-// IF S_COLUMN9
-if ($this->_tpldata['.'][0]['S_COLUMN9']) {
-echo '<td class="row1" width="' . ((isset($this->_tpldata['.'][0]['COLUMN_WIDTH'])) ? $this->_tpldata['.'][0]['COLUMN_WIDTH'] : '') . '%" nowrap="nowrap">' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN9_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN9_NAME'] : '') . '</td>';// ENDIF
-}
-echo '
- </tr>
- ';}}
-// END attendees_row
-echo '
- <tr>
- <th colspan="' . ((isset($this->_tpldata['.'][0]['COLSPAN'])) ? $this->_tpldata['.'][0]['COLSPAN'] : '') . '" class="footer">' . ((isset($this->_tpldata['.'][0]['ATTENDEES_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ATTENDEES_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="3">' . ((isset($this->_tpldata['.'][0]['L_DROPS'])) ? $this->_tpldata['.'][0]['L_DROPS'] : ((isset($user->lang['DROPS'])) ? $user->lang['DROPS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DROPS'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left" width="100" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '</th>
- <th align="left" width="100%">' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . '</th>
- <th align="left" width="60" nowrap="nowrap">' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN items_row
-$_items_row_count = (isset($this->_tpldata['items_row.'])) ? sizeof($this->_tpldata['items_row.']) : 0;
-if ($_items_row_count) {
-for ($_items_row_i = 0; $_items_row_i < $_items_row_count; $_items_row_i++)
-{
-echo '
- <tr class="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'])) ? $this->_tpldata['items_row.'][$_items_row_i]['ROW_CLASS'] : '') . '">
- <td width="100" nowrap="nowrap"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_BUYER'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '</a></td>
- <td width="100%"><a href="' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'])) ? $this->_tpldata['items_row.'][$_items_row_i]['U_VIEW_ITEM'] : '') . '">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '</a></td>
- <td width="60" class="negative">' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '</td>
- </tr>
- ';}}
-// END items_row
-echo '
- <tr>
- <th colspan="3" class="footer">' . ((isset($this->_tpldata['.'][0]['ITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ITEM_FOOTCOUNT'] : '') . '</th>
- </tr>
-</table>
-<br />
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center" colspan="3">' . ((isset($this->_tpldata['.'][0]['L_CLASS_DISTRIBUTION'])) ? $this->_tpldata['.'][0]['L_CLASS_DISTRIBUTION'] : ((isset($user->lang['CLASS_DISTRIBUTION'])) ? $user->lang['CLASS_DISTRIBUTION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS_DISTRIBUTION'))) . ' }')) . '</th>
- </tr>
- <tr>
- <th align="left" width="100">' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '</th>
- <th align="left" width="50%">' . ((isset($this->_tpldata['.'][0]['L_PERCENT'])) ? $this->_tpldata['.'][0]['L_PERCENT'] : ((isset($user->lang['PERCENT'])) ? $user->lang['PERCENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PERCENT'))) . ' }')) . '</th>
- <th align="left" width="50%">' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '</th>
- </tr>
- ';// BEGIN class_row
-$_class_row_count = (isset($this->_tpldata['class_row.'])) ? sizeof($this->_tpldata['class_row.']) : 0;
-if ($_class_row_count) {
-for ($_class_row_i = 0; $_class_row_i < $_class_row_count; $_class_row_i++)
-{
-echo '
- <tr>
- <td width="100" nowrap="nowrap" class="row2">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS'] : '') . '</td>
- <td width="50%" class="row1">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['BAR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['BAR'] : '') . '</td>
- <td width="50%" class="row2"><span class="small">' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['ATTENDEES'])) ? $this->_tpldata['class_row.'][$_class_row_i]['ATTENDEES'] : '') . '</span></td>
- </tr>
- ';}}
-// END class_row
-echo '
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file