From 4a7bcae7afdd3c2686aa4017a40380b8c19cb607 Mon Sep 17 00:00:00 2001 From: NOYB Date: Sat, 30 Dec 2017 17:24:31 -0800 Subject: [PATCH] HTML Compliance - Attribute "for" on Element
Error: Attribute "for" not allowed on element "div" at this point. Attributes for element "div": http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-div-element HTML attribute reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes The "Output" element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/output Attributes for element "output": http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-output-element --- .../mvc/app/views/OPNsense/Core/firmware.volt | 16 +- .../views/layout_partials/form_input_tr.volt | 4 +- src/www/diag_logs_settings.php | 44 +-- src/www/diag_packet_capture.php | 40 +-- src/www/diag_testport.php | 12 +- src/www/firewall_aliases_edit.php | 12 +- src/www/firewall_aliases_import.php | 16 +- src/www/firewall_nat_1to1_edit.php | 36 +-- src/www/firewall_nat_edit.php | 72 ++--- src/www/firewall_nat_npt_edit.php | 28 +- src/www/firewall_nat_out_edit.php | 76 ++--- src/www/firewall_rules_edit.php | 136 ++++----- src/www/firewall_schedule_edit.php | 16 +- src/www/firewall_scrub.php | 12 +- src/www/firewall_scrub_edit.php | 48 +-- src/www/firewall_virtual_ip_edit.php | 32 +- src/www/interfaces.php | 288 +++++++++--------- src/www/interfaces_bridge_edit.php | 84 ++--- src/www/interfaces_gif_edit.php | 28 +- src/www/interfaces_gre_edit.php | 32 +- src/www/interfaces_groups_edit.php | 12 +- src/www/interfaces_lagg_edit.php | 20 +- src/www/interfaces_ppps_edit.php | 84 ++--- src/www/interfaces_qinq_edit.php | 12 +- src/www/interfaces_vlan_edit.php | 16 +- src/www/interfaces_wireless_edit.php | 4 +- src/www/services_dhcp.php | 52 ++-- src/www/services_dhcp_edit.php | 52 ++-- src/www/services_dhcp_relay.php | 12 +- src/www/services_dhcpv6.php | 32 +- src/www/services_dhcpv6_edit.php | 28 +- src/www/services_dhcpv6_relay.php | 12 +- src/www/services_dnsmasq.php | 40 +-- .../services_dnsmasq_domainoverride_edit.php | 20 +- src/www/services_dnsmasq_edit.php | 20 +- src/www/services_ntpd.php | 20 +- src/www/services_ntpd_gps.php | 32 +- src/www/services_ntpd_pps.php | 20 +- src/www/services_opendns.php | 12 +- src/www/services_router_advertisements.php | 36 +-- src/www/services_unbound.php | 40 +-- src/www/services_unbound_acls.php | 12 +- src/www/services_unbound_advanced.php | 68 ++--- .../services_unbound_domainoverride_edit.php | 12 +- src/www/services_unbound_host_edit.php | 28 +- src/www/status_openvpn.php | 4 +- src/www/system_advanced_admin.php | 72 ++--- src/www/system_advanced_firewall.php | 104 +++---- src/www/system_advanced_misc.php | 43 +-- src/www/system_advanced_network.php | 24 +- src/www/system_advanced_notifications.php | 52 ++-- src/www/system_authservers.php | 32 +- src/www/system_camanager.php | 36 +-- src/www/system_certmanager.php | 64 ++-- src/www/system_crlmanager.php | 16 +- src/www/system_gateway_groups_edit.php | 12 +- src/www/system_gateways_edit.php | 76 ++--- src/www/system_general.php | 36 +-- src/www/system_groupmanager.php | 8 +- src/www/system_hasync.php | 72 ++--- src/www/system_usermanager.php | 32 +- src/www/system_usermanager_passwordmg.php | 4 +- src/www/system_usermanager_settings.php | 4 +- src/www/vpn_ipsec_keys_edit.php | 4 +- src/www/vpn_ipsec_mobile.php | 40 +-- src/www/vpn_ipsec_phase1.php | 100 +++--- src/www/vpn_ipsec_phase2.php | 24 +- src/www/vpn_ipsec_settings.php | 16 +- src/www/vpn_openvpn_client.php | 76 ++--- src/www/vpn_openvpn_csc.php | 84 ++--- src/www/vpn_openvpn_export.php | 24 +- src/www/vpn_openvpn_server.php | 152 ++++----- src/www/widgets/widgets/ipsec.widget.php | 12 +- 73 files changed, 1476 insertions(+), 1475 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt index c41bae934..e3550bd1f 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt @@ -791,9 +791,9 @@ POSSIBILITY OF SUCH DAMAGE. - + @@ -805,9 +805,9 @@ POSSIBILITY OF SUCH DAMAGE. - + @@ -816,9 +816,9 @@ POSSIBILITY OF SUCH DAMAGE. - + @@ -826,9 +826,9 @@ POSSIBILITY OF SUCH DAMAGE. {{ lang._('Subscription') }} - + diff --git a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt index 74e125394..d50731811 100644 --- a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt +++ b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt @@ -44,14 +44,14 @@ readonly : if true, input fields will be readonly -
+ {% if help|default(false) %} {% elseif help|default(false) == false %} {% endif %} {{label}} -
+ {% if type == "text" %} diff --git a/src/www/diag_logs_settings.php b/src/www/diag_logs_settings.php index 2fe7ce1d1..afad68b20 100644 --- a/src/www/diag_logs_settings.php +++ b/src/www/diag_logs_settings.php @@ -338,32 +338,32 @@ $(document).ready(function() { /> - +
- + - + @@ -371,14 +371,14 @@ $(document).ready(function() { />
- + />
- + />
/> @@ -390,9 +390,9 @@ $(document).ready(function() { />
- + @@ -402,11 +402,11 @@ $(document).ready(function() { - + @@ -418,9 +418,9 @@ $(document).ready(function() { "/> - + @@ -450,12 +450,12 @@ $(document).ready(function() { - + @@ -465,9 +465,9 @@ $(document).ready(function() { - + @@ -494,9 +494,9 @@ $(document).ready(function() { - + diff --git a/src/www/diag_packet_capture.php b/src/www/diag_packet_capture.php index 0a117519c..c3c980bfd 100644 --- a/src/www/diag_packet_capture.php +++ b/src/www/diag_packet_capture.php @@ -320,19 +320,19 @@ include("fbegin.inc"); - + /> - + @@ -347,9 +347,9 @@ include("fbegin.inc"); - + @@ -371,48 +371,48 @@ include("fbegin.inc"); - + - + - + - + - + @@ -427,11 +427,11 @@ include("fbegin.inc"); - + @@ -439,10 +439,10 @@ include("fbegin.inc"); - + diff --git a/src/www/diag_testport.php b/src/www/diag_testport.php index 8fe8fb9e7..b596a0b1f 100644 --- a/src/www/diag_testport.php +++ b/src/www/diag_testport.php @@ -147,9 +147,9 @@ include("head.inc"); ?> - + @@ -168,18 +168,18 @@ include("head.inc"); ?> - + /> - + diff --git a/src/www/firewall_aliases_edit.php b/src/www/firewall_aliases_edit.php index 21f02ea60..a2708e900 100644 --- a/src/www/firewall_aliases_edit.php +++ b/src/www/firewall_aliases_edit.php @@ -550,18 +550,18 @@ include("head.inc"); - + - + @@ -585,7 +585,7 @@ include("head.inc");
- + diff --git a/src/www/firewall_aliases_import.php b/src/www/firewall_aliases_import.php index dc48ebb22..6aa3225f9 100644 --- a/src/www/firewall_aliases_import.php +++ b/src/www/firewall_aliases_import.php @@ -183,7 +183,7 @@ include("head.inc"); - + - + - + - + diff --git a/src/www/firewall_nat_1to1_edit.php b/src/www/firewall_nat_1to1_edit.php index 210aa789e..16064a97e 100644 --- a/src/www/firewall_nat_1to1_edit.php +++ b/src/www/firewall_nat_1to1_edit.php @@ -249,10 +249,10 @@ include("head.inc"); /> - + @@ -268,10 +268,10 @@ include("head.inc"); - + @@ -285,31 +285,31 @@ include("head.inc"); - + - + /> - + @@ -349,18 +349,18 @@ include("head.inc"); - + /> - + @@ -400,19 +400,19 @@ include("head.inc"); - + - + diff --git a/src/www/firewall_nat_edit.php b/src/www/firewall_nat_edit.php index 6083ff962..8d479b5dd 100644 --- a/src/www/firewall_nat_edit.php +++ b/src/www/firewall_nat_edit.php @@ -517,20 +517,20 @@ $( document ).ready(function() { /> - + /> - + @@ -546,10 +546,10 @@ $( document ).ready(function() { - + @@ -564,9 +564,9 @@ $( document ).ready(function() { - + @@ -582,28 +582,28 @@ $( document ).ready(function() { - + " id="showadvancedboxsrc" /> - + /> - + @@ -702,22 +702,22 @@ $( document ).ready(function() { - + /> - + @@ -846,9 +846,9 @@ $( document ).ready(function() { - + @@ -878,11 +878,11 @@ $( document ).ready(function() { - + @@ -915,13 +915,13 @@ $( document ).ready(function() { - + @@ -950,49 +950,49 @@ $( document ).ready(function() { - + - + - + - + /> - + @@ -1045,9 +1045,9 @@ $( document ).ready(function() { - + /> - + @@ -173,10 +173,10 @@ include("head.inc"); - + @@ -186,9 +186,9 @@ include("head.inc"); /> - + @@ -208,9 +208,9 @@ include("head.inc"); - + @@ -224,9 +224,9 @@ include("head.inc"); /> - + @@ -246,18 +246,18 @@ include("head.inc"); - + - +   diff --git a/src/www/firewall_nat_out_edit.php b/src/www/firewall_nat_out_edit.php index f9e326a94..cbc45ee83 100644 --- a/src/www/firewall_nat_out_edit.php +++ b/src/www/firewall_nat_out_edit.php @@ -403,19 +403,19 @@ include("head.inc"); /> - + /> - + @@ -431,10 +431,10 @@ include("head.inc"); - + @@ -449,9 +449,9 @@ include("head.inc"); - + @@ -465,19 +465,19 @@ include("head.inc"); - + /> - + @@ -513,9 +513,9 @@ include("head.inc"); - + @@ -549,18 +549,18 @@ include("head.inc"); - + /> - + @@ -595,9 +595,9 @@ include("head.inc"); - + @@ -631,9 +631,9 @@ include("head.inc"); - + @@ -667,11 +667,11 @@ include("head.inc"); - + @@ -679,18 +679,18 @@ include("head.inc"); /> - + - + @@ -725,50 +725,50 @@ include("head.inc"); - + - + - + /> - + - + - +
@@ -707,9 +707,9 @@ include("head.inc"); /> - + /> - + - + - + @@ -829,10 +829,10 @@ include("head.inc"); - + @@ -868,18 +868,18 @@ include("head.inc"); endforeach; ?>
- + name="srcnot" type="checkbox" value="yes" /> - + @@ -935,9 +935,9 @@ include("head.inc"); " id="showadvancedboxsrc" /> - + @@ -997,19 +997,19 @@ include("head.inc"); - + name="dstnot" type="checkbox" id="srcnot" value="yes" /> - + @@ -1116,9 +1116,9 @@ include("head.inc"); - + @@ -1126,18 +1126,18 @@ include("head.inc"); /> - + - + - + @@ -1176,19 +1176,19 @@ include("head.inc"); - + /> - + @@ -1209,9 +1209,9 @@ include("head.inc"); endforeach; endif;?> - + @@ -1237,9 +1237,9 @@ include("head.inc"); - + @@ -1256,18 +1256,18 @@ include("head.inc"); /> - + /> - + @@ -1297,9 +1297,9 @@ include("head.inc"); - + @@ -1311,63 +1311,63 @@ include("head.inc"); - + - + - + - + - + - + - + @@ -1395,18 +1395,18 @@ include("head.inc"); - +
- + @@ -1442,18 +1442,18 @@ include("head.inc"); - + / /> - + @@ -1476,7 +1476,7 @@ include("head.inc"); - +
- + @@ -911,10 +911,10 @@ function removeRow(el) { } } //end for loop ?> - + @@ -964,19 +964,19 @@ function removeRow(el) { - + - + diff --git a/src/www/firewall_scrub.php b/src/www/firewall_scrub.php index b2fea8869..5a9bd2194 100644 --- a/src/www/firewall_scrub.php +++ b/src/www/firewall_scrub.php @@ -235,35 +235,35 @@ $( document ).ready(function() { /> - + /> - + /> - + diff --git a/src/www/firewall_scrub_edit.php b/src/www/firewall_scrub_edit.php index 3ed2e8a8a..698d005ba 100644 --- a/src/www/firewall_scrub_edit.php +++ b/src/www/firewall_scrub_edit.php @@ -299,10 +299,10 @@ include("head.inc"); /> - + @@ -323,9 +323,9 @@ include("head.inc"); - + @@ -356,18 +356,18 @@ include("head.inc"); - + /> - + @@ -455,19 +455,19 @@ include("head.inc"); - + /> - + @@ -548,19 +548,19 @@ include("head.inc"); - + - + @@ -578,9 +578,9 @@ include("head.inc"); - + @@ -601,29 +601,29 @@ include("head.inc"); - + /> - + /> - + diff --git a/src/www/firewall_virtual_ip_edit.php b/src/www/firewall_virtual_ip_edit.php index 5ed69eaa0..04c4b72f5 100644 --- a/src/www/firewall_virtual_ip_edit.php +++ b/src/www/firewall_virtual_ip_edit.php @@ -333,9 +333,9 @@ $( document ).ready(function() { - + @@ -392,35 +392,35 @@ $( document ).ready(function() { - + - + /> - + - + @@ -437,9 +437,9 @@ $( document ).ready(function() { - + @@ -462,19 +462,19 @@ $( document ).ready(function() { - + - + diff --git a/src/www/interfaces.php b/src/www/interfaces.php index a20e302f0..a5711dc3e 100644 --- a/src/www/interfaces.php +++ b/src/www/interfaces.php @@ -1695,33 +1695,33 @@ include("head.inc"); - + /> - + /> - + @@ -1754,7 +1754,7 @@ include("head.inc"); - + - - + - + - + - + @@ -1946,11 +1946,11 @@ include("head.inc"); - + @@ -1974,31 +1974,31 @@ include("head.inc"); - + - + - + @@ -2026,56 +2026,56 @@ include("head.inc"); - + - +
- +
- +
- + - + - + @@ -2121,9 +2121,9 @@ include("head.inc"); - + @@ -2210,18 +2210,18 @@ include("head.inc"); - + - + @@ -2229,18 +2229,18 @@ include("head.inc"); />
- + - + @@ -2313,9 +2313,9 @@ include("head.inc"); />
- + @@ -2375,9 +2375,9 @@ include("head.inc"); /> - + @@ -2399,11 +2399,11 @@ include("head.inc"); endif;?> - + diff --git a/src/www/services_dhcp_edit.php b/src/www/services_dhcp_edit.php index f818a5e87..1e2e5ebe9 100644 --- a/src/www/services_dhcp_edit.php +++ b/src/www/services_dhcp_edit.php @@ -340,9 +340,9 @@ include("head.inc"); $mac = `/usr/sbin/arp -an | grep {$ip} | /usr/bin/head -n1 | /usr/bin/cut -d" " -f4`; $mac = str_replace("\n","",$mac);?> - + @@ -355,20 +355,20 @@ include("head.inc"); - + - + - + - + - + /> - + @@ -423,56 +423,56 @@ include("head.inc");
- + - + - + - + () - + () - + diff --git a/src/www/services_dhcp_relay.php b/src/www/services_dhcp_relay.php index 6e7c9f6c2..acac7bb5a 100644 --- a/src/www/services_dhcp_relay.php +++ b/src/www/services_dhcp_relay.php @@ -144,9 +144,9 @@ include("head.inc"); - + @@ -154,18 +154,18 @@ include("head.inc"); />
- + " /> - + diff --git a/src/www/services_dhcpv6.php b/src/www/services_dhcpv6.php index 8866bd6fd..b7c1b8487 100644 --- a/src/www/services_dhcpv6.php +++ b/src/www/services_dhcpv6.php @@ -506,10 +506,10 @@ include("head.inc"); - + @@ -517,47 +517,47 @@ include("head.inc");
- +
- +
- + () - + () - + @@ -567,9 +567,9 @@ include("head.inc"); - + @@ -711,9 +711,9 @@ include("head.inc"); - + diff --git a/src/www/services_dhcpv6_edit.php b/src/www/services_dhcpv6_edit.php index 658fe48ce..66f2f4f95 100644 --- a/src/www/services_dhcpv6_edit.php +++ b/src/www/services_dhcpv6_edit.php @@ -169,40 +169,40 @@ include("head.inc"); - + - + - + - + @@ -210,18 +210,18 @@ include("head.inc"); - + - + - + diff --git a/src/www/services_dhcpv6_relay.php b/src/www/services_dhcpv6_relay.php index 8ecca936d..a2ddc7352 100644 --- a/src/www/services_dhcpv6_relay.php +++ b/src/www/services_dhcpv6_relay.php @@ -147,27 +147,27 @@ include("head.inc"); - + /> - + " /> - + diff --git a/src/www/services_dnsmasq.php b/src/www/services_dnsmasq.php index fca3b1961..5cc91fb8b 100644 --- a/src/www/services_dnsmasq.php +++ b/src/www/services_dnsmasq.php @@ -248,23 +248,23 @@ $( document ).ready(function() { /> - + - + @@ -272,12 +272,12 @@ $( document ).ready(function() { /> - + @@ -285,11 +285,11 @@ $( document ).ready(function() { /> - + @@ -300,30 +300,30 @@ $( document ).ready(function() { /> - + /> - + /> - + @@ -341,9 +341,9 @@ $( document ).ready(function() { /> - + @@ -361,17 +361,17 @@ $( document ).ready(function() { - +
/> - + diff --git a/src/www/services_dnsmasq_domainoverride_edit.php b/src/www/services_dnsmasq_domainoverride_edit.php index 548778c91..221c9048d 100644 --- a/src/www/services_dnsmasq_domainoverride_edit.php +++ b/src/www/services_dnsmasq_domainoverride_edit.php @@ -147,48 +147,48 @@ include("head.inc"); - + - + - + - + - + diff --git a/src/www/services_dnsmasq_edit.php b/src/www/services_dnsmasq_edit.php index d4ce939b6..fe8df73f1 100644 --- a/src/www/services_dnsmasq_edit.php +++ b/src/www/services_dnsmasq_edit.php @@ -190,39 +190,39 @@ include("head.inc"); - + - + - + - + @@ -271,9 +271,9 @@ include("head.inc"); - + diff --git a/src/www/services_ntpd.php b/src/www/services_ntpd.php index b9e9add0e..abfcb17c4 100644 --- a/src/www/services_ntpd.php +++ b/src/www/services_ntpd.php @@ -244,12 +244,12 @@ include("head.inc"); - + @@ -295,32 +295,32 @@ include("head.inc"); - + - + /> - + @@ -331,9 +331,9 @@ include("head.inc");
/> - + diff --git a/src/www/services_ntpd_gps.php b/src/www/services_ntpd_gps.php index 46a1ad1e3..c0c02e119 100644 --- a/src/www/services_ntpd_gps.php +++ b/src/www/services_ntpd_gps.php @@ -325,12 +325,12 @@ SureGPS = #Sure Electronics SKG16B - + - +

- + > - + - + - + - + @@ -487,10 +487,10 @@ SureGPS = #Sure Electronics SKG16B - + diff --git a/src/www/services_ntpd_pps.php b/src/www/services_ntpd_pps.php index 237b98532..edca79842 100644 --- a/src/www/services_ntpd_pps.php +++ b/src/www/services_ntpd_pps.php @@ -112,9 +112,9 @@ include("head.inc"); - + () - + - + @@ -165,19 +165,19 @@ include("head.inc"); - + - + diff --git a/src/www/services_opendns.php b/src/www/services_opendns.php index e6f993886..64432d602 100644 --- a/src/www/services_opendns.php +++ b/src/www/services_opendns.php @@ -146,27 +146,27 @@ include 'head.inc'; /> - + - + @@ -179,7 +179,7 @@ include 'head.inc'; - + - + @@ -254,9 +254,9 @@ include("head.inc"); - + - + - + @@ -360,9 +360,9 @@ include("head.inc");
- +
/> @@ -372,36 +372,36 @@ include("head.inc"); - + /> - + - + - + diff --git a/src/www/services_unbound.php b/src/www/services_unbound.php index 33eac5ae5..092677d18 100644 --- a/src/www/services_unbound.php +++ b/src/www/services_unbound.php @@ -170,9 +170,9 @@ include_once("head.inc"); - + @@ -186,9 +186,9 @@ include_once("head.inc"); - + @@ -203,9 +203,9 @@ include_once("head.inc"); /> - + @@ -213,23 +213,23 @@ include_once("head.inc"); /> - + - + @@ -237,12 +237,12 @@ include_once("head.inc"); /> - + @@ -250,21 +250,21 @@ include_once("head.inc"); /> - + /> - + @@ -277,9 +277,9 @@ include_once("head.inc"); - + @@ -296,9 +296,9 @@ include_once("head.inc"); endforeach; ?> - + diff --git a/src/www/services_unbound_acls.php b/src/www/services_unbound_acls.php index 3e464c2b8..9351f1708 100644 --- a/src/www/services_unbound_acls.php +++ b/src/www/services_unbound_acls.php @@ -210,9 +210,9 @@ include("head.inc"); - + @@ -232,13 +232,13 @@ include("head.inc"); - + @@ -301,9 +301,9 @@ include("head.inc"); - + diff --git a/src/www/services_unbound_advanced.php b/src/www/services_unbound_advanced.php index e5206d64a..6c7781d9b 100644 --- a/src/www/services_unbound_advanced.php +++ b/src/www/services_unbound_advanced.php @@ -134,54 +134,54 @@ include_once("head.inc"); /> - + /> - + /> - + /> - + /> - + /> - + @@ -196,9 +196,9 @@ include_once("head.inc"); - + @@ -213,9 +213,9 @@ include_once("head.inc"); - + @@ -230,9 +230,9 @@ include_once("head.inc"); - + @@ -247,9 +247,9 @@ include_once("head.inc"); - + @@ -264,27 +264,27 @@ include_once("head.inc"); - + - + - + @@ -297,9 +297,9 @@ include_once("head.inc"); - + @@ -312,9 +312,9 @@ include_once("head.inc"); - + @@ -328,9 +328,9 @@ include_once("head.inc"); - + @@ -345,9 +345,9 @@ include_once("head.inc"); - + diff --git a/src/www/services_unbound_domainoverride_edit.php b/src/www/services_unbound_domainoverride_edit.php index 4b498b5b8..2a167cd52 100644 --- a/src/www/services_unbound_domainoverride_edit.php +++ b/src/www/services_unbound_domainoverride_edit.php @@ -120,30 +120,30 @@ include("head.inc"); - + - + - + diff --git a/src/www/services_unbound_host_edit.php b/src/www/services_unbound_host_edit.php index 4eb7256b4..4818afad9 100644 --- a/src/www/services_unbound_host_edit.php +++ b/src/www/services_unbound_host_edit.php @@ -179,20 +179,20 @@ include("head.inc"); - + - + @@ -208,50 +208,50 @@ include("head.inc"); - + - + - + - + - + diff --git a/src/www/status_openvpn.php b/src/www/status_openvpn.php index 57a9eec56..69e10f20e 100644 --- a/src/www/status_openvpn.php +++ b/src/www/status_openvpn.php @@ -187,7 +187,7 @@ $( document ).ready(function() { - + - + @@ -402,20 +402,20 @@ include("head.inc"); - + - + @@ -423,12 +423,12 @@ include("head.inc"); /> - + @@ -436,9 +436,9 @@ include("head.inc"); /> - + @@ -446,11 +446,11 @@ include("head.inc"); /> - + @@ -458,10 +458,10 @@ include("head.inc"); - + @@ -481,10 +481,10 @@ include("head.inc"); - + @@ -497,9 +497,9 @@ include("head.inc"); - + @@ -507,13 +507,13 @@ include("head.inc"); /> - + @@ -531,12 +531,12 @@ include("head.inc"); /> - + @@ -544,19 +544,19 @@ include("head.inc"); /> - + - + @@ -569,9 +569,9 @@ include("head.inc"); - + @@ -592,10 +592,10 @@ include("head.inc"); - + @@ -607,10 +607,10 @@ include("head.inc"); - + @@ -624,9 +624,9 @@ include("head.inc"); - + @@ -641,9 +641,9 @@ include("head.inc"); /> - + diff --git a/src/www/system_advanced_firewall.php b/src/www/system_advanced_firewall.php index 87e00bb60..c54698893 100644 --- a/src/www/system_advanced_firewall.php +++ b/src/www/system_advanced_firewall.php @@ -266,10 +266,10 @@ include("head.inc"); onclick="enable_change(false)" /> - + 1): ?> @@ -280,38 +280,38 @@ include("head.inc"); /> - + /> - + /> - + /> - + @@ -332,9 +332,9 @@ include("head.inc"); - + @@ -345,9 +345,9 @@ include("head.inc"); /> - + @@ -355,11 +355,11 @@ include("head.inc"); /> - + @@ -367,9 +367,9 @@ include("head.inc"); />
- + @@ -380,7 +380,7 @@ include("head.inc"); />
-
+
" title="" name="srctrack" id="srctrack" type="text" value=""/> - + @@ -402,12 +402,12 @@ include("head.inc"); />
- + @@ -415,11 +415,11 @@ include("head.inc"); />
- + @@ -429,10 +429,10 @@ include("head.inc"); /> - + @@ -455,7 +455,7 @@ include("head.inc"); - + @@ -493,7 +493,7 @@ include("head.inc"); - + @@ -518,14 +518,14 @@ include("head.inc"); /> - + @@ -549,7 +549,7 @@ include("head.inc"); - + - + - + - + @@ -604,11 +604,11 @@ include("head.inc"); /> - + @@ -616,10 +616,10 @@ include("head.inc"); /> - + @@ -627,7 +627,7 @@ include("head.inc"); /> - + - + @@ -654,9 +654,9 @@ include("head.inc"); /> - + diff --git a/src/www/system_advanced_misc.php b/src/www/system_advanced_misc.php index a5e3a552e..a2583bd09 100644 --- a/src/www/system_advanced_misc.php +++ b/src/www/system_advanced_misc.php @@ -244,7 +244,7 @@ include("head.inc"); - - + @@ -493,9 +493,9 @@ endfor; ?> #2: - + @@ -514,9 +514,9 @@ endfor; ?> endforeach; ?> - + @@ -524,9 +524,9 @@ endforeach; onclick="login_banner_change()" /> - + diff --git a/src/www/vpn_ipsec_phase1.php b/src/www/vpn_ipsec_phase1.php index ad81ee092..1af15f589 100644 --- a/src/www/vpn_ipsec_phase1.php +++ b/src/www/vpn_ipsec_phase1.php @@ -564,9 +564,9 @@ include("head.inc"); /> - + /> - + @@ -592,9 +592,9 @@ include("head.inc"); - + @@ -612,9 +612,9 @@ include("head.inc"); - + @@ -631,9 +631,9 @@ include("head.inc"); - + @@ -674,9 +674,9 @@ include("head.inc"); - + - + - + @@ -725,10 +725,10 @@ include("head.inc"); - + @@ -745,9 +745,9 @@ include("head.inc"); - + @@ -818,9 +818,9 @@ endforeach; ?> " /> - + @@ -838,9 +838,9 @@ endforeach; ?> endif; ?> - + @@ -861,9 +861,9 @@ endforeach; ?> - + @@ -880,9 +880,9 @@ endforeach; ?> endif; endforeach;?> - + @@ -932,9 +932,9 @@ endforeach; ?> - + @@ -966,18 +966,18 @@ endforeach; ?> - + - + @@ -987,27 +987,27 @@ endforeach; ?> /> - + /> - + /> - + @@ -1024,41 +1024,41 @@ endforeach; ?> - + /> - + /> - +

- +
- +
diff --git a/src/www/vpn_ipsec_phase2.php b/src/www/vpn_ipsec_phase2.php index fa1edcedd..705284f1d 100644 --- a/src/www/vpn_ipsec_phase2.php +++ b/src/www/vpn_ipsec_phase2.php @@ -486,11 +486,11 @@ if (isset($input_errors) && count($input_errors) > 0) { /> - + @@ -517,10 +517,10 @@ if (isset($input_errors) && count($input_errors) > 0) { - + @@ -614,9 +614,9 @@ endif; ?> endforeach; ?>
- + @@ -647,11 +647,11 @@ endif; ?> - + @@ -708,9 +708,9 @@ endif; ?> - + - + 0) { /> - + @@ -176,18 +176,18 @@ if (isset($input_errors) && count($input_errors) > 0) { - + - + $ldescr) : ?> @@ -203,9 +203,9 @@ endforeach; ?> - + diff --git a/src/www/vpn_openvpn_client.php b/src/www/vpn_openvpn_client.php index 0e9812e7e..2e6f9772e 100644 --- a/src/www/vpn_openvpn_client.php +++ b/src/www/vpn_openvpn_client.php @@ -555,18 +555,18 @@ $( document ).ready(function() { /> - + - + @@ -716,9 +716,9 @@ $( document ).ready(function() { /> - + @@ -754,9 +754,9 @@ $( document ).ready(function() { - + @@ -777,9 +777,9 @@ $( document ).ready(function() {
- +
@@ -787,9 +787,9 @@ $( document ).ready(function() { - + @@ -934,9 +934,9 @@ $( document ).ready(function() { - + @@ -971,7 +971,7 @@ $( document ).ready(function() { - + - + - + - + - + @@ -1054,45 +1054,45 @@ $( document ).ready(function() { - + /> - + /> - + /> - + /> - + @@ -1110,9 +1110,9 @@ $( document ).ready(function() {
- + @@ -1129,13 +1129,13 @@ $( document ).ready(function() { - + diff --git a/src/www/vpn_openvpn_csc.php b/src/www/vpn_openvpn_csc.php index 689f8f3e2..0c2b8b0d6 100644 --- a/src/www/vpn_openvpn_csc.php +++ b/src/www/vpn_openvpn_csc.php @@ -390,9 +390,9 @@ if ($act!="new" && $act!="edit") { /> - + @@ -407,39 +407,39 @@ if ($act!="new" && $act!="edit") { - + - + - + /> - + @@ -452,7 +452,7 @@ if ($act!="new" && $act!="edit") { - + - + - + - + - + - + /> - + @@ -553,9 +553,9 @@ if ($act!="new" && $act!="edit") { /> - + @@ -565,9 +565,9 @@ if ($act!="new" && $act!="edit") { - + @@ -584,9 +584,9 @@ if ($act!="new" && $act!="edit") {   - + @@ -599,19 +599,19 @@ if ($act!="new" && $act!="edit") {   - + /> - +
:  @@ -626,21 +626,21 @@ if ($act!="new" && $act!="edit") { - + Scope ID:  - +
@@ -654,19 +654,19 @@ if ($act!="new" && $act!="edit") { - + - + diff --git a/src/www/vpn_openvpn_export.php b/src/www/vpn_openvpn_export.php index aba7c4009..1e85c8cf9 100644 --- a/src/www/vpn_openvpn_export.php +++ b/src/www/vpn_openvpn_export.php @@ -1334,22 +1334,22 @@ if (isset($savemsg)) { - + - + @@ -1374,9 +1374,9 @@ if (isset($savemsg)) { - + - + /> - + @@ -1413,23 +1413,23 @@ endif; ?> - + /> - +
:  @@ -1446,23 +1446,23 @@ endif; ?> - + - +
@@ -1470,11 +1470,11 @@ endif; ?> /> - +
  @@ -1494,22 +1494,22 @@ endif; ?>
- + /> - + @@ -1527,9 +1527,9 @@ endif; ?>
- + @@ -1547,7 +1547,7 @@ endif; ?> - + - + diff --git a/src/www/widgets/widgets/ipsec.widget.php b/src/www/widgets/widgets/ipsec.widget.php index 21ef9eec3..d39067fcb 100644 --- a/src/www/widgets/widgets/ipsec.widget.php +++ b/src/www/widgets/widgets/ipsec.widget.php @@ -88,15 +88,15 @@ if (isset($config['ipsec']['phase2'])) { });
-
+      -
-
+ +      -
-
+ +      -
+