summaryrefslogtreecommitdiffstats
path: root/old/templates/cache/default/upgrade.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'old/templates/cache/default/upgrade.html.php')
-rw-r--r--old/templates/cache/default/upgrade.html.php37
1 files changed, 0 insertions, 37 deletions
diff --git a/old/templates/cache/default/upgrade.html.php b/old/templates/cache/default/upgrade.html.php
deleted file mode 100644
index 8cf954a..0000000
--- a/old/templates/cache/default/upgrade.html.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<form method="post" action="upgrade.php">
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['L_EQDKP_UPGRADE'])) ? $this->_tpldata['.'][0]['L_EQDKP_UPGRADE'] : ((isset($user->lang['EQDKP_UPGRADE'])) ? $user->lang['EQDKP_UPGRADE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'EQDKP_UPGRADE'))) . ' }')) . '</th>
- </tr>
- <tr>
- <td class="row1" align="center">
- ' . ((isset($this->_tpldata['.'][0]['L_SELECT_VERSION'])) ? $this->_tpldata['.'][0]['L_SELECT_VERSION'] : ((isset($user->lang['SELECT_VERSION'])) ? $user->lang['SELECT_VERSION'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'SELECT_VERSION'))) . ' }')) . '<br /><br />
- <select name="version" class="input">
- ';// BEGIN version_row
-$_version_row_count = (isset($this->_tpldata['version_row.'])) ? sizeof($this->_tpldata['version_row.']) : 0;
-if ($_version_row_count) {
-for ($_version_row_i = 0; $_version_row_i < $_version_row_count; $_version_row_i++)
-{
-echo '
- <option value="' . ((isset($this->_tpldata['version_row.'][$_version_row_i]['VALUE'])) ? $this->_tpldata['version_row.'][$_version_row_i]['VALUE'] : '') . '"' . ((isset($this->_tpldata['version_row.'][$_version_row_i]['SELECTED'])) ? $this->_tpldata['version_row.'][$_version_row_i]['SELECTED'] : '') . '>' . ((isset($this->_tpldata['version_row.'][$_version_row_i]['OPTION'])) ? $this->_tpldata['version_row.'][$_version_row_i]['OPTION'] : '') . '</option>
- ';}}
-// END version_row
-echo '
- </select><br />&nbsp;
- </td>
- </tr>
- <tr>
- <th><input type="submit" name="upgrade" value="' . ((isset($this->_tpldata['.'][0]['L_UPGRADE'])) ? $this->_tpldata['.'][0]['L_UPGRADE'] : ((isset($user->lang['UPGRADE'])) ? $user->lang['UPGRADE'] : '{ ' . ucfirst(strtolower(str_replace('_', ' ', 'UPGRADE'))) . ' }')) . '" class="mainoption" /></th>
- </tr>
-</table>
-</form>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file