Project

General

Profile

« Previous | Next » 

Revision 7f43ca88

Added by Scott Ullrich about 20 years ago

Use new header system.

View differences:

usr/local/www/interfaces.php
265 265
		$savemsg = get_std_save_message($retval);
266 266
	}
267 267
}
268

  
269
$pgtitle = "Interfaces: WAN";
270
include("head.inc");
271

  
268 272
?>
269
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
270
<html>
271
<head>
272
<title><?=gentitle("Interfaces: WAN");?></title>
273
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
274
<link href="gui.css" rel="stylesheet" type="text/css">
273

  
275 274
<script language="JavaScript">
276 275
<!--
277 276
function enable_change(enable_change) {
......
421 420
}
422 421
//-->
423 422
</script>
424
</head>
425 423

  
426 424
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
427 425
<?php include("fbegin.inc"); ?>
usr/local/www/interfaces_assign.php
176 176
	exit;
177 177
}
178 178

  
179

  
180
$pgtitle = "Interfaces: Assign";
181
include("head.inc");
182

  
179 183
?>
180
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
181
<html>
182
<head>
183
<title><?=gentitle("Diagnostics: System logs: IPSEC VPN");?></title>
184
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
185
<link href="gui.css" rel="stylesheet" type="text/css">
186
</head>
187 184

  
188 185
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
189 186
<?php include("fbegin.inc"); ?>
usr/local/www/interfaces_lan.php
112 112
	}
113 113
}
114 114

  
115
?>
116
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
117
<html>
118
<head>
119
<title><?=gentitle("Interfaces: LAN");?></title>
120
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
121
<link href="gui.css" rel="stylesheet" type="text/css">
122 115

  
116
$pgtitle = "Interfaces: LAN";
117
include("head.inc");
118

  
119
?>
123 120
<script type="text/javascript" language="javascript" src="ip_helper.js">
124 121
</script>
125 122

  
......
131 128
// -->
132 129
</script>
133 130

  
134
</head>
135 131

  
136 132
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
137 133
<?php include("fbegin.inc"); ?>
usr/local/www/interfaces_opt.php
161 161
		$savemsg = get_std_save_message($retval);
162 162
	}
163 163
}
164

  
165

  
166
$pgtitle = "Firewall: NAT: Inbound";
167
include("head.inc");
168

  
164 169
?>
165
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
166
<html>
167
<head>
168
<title><?=gentitle("Interfaces: Optional $index (" . htmlspecialchars($optcfg['descr']) . ")");?></title>
169
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
170
<link href="gui.css" rel="stylesheet" type="text/css">
171 170

  
172 171
<script type="text/javascript" language="javascript" src="ip_helper.js">
173 172
</script>
174

  
175 173
<script language="JavaScript">
176 174
<!--
177 175
function enable_change(enable_over) {
......
186 184
//-->
187 185
</script>
188 186

  
189
</head>
190

  
191 187
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
192 188
<?php include("fbegin.inc"); ?>
193 189
<p class="pgtitle">Interfaces: Optional <?=$index;?> (<?=htmlspecialchars($optcfg['descr']);?>)</p>
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"); ?>
usr/local/www/interfaces_vlan_edit.php
91 91
		exit;
92 92
	}
93 93
}
94

  
95
$pgtitle = "Firewall: VLAN: Edit";
96
include("head.inc");
97

  
94 98
?>
95
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
96
<html><head>
97
<title><?=gentitle("Interfaces: Assign network ports: VLANs: Edit");?></title>
98
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
99
<link href="gui.css" rel="stylesheet" type="text/css">
100
</head>
101 99

  
102 100
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
103 101
<?php include("fbegin.inc"); ?>
usr/local/www/interfaces_wan.php
265 265
		$savemsg = get_std_save_message($retval);
266 266
	}
267 267
}
268

  
269
$pgtitle = "Interfaces: WAN";
270
include("head.inc");
271

  
268 272
?>
269
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
270
<html>
271
<head>
272
<title><?=gentitle("Interfaces: WAN");?></title>
273
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
274
<link href="gui.css" rel="stylesheet" type="text/css">
273

  
275 274
<script language="JavaScript">
276 275
<!--
277 276
function enable_change(enable_change) {
......
421 420
}
422 421
//-->
423 422
</script>
424
</head>
425 423

  
426 424
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
427 425
<?php include("fbegin.inc"); ?>
usr/local/www/system_routes.php
87 87
		exit;
88 88
	}
89 89
}
90

  
91
$pgtitle = "System: Static Routes";
92
include("head.inc");
93

  
90 94
?>
91
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
92
<html>
93
<head>
94
<title><?=gentitle("System: Static routes");?></title>
95
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
96
<link href="gui.css" rel="stylesheet" type="text/css">
97
</head>
98 95

  
99 96
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
100 97
<?php include("fbegin.inc"); ?>

Also available in: Unified diff