aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev/snort_headbase.inc
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2011-01-21 12:37:21 -0800
committerrobiscool <robrob2626@yahoo.com>2011-01-21 12:40:45 -0800
commit0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6 (patch)
treeed2a1b36131b13972fec2da0be21e8c84d86d5b9 /config/snort-dev/snort_headbase.inc
parentdabbd0e5978f83c5da632d30578ad32ceafbefd4 (diff)
downloadpfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.tar.gz
pfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.tar.bz2
pfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.zip
snort-dev, sqlite, remove all javascript framworks
Diffstat (limited to 'config/snort-dev/snort_headbase.inc')
-rw-r--r--config/snort-dev/snort_headbase.inc38
1 files changed, 38 insertions, 0 deletions
diff --git a/config/snort-dev/snort_headbase.inc b/config/snort-dev/snort_headbase.inc
new file mode 100644
index 00000000..429545ae
--- /dev/null
+++ b/config/snort-dev/snort_headbase.inc
@@ -0,0 +1,38 @@
+<?php if ($config['version'] >= 6): ?>
+<link rel="stylesheet" type="text/css" href="/themes/<?php echo $g['theme']; ?>/new_tab_menu.css"media="all">
+<?php else: ?>
+<link rel="stylesheet" type="text/css" href="./css/new_tab_menu.css" media="all">
+<?php endif; ?>
+
+<link rel="stylesheet" type="text/css" href="./css/sexybuttons.css" media="all" />
+<link rel="stylesheet" type="text/css" href="./css/style_snort2.css" media="all" />
+
+<?php
+
+
+echo "\t<script type=\"text/javascript\" src=\"./javascript/jquery-1.4.4.min.js\"></script>\n";
+
+echo "\t<script type=\"text/javascript\" src=\"./javascript/jquery.form.js\"></script>\n";
+
+echo "\t<script type=\"text/javascript\" src=\"./javascript/jquery.dataTables.min.js\"></script>\n";
+
+echo "\t<script type=\"text/javascript\" src=\"./javascript/snort_globalsend.js\"></script>\n";
+
+
+?>
+
+<?php
+// this has to be loaded at the bottom
+$snort_custom_rnd_box = '
+<script>
+ /* makes boxes round */
+ /* load at bottom */
+ NiftyCheck();
+ Rounded("div#mainarea2","bl br tr","#FFF","#dddddd","smooth");
+ Rounded("div#mainarea3","bl br tr","#FFF","#dddddd","smooth");
+ Rounded("td#tdbggrey","bl br tr","#FFF","#dddddd","smooth");
+ Rounded("div#mainarea4","all","#FFF","#dddddd","smooth");
+ Rounded("div#mainarea5","all","#eeeeee","#dddddd","smooth");
+</script>
+';
+?> \ No newline at end of file