summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--[-rwxr-xr-x]usr/local/captiveportal/index.php22
-rw-r--r--[-rwxr-xr-x]usr/local/www/diag_authentication.php2
-rw-r--r--[-rwxr-xr-x]usr/local/www/diag_patterns.php2
-rw-r--r--[-rwxr-xr-x]usr/local/www/firewall_shaper.php4
-rw-r--r--[-rwxr-xr-x]usr/local/www/firewall_shaper_layer7.php12
-rw-r--r--[-rwxr-xr-x]usr/local/www/firewall_shaper_queues.php4
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php8
-rw-r--r--[-rwxr-xr-x]usr/local/www/firewall_shaper_wizards.php4
-rw-r--r--usr/local/www/interfaces_bridge.php4
-rw-r--r--usr/local/www/interfaces_bridge_edit.php48
-rw-r--r--usr/local/www/interfaces_gif.php6
-rw-r--r--usr/local/www/interfaces_gif_edit.php16
-rw-r--r--usr/local/www/interfaces_gre.php4
-rw-r--r--usr/local/www/interfaces_gre_edit.php18
-rw-r--r--[-rwxr-xr-x]usr/local/www/interfaces_groups.php4
-rw-r--r--[-rwxr-xr-x]usr/local/www/interfaces_groups_edit.php2
-rw-r--r--usr/local/www/interfaces_lagg.php4
-rw-r--r--usr/local/www/interfaces_lagg_edit.php20
-rw-r--r--[-rwxr-xr-x]usr/local/www/interfaces_qinq_edit.php16
-rw-r--r--[-rwxr-xr-x]usr/local/www/services_dhcp_relay.php6
-rw-r--r--usr/local/www/services_dhcpv6_relay.php6
-rw-r--r--[-rwxr-xr-x]usr/local/www/services_igmpproxy.php6
-rw-r--r--[-rwxr-xr-x]usr/local/www/services_igmpproxy_edit.php2
-rw-r--r--usr/local/www/services_rfc2136.php4
-rw-r--r--usr/local/www/services_rfc2136_edit.php10
-rw-r--r--usr/local/www/system_usermanager_passwordmg.php4
-rw-r--r--[-rwxr-xr-x]usr/local/www/vpn_pppoe_edit.php12
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
-rw-r--r--[-rwxr-xr-x]usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc2
-rw-r--r--[-rwxr-xr-x]usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc2
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc2
31 files changed, 129 insertions, 129 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 63f62b8..1f7a6cf 100755..100644
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -3,7 +3,7 @@
$Id$
part of m0n0wall (http://m0n0.ch/wall)
- Copyrigth (C) 2009 Ermal Luçi
+ Copyrigth (C) 2009 Ermal Luçi
Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>.
All rights reserved.
@@ -121,19 +121,19 @@ if ($_POST['auth_user2'])
if ($_POST['logout_id']) {
echo <<<EOD
-<HTML>
-<HEAD><TITLE>Disconnecting...</TITLE></HEAD>
-<BODY BGCOLOR="#435370">
-<SPAN STYLE="color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;">
-<B>You have been disconnected.</B>
-</SPAN>
-<SCRIPT LANGUAGE="JavaScript">
+<html>
+<head><title>Disconnecting...</title></head>
+<body bgcolor="#435370">
+<span style="color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;">
+<b>You have been disconnected.</b>
+</span>
+<script language="JavaScript">
<!--
setTimeout('window.close();',5000) ;
-->
-</SCRIPT>
-</BODY>
-</HTML>
+</script>
+</body>
+</html>
EOD;
captiveportal_disconnect_client($_POST['logout_id']);
diff --git a/usr/local/www/diag_authentication.php b/usr/local/www/diag_authentication.php
index 34da5a0..697f5b0 100755..100644
--- a/usr/local/www/diag_authentication.php
+++ b/usr/local/www/diag_authentication.php
@@ -2,7 +2,7 @@
/*
diag_authentication.php
part of the pfSense project (https://www.pfsense.org)
- Copyright (C) 2010 Ermal Luçi
+ Copyright (C) 2010 Ermal Luçi
All rights reserved.
diff --git a/usr/local/www/diag_patterns.php b/usr/local/www/diag_patterns.php
index da7969e..680f76f 100755..100644
--- a/usr/local/www/diag_patterns.php
+++ b/usr/local/www/diag_patterns.php
@@ -2,7 +2,7 @@
/* $Id$ */
/*
Exec+ v1.02-000 - Copyright 2001-2003, All rights reserved
- Created by André Ribeiro and Hélder Pereira
+ Created by André Ribeiro and Hélder Pereira
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 53f4d64..61f5faf 100755..100644
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -3,7 +3,7 @@
/*
firewall_shaper.php
Copyright (C) 2004, 2005 Scott Ullrich
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -402,7 +402,7 @@ include("fbegin.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br/>".gettext("You must apply the changes in order for them to take effect."));?><br/></p>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br />".gettext("You must apply the changes in order for them to take effect."));?><br /></p>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="traffic shaper">
<tr><td>
diff --git a/usr/local/www/firewall_shaper_layer7.php b/usr/local/www/firewall_shaper_layer7.php
index b1cfc7a..e3fb248 100755..100644
--- a/usr/local/www/firewall_shaper_layer7.php
+++ b/usr/local/www/firewall_shaper_layer7.php
@@ -2,7 +2,7 @@
/* $Id$ */
/*
firewall_shaper_layer7.php
- Copyright (C) 2008 Helder Pereira, André Ribeiro
+ Copyright (C) 2008 Helder Pereira, André Ribeiro
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -62,8 +62,8 @@ $shortcut_section = "trafficshaper";
$output_form = "";
$default_layer7shaper_msg = "<tr><td colspan=\"4\">";
-$default_layer7shaper_msg .= "<span class=\"vexpl\"><span class=\"red\"><strong>" . gettext("Note") . ":<br/>";
-$default_layer7shaper_msg .= "</strong></span>" . gettext("You can add new layer7 protocol patterns by simply uploading the file") . " <a href=\"diag_patterns.php\">" . gettext("here") . ".</a></span><br/>";
+$default_layer7shaper_msg .= "<span class=\"vexpl\"><span class=\"red\"><strong>" . gettext("Note") . ":<br />";
+$default_layer7shaper_msg .= "</strong></span>" . gettext("You can add new layer7 protocol patterns by simply uploading the file") . " <a href=\"diag_patterns.php\">" . gettext("here") . ".</a></span><br />";
$default_layer7shaper_msg .= "</td></tr>";
@@ -398,7 +398,7 @@ function removeRow(tbl,row) {
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed") . ".<br/>" . gettext("You must apply the changes in order for them to take effect."));?><br/></p>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));?><br /></p>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="traffic shaper layer7">
<tr><td>
@@ -427,10 +427,10 @@ function removeRow(tbl,row) {
<?php
echo $tree;
?>
- <br/><br/>
+ <br /><br />
<a href="firewall_shaper_layer7.php?action=add">
<img src="./themes/<?=$g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("Create new l7 rules group"); ?>" width="17" height="17" border="0" alt="add" /> <?=gettext("Create new l7 rules group"); ?>
- </a><br/>
+ </a><br />
</td>
<td width="75%" valign="top" align="center">
<div id="shaperarea" style="position:relative">
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index db93524..ebac911 100755..100644
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -3,7 +3,7 @@
/*
firewall_shaper_queues.php
Copyright (C) 2004, 2005 Scott Ullrich
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -185,7 +185,7 @@ include("head.inc");
<form action="firewall_shaper_queues.php" method="post" name="iform" id="iform">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed") . ".<br/>" . gettext("You must apply the changes in order for them to take effect."));?><br/></p>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));?><br /></p>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="traffic shaper queues">
<tr><td>
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index 73b98c6..e53deef 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -3,7 +3,7 @@
/*
firewall_shaper_vinterface.php
Copyright (C) 2004, 2005 Scott Ullrich
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -382,7 +382,7 @@ include("fbegin.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br/>".gettext("You must apply the changes in order for them to take effect."));?><br/></p>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br />".gettext("You must apply the changes in order for them to take effect."));?><br /></p>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="traffic shaper limiter">
<tr><td>
@@ -409,10 +409,10 @@ include("fbegin.inc");
<?php
echo $tree;
?>
- <br/><br/>
+ <br /><br />
<a href="firewall_shaper_vinterface.php?pipe=new&amp;action=add">
<img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="<?=gettext("Create new limiter");?>" width="17" height="17" border="0" alt="add" />&nbsp;<?=gettext("Create new limiter");?>
- </a><br/>
+ </a><br />
</td>
<td width="75%" valign="top" align="center">
<div id="shaperarea" style="position:relative">
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index 57f7d02..4a319f4 100755..100644
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -3,7 +3,7 @@
/*
firewall_shaper_wizards.php
Copyright (C) 2004, 2005 Scott Ullrich
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -93,7 +93,7 @@ include("head.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br/>".gettext("You must apply the changes in order for them to take effect."));?><br/></p>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br />".gettext("You must apply the changes in order for them to take effect."));?><br /></p>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="traffic shaper wizard">
<tr><td>
diff --git a/usr/local/www/interfaces_bridge.php b/usr/local/www/interfaces_bridge.php
index 1a7f556..75eed02 100644
--- a/usr/local/www/interfaces_bridge.php
+++ b/usr/local/www/interfaces_bridge.php
@@ -3,7 +3,7 @@
/*
interfaces_bridge.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -148,7 +148,7 @@ include("head.inc");
</tr>
<tr>
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br/>
+ <?=gettext("Note:"); ?><br />
</strong></span>
<?=gettext("Here you can configure bridging of interfaces."); ?></p>
</td>
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index 6b1ff3c..0a4502c 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -3,7 +3,7 @@
/*
interfaces_bridge_edit.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -279,7 +279,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Interfaces participating in the bridge."); ?></span>
</td>
</tr>
@@ -300,7 +300,7 @@ function show_source_port_range() {
<td class="vtable">
<input type="checkbox" name="enablestp" id="enablestp" <?php if ($pconfig['enablestp']) echo "checked=\"checked\"";?> />
<span class="vexpl"><strong><?=gettext("Enable spanning tree options for this bridge."); ?> </strong></span>
- <br/><br/>
+ <br /><br />
<table id="stpoptions" border="0" cellpadding="6" cellspacing="0" summary="protocol">
<tr><td valign="top" class="vncell" width="20%"><?=gettext("Protocol"); ?></td>
<td class="vtable" width="80%">
@@ -314,7 +314,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Protocol used for spanning tree."); ?> </span></td>
</tr>
<tr> <td valign="top" class="vncell" width="20%"><?=gettext("STP interfaces"); ?></td>
@@ -329,7 +329,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl" >
<?=gettext("Enable Spanning Tree Protocol on interface. The if_bridge(4) " .
"driver has support for the IEEE 802.1D Spanning Tree Protocol " .
@@ -340,7 +340,7 @@ function show_source_port_range() {
<tr><td valign="top" class="vncell" width="20%"><?=gettext("Valid time"); ?></td>
<td class="vtable" width="80%">
<input name="maxage" type="text" class="formfld unkown" id="maxage" size="8" value="<?=htmlspecialchars($pconfig['maxage']);?>" /> <?=gettext("seconds"); ?>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Set the time that a Spanning Tree Protocol configuration is " .
"valid. The default is 20 seconds. The minimum is 6 seconds and " .
@@ -350,7 +350,7 @@ function show_source_port_range() {
<tr><td valign="top" class="vncell" width="20%"><?=gettext("Forward time"); ?> </td>
<td class="vtable" width="80%">
<input name="fwdelay" type="text" class="formfld unkown" id="fwdelay" size="8" value="<?=htmlspecialchars($pconfig['fwdelay']);?>" /> <?=gettext("seconds"); ?>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Set the time that must pass before an interface begins forwarding " .
"packets when Spanning Tree is enabled. The default is 15 seconds. The minimum is 4 seconds and the maximum is 30 seconds."); ?>
@@ -359,7 +359,7 @@ function show_source_port_range() {
<tr><td valign="top" class="vncell" width="20%"><?=gettext("Hello time"); ?></td>
<td class="vtable" width="80%">
<input name="hellotime" type="text" class="formfld unkown" size="8" id="hellotime" value="<?=htmlspecialchars($pconfig['hellotime']);?>" /> <?=gettext("seconds"); ?>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Set the time between broadcasting of Spanning Tree Protocol configuration messages. The hello time may only be changed when " .
"operating in legacy STP mode. The default is 2 seconds. The minimum is 1 second and the maximum is 2 seconds."); ?>
@@ -368,7 +368,7 @@ function show_source_port_range() {
<tr><td valign="top" class="vncell" width="20%"><?=gettext("Priority"); ?></td>
<td class="vtable" width="80%">
<input name="priority" type="text" class="formfld unkown" id="priority" value="<?=htmlspecialchars($pconfig['priority']);?>" />
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Set the bridge priority for Spanning Tree. The default is 32768. " .
"The minimum is 0 and the maximum is 61440."); ?>
@@ -377,7 +377,7 @@ function show_source_port_range() {
<tr><td valign="top" class="vncell" width="20%"><?=gettext("Hold count"); ?></td>
<td class="vtable" width="80%">
<input name="holdcnt" type="text" class="formfld unkown" id="holdcnt" value="<?=htmlspecialchars($pconfig['holdcnt']);?>" />
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Set the transmit hold count for Spanning Tree. This is the number" .
" of packets transmitted before being rate limited. The " .
@@ -392,7 +392,7 @@ function show_source_port_range() {
?>
<tr><td></td></tr>
</table>
- <br/>
+ <br />
<span class="vexpl" >
<?=gettext("Set the Spanning Tree priority of interface to value. The " .
"default is 128. The minimum is 0 and the maximum is 240. Increments of 16."); ?>
@@ -406,7 +406,7 @@ function show_source_port_range() {
?>
<tr><td></td></tr>
</table>
- <br/>
+ <br />
<span class="vexpl" >
<?=gettext("Set the Spanning Tree path cost of interface to value. The " .
"default is calculated from the link speed. To change a previously selected path cost back to automatic, set the cost to 0. ".
@@ -420,7 +420,7 @@ function show_source_port_range() {
<td valign="top" class="vncell"><?=gettext("Cache size"); ?></td>
<td class="vtable">
<input name="maxaddr" size="10" type="text" class="formfld unkown" id="maxaddr" value="<?=htmlspecialchars($pconfig['maxaddr']);?>" /> <?=gettext("entries"); ?>
- <br/><span class="vexpl">
+ <br /><span class="vexpl">
<?=gettext("Set the size of the bridge address cache to size. The default is " .
".100 entries."); ?>
</span>
@@ -430,7 +430,7 @@ function show_source_port_range() {
<td valign="top" class="vncell"><?=gettext("Cache entry expire time"); ?></td>
<td>
<input name="timeout" type="text" class="formfld unkown" id="timeout" size="10" value="<?=htmlspecialchars($pconfig['timeout']);?>" /> <?=gettext("seconds"); ?>
- <br/><span class="vexpl">
+ <br /><span class="vexpl">
<?=gettext("Set the timeout of address cache entries to this number of seconds. If " .
"seconds is zero, then address cache entries will not be expired. " .
"The default is 240 seconds."); ?>
@@ -451,7 +451,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/><span class="vexpl">
+ <br /><span class="vexpl">
<?=gettext("Add the interface named by interface as a span port on the " .
"bridge. Span ports transmit a copy of every frame received by " .
"the bridge. This is most useful for snooping a bridged network " .
@@ -459,7 +459,7 @@ function show_source_port_range() {
"the bridge."); ?>
</span>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br/>
+ <?=gettext("Note:"); ?><br />
</strong></span>
<?=gettext("The span interface cannot be part of the bridge member interfaces."); ?>
</p>
@@ -478,7 +478,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Set interface as an edge port. An edge port connects directly to " .
"end stations and cannot create bridging loops in the network; this " .
@@ -498,12 +498,12 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Allow interface to automatically detect edge status. This is the " .
"default for all interfaces added to a bridge."); ?></span>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br/>
+ <?=gettext("Note:"); ?><br />
</strong></span>
<?=gettext("This will disable the autoedge status of interfaces."); ?>
</p></td>
@@ -521,7 +521,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Set the interface as a point-to-point link. This is required for " .
"straight transitions to forwarding and should be enabled on a " .
@@ -541,13 +541,13 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Automatically detect the point-to-point status on interface by " .
"checking the full duplex link status. This is the default for " .
"interfaces added to the bridge."); ?></span>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br/>
+ <?=gettext("Note:"); ?><br />
</strong></span>
<?=gettext("The interfaces selected here will be removed from default autoedge status."); ?>
</p></td>
@@ -565,7 +565,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Mark an interface as a \"sticky\" interface. Dynamically learned " .
"address entries are treated as static once entered into the " .
@@ -586,7 +586,7 @@ function show_source_port_range() {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Mark an interface as a \"private\" interface. A private interface does not forward any traffic to any other port that is also " .
"a private interface."); ?>
diff --git a/usr/local/www/interfaces_gif.php b/usr/local/www/interfaces_gif.php
index 5ef00bf..128b26e 100644
--- a/usr/local/www/interfaces_gif.php
+++ b/usr/local/www/interfaces_gif.php
@@ -3,7 +3,7 @@
/*
interfaces_gif.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -134,10 +134,10 @@ include("head.inc");
</tr>
<tr>
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br/>
+ <?=gettext("Note:"); ?><br />
</strong></span>
<?=gettext("GIF tunnels are configured here."); ?>
- <br/><br/>
+ <br /><br />
<?php echo gettext("If you are using a GIF tunnel to connect to a Hurricane Electric (he.net) Tunnel Broker on a WAN with a dynamic IP, you may want to add a"); ?> <a href="services_dyndns.php"><?php echo gettext("HE.net Tunnelbroker type DynDNS Entry"); ?></a> <?php echo gettext("to keep your tunnel functional when your IP changes."); ?></p>
</td>
<td class="list">&nbsp;</td>
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index 464d980..42cca50 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -3,7 +3,7 @@
/*
interfaces_gif_edit.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -165,21 +165,21 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("The interface here serves as the local address to be used for the gif tunnel."); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncellreq"><?=gettext("gif remote address"); ?></td>
<td class="vtable">
<input name="remote-addr" type="text" class="formfld unknown" id="remote-addr" size="24" value="<?=htmlspecialchars($pconfig['remote-addr']);?>" />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Peer address where encapsulated gif packets will be sent. "); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncellreq"><?=gettext("gif tunnel local address"); ?></td>
<td class="vtable">
<input name="tunnel-local-addr" type="text" class="formfld unknown" id="tunnel-local-addr" size="24" value="<?=htmlspecialchars($pconfig['tunnel-local-addr']);?>" />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Local gif tunnel endpoint"); ?></span></td>
</tr>
<tr>
@@ -196,21 +196,21 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("Route caching "); ?></td>
<td class="vtable">
<input name="link0" type="checkbox" id="link0" <?if ($pconfig['link0']) echo "checked=\"checked\"";?> />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Specify if route caching can be enabled. Be careful with these settings on dynamic networks. "); ?></span></td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("ECN friendly behavior"); ?></td>
<td class="vtable">
<input name="link1" type="checkbox" id="link1" <?if ($pconfig['link1']) echo "checked=\"checked\"";?> />
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Note that the ECN friendly behavior violates RFC2893. This should be " .
"used in mutual agreement with the peer."); ?>
@@ -220,7 +220,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" />
- <br/> <span class="vexpl"><?=gettext("You may enter a description here " .
+ <br /> <span class="vexpl"><?=gettext("You may enter a description here " .
"for your reference (not parsed)."); ?></span></td>
</tr>
<tr>
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php
index eeedb2d..1a40992 100644
--- a/usr/local/www/interfaces_gre.php
+++ b/usr/local/www/interfaces_gre.php
@@ -3,7 +3,7 @@
/*
interfaces_gre.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -135,7 +135,7 @@ include("head.inc");
</tr>
<tr>
<td class="tabcont" colspan="3">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br/></strong></span><?=gettext("Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.");?></span></p>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br /></strong></span><?=gettext("Here you can configure Generic Routing Encapsulation (GRE - RFC 2784) tunnels.");?></span></p>
</td>
</tr>
</table>
diff --git a/usr/local/www/interfaces_gre_edit.php b/usr/local/www/interfaces_gre_edit.php
index 56f72b9..64c34a1 100644
--- a/usr/local/www/interfaces_gre_edit.php
+++ b/usr/local/www/interfaces_gre_edit.php
@@ -3,7 +3,7 @@
/*
interfaces_gre_edit.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -156,21 +156,21 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("The interface here serves as the local address to be used for the GRE tunnel.");?></span></td>
</tr>
<tr>
<td valign="top" class="vncellreq"><?=gettext("GRE remote address");?></td>
<td class="vtable">
<input name="remote-addr" type="text" class="formfld unknown" id="remote-addr" size="16" value="<?=htmlspecialchars($pconfig['remote-addr']);?>" />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Peer address where encapsulated GRE packets will be sent ");?></span></td>
</tr>
<tr>
<td valign="top" class="vncellreq"><?=gettext("GRE tunnel local address ");?></td>
<td class="vtable">
<input name="tunnel-local-addr" type="text" class="formfld unknown" id="tunnel-local-addr" size="16" value="<?=htmlspecialchars($pconfig['tunnel-local-addr']);?>" />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Local GRE tunnel endpoint");?></span></td>
</tr>
<tr>
@@ -187,21 +187,21 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Remote GRE address endpoint. The subnet part is used for the determining the network that is tunneled.");?></span></td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("Mobile tunnel");?></td>
<td class="vtable">
<input name="link0" type="checkbox" id="link0" <?if ($pconfig['link0']) echo "checked=\"checked\"";?> />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Specify which encapsulation method the tunnel should use. ");?></span></td>
</tr>
<tr>
<td valign="top" class="vncell"><?=gettext("Route search type");?></td>
<td class="vtable">
<input name="link1" type="checkbox" id="link1" <?if ($pconfig['link1']) echo "checked=\"checked\"";?> />
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("For correct operation, the GRE device needs a route to the destination".
" that is less specific than the one over the tunnel. (Basically, there".
@@ -213,14 +213,14 @@ include("head.inc");
<td valign="top" class="vncell"><?=gettext("WCCP version");?></td>
<td class="vtable">
<input name="link2" type="checkbox" id="link2" <?if ($pconfig['link2']) echo "checked=\"checked\"";?> />
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Check this box for WCCP encapsulation version 2, or leave unchecked for version 1.");?></span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Description");?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" />
- <br/> <span class="vexpl"><?=gettext("You may enter a description here".
+ <br /> <span class="vexpl"><?=gettext("You may enter a description here".
" for your reference (not parsed).");?></span></td>
</tr>
<tr>
diff --git a/usr/local/www/interfaces_groups.php b/usr/local/www/interfaces_groups.php
index 1dd8f31..d7149cb 100755..100644
--- a/usr/local/www/interfaces_groups.php
+++ b/usr/local/www/interfaces_groups.php
@@ -1,6 +1,6 @@
<?php
/*
- Copyright (C) 2009 Ermal Luçi
+ Copyright (C) 2009 Ermal Luçi
Copyright (C) 2004 Scott Ullrich
All rights reserved.
@@ -145,7 +145,7 @@ include("head.inc");
</tr>
<tr>
<td class="tabcont" colspan="3">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br/></strong></span><?=gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?></span></p>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br /></strong></span><?=gettext("Interface Groups allow you to create rules that apply to multiple interfaces without duplicating the rules. If you remove members from an interface group, the group rules no longer apply to that interface.");?></span></p>
</td>
</tr>
</table>
diff --git a/usr/local/www/interfaces_groups_edit.php b/usr/local/www/interfaces_groups_edit.php
index 77812dd..cf57cf3 100755..100644
--- a/usr/local/www/interfaces_groups_edit.php
+++ b/usr/local/www/interfaces_groups_edit.php
@@ -1,6 +1,6 @@
<?php
/*
- Copyright (C) 2009 Ermal Luçi
+ Copyright (C) 2009 Ermal Luçi
Copyright (C) 2004 Scott Ullrich
All rights reserved.
diff --git a/usr/local/www/interfaces_lagg.php b/usr/local/www/interfaces_lagg.php
index 91515fe..1a7bf00 100644
--- a/usr/local/www/interfaces_lagg.php
+++ b/usr/local/www/interfaces_lagg.php
@@ -3,7 +3,7 @@
/*
interfaces_lagg.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -140,7 +140,7 @@ include("head.inc");
</tr>
<tr>
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
- <?=gettext("Note:"); ?><br/>
+ <?=gettext("Note:"); ?><br />
</strong></span>
<?=gettext("LAGG allows for link aggregation, bonding and fault tolerance. Only unassigned interfaces can be added to LAGG."); ?></p>
</td>
diff --git a/usr/local/www/interfaces_lagg_edit.php b/usr/local/www/interfaces_lagg_edit.php
index fb4758b..f84a0c8 100644
--- a/usr/local/www/interfaces_lagg_edit.php
+++ b/usr/local/www/interfaces_lagg_edit.php
@@ -3,7 +3,7 @@
/*
interfaces_lagg_edit.php
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -160,7 +160,7 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Choose the members that will be used for the link aggregation"); ?>.</span></td>
</tr>
<tr>
@@ -176,20 +176,20 @@ include("head.inc");
}
?>
</select>
- <br/>
+ <br />
<ul class="vexpl">
<li>
- <b><?=gettext("failover"); ?></b><br/>
+ <b><?=gettext("failover"); ?></b><br />
<?=gettext("Sends and receives traffic only through the master port. If " .
"the master port becomes unavailable, the next active port is " .
"used. The first interface added is the master port; any " .
"interfaces added after that are used as failover devices."); ?>
</li><li>
- <b><?=gettext("fec"); ?></b><br/> <?=gettext("Supports Cisco EtherChannel. This is a static setup and " .
+ <b><?=gettext("fec"); ?></b><br /> <?=gettext("Supports Cisco EtherChannel. This is a static setup and " .
"does not negotiate aggregation with the peer or exchange " .
"frames to monitor the link."); ?>
</li><li>
- <b><?=gettext("lacp"); ?></b><br/> <?=gettext("Supports the IEEE 802.3ad Link Aggregation Control Protocol " .
+ <b><?=gettext("lacp"); ?></b><br /> <?=gettext("Supports the IEEE 802.3ad Link Aggregation Control Protocol " .
"(LACP) and the Marker Protocol. LACP will negotiate a set " .
"of aggregable links with the peer in to one or more Link " .
"Aggregated Groups. Each LAG is composed of ports of the " .
@@ -200,7 +200,7 @@ include("head.inc");
"connectivity, Link Aggregation will quickly converge to a " .
"new configuration."); ?>
</li><li>
- <b><?=gettext("loadbalance"); ?></b><br/> <?=gettext("Balances outgoing traffic across the active ports based on " .
+ <b><?=gettext("loadbalance"); ?></b><br /> <?=gettext("Balances outgoing traffic across the active ports based on " .
"hashed protocol header information and accepts incoming " .
"traffic from any active port. This is a static setup and " .
"does not negotiate aggregation with the peer or exchange " .
@@ -208,11 +208,11 @@ include("head.inc");
"source and destination address, and, if available, the VLAN " .
"tag, and the IP source and destination address") ?>.
</li><li>
- <b><?=gettext("roundrobin"); ?></b><br/> <?=gettext("Distributes outgoing traffic using a round-robin scheduler " .
+ <b><?=gettext("roundrobin"); ?></b><br /> <?=gettext("Distributes outgoing traffic using a round-robin scheduler " .
"through all active ports and accepts incoming traffic from " .
"any active port"); ?>.
</li><li>
- <b><?=gettext("none"); ?></b><br/> <?=gettext("This protocol is intended to do nothing: it disables any " .
+ <b><?=gettext("none"); ?></b><br /> <?=gettext("This protocol is intended to do nothing: it disables any " .
"traffic without disabling the lagg interface itself"); ?>.
</li>
</ul>
@@ -222,7 +222,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" />
- <br/> <span class="vexpl"><?=gettext("You may enter a description here " .
+ <br /> <span class="vexpl"><?=gettext("You may enter a description here " .
"for your reference (not parsed)"); ?>.</span></td>
</tr>
<tr>
diff --git a/usr/local/www/interfaces_qinq_edit.php b/usr/local/www/interfaces_qinq_edit.php
index 93d98c4..26f3518 100755..100644
--- a/usr/local/www/interfaces_qinq_edit.php
+++ b/usr/local/www/interfaces_qinq_edit.php
@@ -1,6 +1,6 @@
<?php
/*
- Copyright (C) 2009 Ermal Luçi
+ Copyright (C) 2009 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -306,7 +306,7 @@ function removeRow(el) {
}
?>
</select>
- <br/>
+ <br />
<span class="vexpl"><?=gettext("Only QinQ capable interfaces will be shown.");?></span></td>
</tr>
<tr>
@@ -323,17 +323,17 @@ function removeRow(el) {
<td width="22%" valign="top" class="vncell"><?=gettext("Options");?></td>
<td width="78%" class="vtable">
<?php /* ?>
- <br/>
+ <br />
<input type="checkbox" value="yes" name="autoassign" id="autoassign" <?php if ($pconfig['autoassign']) echo "checked=\"checked\""; ?> />
<span class="vexpl"> Auto assign interface so it can be configured with ip etc...</span>
- <br/>
+ <br />
<input type="checkbox" value="yes" name="autoenable" id="autoenable" <?php if ($pconfig['autoenable']) echo "checked=\"checked\""; ?> />
<span class="vexpl"> Auto enable interface so it can be used on filter rules.</span>
- <br/>
+ <br />
<input type="checkbox" value="yes" name="autoadjustmtu" id="autoadjustmtu" <?php if ($pconfig['autoadjustmtu']) echo "checked=\"checked\""; ?> />
- <span class="vexpl"> Allows to keep clients mtu unchanged(1500). <br/>NOTE: if you are using jumbo frames this option is not needed and may produce incorrect results!</span>
+ <span class="vexpl"> Allows to keep clients mtu unchanged(1500). <br />NOTE: if you are using jumbo frames this option is not needed and may produce incorrect results!</span>
<?php */ ?>
- <br/>
+ <br />
<input name="autogroup" type="checkbox" value="yes" id="autogroup" <?php if ($pconfig['autogroup']) echo "checked=\"checked\""; ?> />
<span class="vexpl"><?=gettext("Adds interface to QinQ interface groups so you can write filter rules easily.");?></span>
</td>
@@ -354,7 +354,7 @@ function removeRow(el) {
<span class="vexpl">
<?=gettext("You can specify ranges in the input below. The format is pretty simple i.e 9-100 or 10.20...");?>
</span>
- <br/>
+ <br />
<table id="maintable" summary="main table">
<tbody>
<tr>
diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php
index 7623e49..72858ef 100755..100644
--- a/usr/local/www/services_dhcp_relay.php
+++ b/usr/local/www/services_dhcp_relay.php
@@ -3,7 +3,7 @@
services_dhcp_relay.php
Copyright (C) 2003-2004 Justin Ellison <justin@techadvise.com>.
- Copyright (C) 2010 Ermal Luçi
+ Copyright (C) 2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -173,14 +173,14 @@ function enable_change(enable_over) {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="agentoption" type="checkbox" value="yes" <?php if ($pconfig['agentoption']) echo "checked"; ?>>
- <strong><?=gettext("Append circuit ID and agent ID to requests"); ?></strong><br>
+ <strong><?=gettext("Append circuit ID and agent ID to requests"); ?></strong><br />
<?php printf(gettext("If this is checked, the DHCP relay will append the circuit ID (%s interface number) and the agent ID to the DHCP request."), $g['product_name']); ?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Destination server");?></td>
<td width="78%" class="vtable">
<input name="server" type="text" class="formfld unknown" id="server" size="20" value="<?=htmlspecialchars($pconfig['server']);?>">
- <br>
+ <br />
<?=gettext("This is the IP address of the server to which DHCP requests are relayed. You can enter multiple server IP addresses, separated by commas. Select \"Proxy requests to DHCP server on WAN subnet\" to relay DHCP packets to the server that was used on the WAN interface.");?>
</td>
</tr>
diff --git a/usr/local/www/services_dhcpv6_relay.php b/usr/local/www/services_dhcpv6_relay.php
index ecd7818..59ddcaa 100644
--- a/usr/local/www/services_dhcpv6_relay.php
+++ b/usr/local/www/services_dhcpv6_relay.php
@@ -3,7 +3,7 @@
services_dhcpv6_relay.php
Copyright (C) 2003-2004 Justin Ellison <justin@techadvise.com>.
- Copyright (C) 2010 Ermal Luçi
+ Copyright (C) 2010 Ermal Luçi
Copyright (C) 2010 Seth Mos
All rights reserved.
@@ -174,14 +174,14 @@ function enable_change(enable_over) {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="agentoption" type="checkbox" value="yes" <?php if ($pconfig['agentoption']) echo "checked"; ?>>
- <strong><?=gettext("Append circuit ID and agent ID to requests"); ?></strong><br>
+ <strong><?=gettext("Append circuit ID and agent ID to requests"); ?></strong><br />
<?php printf(gettext("If this is checked, the DHCPv6 relay will append the circuit ID (%s interface number) and the agent ID to the DHCPv6 request."), $g['product_name']); ?></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Destination server");?></td>
<td width="78%" class="vtable">
<input name="server" type="text" class="formfld unknown" id="server" size="20" value="<?=htmlspecialchars($pconfig['server']);?>">
- <br>
+ <br />
<?=gettext("This is the IPv6 address of the server to which DHCPv6 requests are relayed. You can enter multiple server IPv6 addresses, separated by commas. ");?>
</td>
</tr>
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php
index f2c7851..a37470c 100755..100644
--- a/usr/local/www/services_igmpproxy.php
+++ b/usr/local/www/services_igmpproxy.php
@@ -3,7 +3,7 @@
/*
services_igmpproxy.php
- Copyright (C) 2009 Ermal Luçi
+ Copyright (C) 2009 Ermal Luçi
Copyright (C) 2004 Scott Ullrich
All rights reserved.
@@ -87,7 +87,7 @@ include("head.inc");
<form action="services_igmpproxy.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('igmpproxy')): ?><p>
-<?php print_info_box_np(gettext("The IGMP entry list has been changed") . ".<br>" . gettext("You must apply the changes in order for them to take effect."));?>
+<?php print_info_box_np(gettext("The IGMP entry list has been changed") . ".<br />" . gettext("You must apply the changes in order for them to take effect."));?>
<?php endif; ?>
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -158,7 +158,7 @@ include("head.inc");
</tr>
<tr>
<td class="tabcont" colspan="4">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br></strong></span><?=gettext("Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.");?></span></p>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br /></strong></span><?=gettext("Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.");?></span></p>
</td>
</tr>
</table>
diff --git a/usr/local/www/services_igmpproxy_edit.php b/usr/local/www/services_igmpproxy_edit.php
index 9d5fda5..021e89e 100755..100644
--- a/usr/local/www/services_igmpproxy_edit.php
+++ b/usr/local/www/services_igmpproxy_edit.php
@@ -3,7 +3,7 @@
/*
services_igmpproxy_edit_edit.php
- Copyright (C) 2009 Ermal Luçi
+ Copyright (C) 2009 Ermal Luçi
Copyright (C) 2004 Scott Ullrich
All rights reserved.
diff --git a/usr/local/www/services_rfc2136.php b/usr/local/www/services_rfc2136.php
index f3c3488..4a6c060 100644
--- a/usr/local/www/services_rfc2136.php
+++ b/usr/local/www/services_rfc2136.php
@@ -1,7 +1,7 @@
<?php
/* $Id$ */
/*
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -172,7 +172,7 @@ include("head.inc");
</tr>
<tr>
<td colspan="3" class="list">
- <p class="vexpl"><span class="red"><strong><br></strong></span></p>
+ <p class="vexpl"><span class="red"><strong><br /></strong></span></p>
</td>
<td class="list">&nbsp;</td>
</tr>
diff --git a/usr/local/www/services_rfc2136_edit.php b/usr/local/www/services_rfc2136_edit.php
index 44b2422..95cf6c7 100644
--- a/usr/local/www/services_rfc2136_edit.php
+++ b/usr/local/www/services_rfc2136_edit.php
@@ -1,7 +1,7 @@
<?php
/* $Id$ */
/*
- Copyright (C) 2008 Ermal Luçi
+ Copyright (C) 2008 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -152,7 +152,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncellreq"><?=gettext("Hostname");?></td>
<td width="78%" class="vtable">
<input name="host" type="text" class="formfld unknown" id="host" size="30" value="<?=htmlspecialchars($pconfig['host']);?>">
- <br/><span>Fully qualified hostname of the host to be updated</span>
+ <br /><span>Fully qualified hostname of the host to be updated</span>
</td>
</tr>
<tr>
@@ -165,7 +165,7 @@ include("head.inc");
<td valign="top" class="vncellreq"><?=gettext("Key name");?></td>
<td class="vtable">
<input name="keyname" type="text" class="formfld unknown" id="keyname" size="30" value="<?=htmlspecialchars($pconfig['keyname']);?>">
- <br>
+ <br />
<?=gettext("This must match the setting on the DNS server.");?></td>
</tr>
<tr>
@@ -179,7 +179,7 @@ include("head.inc");
<td valign="top" class="vncellreq"><?=gettext("Key");?></td>
<td class="vtable">
<input name="keydata" type="text" class="formfld unknown" id="keydata" size="70" value="<?=htmlspecialchars($pconfig['keydata']);?>">
- <br>
+ <br />
<?=gettext("Paste an HMAC-MD5 key here.");?></td>
</tr>
<tr>
@@ -220,7 +220,7 @@ include("head.inc");
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
- <td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br>
+ <td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br />
</strong></span><?php printf(gettext("You must configure a DNS server in %sSystem: " .
"General setup %sor allow the DNS server list to be overridden " .
"by DHCP/PPP on WAN for dynamic DNS updates to work."),'<a href="system.php">', '</a>');?></span></td>
diff --git a/usr/local/www/system_usermanager_passwordmg.php b/usr/local/www/system_usermanager_passwordmg.php
index a35a8a47..466f8f0 100644
--- a/usr/local/www/system_usermanager_passwordmg.php
+++ b/usr/local/www/system_usermanager_passwordmg.php
@@ -1,7 +1,7 @@
<?php
/* $Id$ */
/*
- Copyright (C) 2011 Ermal Luçi
+ Copyright (C) 2011 Ermal Luçi
system_usermanager.php
Redistribution and use in source and binary forms, with or without
@@ -120,7 +120,7 @@ if ($islocal == false) {
<td width="78%" class="vtable">
<input name="passwordfld2" type="password" class="formfld pwd" id="passwordfld2" size="20" />
&nbsp;<?=gettext("(confirmation)");?>
- <br/>
+ <br />
<span class="vexpl">
<?=gettext("Select a new password");?>
</span>
diff --git a/usr/local/www/vpn_pppoe_edit.php b/usr/local/www/vpn_pppoe_edit.php
index 662e6ff..540dbb1 100755..100644
--- a/usr/local/www/vpn_pppoe_edit.php
+++ b/usr/local/www/vpn_pppoe_edit.php
@@ -4,7 +4,7 @@
part of pfSense
Copyright (C) 2005 Scott Ullrich (sullrich@gmail.com)
- Copyright (C) 2010 Ermal Luçi
+ Copyright (C) 2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -435,12 +435,12 @@ if ($savemsg)
<td width="22%" valign="top" class="vncellreq"><?=gettext("Server address"); ?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="localip" type="text" class="formfld unknown" id="localip" size="20" value="<?=htmlspecialchars($pconfig['localip']);?>" />
- <br/>
+ <br />
<?=gettext("Enter the IP address the PPPoE server should give to clients for use as their \"gateway\""); ?>.
- <br/>
+ <br />
<?=gettext("Typically this is set to an unused IP just outside of the client range"); ?>.
- <br/>
- <br/>
+ <br />
+ <br />
<?=gettext("NOTE: This should NOT be set to any IP address currently in use on this firewall"); ?>.</td>
</tr>
<tr>
@@ -455,7 +455,7 @@ if ($savemsg)
<td width="22%" valign="top" class="vncell"><?=gettext("Description"); ?></td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="descr" type="text" class="formfld unknown" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>" />
- <br/>
+ <br />
</td>
</tr>
<tr>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 1287e09..beb2219 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -5,7 +5,7 @@
Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com.
- Copyright (C) 2008-2010 Ermal Luçi
+ Copyright (C) 2008-2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 17ca3fd..bd3e648 100755..100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -5,7 +5,7 @@
Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com.
- Copyright (C) 2008-2010 Ermal Luçi
+ Copyright (C) 2008-2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index e5bd807..76eb09c 100755..100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -5,7 +5,7 @@
Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com.
- Copyright (C) 2008-2010 Ermal Luçi
+ Copyright (C) 2008-2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index 52549b2..11909bd 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -5,7 +5,7 @@
Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com.
Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com.
- Copyright (C) 2008-2010 Ermal Luçi
+ Copyright (C) 2008-2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
OpenPOWER on IntegriCloud