Revision 7f43ca88
Added by Scott Ullrich about 20 years ago
usr/local/www/interfaces_vlan_edit.php | ||
---|---|---|
91 | 91 |
exit; |
92 | 92 |
} |
93 | 93 |
} |
94 |
|
|
95 |
$pgtitle = "Firewall: VLAN: Edit"; |
|
96 |
include("head.inc"); |
|
97 |
|
|
94 | 98 |
?> |
95 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
96 |
<html><head> |
|
97 |
<title><?=gentitle("Interfaces: Assign network ports: VLANs: Edit");?></title> |
|
98 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|
99 |
<link href="gui.css" rel="stylesheet" type="text/css"> |
|
100 |
</head> |
|
101 | 99 |
|
102 | 100 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
103 | 101 |
<?php include("fbegin.inc"); ?> |
Also available in: Unified diff
Use new header system.