|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['config']['charset']; ?>" />
|
|
|
|
<meta http-equiv="Content-Language" content="<?php echo $GLOBALS['config']['lang']; ?>" />
|
|
|
|
<script type="text/javascript" src="../common/tablesort.js"></script>
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="../common/common.css" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['module']; ?>.css" />
|
|
|
|
<title><?php echo sprintf("XCache %s", $xcache_version = defined('XCACHE_VERSION') ? XCACHE_VERSION : ''); ?> - <?php echo ucfirst($GLOBALS['module']); ?></title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="header">
|
|
|
|
<div id="banner">
|
|
|
|
<a href="http://xcache.lighttpd.net/" rel="external"><img src="../common/xcache.png" id="logo" alt="XCache logo" width="175" height="51" />
|
|
|
|
<?php echo $xcache_version; ?> - <?php echo ucfirst($GLOBALS['module']); ?>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div id="nav">
|
|
|
|
<div id="mainnav">
|
|
|
|
<?php echo mainnav(); ?>
|
|
|
|
</div>
|
|
|
|
<div id="subnav" class="switcher">
|
|
|
|
<?php echo subnav(); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="headerbase"> </div>
|
|
|
|
<div id="main">
|