|
Last change
on this file since 1053 was
1053,
checked in by moo, 11 months ago
|
|
refactor: move htdocs, bin, lib for easier installation
|
-
Property svn:eol-style set to
native
|
|
File size:
860 bytes
|
| 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']; ?>" /> |
|---|
| 5 | <meta http-equiv="Content-Language" content="<?php echo $GLOBALS['config']['charset']; ?>" /> |
|---|
| 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" /> |
|---|
| 10 | <title><?php echo $title = sprintf("XCache %s", $xcache_version = defined('XCACHE_VERSION') ? XCACHE_VERSION : '') . " - " . ucfirst($GLOBALS['module']); ?></title> |
|---|
| [371] | 11 | </head> |
|---|
| 12 | |
|---|
| 13 | <body> |
|---|
| [1053] | 14 | <h1><?php echo $title; ?></h1> |
|---|
| 15 | <div class="switcher"><?php echo moduleswitcher(); ?></div> |
|---|
Note: See
TracBrowser
for help on using the repository browser.