Index 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>WB News Administration</h1>
<div>Welcome to WB News Administration {LOGGED_USERNAME}</div>
<div class="content-spacer"></div>
<h2>Server Information</h2>
<table align="center" style="width: 90%;margin-top: 5px;" cellpadding="4">
<tr style="background: #edf3fe;">
<td><strong>Operating System</strong></td>
<td>{OS_VERSION}</td>
</tr>
<tr>
<td><strong>PHP Version</strong></td>
<td>{PHP_VERSION}</td>
</tr>
<tr style="background: #edf3fe;">
<td><strong>MySQL Version</strong></td>
<td>{MYSQL_VERSION}</td>
</tr>
</table>
<div class="content-spacer"></div>
<h2>News Information</h2>
<table align="center" style="width: 90%;margin-top: 5px;" cellpadding="4">
<tr style="background: #edf3fe;">
<td><strong>WB News Version</strong></td>
<td>{NEWS_VERSION}</td>
</tr>
<tr>
<td><strong>News Articles</strong></td>
<td>{NEWS_ARTICLES}</td>
</tr>
<tr style="background: #edf3fe;">
<td><strong>Registered Users</strong><br />(Includes Administrators)</td>
<td>{USERS_TOTAL}</td>
</tr>
</table>
<div class="content-spacer"></div>
<h2>Quick Links</h2>
<table align="center" style="width: 90%;margin-top: 5px;" cellpadding="4">
<tr style="background: #edf3fe;">
<td><strong>WB News Homepage</strong></td>
<td><a href="http://webmobo.com/wbnews/index.html">WB News Homepage</a></td>
</tr>
<tr>
<td><strong>Support</strong></td>
<td><a href="http://webmobo.com/support.html">Support</a></td>
</tr>
<tr style="background: #edf3fe;">
<td><strong>Bug Reporting</strong></td>
<td><a href="http://forums.webmobo.com/viewforum.php?f=1">Bugs</a></td>
</tr>
<tr>
<td><strong>Forums</strong></td>
<td><a href="http://forums.webmobo.com/">Forums</a></td>
</tr>
<tr style="background: #edf3fe;">
<td><strong>Help</strong></td>
<td> <a href="" onclick="window.open('../templates/{THEME_DIRECTORY}/admin/help.html', '', 'width=500, height=300');return false;"><img src="../templates/{THEME_DIRECTORY}/admin/images/help.gif" alt="Help" title="Help" /></a></td>
</tr>
</table>
</div>
</div>
<div id="footer">Version {NEWS_VERSION} - © 2004 - 2005 Webmobo</div>
</body>
</html>
Other News Publishing Scripts: