Databaseoption Body.tpl:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>WB News Administration Panel</title>
<style type="text/css"> @import "../templates/{THEME_DIRECTORY}/admin/css/layout.css"; </style>
<script type="text/javascript" src="../templates/{THEME_DIRECTORY}/admin/clientscript/nav.js"></script>
</head>
<body>
<div id="topbar">Welcome {LOGGED_USERNAME} | <a href="user.php?action=myaccount">Update Details</a> | <a href="login.php?action=logout" onclick="return confirm('Are you sure you want to logout?');">Logout</a></div>
<div id="container">
<div id="logo"><a href="index.php"><img src="../templates/{THEME_DIRECTORY}/admin/images/wbnews.png" alt="WB News Administration Panel" title="WB News - Administration Panel" /></a></div>
<!-- Navigation -->
<div id="section_nav">
<ul>{MENU_SECTION}</ul>
</div>
<div id="nav">
{MENU}
</div>
<!-- End Navigation -->
<div id="content">
<h1>Database Options</h1>
<h2>Optimize Database Tables</h2>
<table align="center" style="width: 100%;margin-top: 5px;" cellpadding="4">
<tr style="background: #cbddff;">
<th>Table Name</th>
<th>Bytes Overhead</th>
<th></th>
</tr>
{database_list}
<tr style="background: #cbddff;">
<td colspan="3" style="text-align: center;"><a href="database.php?action=optimize">Optimize All Tables</a></td>
</tr>
</table>
<div style="margin-top: 20px;"></div>
<h2>Database Backup</h2>
<form action="database.php?action=backup" method="post">
<table align="center" style="width: 100%;margin-top: 5px;" cellpadding="4">
<tr style="background: #edf3fe;">
<td><strong>Do you wish to Download</strong></td>
<td><input type="checkbox" name="download" value="yes" /> Yes</td>
</tr>
<tr>
<td><strong>Backup Format</strong></td>
<td><select name="format"><option value="sql">SQL</option><option value="wbsml">WBSML</option></select> <a href="" onclick="window.open('../templates/{THEME_DIRECTORY}/admin/help.html#backup-format', '', 'width=500, height=300');return false;"><img src="../templates/{THEME_DIRECTORY}/admin/images/help.gif" alt="Help" title="Help" /></a></td>
</tr>
<tr style="background: #edf3fe;">
<td></td>
<td><input type="submit" name="dboption_submit" value="Backup Database" /></td>
</tr>
</table>
</form>
</div>
</div>
<div id="footer">Version {NEWS_VERSION} - © 2004 - 2005 Webmobo</div>
</body>
</html>
Other News Publishing Scripts: