summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 01:05:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 01:05:55 +0000
commit24f600b025b0bc5aaa2941d07b21c7ced2b6765a (patch)
tree876c846eb8d691e186f294dca56f2816f3b0caa9 /usr
parent10f44c25d4b1882439ddae4b4a22cb599b123789 (diff)
downloadpfsense-24f600b025b0bc5aaa2941d07b21c7ced2b6765a.zip
pfsense-24f600b025b0bc5aaa2941d07b21c7ced2b6765a.tar.gz
Set page titles
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat.php5
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php5
-rwxr-xr-xusr/local/www/firewall_nat_out.php5
-rwxr-xr-xusr/local/www/firewall_nat_server.php10
4 files changed, 16 insertions, 9 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 2c9e4cb..eeb3037 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -128,7 +128,10 @@ if (isset($_POST['del_x'])) {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<?php include("head.inc"); ?>
+<?php
+ $pgtitle = "Firewall: NAT: Inbound";
+ include("head.inc");
+?>
<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Firewall: NAT: Inbound</font></p>
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 02cc6f2..9868235 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -72,7 +72,10 @@ if ($_GET['act'] == "del") {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<?php include("head.inc"); ?>
+<?php
+ $pgtitle = "Firewall: NAT: 1:1";
+ include("head.inc");
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Firewall: NAT: 1:1</p>
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index f40ea1c..7441075 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -175,7 +175,10 @@ if (isset($_POST['del_x'])) {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<?php include("head.inc"); ?>
+<?php
+ $pgtitle = "Firewall: NAT: Outgoing";
+ include("head.inc");
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Firewall: NAT: Outbound</p>
diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php
index 585c34f..b67fa77 100755
--- a/usr/local/www/firewall_nat_server.php
+++ b/usr/local/www/firewall_nat_server.php
@@ -84,12 +84,10 @@ if ($_GET['act'] == "del") {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
-<head>
-<title><?=gentitle("Firewall: NAT: Server NAT");?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
-
+<?php
+ $pgtitle = "Firewall: NAT: Server NAT";
+ include("head.inc");
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Firewall: NAT: Server NAT</p>
OpenPOWER on IntegriCloud