|
Last change
on this file since 1075 was
1075,
checked in by moo, 10 months ago
|
|
htdocs: adds width/height for logo to take up space before loaded
|
-
Property svn:eol-style set to
native
|
|
File size:
1.3 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> |
|---|
| [1068] | 4 | <meta http-equiv="X-UA-Compatible" content="IE=6" /> |
|---|
| [1053] | 5 | <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['config']['charset']; ?>" /> |
|---|
| [1068] | 6 | <meta http-equiv="Content-Language" content="<?php echo $GLOBALS['config']['lang']; ?>" /> |
|---|
| [1053] | 7 | <script type="text/javascript" src="tablesort.js"></script> |
|---|
| [371] | 8 | |
|---|
| [1053] | 9 | <link rel="stylesheet" type="text/css" href="../common/common.css" /> |
|---|
| 10 | <link rel="stylesheet" type="text/css" href="<?php echo $GLOBALS['module']; ?>.css" /> |
|---|
| [1073] | 11 | <title><?php echo sprintf("XCache %s", $xcache_version = defined('XCACHE_VERSION') ? XCACHE_VERSION : ''); ?> - <?php echo ucfirst($GLOBALS['module']); ?></title> |
|---|
| [371] | 12 | </head> |
|---|
| 13 | |
|---|
| 14 | <body> |
|---|
| [1068] | 15 | <div id="header"> |
|---|
| [1073] | 16 | <div id="banner"> |
|---|
| [1075] | 17 | <a href="http://xcache.lighttpd.net/" target="_blank"><img src="../common/xcache.png" id="logo" width="175" height="51" /> |
|---|
| [1073] | 18 | <?php echo $xcache_version; ?> - <?php echo ucfirst($GLOBALS['module']); ?> |
|---|
| 19 | </a> |
|---|
| 20 | </div> |
|---|
| [1068] | 21 | <div id="nav"> |
|---|
| 22 | <div id="mainnav"> |
|---|
| 23 | <?php echo mainnav(); ?> |
|---|
| 24 | </div> |
|---|
| 25 | <div id="subnav" class="switcher"> |
|---|
| 26 | <?php echo subnav(); ?> |
|---|
| 27 | </div> |
|---|
| 28 | </div> |
|---|
| 29 | </div> |
|---|
| 30 | <div id="headerbase"> </div> |
|---|
| 31 | <div id="main"> |
|---|
Note: See
TracBrowser
for help on using the repository browser.