From 064960b785f1c61fcfb7ed83f19ae5804ca55381 Mon Sep 17 00:00:00 2001 From: tpmccauley Date: Wed, 17 Sep 2014 13:57:20 +0200 Subject: [PATCH] final changes for deployment --- css/scrollbar.css | 10 +++++----- index.jsp | 4 ++-- js/elab.js | 18 +++++++++--------- jsp/browser.jsp | 1 + 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/css/scrollbar.css b/css/scrollbar.css index e0f7e5f..84573f4 100644 --- a/css/scrollbar.css +++ b/css/scrollbar.css @@ -2,7 +2,7 @@ /* All comments can be freely removed from the css */ /* -Your custom scrollbar images do not need to have the same size as in example images, but the +Your custom scrollbar images do not need to have the same size as in example images, but the placement of the images with respect to eachother in the image may play an important role as some elements are auto-sized by fleXcroll. You do not need to define images for all elements, you may want to have some transparency, or simply a filled color without @@ -31,7 +31,7 @@ not for user customization, and is mandatory*/ top: 0; left: 0; } -/* For scrollbars, defining a color for background alongside with an image +/* For scrollbars, defining a color for background alongside with an image is always a good idea, this way the scrollbars are visible until images load */ .vscrollerbase { /* vscrollerbase is the div that holds the scrollbar (parent of vscrollerbar) */ @@ -138,12 +138,12 @@ bottom: 0px; right: 0px; /* Following are for scrollbase images, may not always be required */ .black .vscrollerbase { -/* Vertical scrollbar's base body */ +/* Vertical scrollbar's base body */ background: #404040 0px 0px repeat-y; } .white .vscrollerbase { -/* Vertical scrollbar's base body */ +/* Vertical scrollbar's base body */ background: #b0b0b0 0px 0px repeat-y; } @@ -165,7 +165,7 @@ bottom: 0px; right: 0px; } .hscrollerbase { -/* Horziontal scrollbar's base body */ +/* Horziontal scrollbar's base body */ background: #D7EBDF url("../graphics/horizontalbarbody_cornerjog.png") 0px -15px repeat-x; } diff --git a/index.jsp b/index.jsp index 27352dc..3c606c2 100644 --- a/index.jsp +++ b/index.jsp @@ -42,8 +42,8 @@ -
- +
+
diff --git a/js/elab.js b/js/elab.js index 73636aa..6d42dea 100644 --- a/js/elab.js +++ b/js/elab.js @@ -47,11 +47,11 @@ function selectAll(start, finish, direction) { for (var i = start; i < finish; i++) { fldObj = document.getElementById("cb" + i); if (fldObj.type == 'checkbox') { - fldObj.checked = direction; + fldObj.checked = direction; } } } - + function reference(name, W, H) { if (!H) { H = 250; @@ -134,7 +134,7 @@ function updateLabels(source, name) { nl = text.length; } text = text.substring(0, index) + source.value + text.substring(nl); - destInput.value = text; + destInput.value = text; } } } @@ -172,7 +172,7 @@ function log(text) { function initlog(defaultOn) { document.write( 'Show Log' + - '