|
Last change
on this file since 1038 was
1038,
checked in by moo, 10 months ago
|
|
cacher/admin: use title (tips) in table header
|
-
Property svn:eol-style set to
native
|
|
File size:
668 bytes
|
| 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 | <?php |
|---|
| 5 | echo <<<HEAD |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=$config[charset]" /> |
|---|
| 7 | <meta http-equiv="Content-Language" content="$config[lang]" /> |
|---|
| 8 | <script type="text/javascript" src="tablesort.js" charset="$config[charset]"></script> |
|---|
| 9 | HEAD; |
|---|
| 10 | ?> |
|---|
| 11 | |
|---|
| 12 | <link rel="stylesheet" type="text/css" href="xcache.css" /> |
|---|
| 13 | <title><?php echo sprintf(_("XCache %s Administration"), $xcache_version); ?></title> |
|---|
| 14 | </head> |
|---|
| 15 | |
|---|
| 16 | <body> |
|---|
| 17 | <h1><?php echo sprintf(_("XCache %s Administration"), $xcache_version); ?></h1> |
|---|
Note: See
TracBrowser
for help on using the repository browser.