Revision 7f43ca88
Added by Scott Ullrich about 20 years ago
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> |
Also available in: Unified diff
Use new header system.