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