|
Last change
on this file since 1068 was
1068,
checked in by moo, 11 months ago
|
|
htdocs: blue skin
|
-
Property svn:eol-style set to
native
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="X-UA-Compatible" content="IE=6" /> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['config']['charset']; ?>" /> |
|---|
| 6 | <meta http-equiv="Content-Language" content="<?php echo $GLOBALS['config']['lang']; ?>" /> |
|---|
| 7 | <script type="text/javascript" src="tablesort.js"></script> |
|---|
| 8 | |
|---|
| 9 | <link rel="stylesheet" type="text/css" href="../common/common.css" /> |
|---|
| 10 | <link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['module']; ?>.css" /> |
|---|
| 11 | <title><?php echo $title = sprintf("XCache %s", $xcache_version = defined('XCACHE_VERSION') ? XCACHE_VERSION : '') . " - " . ucfirst($GLOBALS['module']); ?></title> |
|---|
| 12 | </head> |
|---|
| 13 | |
|---|
| 14 | <body> |
|---|
| 15 | <div id="header"> |
|---|
| 16 | <div id="banner"><?php echo $title; ?></div> |
|---|
| 17 | <div id="nav"> |
|---|
| 18 | <div id="mainnav"> |
|---|
| 19 | <?php echo mainnav(); ?> |
|---|
| 20 | </div> |
|---|
| 21 | <div id="subnav" class="switcher"> |
|---|
| 22 | <?php echo subnav(); ?> |
|---|
| 23 | </div> |
|---|
| 24 | </div> |
|---|
| 25 | </div> |
|---|
| 26 | <div id="headerbase"> </div> |
|---|
| 27 | <div id="main"> |
|---|
Note: See
TracBrowser
for help on using the repository browser.