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