summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 01:08:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 01:08:41 +0000
commit6eb1764727c45ad387f0409354bfa3345bc6b2d9 (patch)
tree2c0e0911a93b8e76322c50a58a5b70c8ebd183f3 /usr/local/www
parent24f600b025b0bc5aaa2941d07b21c7ced2b6765a (diff)
downloadpfsense-6eb1764727c45ad387f0409354bfa3345bc6b2d9.zip
pfsense-6eb1764727c45ad387f0409354bfa3345bc6b2d9.tar.gz
Move more items to head (<html>, DOCTYPE)
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_nat.php9
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php10
-rwxr-xr-xusr/local/www/firewall_nat_out.php9
-rwxr-xr-xusr/local/www/firewall_nat_server.php10
4 files changed, 14 insertions, 24 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index eeb3037..d62d807 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -125,12 +125,9 @@ if (isset($_POST['del_x'])) {
}
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: Inbound";
- include("head.inc");
+$pgtitle = "Firewall: NAT: Inbound";
+include("head.inc");
+
?>
<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 9868235..d4c132d 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -69,12 +69,10 @@ if ($_GET['act'] == "del") {
exit;
}
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: 1:1";
- include("head.inc");
+
+$pgtitle = "Firewall: NAT: 1:1";
+include("head.inc");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 7441075..39ac051 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -172,12 +172,9 @@ if (isset($_POST['del_x'])) {
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: Outgoing";
- include("head.inc");
+$pgtitle = "Firewall: NAT: Outgoing";
+include("head.inc");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php
index b67fa77..cb0aa54 100755
--- a/usr/local/www/firewall_nat_server.php
+++ b/usr/local/www/firewall_nat_server.php
@@ -81,12 +81,10 @@ if ($_GET['act'] == "del") {
}
}
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<?php
- $pgtitle = "Firewall: NAT: Server NAT";
- include("head.inc");
+
+$pgtitle = "Firewall: NAT: Server NAT";
+include("head.inc");
+
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
OpenPOWER on IntegriCloud