From 02ab6a02a801027e194916ec50739b236c0f329e Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Fri, 8 May 2020 12:08:29 +0000 Subject: delete cache php page. stupid caching system doesn't belong here --- templates/cache/default/admin/addadj.html.php | 52 ---- templates/cache/default/admin/addevent.html.php | 56 ---- templates/cache/default/admin/addiadj.html.php | 75 ------ templates/cache/default/admin/additem.html.php | 279 -------------------- .../cache/default/admin/additem_search.html.php | 68 ----- templates/cache/default/admin/addnews.html.php | 115 --------- templates/cache/default/admin/addraid.html.php | 194 -------------- templates/cache/default/admin/addturnin.html.php | 109 -------- templates/cache/default/admin/admin_index.html.php | 116 --------- templates/cache/default/admin/config.html.php | 286 --------------------- .../cache/default/admin/confirm_delete.html.php | 24 -- templates/cache/default/admin/listadj.html.php | 82 ------ templates/cache/default/admin/listnews.html.php | 46 ---- templates/cache/default/admin/listusers.html.php | 92 ------- templates/cache/default/admin/logs.html.php | 97 ------- .../cache/default/admin/mm_addmember.html.php | 121 --------- templates/cache/default/admin/mm_menu.html.php | 36 --- templates/cache/default/admin/mm_ranks.html.php | 47 ---- templates/cache/default/admin/mm_transfer.html.php | 57 ---- .../cache/default/admin/parse_Everquest.html.php | 122 --------- templates/cache/default/admin/plugins.html.php | 36 --- templates/cache/default/admin/styles.html.php | 35 --- templates/cache/default/listevents.html.php | 42 --- templates/cache/default/listitems.html.php | 56 ---- templates/cache/default/listmembers.html.php | 128 --------- templates/cache/default/listraids.html.php | 46 ---- templates/cache/default/login.html.php | 70 ----- templates/cache/default/message.html.php | 21 -- templates/cache/default/page_header.html.php | 143 ----------- templates/cache/default/page_tail.html.php | 76 ------ templates/cache/default/settings.html.php | 210 --------------- templates/cache/default/settings_menu.html.php | 43 ---- templates/cache/default/stats.html.php | 95 ------- templates/cache/default/summary.html.php | 113 -------- templates/cache/default/upgrade.html.php | 37 --- templates/cache/default/viewevent.html.php | 97 ------- templates/cache/default/viewitem.html.php | 50 ---- templates/cache/default/viewmember.html.php | 157 ----------- templates/cache/default/viewnews.html.php | 46 ---- templates/cache/default/viewraid.html.php | 137 ---------- 40 files changed, 3712 deletions(-) delete mode 100644 templates/cache/default/admin/addadj.html.php delete mode 100644 templates/cache/default/admin/addevent.html.php delete mode 100644 templates/cache/default/admin/addiadj.html.php delete mode 100644 templates/cache/default/admin/additem.html.php delete mode 100644 templates/cache/default/admin/additem_search.html.php delete mode 100644 templates/cache/default/admin/addnews.html.php delete mode 100644 templates/cache/default/admin/addraid.html.php delete mode 100644 templates/cache/default/admin/addturnin.html.php delete mode 100644 templates/cache/default/admin/admin_index.html.php delete mode 100644 templates/cache/default/admin/config.html.php delete mode 100644 templates/cache/default/admin/confirm_delete.html.php delete mode 100644 templates/cache/default/admin/listadj.html.php delete mode 100644 templates/cache/default/admin/listnews.html.php delete mode 100644 templates/cache/default/admin/listusers.html.php delete mode 100644 templates/cache/default/admin/logs.html.php delete mode 100644 templates/cache/default/admin/mm_addmember.html.php delete mode 100644 templates/cache/default/admin/mm_menu.html.php delete mode 100644 templates/cache/default/admin/mm_ranks.html.php delete mode 100644 templates/cache/default/admin/mm_transfer.html.php delete mode 100644 templates/cache/default/admin/parse_Everquest.html.php delete mode 100644 templates/cache/default/admin/plugins.html.php delete mode 100644 templates/cache/default/admin/styles.html.php delete mode 100644 templates/cache/default/listevents.html.php delete mode 100644 templates/cache/default/listitems.html.php delete mode 100644 templates/cache/default/listmembers.html.php delete mode 100644 templates/cache/default/listraids.html.php delete mode 100644 templates/cache/default/login.html.php delete mode 100644 templates/cache/default/message.html.php delete mode 100644 templates/cache/default/page_header.html.php delete mode 100644 templates/cache/default/page_tail.html.php delete mode 100644 templates/cache/default/settings.html.php delete mode 100644 templates/cache/default/settings_menu.html.php delete mode 100644 templates/cache/default/stats.html.php delete mode 100644 templates/cache/default/summary.html.php delete mode 100644 templates/cache/default/upgrade.html.php delete mode 100644 templates/cache/default/viewevent.html.php delete mode 100644 templates/cache/default/viewitem.html.php delete mode 100644 templates/cache/default/viewmember.html.php delete mode 100644 templates/cache/default/viewnews.html.php delete mode 100644 templates/cache/default/viewraid.html.php 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- - - - - - - - - - - -
' . ((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'))) . ' }')) . '
-
' . ((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'))) . ' }')) . ': -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['FV_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['FV_ADJUSTMENT'] : '') . '  -
- ';// IF S_ADD -if ($this->_tpldata['.'][0]['S_ADD']) { -echo ' - - ';// ELSE -} else { -echo ' - - ';// ENDIF -} -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['FV_NAME'])) ? $this->_tpldata['.'][0]['FV_NAME'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['FV_VALUE'])) ? $this->_tpldata['.'][0]['FV_VALUE'] : '') . '
- ';// IF S_ADD -if ($this->_tpldata['.'][0]['S_ADD']) { -echo ' - - ';// ELSE -} else { -echo ' - - ';// ENDIF -} -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- - - - - - - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
- ' . ((isset($this->_tpldata['.'][0]['FV_MEMBERS'])) ? $this->_tpldata['.'][0]['FV_MEMBERS'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . ':
' . ((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'))) . ' }')) . ' - -
' . ((isset($this->_tpldata['.'][0]['L_REASON'])) ? $this->_tpldata['.'][0]['L_REASON'] : ((isset($user->lang['REASON'])) ? $user->lang['REASON'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REASON'))) . ' }')) . ':
- ' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . ': (' . ((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'))) . ' }')) . ') -
' . ((isset($this->_tpldata['.'][0]['FV_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['FV_ADJUSTMENT'] : '') . ' -
- ' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . ': //
' . ((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'] : '') . ' -
- ';// IF S_ADD -if ($this->_tpldata['.'][0]['S_ADD']) { -echo ' - - ';// ELSE -} else { -echo ' - - ';// ENDIF -} -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - -
- - - - - - - - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
- ' . ((isset($this->_tpldata['.'][0]['FV_ITEM_BUYERS'])) ? $this->_tpldata['.'][0]['FV_ITEM_BUYERS'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_BUYERS'])) ? $this->_tpldata['.'][0]['L_BUYERS'] : ((isset($user->lang['BUYERS'])) ? $user->lang['BUYERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYERS'))) . ' }')) . ': ' . ((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'))) . ' }')) . '
- - - - - - - - - -
' . ((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'))) . ' }')) . ':
- - - - - - -
-
- ' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . ': (' . ((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'))) . ' }')) . ')
- ' . ((isset($this->_tpldata['.'][0]['FV_RAID_ID'])) ? $this->_tpldata['.'][0]['FV_RAID_ID'] : '') . ' -

- ' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ': ' . ((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'))) . ' }')) . ' -
- ' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . ': (' . ((isset($this->_tpldata['.'][0]['L_SEARCH'])) ? $this->_tpldata['.'][0]['L_SEARCH'] : ((isset($user->lang['SEARCH'])) ? $user->lang['SEARCH'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SEARCH'))) . ' }')) . ')

- ' . ((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'))) . ' }')) . ':
- ' . ((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'))) . ' }')) . ': - -

- ' . ((isset($this->_tpldata['.'][0]['L_OR'])) ? $this->_tpldata['.'][0]['L_OR'] : ((isset($user->lang['OR'])) ? $user->lang['OR'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'OR'))) . ' }')) . ' -

- ' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['FV_ITEM_NAME'])) ? $this->_tpldata['.'][0]['FV_ITEM_NAME'] : '') . ' -
- ' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['FV_ITEM_VALUE'])) ? $this->_tpldata['.'][0]['FV_ITEM_VALUE'] : '') . ' -
- ';// IF S_ADD -if ($this->_tpldata['.'][0]['S_ADD']) { -echo ' - - ';// ELSE -} else { -echo ' - - ';// ENDIF -} -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -';// IF S_STEP1 -if ($this->_tpldata['.'][0]['S_STEP1']) { -echo ' -
- - - - - - - - - - -';// ELSE -} else { -echo ' - -
' . ((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'))) . ' }')) . '
- - - - - - - - - -';// ENDIF -} -echo ' -
' . ((isset($this->_tpldata['.'][0]['L_RESULTS'])) ? $this->_tpldata['.'][0]['L_RESULTS'] : ((isset($user->lang['RESULTS'])) ? $user->lang['RESULTS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESULTS'))) . ' }')) . '
- -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- - - - - - - - - - - - - - ';// IF S_UPDATE -if ($this->_tpldata['.'][0]['S_UPDATE']) { -echo ' - - - - - ';// ENDIF -} -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_HEADLINE'])) ? $this->_tpldata['.'][0]['L_HEADLINE'] : ((isset($user->lang['HEADLINE'])) ? $user->lang['HEADLINE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HEADLINE'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_HEADLINE'])) ? $this->_tpldata['.'][0]['FV_HEADLINE'] : '') . '
' . ((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'))) . ' }')) . ': - - - - - - - - - - -
- - - - - - - -
' . ((isset($this->_tpldata['.'][0]['FV_MESSAGE'])) ? $this->_tpldata['.'][0]['FV_MESSAGE'] : '') . '
-
' . ((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'))) . ' }')) . '
- ';// IF S_ADD -if ($this->_tpldata['.'][0]['S_ADD']) { -echo ' - - ';// ELSE -} else { -echo ' - - ';// ENDIF -} -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - -
- - - - - - - - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
- ' . ((isset($this->_tpldata['.'][0]['FV_ATTENDEES'])) ? $this->_tpldata['.'][0]['FV_ATTENDEES'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . ':
-   - ' . ((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'))) . ' }')) . '

- - - - - - - - - - -
' . ((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'))) . ' }')) . ':
- -
-
- ' . ((isset($this->_tpldata['.'][0]['L_EVENT'])) ? $this->_tpldata['.'][0]['L_EVENT'] : ((isset($user->lang['EVENT'])) ? $user->lang['EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENT'))) . ' }')) . ': (' . ((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'))) . ' }')) . ')
- ';// IF S_EVENT_MULTIPLE -if ($this->_tpldata['.'][0]['S_EVENT_MULTIPLE']) { -echo ' - - - ';// 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 ' - - ';}} -// END events_row -echo ' - ' . ((isset($this->_tpldata['.'][0]['FV_EVENT_NAME'])) ? $this->_tpldata['.'][0]['FV_EVENT_NAME'] : '') . ' -

- ' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . ':
(' . ((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'))) . ' }')) . ')
- ' . ((isset($this->_tpldata['.'][0]['FV_VALUE'])) ? $this->_tpldata['.'][0]['FV_VALUE'] : '') . ' -
- ' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . ': //
' . ((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'] : '') . ' -
- ' . ((isset($this->_tpldata['.'][0]['L_TIME'])) ? $this->_tpldata['.'][0]['L_TIME'] : ((isset($user->lang['TIME'])) ? $user->lang['TIME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TIME'))) . ' }')) . ': ::
' . ((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'] : '') . ' -
' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ': ' . ((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'))) . ' }')) . ' -
' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ':
- ';// IF S_ADD -if ($this->_tpldata['.'][0]['S_ADD']) { -echo ' - - ';// ELSE -} else { -echo ' - - ';// ENDIF -} -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- - - - - - - ';// IF S_STEP1 -if ($this->_tpldata['.'][0]['S_STEP1']) { -echo ' - - - - - - - - ';// ELSE -} else { -echo ' - - - - - - - - - - - ';// ENDIF -} -echo ' -
' . ((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'))) . ' }')) . '
- ' . ((isset($this->_tpldata['.'][0]['FV_TURNIN_FROM'])) ? $this->_tpldata['.'][0]['FV_TURNIN_FROM'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_FROM'])) ? $this->_tpldata['.'][0]['L_FROM'] : ((isset($user->lang['FROM'])) ? $user->lang['FROM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FROM'))) . ' }')) . ':
- -
  -
- ' . ((isset($this->_tpldata['.'][0]['FV_TURNIN_TO'])) ? $this->_tpldata['.'][0]['FV_TURNIN_TO'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_TO'])) ? $this->_tpldata['.'][0]['L_TO'] : ((isset($user->lang['TO'])) ? $user->lang['TO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TO'))) . ' }')) . ':
- -
  -
' . ((isset($this->_tpldata['.'][0]['L_FROM'])) ? $this->_tpldata['.'][0]['L_FROM'] : ((isset($user->lang['FROM'])) ? $user->lang['FROM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FROM'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['TURNIN_FROM'])) ? $this->_tpldata['.'][0]['TURNIN_FROM'] : '') . ' - ' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . ':  - -
' . ((isset($this->_tpldata['.'][0]['L_TO'])) ? $this->_tpldata['.'][0]['L_TO'] : ((isset($user->lang['TO'])) ? $user->lang['TO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TO'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['TURNIN_TO'])) ? $this->_tpldata['.'][0]['TURNIN_TO'] : '') . '
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -';// IF S_NEW_VERSION -if ($this->_tpldata['.'][0]['S_NEW_VERSION']) { -echo ' - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '
 
-
- -';// ENDIF -} -echo ' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
' . ((isset($this->_tpldata['.'][0]['L_STATISTICS'])) ? $this->_tpldata['.'][0]['L_STATISTICS'] : ((isset($user->lang['STATISTICS'])) ? $user->lang['STATISTICS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'STATISTICS'))) . ' }')) . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_MEMBERS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_MEMBERS'] : '') . '' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_LOGS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_LOGS'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_RAIDS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_RAIDS'] : '') . '' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['RAIDS_PER_DAY'])) ? $this->_tpldata['.'][0]['RAIDS_PER_DAY'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['NUMBER_OF_ITEMS'])) ? $this->_tpldata['.'][0]['NUMBER_OF_ITEMS'] : '') . '' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['ITEMS_PER_DAY'])) ? $this->_tpldata['.'][0]['ITEMS_PER_DAY'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['DATABASE_SIZE'])) ? $this->_tpldata['.'][0]['DATABASE_SIZE'] : '') . '' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['EQDKP_STARTED'])) ? $this->_tpldata['.'][0]['EQDKP_STARTED'] : '') . '
 
-
- - - - - - - - - - - - ';// 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 ' - - - - - - - - ';}} -// END online_row -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LOGIN'])) ? $this->_tpldata['.'][0]['L_LOGIN'] : ((isset($user->lang['LOGIN'])) ? $user->lang['LOGIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOGIN'))) . ' }')) . '' . ((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'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LOCATION'])) ? $this->_tpldata['.'][0]['L_LOCATION'] : ((isset($user->lang['LOCATION'])) ? $user->lang['LOCATION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOCATION'))) . ' }')) . '' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['USERNAME'])) ? $this->_tpldata['online_row.'][$_online_row_i]['USERNAME'] : '') . '' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['LOGIN'])) ? $this->_tpldata['online_row.'][$_online_row_i]['LOGIN'] : '') . '' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['LAST_UPDATE'])) ? $this->_tpldata['online_row.'][$_online_row_i]['LAST_UPDATE'] : '') . '' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['LOCATION'])) ? $this->_tpldata['online_row.'][$_online_row_i]['LOCATION'] : '') . '' . ((isset($this->_tpldata['online_row.'][$_online_row_i]['IP_ADDRESS'])) ? $this->_tpldata['online_row.'][$_online_row_i]['IP_ADDRESS'] : '') . '
' . ((isset($this->_tpldata['.'][0]['ONLINE_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ONLINE_FOOTCOUNT'] : '') . '
-';// IF S_LOGS -if ($this->_tpldata['.'][0]['S_LOGS']) { -echo ' -
- - - - - ';// 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 ' - - - - - ';}} -// END actions_row -echo ' -
' . ((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'))) . ' }')) . '
View' . ((isset($this->_tpldata['actions_row.'][$_actions_row_i]['ACTION'])) ? $this->_tpldata['actions_row.'][$_actions_row_i]['ACTION'] : '') . '
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_GUILDTAG'])) ? $this->_tpldata['.'][0]['L_GUILDTAG'] : ((isset($user->lang['GUILDTAG'])) ? $user->lang['GUILDTAG'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'GUILDTAG'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_PARSETAGS'])) ? $this->_tpldata['.'][0]['L_PARSETAGS'] : ((isset($user->lang['PARSETAGS'])) ? $user->lang['PARSETAGS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PARSETAGS'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ': - _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'))) . ' }')) . '   - _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'))) . ' }')) . '   - _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'))) . ' }')) . ' -
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_ALIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_ALIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_ELIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_ELIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_ILIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_ILIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_NLIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_NLIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_DEFAULT_RLIMIT'])) ? $this->_tpldata['.'][0]['FV_DEFAULT_RLIMIT'] : '') . '
' . ((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'))) . ' }')) . ': - -
' . ((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'))) . ' }')) . ': - -
' . ((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'))) . ' }')) . ': - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ': - -    (' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . ') -
' . ((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'))) . ' }')) . ': - -
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
_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'))) . ' }')) . '  _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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':_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'))) . ' }')) . '  _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'))) . ' }')) . '
-
- - - - - - - - - - - - ';// 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 ' - - - - - ';}} -// END permissions_row -echo ' -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'] : '') . ': - ';// 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 ' - _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'] : '') . ' /> - ' . ((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'] : '') . ' - ';}} -// END check_group -echo ' -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . ':
-
- - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':
-
- - - - - - -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' -
- - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '

 
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - -
- -';// IF S_GROUP_ADJ -if ($this->_tpldata['.'][0]['S_GROUP_ADJ']) { -echo ' - - - - - - - ';// 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 ' - - - - - - - ';}} -// END adjustments_row -echo ' - - - -';// ELSE -} else { -echo ' - - - - - - - - ';// 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 ' - - - - - - - - ';}} -// END adjustments_row -echo ' - - - -';// ENDIF -} -echo ' - -
 ' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '' . ((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'))) . ' }')) . '
Edit' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'] : '') . '' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADDED_BY'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADDED_BY'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'] : '') . '
 ' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_MEMBER'])) ? $this->_tpldata['.'][0]['L_MEMBER'] : ((isset($user->lang['MEMBER'])) ? $user->lang['MEMBER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBER'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_REASON'])) ? $this->_tpldata['.'][0]['L_REASON'] : ((isset($user->lang['REASON'])) ? $user->lang['REASON'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REASON'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '
Edit' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['MEMBER'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['MEMBER'] : '') . '' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'] : '') . '' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['ADJUSTMENT'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTADJ_FOOTCOUNT'] : '') . '
- - - - -
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - -
- - - - - - - - ';// 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 ' - - - - - - - ';}} -// END news_row -echo ' - - - -
 ' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_HEADLINE'])) ? $this->_tpldata['.'][0]['L_HEADLINE'] : ((isset($user->lang['HEADLINE'])) ? $user->lang['HEADLINE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HEADLINE'))) . ' }')) . '
Edit' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['DATE'])) ? $this->_tpldata['news_row.'][$_news_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['USERNAME'])) ? $this->_tpldata['news_row.'][$_news_row_i]['USERNAME'] : '') . '' . ((isset($this->_tpldata['news_row.'][$_news_row_i]['HEADLINE'])) ? $this->_tpldata['news_row.'][$_news_row_i]['HEADLINE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTNEWS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTNEWS_FOOTCOUNT'] : '') . '
- - - - -
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' -
- - - - -
- - - - - - - - - - - - - ';// 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 ' - - - - - - - - - ';}} -// END users_row -echo ' - - - -
' . ((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'))) . ' }')) . '
 ' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_EMAIL'])) ? $this->_tpldata['.'][0]['L_EMAIL'] : ((isset($user->lang['EMAIL'])) ? $user->lang['EMAIL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EMAIL'))) . ' }')) . '' . ((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'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ACTIVE'])) ? $this->_tpldata['.'][0]['L_ACTIVE'] : ((isset($user->lang['ACTIVE'])) ? $user->lang['ACTIVE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ACTIVE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ONLINE'])) ? $this->_tpldata['.'][0]['L_ONLINE'] : ((isset($user->lang['ONLINE'])) ? $user->lang['ONLINE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ONLINE'))) . ' }')) . '
' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['USERNAME'])) ? $this->_tpldata['users_row.'][$_users_row_i]['USERNAME'] : '') . '' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['EMAIL'])) ? $this->_tpldata['users_row.'][$_users_row_i]['EMAIL'] : '') . '' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['LAST_VISIT'])) ? $this->_tpldata['users_row.'][$_users_row_i]['LAST_VISIT'] : '') . '' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['ACTIVE'])) ? $this->_tpldata['users_row.'][$_users_row_i]['ACTIVE'] : '') . '' . ((isset($this->_tpldata['users_row.'][$_users_row_i]['ONLINE'])) ? $this->_tpldata['users_row.'][$_users_row_i]['ONLINE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTUSERS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTUSERS_FOOTCOUNT'] : '') . '
- - - - -
-
- - - - - - - - ';// 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 ' - - - - - ';}} -// END permissions_row -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'] : '') . ': - ';// 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 ' - _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'] : '') . ' /> - ' . ((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'] : '') . ' - ';}} -// END check_group -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -// IF S_LIST -if ($this->_tpldata['.'][0]['S_LIST']) { -echo ' - - - - -
- - - - - - - - - - ';// 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 ' - - - - - - - - - ';}} -// END logs_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_TYPE'])) ? $this->_tpldata['.'][0]['L_TYPE'] : ((isset($user->lang['TYPE'])) ? $user->lang['TYPE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TYPE'))) . ' }')) . '' . ((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'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_USER'])) ? $this->_tpldata['.'][0]['L_USER'] : ((isset($user->lang['USER'])) ? $user->lang['USER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USER'))) . ' }')) . '' . ((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'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_RESULT'])) ? $this->_tpldata['.'][0]['L_RESULT'] : ((isset($user->lang['RESULT'])) ? $user->lang['RESULT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RESULT'))) . ' }')) . '
' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['DATE'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['TYPE'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['TYPE'] : '') . '' . ((isset($this->_tpldata['.'][0]['L_VIEW'])) ? $this->_tpldata['.'][0]['L_VIEW'] : ((isset($user->lang['VIEW'])) ? $user->lang['VIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VIEW'))) . ' }')) . '' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['USER'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['USER'] : '') . '' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['IP'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['IP'] : '') . '' . ((isset($this->_tpldata['logs_row.'][$_logs_row_i]['RESULT'])) ? $this->_tpldata['logs_row.'][$_logs_row_i]['RESULT'] : '') . '
' . ((isset($this->_tpldata['.'][0]['VIEWLOGS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['VIEWLOGS_FOOTCOUNT'] : '') . '
- - - - -
-';// ELSE -} else { -echo ' - - - - - - - - - - - - - - - - - - - - - - - - ';// 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 ' - - - - - ';}} -// END log_row -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['LOG_DATE'])) ? $this->_tpldata['.'][0]['LOG_DATE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['LOG_USERNAME'])) ? $this->_tpldata['.'][0]['LOG_USERNAME'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['LOG_IP_ADDRESS'])) ? $this->_tpldata['.'][0]['LOG_IP_ADDRESS'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['LOG_SESSION_ID'])) ? $this->_tpldata['.'][0]['LOG_SESSION_ID'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LOG_ACTION'])) ? $this->_tpldata['.'][0]['LOG_ACTION'] : '') . '
' . ((isset($this->_tpldata['log_row.'][$_log_row_i]['KEY'])) ? $this->_tpldata['log_row.'][$_log_row_i]['KEY'] : '') . '' . ((isset($this->_tpldata['log_row.'][$_log_row_i]['VALUE'])) ? $this->_tpldata['log_row.'][$_log_row_i]['VALUE'] : '') . '
 
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_NAME'])) ? $this->_tpldata['.'][0]['FV_MEMBER_NAME'] : '') . '' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . ': - ' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['CORRECT_MEMBER_EARNED'])) ? $this->_tpldata['.'][0]['CORRECT_MEMBER_EARNED'] : '') . ' -
' . ((isset($this->_tpldata['.'][0]['L_RACE'])) ? $this->_tpldata['.'][0]['L_RACE'] : ((isset($user->lang['RACE'])) ? $user->lang['RACE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RACE'))) . ' }')) . ': - - ' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . ': - ' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['CORRECT_MEMBER_SPENT'])) ? $this->_tpldata['.'][0]['CORRECT_MEMBER_SPENT'] : '') . ' -
' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . ': - - ' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['FV_MEMBER_ADJUSTMENT'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_LEVEL'])) ? $this->_tpldata['.'][0]['L_LEVEL'] : ((isset($user->lang['LEVEL'])) ? $user->lang['LEVEL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LEVEL'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_LEVEL'])) ? $this->_tpldata['.'][0]['FV_MEMBER_LEVEL'] : '') . '' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['MEMBER_CURRENT'])) ? $this->_tpldata['.'][0]['MEMBER_CURRENT'] : '') . '
' . ((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'))) . ' }')) . ' - -
- ';// IF S_ADD -if ($this->_tpldata['.'][0]['S_ADD']) { -echo ' - - ';// ELSE -} else { -echo ' - - ';// ENDIF -} -echo ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - - -
' . ((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'))) . ' }')) . '
- - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '
-
 
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' -
- - - - - - - - - - - ';// 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 ' - - - - - - - ';}} -// END ranks_row -echo ' - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_TITLE'])) ? $this->_tpldata['.'][0]['L_TITLE'] : ((isset($user->lang['TITLE'])) ? $user->lang['TITLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TITLE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_HIDE'])) ? $this->_tpldata['.'][0]['L_HIDE'] : ((isset($user->lang['HIDE'])) ? $user->lang['HIDE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'HIDE'))) . ' }')) . '' . ((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'))) . ' }')) . '' . ((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'))) . ' }')) . '
_tpldata['ranks_row.'][$_ranks_row_i]['HIDE_CHECKED'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['HIDE_CHECKED'] : '') . ' />
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' -
- - - - - - - - - - - - - -
' . ((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'))) . ' }')) . ' -
' . ((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'] : '') . '
- ' . ((isset($this->_tpldata['.'][0]['L_FROM'])) ? $this->_tpldata['.'][0]['L_FROM'] : ((isset($user->lang['FROM'])) ? $user->lang['FROM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FROM'))) . ' }')) . ': - - - ' . ((isset($this->_tpldata['.'][0]['L_TO'])) ? $this->_tpldata['.'][0]['L_TO'] : ((isset($user->lang['TO'])) ? $user->lang['TO'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TO'))) . ' }')) . ': - -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- -';// IF S_STEP1 -if ($this->_tpldata['.'][0]['S_STEP1']) { -echo ' - - - - - - -
' . ((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'))) . ' }')) . '
 

 
-
- - - - - - - - - - -
' . ((isset($this->_tpldata['.'][0]['L_OPTIONS'])) ? $this->_tpldata['.'][0]['L_OPTIONS'] : ((isset($user->lang['OPTIONS'])) ? $user->lang['OPTIONS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'OPTIONS'))) . ' }')) . '
- - ';// 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 ' - - - - - ';}} -// END options_row -echo ' -
_tpldata['options_row.'][$_options_row_i]['CBCHECKED'])) ? $this->_tpldata['options_row.'][$_options_row_i]['CBCHECKED'] : '') . ' />' . ((isset($this->_tpldata['options_row.'][$_options_row_i]['OPTION'])) ? $this->_tpldata['options_row.'][$_options_row_i]['OPTION'] : '') . '
-
- - ';// 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 ' - - - - - ';}} -// END ranks_row -echo ' -
_tpldata['ranks_row.'][$_ranks_row_i]['CBCHECKED'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['CBCHECKED'] : '') . ' />' . ((isset($this->_tpldata['ranks_row.'][$_ranks_row_i]['OPTION'])) ? $this->_tpldata['ranks_row.'][$_ranks_row_i]['OPTION'] : '') . '
-
-';// ELSE -} else { -echo ' - - ' . ((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'))) . ' }')) . ' - - -  

  - - - ' . ((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'))) . ' }')) . ' - - - - - / - / -   - : - : - - - - - -';// ENDIF -} -echo ' - -
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - - ';// 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 ' - - - - - - - - ';}} -// END plugins_row -echo ' -
 ' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CODE'])) ? $this->_tpldata['.'][0]['L_CODE'] : ((isset($user->lang['CODE'])) ? $user->lang['CODE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CODE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_VERSION'])) ? $this->_tpldata['.'][0]['L_VERSION'] : ((isset($user->lang['VERSION'])) ? $user->lang['VERSION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VERSION'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ACTION'])) ? $this->_tpldata['.'][0]['L_ACTION'] : ((isset($user->lang['ACTION'])) ? $user->lang['ACTION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ACTION'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CONTACT'])) ? $this->_tpldata['.'][0]['L_CONTACT'] : ((isset($user->lang['CONTACT'])) ? $user->lang['CONTACT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CONTACT'))) . ' }')) . '
Plugin' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['NAME'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['CODE'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['CODE'] : '') . '' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['VERSION'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['VERSION'] : '') . '' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['ACTION'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['ACTION'] : '') . '' . ((isset($this->_tpldata['plugins_row.'][$_plugins_row_i]['CONTACT'])) ? $this->_tpldata['plugins_row.'][$_plugins_row_i]['CONTACT'] : '') . '
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - ';// 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 ' - - - - - - - - ';}} -// END styles_row -echo ' -
 ' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_TEMPLATE'])) ? $this->_tpldata['.'][0]['L_TEMPLATE'] : ((isset($user->lang['TEMPLATE'])) ? $user->lang['TEMPLATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TEMPLATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_USERS'])) ? $this->_tpldata['.'][0]['L_USERS'] : ((isset($user->lang['USERS'])) ? $user->lang['USERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . '
Edit' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['NAME'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['TEMPLATE'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['TEMPLATE'] : '') . '' . ((isset($this->_tpldata['styles_row.'][$_styles_row_i]['USERS'])) ? $this->_tpldata['styles_row.'][$_styles_row_i]['USERS'] : '') . '' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . '
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - -
- - - - - - ';// 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 ' - - - - - ';}} -// END events_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '
' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['NAME'])) ? $this->_tpldata['events_row.'][$_events_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['events_row.'][$_events_row_i]['VALUE'])) ? $this->_tpldata['events_row.'][$_events_row_i]['VALUE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTEVENTS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTEVENTS_FOOTCOUNT'] : '') . '
- - - - -
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - -
- - - - ';// IF S_HISTORY -if ($this->_tpldata['.'][0]['S_HISTORY']) { -echo '';// ENDIF -} -echo ' - - - - - ';// 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 ' - - - ';// IF S_HISTORY -if ($this->_tpldata['.'][0]['S_HISTORY']) { -echo '';// ENDIF -} -echo ' - - - - - ';}} -// END items_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '
' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['RAID'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTITEMS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTITEMS_FOOTCOUNT'] : '') . '
- - - - -
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -// IF S_COMPARE -if ($this->_tpldata['.'][0]['S_COMPARE']) { -echo ' - - - - - - - - - - - - - - - ';// 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 ' - - - - - - - - - - - - - - ';}} -// END members_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LEVEL'])) ? $this->_tpldata['.'][0]['L_LEVEL'] : ((isset($user->lang['LEVEL'])) ? $user->lang['LEVEL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LEVEL'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LASTRAID'])) ? $this->_tpldata['.'][0]['L_LASTRAID'] : ((isset($user->lang['LASTRAID'])) ? $user->lang['LASTRAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LASTRAID'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LASTLOOT'])) ? $this->_tpldata['.'][0]['L_LASTLOOT'] : ((isset($user->lang['LASTLOOT'])) ? $user->lang['LASTLOOT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LASTLOOT'))) . ' }')) . '' . ((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'))) . ' }')) . '' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['NAME'])) ? $this->_tpldata['members_row.'][$_members_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LEVEL'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LEVEL'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CLASS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CLASS'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['EARNED'])) ? $this->_tpldata['members_row.'][$_members_row_i]['EARNED'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['SPENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['SPENT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CURRENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CURRENT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LASTLOOT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LASTLOOT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['RAIDS_30_DAYS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['RAIDS_30_DAYS'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['RAIDS_90_DAYS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['RAIDS_90_DAYS'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'] : '') . '
-';// ELSE -} else { -// IF S_NOTMM -if ($this->_tpldata['.'][0]['S_NOTMM']) { -echo ' -
- - - - - - -
' . ((isset($this->_tpldata['.'][0]['L_FILTER'])) ? $this->_tpldata['.'][0]['L_FILTER'] : ((isset($user->lang['FILTER'])) ? $user->lang['FILTER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FILTER'))) . ' }')) . ':  - -
-
-';// ENDIF -} -echo ' -
- - - - - - - - - - - - - - - ';// 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 ' - - - - - - - - - - - - - - ';}} -// END members_row -echo ' - - - -
  ' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_RANK'])) ? $this->_tpldata['.'][0]['L_RANK'] : ((isset($user->lang['RANK'])) ? $user->lang['RANK'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RANK'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LEVEL'])) ? $this->_tpldata['.'][0]['L_LEVEL'] : ((isset($user->lang['LEVEL'])) ? $user->lang['LEVEL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LEVEL'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LASTRAID'])) ? $this->_tpldata['.'][0]['L_LASTRAID'] : ((isset($user->lang['LASTRAID'])) ? $user->lang['LASTRAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LASTRAID'))) . ' }')) . '
' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['COUNT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['COUNT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['NAME'])) ? $this->_tpldata['members_row.'][$_members_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['RANK'])) ? $this->_tpldata['members_row.'][$_members_row_i]['RANK'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LEVEL'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LEVEL'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CLASS'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CLASS'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['EARNED'])) ? $this->_tpldata['members_row.'][$_members_row_i]['EARNED'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['SPENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['SPENT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['ADJUSTMENT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['CURRENT'])) ? $this->_tpldata['members_row.'][$_members_row_i]['CURRENT'] : '') . '' . ((isset($this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'])) ? $this->_tpldata['members_row.'][$_members_row_i]['LASTRAID'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTMEMBERS_FOOTCOUNT'] : '') . '
-
-
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - -
- - - - - - - - ';// 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 ' - - - - - - - ';}} -// END raids_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '
' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NAME'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['LISTRAIDS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['LISTRAIDS_FOOTCOUNT'] : '') . '
- - - - -
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -// IF S_LOGIN -if ($this->_tpldata['.'][0]['S_LOGIN']) { -echo ' -
- - - - - - - - - - -
' . ((isset($this->_tpldata['.'][0]['L_LOGIN'])) ? $this->_tpldata['.'][0]['L_LOGIN'] : ((isset($user->lang['LOGIN'])) ? $user->lang['LOGIN'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOGIN'))) . ' }')) . '
- - - - - - - - - - - - -
' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':
' . ((isset($this->_tpldata['.'][0]['L_PASSWORD'])) ? $this->_tpldata['.'][0]['L_PASSWORD'] : ((isset($user->lang['PASSWORD'])) ? $user->lang['PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PASSWORD'))) . ' }')) . ':
- ' . ((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'))) . ' }')) . ': -
-
-
-';// ELSE -} else { -echo ' -
- - - - - - - - - - -
' . ((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'))) . ' }')) . '
- - - - - - - - - -
' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':
' . ((isset($this->_tpldata['.'][0]['L_EMAIL'])) ? $this->_tpldata['.'][0]['L_EMAIL'] : ((isset($user->lang['EMAIL'])) ? $user->lang['EMAIL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EMAIL'))) . ' }')) . ':
-
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - - -
' . ((isset($this->_tpldata['.'][0]['MSG_TITLE'])) ? $this->_tpldata['.'][0]['MSG_TITLE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['MSG_TEXT'])) ? $this->_tpldata['.'][0]['MSG_TEXT'] : '') . '
 
-';// 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 @@ -security()) { -echo ' - - - -' . ((isset($this->_tpldata['.'][0]['META'])) ? $this->_tpldata['.'][0]['META'] : '') . ' -' . ((isset($this->_tpldata['.'][0]['PAGE_TITLE'])) ? $this->_tpldata['.'][0]['PAGE_TITLE'] : '') . ' - - - -_tpldata['.'][0]['ONLOAD'])) ? $this->_tpldata['.'][0]['ONLOAD'] : '') . '> -';// IF S_NORMAL_HEADER -if ($this->_tpldata['.'][0]['S_NORMAL_HEADER']) { -echo ' - - - - - - -
Logo
-
' . ((isset($this->_tpldata['.'][0]['MAIN_TITLE'])) ? $this->_tpldata['.'][0]['MAIN_TITLE'] : '') . '
- ' . ((isset($this->_tpldata['.'][0]['SUB_TITLE'])) ? $this->_tpldata['.'][0]['SUB_TITLE'] : '') . '

- - ' . ((isset($this->_tpldata['.'][0]['MAIN_MENU1'])) ? $this->_tpldata['.'][0]['MAIN_MENU1'] : '') . ' -
- ' . ((isset($this->_tpldata['.'][0]['MAIN_MENU2'])) ? $this->_tpldata['.'][0]['MAIN_MENU2'] : '') . ' -
-
- - -
-
-';// IF S_IN_ADMIN -if ($this->_tpldata['.'][0]['S_IN_ADMIN']) { -echo ' - - - - - -
- - - - - - - - - - - ';// 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 ' - - - - ';// 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 ' - - - - ';}} -// END menu_row -}} -// END header_row -echo ' -
' . ((isset($this->_tpldata['.'][0]['L_ADMINISTRATION'])) ? $this->_tpldata['.'][0]['L_ADMINISTRATION'] : ((isset($user->lang['ADMINISTRATION'])) ? $user->lang['ADMINISTRATION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADMINISTRATION'))) . ' }')) . '
 arrow ' . ((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'))) . ' }')) . '
 arrow ' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['header_row.'][$_header_row_i]['HEADER'])) ? $this->_tpldata['header_row.'][$_header_row_i]['HEADER'] : '') . '
 arrow ' . ((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'] : '') . '
-
-';// 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 @@ -security()) { -// IF S_IN_ADMIN -if ($this->_tpldata['.'][0]['S_IN_ADMIN']) { -echo ' -
-';// ENDIF -} -echo ' -
-';// IF S_NORMAL_FOOTER -if ($this->_tpldata['.'][0]['S_NORMAL_FOOTER']) { -// IF S_SHOW_QUERIES -if ($this->_tpldata['.'][0]['S_SHOW_QUERIES']) { -echo ' - - - - - ';// 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 ' - - - - ';}} -// END query_row -echo ' -
Queries
' . ((isset($this->_tpldata['query_row.'][$_query_row_i]['QUERY'])) ? $this->_tpldata['query_row.'][$_query_row_i]['QUERY'] : '') . '
-
-';// ENDIF -} -echo '';echo ' -
' . ((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'))) . ' }')) . ' EQdkp ' . ((isset($this->_tpldata['.'][0]['EQDKP_VERSION'])) ? $this->_tpldata['.'][0]['EQDKP_VERSION'] : '') . '
© 2003 The EQdkp Project Team
-
-';// IF S_SHOW_DEBUG -if ($this->_tpldata['.'][0]['S_SHOW_DEBUG']) { -echo ' -
' . ((isset($this->_tpldata['.'][0]['EQDKP_RENDERTIME'])) ? $this->_tpldata['.'][0]['EQDKP_RENDERTIME'] : '') . ' | ' . ((isset($this->_tpldata['.'][0]['EQDKP_QUERYCOUNT'])) ? $this->_tpldata['.'][0]['EQDKP_QUERYCOUNT'] : '') . ' | XHTML Validate
-';// ENDIF -} -// ENDIF -} -echo ' - - - - - - - - -'; -} -?> \ 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - -
- - - - - - - - - - - - - - - - - - ';// IF S_CURRENT_PASSWORD -if ($this->_tpldata['.'][0]['S_CURRENT_PASSWORD']) { -echo ' - - - - - ';// ENDIF -} -// IF S_NEW_PASSWORD -if ($this->_tpldata['.'][0]['S_NEW_PASSWORD']) { -echo ' - - - - - - - - - ';// ELSE -} else { -echo ' - - - - - - - - - ';// ENDIF -} -echo ' -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . '
* ' . ((isset($this->_tpldata['.'][0]['L_USERNAME'])) ? $this->_tpldata['.'][0]['L_USERNAME'] : ((isset($user->lang['USERNAME'])) ? $user->lang['USERNAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'USERNAME'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USERNAME'])) ? $this->_tpldata['.'][0]['FV_USERNAME'] : '') . '
* ' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USER_EMAIL'])) ? $this->_tpldata['.'][0]['FV_USER_EMAIL'] : '') . '
* ' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['FV_PASSWORD'])) ? $this->_tpldata['.'][0]['FV_PASSWORD'] : '') . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['FV_NEW_PASSWORD'])) ? $this->_tpldata['.'][0]['FV_NEW_PASSWORD'] : '') . '
' . ((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'))) . ' }')) . ':
' . ((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'))) . ' }')) . '
* ' . ((isset($this->_tpldata['.'][0]['L_PASSWORD'])) ? $this->_tpldata['.'][0]['L_PASSWORD'] : ((isset($user->lang['PASSWORD'])) ? $user->lang['PASSWORD'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PASSWORD'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USER_PASSWORD'])) ? $this->_tpldata['.'][0]['FV_USER_PASSWORD'] : '') . '
* ' . ((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'))) . ' }')) . ':
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ';// IF S_SETTING_ADMIN -if ($this->_tpldata['.'][0]['S_SETTING_ADMIN']) { -echo ' -
' . ((isset($this->_tpldata['.'][0]['L_PREFERENCES'])) ? $this->_tpldata['.'][0]['L_PREFERENCES'] : ((isset($user->lang['PREFERENCES'])) ? $user->lang['PREFERENCES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREFERENCES'))) . ' }')) . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USER_ALIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_ALIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USER_ELIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_ELIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USER_ILIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_ILIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USER_NLIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_NLIMIT'] : '') . '
' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['FV_USER_RLIMIT'])) ? $this->_tpldata['.'][0]['FV_USER_RLIMIT'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_LANGUAGE'])) ? $this->_tpldata['.'][0]['L_LANGUAGE'] : ((isset($user->lang['LANGUAGE'])) ? $user->lang['LANGUAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LANGUAGE'))) . ' }')) . ': - -
' . ((isset($this->_tpldata['.'][0]['L_STYLE'])) ? $this->_tpldata['.'][0]['L_STYLE'] : ((isset($user->lang['STYLE'])) ? $user->lang['STYLE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'STYLE'))) . ' }')) . ': - -    (' . ((isset($this->_tpldata['.'][0]['L_PREVIEW'])) ? $this->_tpldata['.'][0]['L_PREVIEW'] : ((isset($user->lang['PREVIEW'])) ? $user->lang['PREVIEW'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PREVIEW'))) . ' }')) . ') -
-
- - - - - - - - - - - - ';// 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 ' - - - - - ';}} -// END permissions_row -// ENDIF -} -// IF S_MU_TABLE -if ($this->_tpldata['.'][0]['S_MU_TABLE']) { -echo ' -
' . ((isset($this->_tpldata['.'][0]['L_PERMISSIONS'])) ? $this->_tpldata['.'][0]['L_PERMISSIONS'] : ((isset($user->lang['PERMISSIONS'])) ? $user->lang['PERMISSIONS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PERMISSIONS'))) . ' }')) . '
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ':_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'))) . ' }')) . '  _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'))) . ' }')) . '
' . ((isset($this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'])) ? $this->_tpldata['permissions_row.'][$_permissions_row_i]['GROUP'] : '') . ': - ';// 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 ' - _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'] : '') . ' /> - ' . ((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'] : '') . ' - ';}} -// END check_group -echo ' -
-
- - - - - - - - - ';// ENDIF -} -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . ' - - ' . ((isset($this->_tpldata['.'][0]['FV_MEMBER_ID'])) ? $this->_tpldata['.'][0]['FV_MEMBER_ID'] : '') . ' -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - - -
 
- ';// 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 ' - ' . ((isset($this->_tpldata['root_menu.'][$_root_menu_i]['TEXT'])) ? $this->_tpldata['root_menu.'][$_root_menu_i]['TEXT'] : '') . '
- ';// 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 ' -

- ';}} -// END root_menu -echo ' -
 
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - - - - - - - - - - - - - - - - -';// 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 ' - - - - - - - - - - - - - - - - - - -';}} -// END stats_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_RAIDS'])) ? $this->_tpldata['.'][0]['L_RAIDS'] : ((isset($user->lang['RAIDS'])) ? $user->lang['RAIDS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAIDS'))) . ' }')) . 'Loot' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_EFFECTIVE'])) ? $this->_tpldata['.'][0]['L_EFFECTIVE'] : ((isset($user->lang['EFFECTIVE'])) ? $user->lang['EFFECTIVE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EFFECTIVE'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_FIRST'])) ? $this->_tpldata['.'][0]['L_FIRST'] : ((isset($user->lang['FIRST'])) ? $user->lang['FIRST'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'FIRST'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LAST'])) ? $this->_tpldata['.'][0]['L_LAST'] : ((isset($user->lang['LAST'])) ? $user->lang['LAST'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LAST'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ATTENDED'])) ? $this->_tpldata['.'][0]['L_ATTENDED'] : ((isset($user->lang['ATTENDED'])) ? $user->lang['ATTENDED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDED'))) . ' }')) . '30 Days60 Days90 Days#%' . ((isset($this->_tpldata['.'][0]['L_TOTAL'])) ? $this->_tpldata['.'][0]['L_TOTAL'] : ((isset($user->lang['TOTAL'])) ? $user->lang['TOTAL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_TOTAL'])) ? $this->_tpldata['.'][0]['L_TOTAL'] : ((isset($user->lang['TOTAL'])) ? $user->lang['TOTAL'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'TOTAL'))) . ' }')) . '
' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['NAME'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['FIRST_RAID'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['FIRST_RAID'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['LAST_RAID'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['LAST_RAID'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_COUNT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_COUNT'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT'] : '') . '%' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_30'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_30'] : '') . '%' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_60'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_60'] : '') . '%' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_90'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['ATTENDED_PERCENT_90'] : '') . '%' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROPS'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROPS'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROP_PCT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['MEMBER_DROP_PCT'] : '') . '%' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['EARNED_TOTAL'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['EARNED_TOTAL'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['SPENT_TOTAL'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['SPENT_TOTAL'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['CURRENT'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['CURRENT'] : '') . '' . ((isset($this->_tpldata['stats_row.'][$_stats_row_i]['EFFECTIVE'])) ? $this->_tpldata['stats_row.'][$_stats_row_i]['EFFECTIVE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['STATS_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['STATS_FOOTCOUNT'] : '') . '
-
- - - - - - - - -';// 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 ' - - - - - - - - -';}} -// END class_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LOOTS'])) ? $this->_tpldata['.'][0]['L_LOOTS'] : ((isset($user->lang['LOOTS'])) ? $user->lang['LOOTS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOOTS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . '' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'] : '') . '
 
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -// IF S_STEP1 -if ($this->_tpldata['.'][0]['S_STEP1']) { -echo '
';// ENDIF -} -echo ' - - ';// IF S_STEP1 -if ($this->_tpldata['.'][0]['S_STEP1']) { -echo ' - - - - - - - - - - - ';// ELSE -} else { -echo ' - - - - - - - - - -
' . ((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'))) . ' }')) . '
- ' . ((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'))) . ' }')) . ': // - - ' . ((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'))) . ' }')) . ': // -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['TOTAL_RAIDS'])) ? $this->_tpldata['.'][0]['TOTAL_RAIDS'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['TOTAL_ITEMS'])) ? $this->_tpldata['.'][0]['TOTAL_ITEMS'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['TOTAL_EARNED'])) ? $this->_tpldata['.'][0]['TOTAL_EARNED'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['TOTAL_SPENT'])) ? $this->_tpldata['.'][0]['TOTAL_SPENT'] : '') . '
-
- - - - - - - - - - ';// 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 ' - - - - - - - - - - ';}} -// END raids_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_EVENT'])) ? $this->_tpldata['.'][0]['L_EVENT'] : ((isset($user->lang['EVENT'])) ? $user->lang['EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ITEMS'])) ? $this->_tpldata['.'][0]['L_ITEMS'] : ((isset($user->lang['ITEMS'])) ? $user->lang['ITEMS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEMS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '
' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NAME'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES_PCT'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES_PCT'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ITEMS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ITEMS'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'] : '') . '
 
-
- - - - - - - - ';// 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 ' - - - - - - - - - ';}} -// END class_row -echo ' - - - - ';// ENDIF -} -echo ' -
' . ((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'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_LOOTS'])) ? $this->_tpldata['.'][0]['L_LOOTS'] : ((isset($user->lang['LOOTS'])) ? $user->lang['LOOTS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'LOOTS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_MEMBERS'])) ? $this->_tpldata['.'][0]['L_MEMBERS'] : ((isset($user->lang['MEMBERS'])) ? $user->lang['MEMBERS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'MEMBERS'))) . ' }')) . '' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_COUNT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_PCT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_COUNT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS_PCT'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['LOOT_FACTOR'] : '') . '
 
-';// IF S_STEP1 -if ($this->_tpldata['.'][0]['S_STEP1']) { -echo '
';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' -
- - - - - - - - - - -
' . ((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'))) . ' }')) . '
- ' . ((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'))) . ' }')) . '

-
  -
-
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - -
- - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['EVENT_ADDED_BY'])) ? $this->_tpldata['.'][0]['EVENT_ADDED_BY'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['EVENT_UPDATED_BY'])) ? $this->_tpldata['.'][0]['EVENT_UPDATED_BY'] : '') . '
- - - - - - - - - - ';// 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 ' - - - - - - - - - ';}} -// END raids_row -echo ' - - - - - - - - - - - - - -
 ' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_DROPS'])) ? $this->_tpldata['.'][0]['L_DROPS'] : ((isset($user->lang['DROPS'])) ? $user->lang['DROPS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DROPS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '
View' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['ATTENDEES'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DROPS'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DROPS'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['VALUE'] : '') . '
 
' . ((isset($this->_tpldata['.'][0]['L_AVERAGE'])) ? $this->_tpldata['.'][0]['L_AVERAGE'] : ((isset($user->lang['AVERAGE'])) ? $user->lang['AVERAGE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'AVERAGE'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['AVERAGE_ATTENDEES'])) ? $this->_tpldata['.'][0]['AVERAGE_ATTENDEES'] : '') . '' . ((isset($this->_tpldata['.'][0]['AVERAGE_DROPS'])) ? $this->_tpldata['.'][0]['AVERAGE_DROPS'] : '') . '' . ((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'))) . ' }')) . ':' . ((isset($this->_tpldata['.'][0]['TOTAL_EARNED'])) ? $this->_tpldata['.'][0]['TOTAL_EARNED'] : '') . '
' . ((isset($this->_tpldata['.'][0]['VIEWEVENT_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['VIEWEVENT_FOOTCOUNT'] : '') . '
-
-
- - - - - - - - - - - - ';// 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 ' - - - - - - - - ';}} -// END items_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_ITEMS'])) ? $this->_tpldata['.'][0]['L_ITEMS'] : ((isset($user->lang['ITEMS'])) ? $user->lang['ITEMS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEMS'))) . ' }')) . '
 ' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '
View' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['SPENT'])) ? $this->_tpldata['items_row.'][$_items_row_i]['SPENT'] : '') . '
' . ((isset($this->_tpldata['.'][0]['ITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ITEM_FOOTCOUNT'] : '') . '
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - ';// IF S_STATS -if ($this->_tpldata['.'][0]['S_STATS']) { -echo ' - - - - ';// ENDIF -} -echo ' - - - - - - - ';// 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 ' - - - - - - - ';}} -// END items_row -echo ' - - - -
' . ((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'))) . ' }')) . '
- -
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_VALUE'])) ? $this->_tpldata['.'][0]['L_VALUE'] : ((isset($user->lang['VALUE'])) ? $user->lang['VALUE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'VALUE'))) . ' }')) . '
' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['RAID'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['VIEWITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['VIEWITEM_FOOTCOUNT'] : '') . '
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - - - - - - - - - -
' . ((isset($this->_tpldata['.'][0]['GUILDTAG'])) ? $this->_tpldata['.'][0]['GUILDTAG'] : '') . ': ' . ((isset($this->_tpldata['.'][0]['NAME'])) ? $this->_tpldata['.'][0]['NAME'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['EARNED'])) ? $this->_tpldata['.'][0]['EARNED'] : '') . '' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['SPENT'])) ? $this->_tpldata['.'][0]['SPENT'] : '') . '' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT'])) ? $this->_tpldata['.'][0]['ADJUSTMENT'] : '') . '' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['CURRENT'])) ? $this->_tpldata['.'][0]['CURRENT'] : '') . '
' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAIDS_30_DAYS'])) ? $this->_tpldata['.'][0]['RAIDS_30_DAYS'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAIDS_60_DAYS'])) ? $this->_tpldata['.'][0]['RAIDS_60_DAYS'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAIDS_90_DAYS'])) ? $this->_tpldata['.'][0]['RAIDS_90_DAYS'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAIDS_LIFETIME'])) ? $this->_tpldata['.'][0]['RAIDS_LIFETIME'] : '') . '
-
- - - - - - - - - - - - ';// 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 ' - - - - - - - - ';}} -// END raids_row -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_EARNED'])) ? $this->_tpldata['.'][0]['L_EARNED'] : ((isset($user->lang['EARNED'])) ? $user->lang['EARNED'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EARNED'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '
' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['DATE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NAME'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['NOTE'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['EARNED'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['EARNED'] : '') . '' . ((isset($this->_tpldata['raids_row.'][$_raids_row_i]['CURRENT_EARNED'])) ? $this->_tpldata['raids_row.'][$_raids_row_i]['CURRENT_EARNED'] : '') . '
' . ((isset($this->_tpldata['.'][0]['RAID_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['RAID_FOOTCOUNT'] : '') . '
- - - - -
-
- - - - - - - - - - - - ';// 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 ' - - - - - - - - ';}} -// END items_row -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_NAME'])) ? $this->_tpldata['.'][0]['L_NAME'] : ((isset($user->lang['NAME'])) ? $user->lang['NAME'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NAME'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_RAID'])) ? $this->_tpldata['.'][0]['L_RAID'] : ((isset($user->lang['RAID'])) ? $user->lang['RAID'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'RAID'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_CURRENT'])) ? $this->_tpldata['.'][0]['L_CURRENT'] : ((isset($user->lang['CURRENT'])) ? $user->lang['CURRENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CURRENT'))) . ' }')) . '
' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['DATE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['RAID'])) ? $this->_tpldata['items_row.'][$_items_row_i]['RAID'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['SPENT'])) ? $this->_tpldata['items_row.'][$_items_row_i]['SPENT'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['CURRENT_SPENT'])) ? $this->_tpldata['items_row.'][$_items_row_i]['CURRENT_SPENT'] : '') . '
' . ((isset($this->_tpldata['.'][0]['ITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ITEM_FOOTCOUNT'] : '') . '
- - - - -
-
- - - - - - - - - - ';// 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 ' - - - - - - ';}} -// END adjustments_row -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_DATE'])) ? $this->_tpldata['.'][0]['L_DATE'] : ((isset($user->lang['DATE'])) ? $user->lang['DATE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DATE'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_REASON'])) ? $this->_tpldata['.'][0]['L_REASON'] : ((isset($user->lang['REASON'])) ? $user->lang['REASON'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'REASON'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ADJUSTMENT'])) ? $this->_tpldata['.'][0]['L_ADJUSTMENT'] : ((isset($user->lang['ADJUSTMENT'])) ? $user->lang['ADJUSTMENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ADJUSTMENT'))) . ' }')) . '
' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['DATE'] : '') . '' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['REASON'] : '') . '' . ((isset($this->_tpldata['adjustments_row.'][$_adjustments_row_i]['INDIVIDUAL_ADJUSTMENT'])) ? $this->_tpldata['adjustments_row.'][$_adjustments_row_i]['INDIVIDUAL_ADJUSTMENT'] : '') . '
' . ((isset($this->_tpldata['.'][0]['ADJUSTMENT_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ADJUSTMENT_FOOTCOUNT'] : '') . '
-
-
- - - - - - - - - ';// 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 ' - - - - - ';}} -// END event_row -echo ' - - - -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_EVENT'])) ? $this->_tpldata['.'][0]['L_EVENT'] : ((isset($user->lang['EVENT'])) ? $user->lang['EVENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EVENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_PERCENT'])) ? $this->_tpldata['.'][0]['L_PERCENT'] : ((isset($user->lang['PERCENT'])) ? $user->lang['PERCENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PERCENT'))) . ' }')) . '
' . ((isset($this->_tpldata['event_row.'][$_event_row_i]['EVENT'])) ? $this->_tpldata['event_row.'][$_event_row_i]['EVENT'] : '') . '' . ((isset($this->_tpldata['event_row.'][$_event_row_i]['BAR'])) ? $this->_tpldata['event_row.'][$_event_row_i]['BAR'] : '') . '
 
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - ';// 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 ' - - - - ';// 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 ' - - - - ';}} -// END news_row -}} -// END date_row -echo ' - - - -
' . ((isset($this->_tpldata['date_row.'][$_date_row_i]['DATE'])) ? $this->_tpldata['date_row.'][$_date_row_i]['DATE'] : '') . '
- ' . ((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'] : '') . ' (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'] : '') . ')

- ' . ((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'] : '') . ' -
 
- - - - -
-';// 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 @@ -security()) { -// INCLUDE page_header.html -$this->assign_from_include('page_header.html'); -echo ' - - - - - - - - - - - - -
' . ((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'))) . ' }')) . '
' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAID_ADDED_BY'])) ? $this->_tpldata['.'][0]['RAID_ADDED_BY'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAID_UPDATED_BY'])) ? $this->_tpldata['.'][0]['RAID_UPDATED_BY'] : '') . '
' . ((isset($this->_tpldata['.'][0]['L_NOTE'])) ? $this->_tpldata['.'][0]['L_NOTE'] : ((isset($user->lang['NOTE'])) ? $user->lang['NOTE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'NOTE'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAID_NOTE'])) ? $this->_tpldata['.'][0]['RAID_NOTE'] : '') . '' . ((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'))) . ' }')) . ': ' . ((isset($this->_tpldata['.'][0]['RAID_VALUE'])) ? $this->_tpldata['.'][0]['RAID_VALUE'] : '') . '
-
- - - - - ';// 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 ' - - ';// IF S_COLUMN0 -if ($this->_tpldata['.'][0]['S_COLUMN0']) { -echo '';// ENDIF -} -// IF S_COLUMN1 -if ($this->_tpldata['.'][0]['S_COLUMN1']) { -echo '';// ENDIF -} -// IF S_COLUMN2 -if ($this->_tpldata['.'][0]['S_COLUMN2']) { -echo '';// ENDIF -} -// IF S_COLUMN3 -if ($this->_tpldata['.'][0]['S_COLUMN3']) { -echo '';// ENDIF -} -// IF S_COLUMN4 -if ($this->_tpldata['.'][0]['S_COLUMN4']) { -echo '';// ENDIF -} -// IF S_COLUMN5 -if ($this->_tpldata['.'][0]['S_COLUMN5']) { -echo '';// ENDIF -} -// IF S_COLUMN6 -if ($this->_tpldata['.'][0]['S_COLUMN6']) { -echo '';// ENDIF -} -// IF S_COLUMN7 -if ($this->_tpldata['.'][0]['S_COLUMN7']) { -echo '';// ENDIF -} -// IF S_COLUMN8 -if ($this->_tpldata['.'][0]['S_COLUMN8']) { -echo '';// ENDIF -} -// IF S_COLUMN9 -if ($this->_tpldata['.'][0]['S_COLUMN9']) { -echo '';// ENDIF -} -echo ' - - ';}} -// END attendees_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '
' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN0_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN0_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN1_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN1_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN2_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN2_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN3_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN3_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN4_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN4_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN5_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN5_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN6_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN6_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN7_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN7_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN8_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN8_NAME'] : '') . '' . ((isset($this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN9_NAME'])) ? $this->_tpldata['attendees_row.'][$_attendees_row_i]['COLUMN9_NAME'] : '') . '
' . ((isset($this->_tpldata['.'][0]['ATTENDEES_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ATTENDEES_FOOTCOUNT'] : '') . '
-
- - - - - - - - - - ';// 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 ' - - - - - - ';}} -// END items_row -echo ' - - - -
' . ((isset($this->_tpldata['.'][0]['L_DROPS'])) ? $this->_tpldata['.'][0]['L_DROPS'] : ((isset($user->lang['DROPS'])) ? $user->lang['DROPS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'DROPS'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_BUYER'])) ? $this->_tpldata['.'][0]['L_BUYER'] : ((isset($user->lang['BUYER'])) ? $user->lang['BUYER'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'BUYER'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ITEM'])) ? $this->_tpldata['.'][0]['L_ITEM'] : ((isset($user->lang['ITEM'])) ? $user->lang['ITEM'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ITEM'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_SPENT'])) ? $this->_tpldata['.'][0]['L_SPENT'] : ((isset($user->lang['SPENT'])) ? $user->lang['SPENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SPENT'))) . ' }')) . '
' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['BUYER'])) ? $this->_tpldata['items_row.'][$_items_row_i]['BUYER'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['NAME'])) ? $this->_tpldata['items_row.'][$_items_row_i]['NAME'] : '') . '' . ((isset($this->_tpldata['items_row.'][$_items_row_i]['VALUE'])) ? $this->_tpldata['items_row.'][$_items_row_i]['VALUE'] : '') . '
' . ((isset($this->_tpldata['.'][0]['ITEM_FOOTCOUNT'])) ? $this->_tpldata['.'][0]['ITEM_FOOTCOUNT'] : '') . '
-
- - - - - - - - - - ';// 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 ' - - - - - - ';}} -// END class_row -echo ' -
' . ((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'))) . ' }')) . '
' . ((isset($this->_tpldata['.'][0]['L_CLASS'])) ? $this->_tpldata['.'][0]['L_CLASS'] : ((isset($user->lang['CLASS'])) ? $user->lang['CLASS'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'CLASS'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_PERCENT'])) ? $this->_tpldata['.'][0]['L_PERCENT'] : ((isset($user->lang['PERCENT'])) ? $user->lang['PERCENT'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'PERCENT'))) . ' }')) . '' . ((isset($this->_tpldata['.'][0]['L_ATTENDEES'])) ? $this->_tpldata['.'][0]['L_ATTENDEES'] : ((isset($user->lang['ATTENDEES'])) ? $user->lang['ATTENDEES'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'ATTENDEES'))) . ' }')) . '
' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['CLASS'])) ? $this->_tpldata['class_row.'][$_class_row_i]['CLASS'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['BAR'])) ? $this->_tpldata['class_row.'][$_class_row_i]['BAR'] : '') . '' . ((isset($this->_tpldata['class_row.'][$_class_row_i]['ATTENDEES'])) ? $this->_tpldata['class_row.'][$_class_row_i]['ATTENDEES'] : '') . '
-';// INCLUDE page_tail.html -$this->assign_from_include('page_tail.html'); - -} -?> \ No newline at end of file -- cgit v1.2.1-2-g3f67