Revision 7f43ca88
Added by Scott Ullrich about 20 years ago
usr/local/www/interfaces_wan.php | ||
---|---|---|
265 | 265 |
$savemsg = get_std_save_message($retval); |
266 | 266 |
} |
267 | 267 |
} |
268 |
|
|
269 |
$pgtitle = "Interfaces: WAN"; |
|
270 |
include("head.inc"); |
|
271 |
|
|
268 | 272 |
?> |
269 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
270 |
<html> |
|
271 |
<head> |
|
272 |
<title><?=gentitle("Interfaces: WAN");?></title> |
|
273 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
274 |
<link href="gui.css" rel="stylesheet" type="text/css"> |
|
273 |
|
|
275 | 274 |
<script language="JavaScript"> |
276 | 275 |
<!-- |
277 | 276 |
function enable_change(enable_change) { |
... | ... | |
421 | 420 |
} |
422 | 421 |
//--> |
423 | 422 |
</script> |
424 |
</head> |
|
425 | 423 |
|
426 | 424 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
427 | 425 |
<?php include("fbegin.inc"); ?> |
Also available in: Unified diff
Use new header system.