Revision 4df96eff
Added by Scott Ullrich almost 20 years ago
usr/local/www/status_services.php | ||
---|---|---|
52 | 52 |
/* batch mode, allow other scripts to call this script */ |
53 | 53 |
if($_GET['batch']) exit; |
54 | 54 |
|
55 |
$pgtitle = "Status: Services"; |
|
56 |
include("head.inc"); |
|
57 |
|
|
55 | 58 |
?> |
56 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
57 |
<html> |
|
58 |
<head> |
|
59 |
<?php $title = "Status: Services"; ?> |
|
60 |
<title><?=gentitle_pkg($title);?></title> |
|
61 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
62 |
<link href="gui.css" rel="stylesheet" type="text/css"> |
|
63 |
</head> |
|
64 | 59 |
|
65 | 60 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
66 | 61 |
<?php |
Also available in: Unified diff
include head.inc and round corners on tabs