From 7f43ca88afa8e6ba3fe1596a870daa0b08c86f3f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 2 Jul 2005 04:03:06 +0000 Subject: Use new header system. --- usr/local/www/interfaces.php | 12 +++++------- usr/local/www/interfaces_assign.php | 11 ++++------- usr/local/www/interfaces_lan.php | 12 ++++-------- usr/local/www/interfaces_opt.php | 14 +++++--------- usr/local/www/interfaces_vlan.php | 11 ++++------- usr/local/www/interfaces_vlan_edit.php | 10 ++++------ usr/local/www/interfaces_wan.php | 12 +++++------- usr/local/www/system_routes.php | 11 ++++------- 8 files changed, 35 insertions(+), 58 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 3477773..d5ab528 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -265,13 +265,12 @@ if ($_POST) { $savemsg = get_std_save_message($retval); } } + +$pgtitle = "Interfaces: WAN"; +include("head.inc"); + ?> - - - -<?=gentitle("Interfaces: WAN");?> - - + - diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php index 9bd7eaa..303fcde 100755 --- a/usr/local/www/interfaces_assign.php +++ b/usr/local/www/interfaces_assign.php @@ -176,14 +176,11 @@ if ($_GET['act'] == "add") { exit; } + +$pgtitle = "Interfaces: Assign"; +include("head.inc"); + ?> - - - -<?=gentitle("Diagnostics: System logs: IPSEC VPN");?> - - - diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index e555eb3..b367506 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -112,14 +112,11 @@ if ($_POST) { } } -?> - - - -<?=gentitle("Interfaces: LAN");?> - - +$pgtitle = "Interfaces: LAN"; +include("head.inc"); + +?> @@ -131,7 +128,6 @@ function ipaddr_change() { // --> - diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php index 16faefd..c250a22 100755 --- a/usr/local/www/interfaces_opt.php +++ b/usr/local/www/interfaces_opt.php @@ -161,17 +161,15 @@ if ($_POST) { $savemsg = get_std_save_message($retval); } } + + +$pgtitle = "Firewall: NAT: Inbound"; +include("head.inc"); + ?> - - - -<?=gentitle("Interfaces: Optional $index (" . htmlspecialchars($optcfg['descr']) . ")");?> - - - - -

Interfaces: Optional ()

diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php index 304aaa4..7c9edef 100755 --- a/usr/local/www/interfaces_vlan.php +++ b/usr/local/www/interfaces_vlan.php @@ -84,14 +84,11 @@ if ($_GET['act'] == "del") { } } + +$pgtitle = "Interfaces: VLAN"; +include("head.inc"); + ?> - - - -<?=gentitle("Interfaces: Assign network ports: VLANs");?> - - - diff --git a/usr/local/www/interfaces_vlan_edit.php b/usr/local/www/interfaces_vlan_edit.php index 29f64ec..2e6952e 100755 --- a/usr/local/www/interfaces_vlan_edit.php +++ b/usr/local/www/interfaces_vlan_edit.php @@ -91,13 +91,11 @@ if ($_POST) { exit; } } + +$pgtitle = "Firewall: VLAN: Edit"; +include("head.inc"); + ?> - - -<?=gentitle("Interfaces: Assign network ports: VLANs: Edit");?> - - - diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index 3477773..d5ab528 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -265,13 +265,12 @@ if ($_POST) { $savemsg = get_std_save_message($retval); } } + +$pgtitle = "Interfaces: WAN"; +include("head.inc"); + ?> - - - -<?=gentitle("Interfaces: WAN");?> - - + - diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php index f9846d9..f9c6f6f 100755 --- a/usr/local/www/system_routes.php +++ b/usr/local/www/system_routes.php @@ -87,14 +87,11 @@ if ($_GET['act'] == "del") { exit; } } + +$pgtitle = "System: Static Routes"; +include("head.inc"); + ?> - - - -<?=gentitle("System: Static routes");?> - - - -- cgit v1.1