From f169f0b0724a39ac3dd35c46b90515751c2955ed Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Tue, 21 May 2013 22:01:34 -0400 Subject: Modernize the GUI interface (new progress bar). --- config/snort/snort_download_rules.php | 60 +++++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 24 deletions(-) (limited to 'config/snort/snort_download_rules.php') diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index bbbf689c..4f88f1c2 100755 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -34,6 +34,8 @@ require_once("functions.inc"); require_once("service-utils.inc"); require_once("/usr/local/pkg/snort/snort.inc"); +global $g; + $pgtitle = "Services: Snort: Update Rules"; include("head.inc"); ?> @@ -44,35 +46,45 @@ include("head.inc"); ' . $pgtitle . '

';}?>
- - - - - +
-
- - - - - + +
- +
+
+ + - + + +
+ + + + - -
+ + + + + + +
+ + + +
/images/misc/bar_blue.gif' + width='0' height='15' name='progressbar' id='progressbar' alt='' />
+
+
- /images/misc/progress_bar.gif' - width='280' height='23' name='progressbar' id='progressbar' alt='' /> + + + + +
-
- - -
- -
+
-- cgit v1.2.3 From e977391528edbf2d27841f2458b2e72e8bb29747 Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Tue, 21 May 2013 22:48:47 -0400 Subject: Fix-up missing align left HTML attribute. --- config/snort/snort_download_rules.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'config/snort/snort_download_rules.php') diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index 4f88f1c2..f9fca057 100755 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -52,33 +52,32 @@ include("head.inc");
-
+ +
- -
/images/misc/bar_blue.gif' + /images/misc/bar_blue.gif' width='0' height='15' name='progressbar' id='progressbar' alt='' />
-
+ - +
-- cgit v1.2.3 From e8f8b0ab273baa1d772ec914c51e242c3ff22f56 Mon Sep 17 00:00:00 2001 From: bmeeks8 Date: Wed, 22 May 2013 12:20:35 -0400 Subject: Fix various HTML style issues to tidy up GUI. --- config/snort/snort_download_rules.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/snort/snort_download_rules.php') diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index f9fca057..e35eb983 100755 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -46,11 +46,11 @@ include("head.inc"); ' . $pgtitle . '

';}?>
-
+ -
- +
+
@@ -80,10 +80,10 @@ include("head.inc");
+
-
-- cgit v1.2.3