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