mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set page titles
This commit is contained in:
parent
10f44c25d4
commit
24f600b025
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user