From 23acdec248a10c3ef5baa87e450047ca1b723930 Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <niko@krismer.de> Date: Wed, 18 Dec 2013 13:31:47 +0100 Subject: [PATCH] improved exception messages on invalid server configuration moved javascript resources to js subfolder --- .../it/unibz/inf/isochrones/utils/Config.java | 35 +- .../inf/isoga/services/IsochroneService.java | 23 +- .../java/it/unibz/inf/isoga/utils/Config.java | 4 +- src/main/webapp/index.jsp | 61 +- .../{lib => js}/ext-3.4.0/css/README.txt | 0 .../{lib => js}/ext-3.4.0/css/debug.css | 0 .../ext-3.4.0/css/ext-all-notheme.css | 0 .../{lib => js}/ext-3.4.0/css/ext-all.css | 0 .../{lib => js}/ext-3.4.0/css/layerlegend.css | 0 .../{lib => js}/ext-3.4.0/css/popup.css | 0 .../{lib => js}/ext-3.4.0/css/reset-min.css | 0 .../ext-3.4.0/css/structure/borders.css | 0 .../ext-3.4.0/css/structure/box.css | 0 .../ext-3.4.0/css/structure/button.css | 0 .../ext-3.4.0/css/structure/combo.css | 0 .../ext-3.4.0/css/structure/core.css | 0 .../ext-3.4.0/css/structure/date-picker.css | 0 .../ext-3.4.0/css/structure/dd.css | 0 .../ext-3.4.0/css/structure/debug.css | 0 .../ext-3.4.0/css/structure/dialog.css | 0 .../ext-3.4.0/css/structure/editor.css | 0 .../ext-3.4.0/css/structure/form.css | 0 .../ext-3.4.0/css/structure/grid.css | 0 .../ext-3.4.0/css/structure/layout.css | 0 .../ext-3.4.0/css/structure/list-view.css | 0 .../ext-3.4.0/css/structure/menu.css | 0 .../ext-3.4.0/css/structure/panel-reset.css | 0 .../ext-3.4.0/css/structure/panel.css | 0 .../ext-3.4.0/css/structure/pivotgrid.css | 0 .../ext-3.4.0/css/structure/progress.css | 0 .../ext-3.4.0/css/structure/qtips.css | 0 .../ext-3.4.0/css/structure/reset.css | 0 .../ext-3.4.0/css/structure/resizable.css | 0 .../ext-3.4.0/css/structure/slider.css | 0 .../ext-3.4.0/css/structure/tabs.css | 0 .../ext-3.4.0/css/structure/toolbar.css | 0 .../ext-3.4.0/css/structure/tree.css | 0 .../ext-3.4.0/css/structure/window.css | 0 .../ext-3.4.0/css/symbolizercolumn.css | 0 .../ext-3.4.0/css/theme-access/borders.css | 0 .../ext-3.4.0/css/theme-access/box.css | 0 .../ext-3.4.0/css/theme-access/button.css | 0 .../ext-3.4.0/css/theme-access/combo.css | 0 .../ext-3.4.0/css/theme-access/core.css | 0 .../css/theme-access/date-picker.css | 0 .../ext-3.4.0/css/theme-access/dd.css | 0 .../ext-3.4.0/css/theme-access/debug.css | 0 .../ext-3.4.0/css/theme-access/dialog.css | 0 .../ext-3.4.0/css/theme-access/editor.css | 0 .../ext-3.4.0/css/theme-access/form.css | 0 .../ext-3.4.0/css/theme-access/grid.css | 0 .../ext-3.4.0/css/theme-access/layout.css | 0 .../ext-3.4.0/css/theme-access/list-view.css | 0 .../ext-3.4.0/css/theme-access/menu.css | 0 .../ext-3.4.0/css/theme-access/panel.css | 0 .../ext-3.4.0/css/theme-access/progress.css | 0 .../ext-3.4.0/css/theme-access/qtips.css | 0 .../ext-3.4.0/css/theme-access/resizable.css | 0 .../ext-3.4.0/css/theme-access/slider.css | 0 .../ext-3.4.0/css/theme-access/tabs.css | 0 .../ext-3.4.0/css/theme-access/toolbar.css | 0 .../ext-3.4.0/css/theme-access/tree.css | 0 .../ext-3.4.0/css/theme-access/window.css | 0 .../ext-3.4.0/css/theme-gray/borders.css | 0 .../ext-3.4.0/css/theme-gray/box.css | 0 .../ext-3.4.0/css/theme-gray/button.css | 0 .../ext-3.4.0/css/theme-gray/combo.css | 0 .../ext-3.4.0/css/theme-gray/core.css | 0 .../ext-3.4.0/css/theme-gray/date-picker.css | 0 .../ext-3.4.0/css/theme-gray/dd.css | 0 .../ext-3.4.0/css/theme-gray/debug.css | 0 .../ext-3.4.0/css/theme-gray/dialog.css | 0 .../ext-3.4.0/css/theme-gray/editor.css | 0 .../ext-3.4.0/css/theme-gray/form.css | 0 .../ext-3.4.0/css/theme-gray/grid.css | 0 .../ext-3.4.0/css/theme-gray/layout.css | 0 .../ext-3.4.0/css/theme-gray/list-view.css | 0 .../ext-3.4.0/css/theme-gray/menu.css | 0 .../ext-3.4.0/css/theme-gray/panel.css | 0 .../ext-3.4.0/css/theme-gray/pivotgrid.css | 0 .../ext-3.4.0/css/theme-gray/progress.css | 0 .../ext-3.4.0/css/theme-gray/qtips.css | 0 .../ext-3.4.0/css/theme-gray/resizable.css | 0 .../ext-3.4.0/css/theme-gray/slider.css | 0 .../ext-3.4.0/css/theme-gray/tabs.css | 0 .../ext-3.4.0/css/theme-gray/toolbar.css | 0 .../ext-3.4.0/css/theme-gray/tree.css | 0 .../ext-3.4.0/css/theme-gray/window.css | 0 .../ext-3.4.0/css/visual/borders.css | 0 .../{lib => js}/ext-3.4.0/css/visual/box.css | 0 .../ext-3.4.0/css/visual/button.css | 0 .../ext-3.4.0/css/visual/combo.css | 0 .../{lib => js}/ext-3.4.0/css/visual/core.css | 0 .../ext-3.4.0/css/visual/date-picker.css | 0 .../{lib => js}/ext-3.4.0/css/visual/dd.css | 0 .../ext-3.4.0/css/visual/debug.css | 0 .../ext-3.4.0/css/visual/dialog.css | 0 .../ext-3.4.0/css/visual/editor.css | 0 .../{lib => js}/ext-3.4.0/css/visual/form.css | 0 .../{lib => js}/ext-3.4.0/css/visual/grid.css | 0 .../ext-3.4.0/css/visual/layout.css | 0 .../ext-3.4.0/css/visual/list-view.css | 0 .../{lib => js}/ext-3.4.0/css/visual/menu.css | 0 .../ext-3.4.0/css/visual/panel.css | 0 .../ext-3.4.0/css/visual/pivotgrid.css | 0 .../ext-3.4.0/css/visual/progress.css | 0 .../ext-3.4.0/css/visual/qtips.css | 0 .../ext-3.4.0/css/visual/resizable.css | 0 .../ext-3.4.0/css/visual/slider.css | 0 .../{lib => js}/ext-3.4.0/css/visual/tabs.css | 0 .../ext-3.4.0/css/visual/toolbar.css | 0 .../{lib => js}/ext-3.4.0/css/visual/tree.css | 0 .../ext-3.4.0/css/visual/window.css | 0 .../ext-3.4.0/css/xtheme-access.css | 0 .../{lib => js}/ext-3.4.0/css/xtheme-blue.css | 0 .../{lib => js}/ext-3.4.0/css/xtheme-gray.css | 0 .../{lib => js}/ext-3.4.0/css/yourtheme.css | 0 .../{lib => js}/ext-3.4.0/ext-all-debug.js | 0 .../webapp/{lib => js}/ext-3.4.0/ext-all.js | 0 .../webapp/{lib => js}/ext-3.4.0/ext-base.js | 0 .../ext-3.4.0/ext-jquery-adapter.js | 0 .../images/access/box/corners-blue.gif | Bin .../ext-3.4.0/images/access/box/corners.gif | Bin .../ext-3.4.0/images/access/box/l-blue.gif | Bin .../ext-3.4.0/images/access/box/l.gif | Bin .../ext-3.4.0/images/access/box/r-blue.gif | Bin .../ext-3.4.0/images/access/box/r.gif | Bin .../ext-3.4.0/images/access/box/tb-blue.gif | Bin .../ext-3.4.0/images/access/box/tb.gif | Bin .../ext-3.4.0/images/access/button/arrow.gif | Bin .../ext-3.4.0/images/access/button/btn.gif | Bin .../images/access/button/group-cs.gif | Bin .../images/access/button/group-lr.gif | Bin .../images/access/button/group-tb.gif | Bin .../images/access/button/s-arrow-b-noline.gif | Bin .../images/access/button/s-arrow-b.gif | Bin .../images/access/button/s-arrow-bo.gif | Bin .../images/access/button/s-arrow-noline.gif | Bin .../images/access/button/s-arrow-o.gif | Bin .../images/access/button/s-arrow.gif | Bin .../images/access/editor/tb-sprite.gif | Bin .../ext-3.4.0/images/access/form/checkbox.gif | Bin .../images/access/form/clear-trigger.gif | Bin .../images/access/form/clear-trigger.psd | Bin .../images/access/form/date-trigger.gif | Bin .../images/access/form/date-trigger.psd | Bin .../images/access/form/error-tip-corners.gif | Bin .../images/access/form/exclamation.gif | Bin .../ext-3.4.0/images/access/form/radio.gif | Bin .../images/access/form/search-trigger.gif | Bin .../images/access/form/search-trigger.psd | Bin .../ext-3.4.0/images/access/form/text-bg.gif | Bin .../images/access/form/trigger-tpl.gif | Bin .../ext-3.4.0/images/access/form/trigger.gif | Bin .../ext-3.4.0/images/access/form/trigger.psd | Bin .../images/access/grid/arrow-left-white.gif | Bin .../images/access/grid/arrow-right-white.gif | Bin .../images/access/grid/col-move-bottom.gif | Bin .../images/access/grid/col-move-top.gif | Bin .../ext-3.4.0/images/access/grid/columns.gif | Bin .../ext-3.4.0/images/access/grid/dirty.gif | Bin .../ext-3.4.0/images/access/grid/done.gif | Bin .../ext-3.4.0/images/access/grid/drop-no.gif | Bin .../ext-3.4.0/images/access/grid/drop-yes.gif | Bin .../images/access/grid/footer-bg.gif | Bin .../images/access/grid/grid-blue-hd.gif | Bin .../images/access/grid/grid-blue-split.gif | Bin .../images/access/grid/grid-hrow.gif | Bin .../images/access/grid/grid-loading.gif | Bin .../images/access/grid/grid-split.gif | Bin .../images/access/grid/grid-vista-hd.gif | Bin .../images/access/grid/grid3-hd-btn.gif | Bin .../images/access/grid/grid3-hrow-over.gif | Bin .../images/access/grid/grid3-hrow.gif | Bin .../access/grid/grid3-special-col-bg.gif | Bin .../access/grid/grid3-special-col-sel-bg.gif | Bin .../ext-3.4.0/images/access/grid/group-by.gif | Bin .../images/access/grid/group-collapse.gif | Bin .../access/grid/group-expand-sprite.gif | Bin .../images/access/grid/group-expand.gif | Bin .../ext-3.4.0/images/access/grid/hd-pop.gif | Bin .../images/access/grid/hmenu-asc.gif | Bin .../images/access/grid/hmenu-desc.gif | Bin .../images/access/grid/hmenu-lock.gif | Bin .../images/access/grid/hmenu-lock.png | Bin .../images/access/grid/hmenu-unlock.gif | Bin .../images/access/grid/hmenu-unlock.png | Bin .../images/access/grid/invalid_line.gif | Bin .../ext-3.4.0/images/access/grid/loading.gif | Bin .../ext-3.4.0/images/access/grid/mso-hd.gif | Bin .../ext-3.4.0/images/access/grid/nowait.gif | Bin .../access/grid/page-first-disabled.gif | Bin .../images/access/grid/page-first.gif | Bin .../images/access/grid/page-last-disabled.gif | Bin .../images/access/grid/page-last.gif | Bin .../images/access/grid/page-next-disabled.gif | Bin .../images/access/grid/page-next.gif | Bin .../images/access/grid/page-prev-disabled.gif | Bin .../images/access/grid/page-prev.gif | Bin .../images/access/grid/pick-button.gif | Bin .../ext-3.4.0/images/access/grid/refresh.gif | Bin .../images/access/grid/row-check-sprite.gif | Bin .../images/access/grid/row-expand-sprite.gif | Bin .../ext-3.4.0/images/access/grid/row-over.gif | Bin .../ext-3.4.0/images/access/grid/row-sel.gif | Bin .../ext-3.4.0/images/access/grid/sort-hd.gif | Bin .../ext-3.4.0/images/access/grid/sort_asc.gif | Bin .../images/access/grid/sort_desc.gif | Bin .../ext-3.4.0/images/access/grid/wait.gif | Bin .../ext-3.4.0/images/access/menu/checked.gif | Bin .../images/access/menu/group-checked.gif | Bin .../images/access/menu/item-over.gif | Bin .../images/access/menu/menu-parent.gif | Bin .../ext-3.4.0/images/access/menu/menu.gif | Bin .../images/access/menu/unchecked.gif | Bin .../images/access/panel/corners-sprite.gif | Bin .../images/access/panel/left-right.gif | Bin .../images/access/panel/light-hd.gif | Bin .../images/access/panel/tool-sprite-tpl.gif | Bin .../images/access/panel/tool-sprites.gif | Bin .../access/panel/tools-sprites-trans.gif | Bin .../images/access/panel/top-bottom.gif | Bin .../access/panel/white-corners-sprite.gif | Bin .../images/access/panel/white-left-right.gif | Bin .../images/access/panel/white-top-bottom.gif | Bin .../images/access/progress/progress-bg.gif | Bin .../ext-3.4.0/images/access/qtip/close.gif | Bin .../images/access/qtip/tip-anchor-sprite.gif | Bin .../images/access/qtip/tip-sprite.gif | Bin .../images/access/shared/glass-bg.gif | Bin .../images/access/shared/hd-sprite.gif | Bin .../images/access/shared/left-btn.gif | Bin .../images/access/shared/right-btn.gif | Bin .../images/access/sizer/e-handle-dark.gif | Bin .../images/access/sizer/e-handle.gif | Bin .../images/access/sizer/ne-handle-dark.gif | Bin .../images/access/sizer/ne-handle.gif | Bin .../images/access/sizer/nw-handle-dark.gif | Bin .../images/access/sizer/nw-handle.gif | Bin .../images/access/sizer/s-handle-dark.gif | Bin .../images/access/sizer/s-handle.gif | Bin .../images/access/sizer/se-handle-dark.gif | Bin .../images/access/sizer/se-handle.gif | Bin .../ext-3.4.0/images/access/sizer/square.gif | Bin .../images/access/sizer/sw-handle-dark.gif | Bin .../images/access/sizer/sw-handle.gif | Bin .../images/access/slider/slider-bg.png | Bin .../images/access/slider/slider-thumb.png | Bin .../images/access/slider/slider-v-bg.png | Bin .../images/access/slider/slider-v-thumb.png | Bin .../images/access/tabs/scroll-left.gif | Bin .../images/access/tabs/scroll-right.gif | Bin .../access/tabs/tab-btm-inactive-left-bg.gif | Bin .../access/tabs/tab-btm-inactive-right-bg.gif | Bin .../images/access/tabs/tab-btm-left-bg.gif | Bin .../images/access/tabs/tab-btm-right-bg.gif | Bin .../images/access/tabs/tab-close.gif | Bin .../images/access/tabs/tab-strip-bg.gif | Bin .../images/access/tabs/tab-strip-btm-bg.gif | Bin .../images/access/tabs/tabs-sprite.gif | Bin .../ext-3.4.0/images/access/toolbar/bg.gif | Bin .../images/access/toolbar/btn-arrow-light.gif | Bin .../images/access/toolbar/btn-arrow.gif | Bin .../images/access/toolbar/btn-over-bg.gif | Bin .../images/access/toolbar/gray-bg.gif | Bin .../ext-3.4.0/images/access/toolbar/more.gif | Bin .../images/access/toolbar/s-arrow-bo.gif | Bin .../images/access/toolbar/tb-btn-sprite.gif | Bin .../access/toolbar/tb-xl-btn-sprite.gif | Bin .../images/access/toolbar/tb-xl-sep.gif | Bin .../ext-3.4.0/images/access/tree/arrows.gif | Bin .../ext-3.4.0/images/access/tree/drop-add.gif | Bin .../images/access/tree/drop-between.gif | Bin .../ext-3.4.0/images/access/tree/drop-no.gif | Bin .../images/access/tree/drop-over.gif | Bin .../images/access/tree/drop-under.gif | Bin .../ext-3.4.0/images/access/tree/drop-yes.gif | Bin .../images/access/tree/elbow-end-minus-nl.gif | Bin .../images/access/tree/elbow-end-minus.gif | Bin .../images/access/tree/elbow-end-plus-nl.gif | Bin .../images/access/tree/elbow-end-plus.gif | Bin .../images/access/tree/elbow-end.gif | Bin .../images/access/tree/elbow-line.gif | Bin .../images/access/tree/elbow-minus-nl.gif | Bin .../images/access/tree/elbow-minus.gif | Bin .../images/access/tree/elbow-plus-nl.gif | Bin .../images/access/tree/elbow-plus.gif | Bin .../ext-3.4.0/images/access/tree/elbow.gif | Bin .../images/access/tree/folder-open.gif | Bin .../ext-3.4.0/images/access/tree/folder.gif | Bin .../ext-3.4.0/images/access/tree/leaf.gif | Bin .../ext-3.4.0/images/access/tree/loading.gif | Bin .../ext-3.4.0/images/access/tree/s.gif | Bin .../images/access/window/icon-error.gif | Bin .../images/access/window/icon-info.gif | Bin .../images/access/window/icon-question.gif | Bin .../images/access/window/icon-warning.gif | Bin .../images/access/window/left-corners.png | Bin .../images/access/window/left-right.png | Bin .../images/access/window/right-corners.png | Bin .../images/access/window/top-bottom.png | Bin .../images/default/box/corners-blue.gif | Bin .../ext-3.4.0/images/default/box/corners.gif | Bin .../ext-3.4.0/images/default/box/l-blue.gif | Bin .../ext-3.4.0/images/default/box/l.gif | Bin .../ext-3.4.0/images/default/box/r-blue.gif | Bin .../ext-3.4.0/images/default/box/r.gif | Bin .../ext-3.4.0/images/default/box/tb-blue.gif | Bin .../ext-3.4.0/images/default/box/tb.gif | Bin .../ext-3.4.0/images/default/button/arrow.gif | Bin .../ext-3.4.0/images/default/button/btn.gif | Bin .../images/default/button/group-cs.gif | Bin .../images/default/button/group-lr.gif | Bin .../images/default/button/group-tb.gif | Bin .../default/button/s-arrow-b-noline.gif | Bin .../images/default/button/s-arrow-b.gif | Bin .../images/default/button/s-arrow-bo.gif | Bin .../images/default/button/s-arrow-noline.gif | Bin .../images/default/button/s-arrow-o.gif | Bin .../images/default/button/s-arrow.gif | Bin .../ext-3.4.0/images/default/dd/drop-add.gif | Bin .../ext-3.4.0/images/default/dd/drop-no.gif | Bin .../ext-3.4.0/images/default/dd/drop-yes.gif | Bin .../images/default/editor/tb-sprite.gif | Bin .../images/default/form/checkbox.gif | Bin .../images/default/form/clear-trigger.gif | Bin .../images/default/form/clear-trigger.psd | Bin .../images/default/form/date-trigger.gif | Bin .../images/default/form/date-trigger.psd | Bin .../images/default/form/error-tip-corners.gif | Bin .../images/default/form/exclamation.gif | Bin .../ext-3.4.0/images/default/form/radio.gif | Bin .../images/default/form/search-trigger.gif | Bin .../images/default/form/search-trigger.psd | Bin .../ext-3.4.0/images/default/form/text-bg.gif | Bin .../images/default/form/trigger-square.gif | Bin .../images/default/form/trigger-square.psd | Bin .../images/default/form/trigger-tpl.gif | Bin .../ext-3.4.0/images/default/form/trigger.gif | Bin .../ext-3.4.0/images/default/form/trigger.psd | Bin .../ext-3.4.0/images/default/gradient-bg.gif | Bin .../images/default/grid/arrow-left-white.gif | Bin .../images/default/grid/arrow-right-white.gif | Bin .../images/default/grid/col-move-bottom.gif | Bin .../images/default/grid/col-move-top.gif | Bin .../ext-3.4.0/images/default/grid/columns.gif | Bin .../ext-3.4.0/images/default/grid/dirty.gif | Bin .../ext-3.4.0/images/default/grid/done.gif | Bin .../ext-3.4.0/images/default/grid/drop-no.gif | Bin .../images/default/grid/drop-yes.gif | Bin .../images/default/grid/footer-bg.gif | Bin .../images/default/grid/grid-blue-hd.gif | Bin .../images/default/grid/grid-blue-split.gif | Bin .../images/default/grid/grid-hrow.gif | Bin .../images/default/grid/grid-loading.gif | Bin .../images/default/grid/grid-split.gif | Bin .../images/default/grid/grid-vista-hd.gif | Bin .../images/default/grid/grid3-hd-btn.gif | Bin .../images/default/grid/grid3-hrow-over.gif | Bin .../images/default/grid/grid3-hrow.gif | Bin .../images/default/grid/grid3-rowheader.gif | Bin .../default/grid/grid3-special-col-bg.gif | Bin .../default/grid/grid3-special-col-sel-bg.gif | Bin .../images/default/grid/group-by.gif | Bin .../images/default/grid/group-collapse.gif | Bin .../default/grid/group-expand-sprite.gif | Bin .../images/default/grid/group-expand.gif | Bin .../ext-3.4.0/images/default/grid/hd-pop.gif | Bin .../images/default/grid/hmenu-asc.gif | Bin .../images/default/grid/hmenu-desc.gif | Bin .../images/default/grid/hmenu-lock.gif | Bin .../images/default/grid/hmenu-lock.png | Bin .../images/default/grid/hmenu-unlock.gif | Bin .../images/default/grid/hmenu-unlock.png | Bin .../images/default/grid/invalid_line.gif | Bin .../ext-3.4.0/images/default/grid/loading.gif | Bin .../ext-3.4.0/images/default/grid/mso-hd.gif | Bin .../ext-3.4.0/images/default/grid/nowait.gif | Bin .../default/grid/page-first-disabled.gif | Bin .../images/default/grid/page-first.gif | Bin .../default/grid/page-last-disabled.gif | Bin .../images/default/grid/page-last.gif | Bin .../default/grid/page-next-disabled.gif | Bin .../images/default/grid/page-next.gif | Bin .../default/grid/page-prev-disabled.gif | Bin .../images/default/grid/page-prev.gif | Bin .../images/default/grid/pick-button.gif | Bin .../images/default/grid/refresh-disabled.gif | Bin .../ext-3.4.0/images/default/grid/refresh.gif | Bin .../images/default/grid/row-check-sprite.gif | Bin .../images/default/grid/row-expand-sprite.gif | Bin .../images/default/grid/row-over.gif | Bin .../ext-3.4.0/images/default/grid/row-sel.gif | Bin .../ext-3.4.0/images/default/grid/sort-hd.gif | Bin .../images/default/grid/sort_asc.gif | Bin .../images/default/grid/sort_desc.gif | Bin .../ext-3.4.0/images/default/grid/wait.gif | Bin .../images/default/layout/collapse.gif | Bin .../images/default/layout/expand.gif | Bin .../images/default/layout/gradient-bg.gif | Bin .../images/default/layout/mini-bottom.gif | Bin .../images/default/layout/mini-left.gif | Bin .../images/default/layout/mini-right.gif | Bin .../images/default/layout/mini-top.gif | Bin .../images/default/layout/ns-collapse.gif | Bin .../images/default/layout/ns-expand.gif | Bin .../images/default/layout/panel-close.gif | Bin .../images/default/layout/panel-title-bg.gif | Bin .../default/layout/panel-title-light-bg.gif | Bin .../ext-3.4.0/images/default/layout/stick.gif | Bin .../ext-3.4.0/images/default/layout/stuck.gif | Bin .../images/default/layout/tab-close-on.gif | Bin .../images/default/layout/tab-close.gif | Bin .../ext-3.4.0/images/default/menu/checked.gif | Bin .../images/default/menu/group-checked.gif | Bin .../images/default/menu/item-over.gif | Bin .../images/default/menu/menu-parent.gif | Bin .../ext-3.4.0/images/default/menu/menu.gif | Bin .../images/default/menu/unchecked.gif | Bin .../images/default/panel/corners-sprite.gif | Bin .../images/default/panel/left-right.gif | Bin .../images/default/panel/light-hd.gif | Bin .../images/default/panel/tool-sprite-tpl.gif | Bin .../images/default/panel/tool-sprites.gif | Bin .../default/panel/tools-sprites-trans.gif | Bin .../images/default/panel/top-bottom.gif | Bin .../images/default/panel/top-bottom.png | Bin .../default/panel/white-corners-sprite.gif | Bin .../images/default/panel/white-left-right.gif | Bin .../images/default/panel/white-top-bottom.gif | Bin .../images/default/progress/progress-bg.gif | Bin .../ext-3.4.0/images/default/qtip/bg.gif | Bin .../ext-3.4.0/images/default/qtip/close.gif | Bin .../images/default/qtip/tip-anchor-sprite.gif | Bin .../images/default/qtip/tip-sprite.gif | Bin .../ext-3.4.0/images/default/s.gif | Bin .../ext-3.4.0/images/default/shadow-c.png | Bin .../ext-3.4.0/images/default/shadow-lr.png | Bin .../ext-3.4.0/images/default/shadow.png | Bin .../images/default/shared/blue-loading.gif | Bin .../images/default/shared/calendar.gif | Bin .../images/default/shared/glass-bg.gif | Bin .../images/default/shared/hd-sprite.gif | Bin .../images/default/shared/large-loading.gif | Bin .../images/default/shared/left-btn.gif | Bin .../images/default/shared/loading-balls.gif | Bin .../images/default/shared/right-btn.gif | Bin .../images/default/shared/warning.gif | Bin .../images/default/sizer/e-handle-dark.gif | Bin .../images/default/sizer/e-handle.gif | Bin .../images/default/sizer/ne-handle-dark.gif | Bin .../images/default/sizer/ne-handle.gif | Bin .../images/default/sizer/nw-handle-dark.gif | Bin .../images/default/sizer/nw-handle.gif | Bin .../images/default/sizer/s-handle-dark.gif | Bin .../images/default/sizer/s-handle.gif | Bin .../images/default/sizer/se-handle-dark.gif | Bin .../images/default/sizer/se-handle.gif | Bin .../ext-3.4.0/images/default/sizer/square.gif | Bin .../images/default/sizer/sw-handle-dark.gif | Bin .../images/default/sizer/sw-handle.gif | Bin .../images/default/slider/slider-bg.png | Bin .../images/default/slider/slider-thumb.png | Bin .../images/default/slider/slider-v-bg.png | Bin .../images/default/slider/slider-v-thumb.png | Bin .../images/default/tabs/scroll-left.gif | Bin .../images/default/tabs/scroll-right.gif | Bin .../images/default/tabs/scroller-bg.gif | Bin .../default/tabs/tab-btm-inactive-left-bg.gif | Bin .../tabs/tab-btm-inactive-right-bg.gif | Bin .../images/default/tabs/tab-btm-left-bg.gif | Bin .../default/tabs/tab-btm-over-left-bg.gif | Bin .../default/tabs/tab-btm-over-right-bg.gif | Bin .../images/default/tabs/tab-btm-right-bg.gif | Bin .../images/default/tabs/tab-close.gif | Bin .../images/default/tabs/tab-strip-bg.gif | Bin .../images/default/tabs/tab-strip-bg.png | Bin .../images/default/tabs/tab-strip-btm-bg.gif | Bin .../images/default/tabs/tabs-sprite.gif | Bin .../ext-3.4.0/images/default/toolbar/bg.gif | Bin .../default/toolbar/btn-arrow-light.gif | Bin .../images/default/toolbar/btn-arrow.gif | Bin .../images/default/toolbar/btn-over-bg.gif | Bin .../images/default/toolbar/gray-bg.gif | Bin .../ext-3.4.0/images/default/toolbar/more.gif | Bin .../images/default/toolbar/tb-bg.gif | Bin .../images/default/toolbar/tb-btn-sprite.gif | Bin .../default/toolbar/tb-xl-btn-sprite.gif | Bin .../images/default/toolbar/tb-xl-sep.gif | Bin .../ext-3.4.0/images/default/tree/arrows.gif | Bin .../images/default/tree/drop-add.gif | Bin .../images/default/tree/drop-between.gif | Bin .../ext-3.4.0/images/default/tree/drop-no.gif | Bin .../images/default/tree/drop-over.gif | Bin .../images/default/tree/drop-under.gif | Bin .../images/default/tree/drop-yes.gif | Bin .../default/tree/elbow-end-minus-nl.gif | Bin .../images/default/tree/elbow-end-minus.gif | Bin .../images/default/tree/elbow-end-plus-nl.gif | Bin .../images/default/tree/elbow-end-plus.gif | Bin .../images/default/tree/elbow-end.gif | Bin .../images/default/tree/elbow-line.gif | Bin .../images/default/tree/elbow-minus-nl.gif | Bin .../images/default/tree/elbow-minus.gif | Bin .../images/default/tree/elbow-plus-nl.gif | Bin .../images/default/tree/elbow-plus.gif | Bin .../ext-3.4.0/images/default/tree/elbow.gif | Bin .../images/default/tree/folder-open.gif | Bin .../ext-3.4.0/images/default/tree/folder.gif | Bin .../ext-3.4.0/images/default/tree/leaf.gif | Bin .../ext-3.4.0/images/default/tree/loading.gif | Bin .../ext-3.4.0/images/default/tree/s.gif | Bin .../images/default/window/icon-error.gif | Bin .../images/default/window/icon-info.gif | Bin .../images/default/window/icon-question.gif | Bin .../images/default/window/icon-warning.gif | Bin .../images/default/window/left-corners.png | Bin .../images/default/window/left-corners.psd | Bin .../images/default/window/left-right.png | Bin .../images/default/window/left-right.psd | Bin .../images/default/window/right-corners.png | Bin .../images/default/window/right-corners.psd | Bin .../images/default/window/top-bottom.png | Bin .../images/default/window/top-bottom.psd | Bin .../images/gray/button/btn-arrow.gif | Bin .../images/gray/button/btn-sprite.gif | Bin .../ext-3.4.0/images/gray/button/btn.gif | Bin .../ext-3.4.0/images/gray/button/group-cs.gif | Bin .../ext-3.4.0/images/gray/button/group-lr.gif | Bin .../ext-3.4.0/images/gray/button/group-tb.gif | Bin .../images/gray/button/s-arrow-bo.gif | Bin .../images/gray/button/s-arrow-o.gif | Bin .../images/gray/form/clear-trigger.gif | Bin .../images/gray/form/date-trigger.gif | Bin .../images/gray/form/search-trigger.gif | Bin .../images/gray/form/trigger-square.gif | Bin .../ext-3.4.0/images/gray/form/trigger.gif | Bin .../ext-3.4.0/images/gray/gradient-bg.gif | Bin .../images/gray/grid/col-move-bottom.gif | Bin .../images/gray/grid/col-move-top.gif | Bin .../images/gray/grid/grid3-hd-btn.gif | Bin .../images/gray/grid/grid3-hrow-over.gif | Bin .../images/gray/grid/grid3-hrow-over2.gif | Bin .../ext-3.4.0/images/gray/grid/grid3-hrow.gif | Bin .../images/gray/grid/grid3-hrow2.gif | Bin .../images/gray/grid/grid3-special-col-bg.gif | Bin .../gray/grid/grid3-special-col-bg2.gif | Bin .../gray/grid/grid3-special-col-sel-bg.gif | Bin .../images/gray/grid/group-collapse.gif | Bin .../images/gray/grid/group-expand-sprite.gif | Bin .../images/gray/grid/group-expand.gif | Bin .../ext-3.4.0/images/gray/grid/page-first.gif | Bin .../ext-3.4.0/images/gray/grid/page-last.gif | Bin .../ext-3.4.0/images/gray/grid/page-next.gif | Bin .../ext-3.4.0/images/gray/grid/page-prev.gif | Bin .../ext-3.4.0/images/gray/grid/refresh.gif | Bin .../images/gray/grid/row-expand-sprite.gif | Bin .../ext-3.4.0/images/gray/grid/sort-hd.gif | Bin .../ext-3.4.0/images/gray/grid/sort_asc.gif | Bin .../ext-3.4.0/images/gray/grid/sort_desc.gif | Bin .../images/gray/menu/group-checked.gif | Bin .../images/gray/menu/item-over-disabled.gif | Bin .../ext-3.4.0/images/gray/menu/item-over.gif | Bin .../images/gray/menu/menu-parent.gif | Bin .../images/gray/panel/corners-sprite.gif | Bin .../images/gray/panel/left-right.gif | Bin .../ext-3.4.0/images/gray/panel/light-hd.gif | Bin .../images/gray/panel/tool-sprite-tpl.gif | Bin .../images/gray/panel/tool-sprites.gif | Bin .../images/gray/panel/tools-sprites-trans.gif | Bin .../images/gray/panel/top-bottom.gif | Bin .../images/gray/panel/top-bottom.png | Bin .../gray/panel/white-corners-sprite.gif | Bin .../images/gray/panel/white-left-right.gif | Bin .../images/gray/panel/white-top-bottom.gif | Bin .../images/gray/progress/progress-bg.gif | Bin .../ext-3.4.0/images/gray/qtip/bg.gif | Bin .../ext-3.4.0/images/gray/qtip/close.gif | Bin .../images/gray/qtip/tip-anchor-sprite.gif | Bin .../ext-3.4.0/images/gray/qtip/tip-sprite.gif | Bin .../{lib => js}/ext-3.4.0/images/gray/s.gif | Bin .../images/gray/shared/hd-sprite.gif | Bin .../ext-3.4.0/images/gray/shared/left-btn.gif | Bin .../images/gray/shared/right-btn.gif | Bin .../ext-3.4.0/images/gray/sizer/e-handle.gif | Bin .../ext-3.4.0/images/gray/sizer/ne-handle.gif | Bin .../ext-3.4.0/images/gray/sizer/nw-handle.gif | Bin .../ext-3.4.0/images/gray/sizer/s-handle.gif | Bin .../ext-3.4.0/images/gray/sizer/se-handle.gif | Bin .../ext-3.4.0/images/gray/sizer/square.gif | Bin .../ext-3.4.0/images/gray/sizer/sw-handle.gif | Bin .../images/gray/slider/slider-thumb.png | Bin .../images/gray/slider/slider-v-thumb.png | Bin .../images/gray/tabs/scroll-left.gif | Bin .../images/gray/tabs/scroll-right.gif | Bin .../images/gray/tabs/scroller-bg.gif | Bin .../gray/tabs/tab-btm-inactive-left-bg.gif | Bin .../gray/tabs/tab-btm-inactive-right-bg.gif | Bin .../images/gray/tabs/tab-btm-left-bg.gif | Bin .../images/gray/tabs/tab-btm-over-left-bg.gif | Bin .../gray/tabs/tab-btm-over-right-bg.gif | Bin .../images/gray/tabs/tab-btm-right-bg.gif | Bin .../ext-3.4.0/images/gray/tabs/tab-close.gif | Bin .../images/gray/tabs/tab-strip-bg.gif | Bin .../images/gray/tabs/tab-strip-bg.png | Bin .../images/gray/tabs/tab-strip-btm-bg.gif | Bin .../images/gray/tabs/tabs-sprite.gif | Bin .../ext-3.4.0/images/gray/toolbar/bg.gif | Bin .../images/gray/toolbar/btn-arrow-light.gif | Bin .../images/gray/toolbar/btn-arrow.gif | Bin .../images/gray/toolbar/btn-over-bg.gif | Bin .../ext-3.4.0/images/gray/toolbar/gray-bg.gif | Bin .../ext-3.4.0/images/gray/toolbar/more.gif | Bin .../ext-3.4.0/images/gray/toolbar/tb-bg.gif | Bin .../images/gray/toolbar/tb-btn-sprite.gif | Bin .../ext-3.4.0/images/gray/tree/arrows.gif | Bin .../images/gray/tree/elbow-end-minus-nl.gif | Bin .../images/gray/tree/elbow-end-minus.gif | Bin .../images/gray/tree/elbow-end-plus-nl.gif | Bin .../images/gray/tree/elbow-end-plus.gif | Bin .../images/gray/window/icon-error.gif | Bin .../images/gray/window/icon-info.gif | Bin .../images/gray/window/icon-question.gif | Bin .../images/gray/window/icon-warning.gif | Bin .../images/gray/window/left-corners.png | Bin .../images/gray/window/left-right.png | Bin .../images/gray/window/right-corners.png | Bin .../images/gray/window/top-bottom.png | Bin .../images/vista/basic-dialog/bg-center.gif | Bin .../images/vista/basic-dialog/bg-left.gif | Bin .../images/vista/basic-dialog/bg-right.gif | Bin .../images/vista/basic-dialog/close.gif | Bin .../images/vista/basic-dialog/collapse.gif | Bin .../images/vista/basic-dialog/dlg-bg.gif | Bin .../images/vista/basic-dialog/e-handle.gif | Bin .../images/vista/basic-dialog/expand.gif | Bin .../images/vista/basic-dialog/hd-sprite.gif | Bin .../images/vista/basic-dialog/s-handle.gif | Bin .../images/vista/basic-dialog/se-handle.gif | Bin .../images/vista/basic-dialog/w-handle.gif | Bin .../ext-3.4.0/images/vista/gradient-bg.gif | Bin .../images/vista/grid/grid-split.gif | Bin .../images/vista/grid/grid-vista-hd.gif | Bin .../images/vista/layout/collapse.gif | Bin .../ext-3.4.0/images/vista/layout/expand.gif | Bin .../images/vista/layout/gradient-bg.gif | Bin .../images/vista/layout/ns-collapse.gif | Bin .../images/vista/layout/ns-expand.gif | Bin .../images/vista/layout/panel-close.gif | Bin .../images/vista/layout/panel-title-bg.gif | Bin .../vista/layout/panel-title-light-bg.gif | Bin .../ext-3.4.0/images/vista/layout/stick.gif | Bin .../images/vista/layout/tab-close-on.gif | Bin .../images/vista/layout/tab-close.gif | Bin .../ext-3.4.0/images/vista/qtip/bg.gif | Bin .../images/vista/qtip/tip-sprite.gif | Bin .../{lib => js}/ext-3.4.0/images/vista/s.gif | Bin .../images/vista/sizer/e-handle-dark.gif | Bin .../ext-3.4.0/images/vista/sizer/e-handle.gif | Bin .../images/vista/sizer/ne-handle-dark.gif | Bin .../images/vista/sizer/ne-handle.gif | Bin .../images/vista/sizer/nw-handle-dark.gif | Bin .../images/vista/sizer/nw-handle.gif | Bin .../images/vista/sizer/s-handle-dark.gif | Bin .../ext-3.4.0/images/vista/sizer/s-handle.gif | Bin .../images/vista/sizer/se-handle-dark.gif | Bin .../images/vista/sizer/se-handle.gif | Bin .../images/vista/sizer/sw-handle-dark.gif | Bin .../images/vista/sizer/sw-handle.gif | Bin .../vista/tabs/tab-btm-inactive-left-bg.gif | Bin .../vista/tabs/tab-btm-inactive-right-bg.gif | Bin .../images/vista/tabs/tab-btm-left-bg.gif | Bin .../images/vista/tabs/tab-btm-right-bg.gif | Bin .../images/vista/tabs/tab-sprite.gif | Bin .../images/vista/toolbar/gray-bg.gif | Bin .../images/vista/toolbar/tb-btn-sprite.gif | Bin .../ext-3.4.0/images/yourtheme/README.txt | 0 .../images/yourtheme/box/corners-blue.gif | Bin .../images/yourtheme/box/corners.gif | Bin .../ext-3.4.0/images/yourtheme/box/l-blue.gif | Bin .../ext-3.4.0/images/yourtheme/box/l.gif | Bin .../ext-3.4.0/images/yourtheme/box/r-blue.gif | Bin .../ext-3.4.0/images/yourtheme/box/r.gif | Bin .../images/yourtheme/box/tb-blue.gif | Bin .../ext-3.4.0/images/yourtheme/box/tb.gif | Bin .../images/yourtheme/button/arrow.gif | Bin .../ext-3.4.0/images/yourtheme/button/btn.gif | Bin .../images/yourtheme/button/group-cs.gif | Bin .../images/yourtheme/button/group-lr.gif | Bin .../images/yourtheme/button/group-tb.gif | Bin .../yourtheme/button/s-arrow-b-noline.gif | Bin .../images/yourtheme/button/s-arrow-b.gif | Bin .../images/yourtheme/button/s-arrow-bo.gif | Bin .../yourtheme/button/s-arrow-noline.gif | Bin .../images/yourtheme/button/s-arrow-o.gif | Bin .../images/yourtheme/button/s-arrow.gif | Bin .../images/yourtheme/dd/drop-add.gif | Bin .../ext-3.4.0/images/yourtheme/dd/drop-no.gif | Bin .../images/yourtheme/dd/drop-yes.gif | Bin .../images/yourtheme/editor/tb-sprite.gif | Bin .../images/yourtheme/form/checkbox.gif | Bin .../images/yourtheme/form/clear-trigger.gif | Bin .../images/yourtheme/form/clear-trigger.psd | Bin .../images/yourtheme/form/date-trigger.gif | Bin .../images/yourtheme/form/date-trigger.psd | Bin .../yourtheme/form/error-tip-corners.gif | Bin .../images/yourtheme/form/exclamation.gif | Bin .../ext-3.4.0/images/yourtheme/form/radio.gif | Bin .../images/yourtheme/form/search-trigger.gif | Bin .../images/yourtheme/form/search-trigger.psd | Bin .../images/yourtheme/form/text-bg.gif | Bin .../images/yourtheme/form/trigger-square.gif | Bin .../images/yourtheme/form/trigger-square.psd | Bin .../images/yourtheme/form/trigger-tpl.gif | Bin .../images/yourtheme/form/trigger.gif | Bin .../images/yourtheme/form/trigger.psd | Bin .../images/yourtheme/gradient-bg.gif | Bin .../yourtheme/grid/arrow-left-white.gif | Bin .../yourtheme/grid/arrow-right-white.gif | Bin .../images/yourtheme/grid/col-move-bottom.gif | Bin .../images/yourtheme/grid/col-move-top.gif | Bin .../images/yourtheme/grid/columns.gif | Bin .../ext-3.4.0/images/yourtheme/grid/dirty.gif | Bin .../ext-3.4.0/images/yourtheme/grid/done.gif | Bin .../images/yourtheme/grid/drop-no.gif | Bin .../images/yourtheme/grid/drop-yes.gif | Bin .../images/yourtheme/grid/footer-bg.gif | Bin .../images/yourtheme/grid/grid-blue-hd.gif | Bin .../images/yourtheme/grid/grid-blue-split.gif | Bin .../images/yourtheme/grid/grid-hrow.gif | Bin .../images/yourtheme/grid/grid-loading.gif | Bin .../images/yourtheme/grid/grid-split.gif | Bin .../images/yourtheme/grid/grid-vista-hd.gif | Bin .../images/yourtheme/grid/grid3-hd-btn.gif | Bin .../images/yourtheme/grid/grid3-hrow-over.gif | Bin .../images/yourtheme/grid/grid3-hrow.gif | Bin .../yourtheme/grid/grid3-special-col-bg.gif | Bin .../grid/grid3-special-col-sel-bg.gif | Bin .../images/yourtheme/grid/group-by.gif | Bin .../images/yourtheme/grid/group-collapse.gif | Bin .../yourtheme/grid/group-expand-sprite.gif | Bin .../images/yourtheme/grid/group-expand.gif | Bin .../images/yourtheme/grid/hd-pop.gif | Bin .../images/yourtheme/grid/hmenu-asc.gif | Bin .../images/yourtheme/grid/hmenu-desc.gif | Bin .../images/yourtheme/grid/hmenu-lock.gif | Bin .../images/yourtheme/grid/hmenu-lock.png | Bin .../images/yourtheme/grid/hmenu-unlock.gif | Bin .../images/yourtheme/grid/hmenu-unlock.png | Bin .../images/yourtheme/grid/invalid_line.gif | Bin .../images/yourtheme/grid/loading.gif | Bin .../images/yourtheme/grid/mso-hd.gif | Bin .../images/yourtheme/grid/nowait.gif | Bin .../yourtheme/grid/page-first-disabled.gif | Bin .../images/yourtheme/grid/page-first.gif | Bin .../yourtheme/grid/page-last-disabled.gif | Bin .../images/yourtheme/grid/page-last.gif | Bin .../yourtheme/grid/page-next-disabled.gif | Bin .../images/yourtheme/grid/page-next.gif | Bin .../yourtheme/grid/page-prev-disabled.gif | Bin .../images/yourtheme/grid/page-prev.gif | Bin .../images/yourtheme/grid/pick-button.gif | Bin .../images/yourtheme/grid/refresh.gif | Bin .../yourtheme/grid/row-check-sprite.gif | Bin .../yourtheme/grid/row-expand-sprite.gif | Bin .../images/yourtheme/grid/row-over.gif | Bin .../images/yourtheme/grid/row-sel.gif | Bin .../images/yourtheme/grid/sort-hd.gif | Bin .../images/yourtheme/grid/sort_asc.gif | Bin .../images/yourtheme/grid/sort_desc.gif | Bin .../ext-3.4.0/images/yourtheme/grid/wait.gif | Bin .../images/yourtheme/layout/collapse.gif | Bin .../images/yourtheme/layout/expand.gif | Bin .../images/yourtheme/layout/gradient-bg.gif | Bin .../images/yourtheme/layout/mini-bottom.gif | Bin .../images/yourtheme/layout/mini-left.gif | Bin .../images/yourtheme/layout/mini-right.gif | Bin .../images/yourtheme/layout/mini-top.gif | Bin .../images/yourtheme/layout/ns-collapse.gif | Bin .../images/yourtheme/layout/ns-expand.gif | Bin .../images/yourtheme/layout/panel-close.gif | Bin .../yourtheme/layout/panel-title-bg.gif | Bin .../yourtheme/layout/panel-title-light-bg.gif | Bin .../images/yourtheme/layout/stick.gif | Bin .../images/yourtheme/layout/stuck.gif | Bin .../images/yourtheme/layout/tab-close-on.gif | Bin .../images/yourtheme/layout/tab-close.gif | Bin .../images/yourtheme/menu/checked.gif | Bin .../images/yourtheme/menu/group-checked.gif | Bin .../images/yourtheme/menu/item-over.gif | Bin .../images/yourtheme/menu/menu-parent.gif | Bin .../ext-3.4.0/images/yourtheme/menu/menu.gif | Bin .../images/yourtheme/menu/unchecked.gif | Bin .../images/yourtheme/panel/corners-sprite.gif | Bin .../images/yourtheme/panel/left-right.gif | Bin .../images/yourtheme/panel/light-hd.gif | Bin .../yourtheme/panel/tool-sprite-tpl.gif | Bin .../images/yourtheme/panel/tool-sprites.gif | Bin .../yourtheme/panel/tools-sprites-trans.gif | Bin .../images/yourtheme/panel/top-bottom.gif | Bin .../images/yourtheme/panel/top-bottom.png | Bin .../yourtheme/panel/white-corners-sprite.gif | Bin .../yourtheme/panel/white-left-right.gif | Bin .../yourtheme/panel/white-top-bottom.gif | Bin .../images/yourtheme/progress/progress-bg.gif | Bin .../ext-3.4.0/images/yourtheme/qtip/bg.gif | Bin .../ext-3.4.0/images/yourtheme/qtip/close.gif | Bin .../yourtheme/qtip/tip-anchor-sprite.gif | Bin .../images/yourtheme/qtip/tip-sprite.gif | Bin .../ext-3.4.0/images/yourtheme/s.gif | Bin .../ext-3.4.0/images/yourtheme/shadow-c.png | Bin .../ext-3.4.0/images/yourtheme/shadow-lr.png | Bin .../ext-3.4.0/images/yourtheme/shadow.png | Bin .../images/yourtheme/shared/blue-loading.gif | Bin .../images/yourtheme/shared/calendar.gif | Bin .../images/yourtheme/shared/glass-bg.gif | Bin .../images/yourtheme/shared/hd-sprite.gif | Bin .../images/yourtheme/shared/large-loading.gif | Bin .../images/yourtheme/shared/left-btn.gif | Bin .../images/yourtheme/shared/loading-balls.gif | Bin .../images/yourtheme/shared/right-btn.gif | Bin .../images/yourtheme/shared/warning.gif | Bin .../images/yourtheme/sizer/e-handle-dark.gif | Bin .../images/yourtheme/sizer/e-handle.gif | Bin .../images/yourtheme/sizer/ne-handle-dark.gif | Bin .../images/yourtheme/sizer/ne-handle.gif | Bin .../images/yourtheme/sizer/nw-handle-dark.gif | Bin .../images/yourtheme/sizer/nw-handle.gif | Bin .../images/yourtheme/sizer/s-handle-dark.gif | Bin .../images/yourtheme/sizer/s-handle.gif | Bin .../images/yourtheme/sizer/se-handle-dark.gif | Bin .../images/yourtheme/sizer/se-handle.gif | Bin .../images/yourtheme/sizer/square.gif | Bin .../images/yourtheme/sizer/sw-handle-dark.gif | Bin .../images/yourtheme/sizer/sw-handle.gif | Bin .../images/yourtheme/slider/slider-bg.png | Bin .../images/yourtheme/slider/slider-thumb.png | Bin .../images/yourtheme/slider/slider-v-bg.png | Bin .../yourtheme/slider/slider-v-thumb.png | Bin .../images/yourtheme/tabs/scroll-left.gif | Bin .../images/yourtheme/tabs/scroll-right.gif | Bin .../images/yourtheme/tabs/scroller-bg.gif | Bin .../tabs/tab-btm-inactive-left-bg.gif | Bin .../tabs/tab-btm-inactive-right-bg.gif | Bin .../images/yourtheme/tabs/tab-btm-left-bg.gif | Bin .../yourtheme/tabs/tab-btm-over-left-bg.gif | Bin .../yourtheme/tabs/tab-btm-over-right-bg.gif | Bin .../yourtheme/tabs/tab-btm-right-bg.gif | Bin .../images/yourtheme/tabs/tab-close.gif | Bin .../images/yourtheme/tabs/tab-strip-bg.gif | Bin .../images/yourtheme/tabs/tab-strip-bg.png | Bin .../yourtheme/tabs/tab-strip-btm-bg.gif | Bin .../images/yourtheme/tabs/tabs-sprite.gif | Bin .../ext-3.4.0/images/yourtheme/toolbar/bg.gif | Bin .../yourtheme/toolbar/btn-arrow-light.gif | Bin .../images/yourtheme/toolbar/btn-arrow.gif | Bin .../images/yourtheme/toolbar/btn-over-bg.gif | Bin .../images/yourtheme/toolbar/gray-bg.gif | Bin .../images/yourtheme/toolbar/more.gif | Bin .../images/yourtheme/toolbar/tb-bg.gif | Bin .../yourtheme/toolbar/tb-btn-sprite.gif | Bin .../yourtheme/toolbar/tb-xl-btn-sprite.gif | Bin .../images/yourtheme/toolbar/tb-xl-sep.gif | Bin .../images/yourtheme/tree/arrows.gif | Bin .../images/yourtheme/tree/drop-add.gif | Bin .../images/yourtheme/tree/drop-between.gif | Bin .../images/yourtheme/tree/drop-no.gif | Bin .../images/yourtheme/tree/drop-over.gif | Bin .../images/yourtheme/tree/drop-under.gif | Bin .../images/yourtheme/tree/drop-yes.gif | Bin .../yourtheme/tree/elbow-end-minus-nl.gif | Bin .../images/yourtheme/tree/elbow-end-minus.gif | Bin .../yourtheme/tree/elbow-end-plus-nl.gif | Bin .../images/yourtheme/tree/elbow-end-plus.gif | Bin .../images/yourtheme/tree/elbow-end.gif | Bin .../images/yourtheme/tree/elbow-line.gif | Bin .../images/yourtheme/tree/elbow-minus-nl.gif | Bin .../images/yourtheme/tree/elbow-minus.gif | Bin .../images/yourtheme/tree/elbow-plus-nl.gif | Bin .../images/yourtheme/tree/elbow-plus.gif | Bin .../ext-3.4.0/images/yourtheme/tree/elbow.gif | Bin .../images/yourtheme/tree/folder-open.gif | Bin .../images/yourtheme/tree/folder.gif | Bin .../ext-3.4.0/images/yourtheme/tree/leaf.gif | Bin .../images/yourtheme/tree/loading.gif | Bin .../ext-3.4.0/images/yourtheme/tree/s.gif | Bin .../images/yourtheme/window/icon-error.gif | Bin .../images/yourtheme/window/icon-info.gif | Bin .../images/yourtheme/window/icon-question.gif | Bin .../images/yourtheme/window/icon-warning.gif | Bin .../images/yourtheme/window/left-corners.png | Bin .../images/yourtheme/window/left-corners.psd | Bin .../images/yourtheme/window/left-right.png | Bin .../images/yourtheme/window/left-right.psd | Bin .../images/yourtheme/window/right-corners.png | Bin .../images/yourtheme/window/right-corners.psd | Bin .../images/yourtheme/window/top-bottom.png | Bin .../images/yourtheme/window/top-bottom.psd | Bin .../webapp/{lib => js}/geoext-1.1/GeoExt.js | 0 .../geoext-1.1/css/geoext-all-debug.css | 0 .../{lib => js}/geoext-1.1/css/geoext-all.css | 0 .../geoext-1.1/css/gxtheme-gray.css | 0 .../geoext-1.1/css/gxtheme-slate.css | 0 .../geoext-1.1/css/layerlegend.css | 0 .../{lib => js}/geoext-1.1/css/popup.css | 0 .../geoext-1.1/css/symbolizercolumn.css | 0 .../geoext-1.1/images/default/anchor-top.png | Bin .../geoext-1.1/images/default/anchor.png | Bin .../images/default/bullet_arrow_down.png | Bin .../images/default/bullet_arrow_up.png | Bin .../geoext-1.1/images/default/delete.png | Bin .../geoext-1.1/images/gray/anchor-top.png | Bin .../geoext-1.1/images/gray/anchor.png | Bin .../geoext-1.1/images/slate/anchor-top.png | Bin .../geoext-1.1/images/slate/anchor.png | Bin .../webapp/{lib/isochrones => js}/iso_main.js | 56 +- .../ui-bg_diagonals-thick_18_b81900_40x40.png | Bin .../ui-bg_diagonals-thick_20_666666_40x40.png | Bin .../images/ui-bg_flat_10_000000_40x100.png | Bin .../images/ui-bg_glass_100_f6f6f6_1x400.png | Bin .../images/ui-bg_glass_100_fdf5ce_1x400.png | Bin .../images/ui-bg_glass_65_ffffff_1x400.png | Bin .../ui-bg_gloss-wave_35_f6a828_500x100.png | Bin .../ui-bg_highlight-soft_100_eeeeee_1x100.png | Bin .../ui-bg_highlight-soft_75_ffe45c_1x100.png | Bin .../images/ui-icons_222222_256x240.png | Bin .../images/ui-icons_228ef1_256x240.png | Bin .../images/ui-icons_ef8c08_256x240.png | Bin .../images/ui-icons_ffd27a_256x240.png | Bin .../images/ui-icons_ffffff_256x240.png | Bin .../ui-lightness/jquery-ui-1.8.6.custom.css | 0 .../webapp/{lib => js}/jquery/jquery-1.8.2.js | 0 .../jquery/jquery-ui-1.8.6.custom.min.js | 0 .../jquery/jquery-ui-timepicker-addon.js | 0 .../jquery/jquery.cometd-reload.js | 0 .../{lib => js}/jquery/jquery.cometd.js | 0 .../{lib => js}/jquery/jquery.cookie.js | 0 .../{lib => js}/jquery/jquery.json-2.2.js | 0 .../webapp/{lib => js}/jquery/org/cometd.js | 0 .../jquery/org/cometd/AckExtension.js | 0 .../jquery/org/cometd/ReloadExtension.js | 0 .../jquery/org/cometd/TimeStampExtension.js | 0 .../jquery/org/cometd/TimeSyncExtension.js | 0 src/main/webapp/{ => js}/main.js | 0 .../{lib => js}/openlayers/LoadingPanel.js | 0 .../{lib => js}/openlayers/OpenLayers.js | 0 .../{lib => js}/openlayers/OpenLayers_min.js | 0 .../{lib => js}/openlayers/img/blank.gif | Bin .../openlayers/img/cloud-popup-relative.png | Bin .../openlayers/img/drag-rectangle-off.png | Bin .../openlayers/img/drag-rectangle-on.png | Bin .../{lib => js}/openlayers/img/east-mini.png | Bin .../img/layer-switcher-maximize.png | Bin .../img/layer-switcher-minimize.png | Bin .../openlayers/img/marker-blue.png | Bin .../openlayers/img/marker-gold.png | Bin .../openlayers/img/marker-green.png | Bin .../{lib => js}/openlayers/img/marker.png | Bin .../openlayers/img/measuring-stick-off.png | Bin .../openlayers/img/measuring-stick-on.png | Bin .../{lib => js}/openlayers/img/north-mini.png | Bin .../openlayers/img/panning-hand-off.png | Bin .../openlayers/img/panning-hand-on.png | Bin .../{lib => js}/openlayers/img/slider.png | Bin .../{lib => js}/openlayers/img/south-mini.png | Bin .../{lib => js}/openlayers/img/west-mini.png | Bin .../openlayers/img/zoom-minus-mini.png | Bin .../openlayers/img/zoom-plus-mini.png | Bin .../openlayers/img/zoom-world-mini.png | Bin .../{lib => js}/openlayers/img/zoombar.png | Bin .../openlayers/theme/default/framedCloud.css | 0 .../openlayers/theme/default/google.css | 0 .../openlayers/theme/default/google.tidy.css | 0 .../openlayers/theme/default/ie6-style.css | 0 .../theme/default/ie6-style.tidy.css | 0 .../theme/default/img/add_point_off.png | Bin .../theme/default/img/add_point_on.png | Bin .../openlayers/theme/default/img/blank.gif | Bin .../openlayers/theme/default/img/close.gif | Bin .../theme/default/img/drag-rectangle-off.png | Bin .../theme/default/img/drag-rectangle-on.png | Bin .../theme/default/img/draw_line_off.png | Bin .../theme/default/img/draw_line_on.png | Bin .../theme/default/img/draw_point_off.png | Bin .../theme/default/img/draw_point_on.png | Bin .../theme/default/img/draw_polygon_off.png | Bin .../theme/default/img/draw_polygon_on.png | Bin .../theme/default/img/editing_tool_bar.png | Bin .../theme/default/img/move_feature_off.png | Bin .../theme/default/img/move_feature_on.png | Bin .../theme/default/img/navigation_history.png | Bin .../default/img/overview_replacement.gif | Bin .../theme/default/img/pan-panel-NOALPHA.png | Bin .../theme/default/img/pan-panel.png | Bin .../openlayers/theme/default/img/pan_off.png | Bin .../openlayers/theme/default/img/pan_on.png | Bin .../theme/default/img/panning-hand-off.png | Bin .../theme/default/img/panning-hand-on.png | Bin .../theme/default/img/remove_point_off.png | Bin .../theme/default/img/remove_point_on.png | Bin .../openlayers/theme/default/img/ruler.png | Bin .../theme/default/img/save_features_off.png | Bin .../theme/default/img/save_features_on.png | Bin .../theme/default/img/view_next_off.png | Bin .../theme/default/img/view_next_on.png | Bin .../theme/default/img/view_previous_off.png | Bin .../theme/default/img/view_previous_on.png | Bin .../theme/default/img/zoom-panel-NOALPHA.png | Bin .../theme/default/img/zoom-panel.png | Bin .../openlayers/theme/default/style.css | 0 .../openlayers/theme/default/style.tidy.css | 0 src/main/webapp/{lib => js}/org/cometd.js | 0 .../{lib => js}/org/cometd/AckExtension.js | 0 .../{lib => js}/org/cometd/ReloadExtension.js | 0 .../org/cometd/TimeStampExtension.js | 0 .../org/cometd/TimeSyncExtension.js | 0 .../{lib => js}/proj4js/defs/EPSG102005.js | 0 .../{lib => js}/proj4js/defs/EPSG102028.js | 0 .../{lib => js}/proj4js/defs/EPSG102582.js | 0 .../{lib => js}/proj4js/defs/EPSG102757.js | 0 .../{lib => js}/proj4js/defs/EPSG102758.js | 0 .../{lib => js}/proj4js/defs/EPSG22195.js | 0 .../{lib => js}/proj4js/defs/EPSG258320.js | 0 .../{lib => js}/proj4js/defs/EPSG26591.js | 0 .../{lib => js}/proj4js/defs/EPSG26912.js | 0 .../{lib => js}/proj4js/defs/EPSG26986.js | 0 .../{lib => js}/proj4js/defs/EPSG27563.js | 0 .../{lib => js}/proj4js/defs/EPSG27582.js | 0 .../{lib => js}/proj4js/defs/EPSG27700.js | 0 .../{lib => js}/proj4js/defs/EPSG28992.js | 0 .../{lib => js}/proj4js/defs/EPSG31281.js | 0 .../{lib => js}/proj4js/defs/EPSG31282.js | 0 .../{lib => js}/proj4js/defs/EPSG31283.js | 0 .../{lib => js}/proj4js/defs/EPSG31284.js | 0 .../{lib => js}/proj4js/defs/EPSG31285.js | 0 .../{lib => js}/proj4js/defs/EPSG31286.js | 0 .../{lib => js}/proj4js/defs/EPSG31287.js | 0 .../{lib => js}/proj4js/defs/EPSG31291.js | 0 .../{lib => js}/proj4js/defs/EPSG31292.js | 0 .../{lib => js}/proj4js/defs/EPSG31293.js | 0 .../{lib => js}/proj4js/defs/EPSG31294.js | 0 .../{lib => js}/proj4js/defs/EPSG31295.js | 0 .../{lib => js}/proj4js/defs/EPSG31296.js | 0 .../{lib => js}/proj4js/defs/EPSG31297.js | 0 .../{lib => js}/proj4js/defs/EPSG32611.js | 0 .../{lib => js}/proj4js/defs/EPSG32612.js | 0 .../{lib => js}/proj4js/defs/EPSG32613.js | 0 .../{lib => js}/proj4js/defs/EPSG32614.js | 0 .../{lib => js}/proj4js/defs/EPSG32615.js | 0 .../{lib => js}/proj4js/defs/EPSG32616.js | 0 .../{lib => js}/proj4js/defs/EPSG32620.js | 0 .../{lib => js}/proj4js/defs/EPSG32622.js | 0 .../{lib => js}/proj4js/defs/EPSG32705.js | 0 .../{lib => js}/proj4js/defs/EPSG32706.js | 0 .../{lib => js}/proj4js/defs/EPSG32738.js | 0 .../{lib => js}/proj4js/defs/EPSG32740.js | 0 .../{lib => js}/proj4js/defs/EPSG32758.js | 0 .../{lib => js}/proj4js/defs/EPSG41001.js | 0 .../{lib => js}/proj4js/defs/EPSG4139.js | 0 .../{lib => js}/proj4js/defs/EPSG4181.js | 0 .../{lib => js}/proj4js/defs/EPSG42101.js | 0 .../{lib => js}/proj4js/defs/EPSG42304.js | 0 .../{lib => js}/proj4js/defs/EPSG4302.js | 0 .../{lib => js}/proj4js/defs/EPSG54008.js | 0 .../{lib => js}/proj4js/defs/EPSG54021.js | 0 .../{lib => js}/proj4js/defs/EPSG54029.js | 0 .../{lib => js}/proj4js/defs/EPSG900913.js | 0 .../webapp/{lib => js}/proj4js/defs/GOOGLE.js | 0 .../{lib => js}/proj4js/proj4js-combined.js | 234 +++--- .../{lib => js}/proj4js/proj4js-compressed.js | 8 +- .../webapp/{lib/isochrones => js}/util.js | 0 src/main/webapp/lib/firebug/errorIcon.png | Bin 457 -> 0 bytes src/main/webapp/lib/firebug/firebug.css | 209 ------ src/main/webapp/lib/firebug/firebug.html | 23 - src/main/webapp/lib/firebug/firebug.js | 674 ------------------ src/main/webapp/lib/firebug/firebugx.js | 9 - src/main/webapp/lib/firebug/infoIcon.png | Bin 524 -> 0 bytes src/main/webapp/lib/firebug/license.txt | 30 - src/main/webapp/lib/firebug/readme.txt | 13 - src/main/webapp/lib/firebug/warningIcon.png | Bin 516 -> 0 bytes .../inf/isochrones/utils/ConfigTest.java | 9 +- 1081 files changed, 209 insertions(+), 1179 deletions(-) rename src/main/webapp/{lib => js}/ext-3.4.0/css/README.txt (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/debug.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/ext-all-notheme.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/ext-all.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/layerlegend.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/popup.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/reset-min.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/borders.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/box.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/button.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/combo.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/core.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/date-picker.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/dd.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/debug.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/dialog.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/editor.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/form.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/grid.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/layout.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/list-view.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/menu.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/panel-reset.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/panel.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/pivotgrid.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/progress.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/qtips.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/reset.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/resizable.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/slider.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/tabs.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/toolbar.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/tree.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/structure/window.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/symbolizercolumn.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/borders.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/box.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/button.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/combo.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/core.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/date-picker.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/dd.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/debug.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/dialog.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/editor.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/form.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/grid.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/layout.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/list-view.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/menu.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/panel.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/progress.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/qtips.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/resizable.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/slider.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/tabs.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/toolbar.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/tree.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-access/window.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/borders.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/box.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/button.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/combo.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/core.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/date-picker.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/dd.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/debug.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/dialog.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/editor.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/form.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/grid.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/layout.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/list-view.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/menu.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/panel.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/pivotgrid.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/progress.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/qtips.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/resizable.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/slider.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/tabs.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/toolbar.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/tree.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/theme-gray/window.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/borders.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/box.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/button.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/combo.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/core.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/date-picker.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/dd.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/debug.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/dialog.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/editor.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/form.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/grid.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/layout.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/list-view.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/menu.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/panel.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/pivotgrid.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/progress.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/qtips.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/resizable.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/slider.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/tabs.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/toolbar.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/tree.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/visual/window.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/xtheme-access.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/xtheme-blue.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/xtheme-gray.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/css/yourtheme.css (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/ext-all-debug.js (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/ext-all.js (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/ext-base.js (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/ext-jquery-adapter.js (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/corners-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/corners.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/l-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/l.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/r-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/r.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/tb-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/box/tb.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/group-cs.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/group-lr.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/group-tb.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/s-arrow-b-noline.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/s-arrow-b.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/s-arrow-bo.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/s-arrow-noline.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/s-arrow-o.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/button/s-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/editor/tb-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/checkbox.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/clear-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/clear-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/date-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/date-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/error-tip-corners.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/exclamation.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/radio.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/search-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/search-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/text-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/trigger-tpl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/form/trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/arrow-left-white.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/arrow-right-white.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/col-move-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/col-move-top.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/columns.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/dirty.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/done.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/footer-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid-blue-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid-blue-split.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid-hrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid-loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid-split.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid-vista-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid3-hd-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid3-hrow-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid3-hrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid3-special-col-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/grid3-special-col-sel-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/group-by.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/group-collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/group-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/group-expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/hd-pop.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/hmenu-asc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/hmenu-desc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/hmenu-lock.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/hmenu-lock.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/hmenu-unlock.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/hmenu-unlock.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/invalid_line.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/mso-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/nowait.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-first-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-first.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-last-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-last.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-next-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-next.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-prev-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/page-prev.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/pick-button.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/refresh.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/row-check-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/row-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/row-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/row-sel.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/sort-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/sort_asc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/sort_desc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/grid/wait.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/menu/checked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/menu/group-checked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/menu/item-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/menu/menu-parent.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/menu/menu.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/menu/unchecked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/light-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/tool-sprite-tpl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/tool-sprites.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/tools-sprites-trans.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/white-corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/white-left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/panel/white-top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/progress/progress-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/qtip/close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/qtip/tip-anchor-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/qtip/tip-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/shared/glass-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/shared/hd-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/shared/left-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/shared/right-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/e-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/e-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/ne-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/ne-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/nw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/nw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/s-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/s-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/se-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/se-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/square.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/sw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/sizer/sw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/slider/slider-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/slider/slider-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/slider/slider-v-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/slider/slider-v-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/scroll-left.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/scroll-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tab-btm-inactive-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tab-btm-inactive-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tab-btm-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tab-btm-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tab-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tab-strip-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tab-strip-btm-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tabs/tabs-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/btn-arrow-light.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/btn-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/btn-over-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/gray-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/more.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/s-arrow-bo.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/tb-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/tb-xl-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/toolbar/tb-xl-sep.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/arrows.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/drop-add.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/drop-between.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/drop-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/drop-under.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-end-minus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-end-minus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-end-plus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-end-plus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-end.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-line.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-minus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-minus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-plus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow-plus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/elbow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/folder-open.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/folder.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/leaf.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/tree/s.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/icon-error.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/icon-info.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/icon-question.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/icon-warning.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/left-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/left-right.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/right-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/access/window/top-bottom.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/corners-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/corners.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/l-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/l.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/r-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/r.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/tb-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/box/tb.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/group-cs.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/group-lr.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/group-tb.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/s-arrow-b-noline.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/s-arrow-b.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/s-arrow-bo.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/s-arrow-noline.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/s-arrow-o.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/button/s-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/dd/drop-add.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/dd/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/dd/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/editor/tb-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/checkbox.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/clear-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/clear-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/date-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/date-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/error-tip-corners.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/exclamation.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/radio.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/search-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/search-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/text-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/trigger-square.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/trigger-square.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/trigger-tpl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/form/trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/gradient-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/arrow-left-white.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/arrow-right-white.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/col-move-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/col-move-top.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/columns.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/dirty.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/done.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/footer-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid-blue-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid-blue-split.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid-hrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid-loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid-split.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid-vista-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid3-hd-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid3-hrow-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid3-hrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid3-rowheader.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid3-special-col-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/grid3-special-col-sel-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/group-by.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/group-collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/group-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/group-expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/hd-pop.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/hmenu-asc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/hmenu-desc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/hmenu-lock.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/hmenu-lock.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/hmenu-unlock.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/hmenu-unlock.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/invalid_line.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/mso-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/nowait.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-first-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-first.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-last-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-last.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-next-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-next.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-prev-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/page-prev.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/pick-button.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/refresh-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/refresh.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/row-check-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/row-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/row-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/row-sel.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/sort-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/sort_asc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/sort_desc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/grid/wait.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/gradient-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/mini-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/mini-left.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/mini-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/mini-top.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/ns-collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/ns-expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/panel-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/panel-title-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/panel-title-light-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/stick.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/stuck.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/tab-close-on.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/layout/tab-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/menu/checked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/menu/group-checked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/menu/item-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/menu/menu-parent.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/menu/menu.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/menu/unchecked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/light-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/tool-sprite-tpl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/tool-sprites.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/tools-sprites-trans.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/top-bottom.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/white-corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/white-left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/panel/white-top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/progress/progress-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/qtip/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/qtip/close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/qtip/tip-anchor-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/qtip/tip-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/s.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shadow-c.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shadow-lr.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shadow.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/blue-loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/calendar.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/glass-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/hd-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/large-loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/left-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/loading-balls.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/right-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/shared/warning.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/e-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/e-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/ne-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/ne-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/nw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/nw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/s-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/s-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/se-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/se-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/square.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/sw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/sizer/sw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/slider/slider-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/slider/slider-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/slider/slider-v-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/slider/slider-v-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/scroll-left.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/scroll-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/scroller-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-btm-inactive-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-btm-inactive-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-btm-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-btm-over-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-btm-over-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-btm-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-strip-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-strip-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tab-strip-btm-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tabs/tabs-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/btn-arrow-light.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/btn-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/btn-over-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/gray-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/more.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/tb-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/tb-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/tb-xl-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/toolbar/tb-xl-sep.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/arrows.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/drop-add.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/drop-between.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/drop-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/drop-under.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-end-minus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-end-minus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-end-plus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-end-plus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-end.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-line.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-minus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-minus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-plus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow-plus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/elbow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/folder-open.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/folder.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/leaf.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/tree/s.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/icon-error.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/icon-info.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/icon-question.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/icon-warning.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/left-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/left-corners.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/left-right.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/left-right.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/right-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/right-corners.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/top-bottom.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/default/window/top-bottom.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/btn-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/group-cs.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/group-lr.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/group-tb.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/s-arrow-bo.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/button/s-arrow-o.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/form/clear-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/form/date-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/form/search-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/form/trigger-square.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/form/trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/gradient-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/col-move-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/col-move-top.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-hd-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-hrow-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-hrow-over2.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-hrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-hrow2.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-special-col-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-special-col-bg2.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/grid3-special-col-sel-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/group-collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/group-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/group-expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/page-first.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/page-last.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/page-next.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/page-prev.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/refresh.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/row-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/sort-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/sort_asc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/grid/sort_desc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/menu/group-checked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/menu/item-over-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/menu/item-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/menu/menu-parent.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/light-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/tool-sprite-tpl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/tool-sprites.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/tools-sprites-trans.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/top-bottom.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/white-corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/white-left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/panel/white-top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/progress/progress-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/qtip/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/qtip/close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/qtip/tip-anchor-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/qtip/tip-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/s.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/shared/hd-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/shared/left-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/shared/right-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/sizer/e-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/sizer/ne-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/sizer/nw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/sizer/s-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/sizer/se-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/sizer/square.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/sizer/sw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/slider/slider-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/slider/slider-v-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/scroll-left.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/scroll-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/scroller-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-btm-inactive-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-btm-inactive-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-btm-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-btm-over-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-btm-over-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-btm-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-strip-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-strip-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tab-strip-btm-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tabs/tabs-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/btn-arrow-light.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/btn-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/btn-over-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/gray-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/more.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/tb-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/toolbar/tb-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tree/arrows.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tree/elbow-end-minus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tree/elbow-end-minus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tree/elbow-end-plus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/tree/elbow-end-plus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/icon-error.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/icon-info.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/icon-question.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/icon-warning.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/left-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/left-right.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/right-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/gray/window/top-bottom.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/bg-center.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/bg-left.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/bg-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/dlg-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/e-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/hd-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/s-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/se-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/basic-dialog/w-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/gradient-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/grid/grid-split.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/grid/grid-vista-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/gradient-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/ns-collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/ns-expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/panel-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/panel-title-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/panel-title-light-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/stick.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/tab-close-on.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/layout/tab-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/qtip/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/qtip/tip-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/s.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/e-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/e-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/ne-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/ne-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/nw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/nw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/s-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/s-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/se-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/se-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/sw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/sizer/sw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/tabs/tab-btm-inactive-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/tabs/tab-btm-inactive-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/tabs/tab-btm-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/tabs/tab-btm-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/tabs/tab-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/toolbar/gray-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/vista/toolbar/tb-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/README.txt (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/corners-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/corners.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/l-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/l.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/r-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/r.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/tb-blue.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/box/tb.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/group-cs.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/group-lr.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/group-tb.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/s-arrow-b-noline.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/s-arrow-b.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/s-arrow-bo.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/s-arrow-noline.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/s-arrow-o.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/button/s-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/dd/drop-add.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/dd/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/dd/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/editor/tb-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/checkbox.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/clear-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/clear-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/date-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/date-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/error-tip-corners.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/exclamation.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/radio.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/search-trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/search-trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/text-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/trigger-square.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/trigger-square.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/trigger-tpl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/trigger.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/form/trigger.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/gradient-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/arrow-left-white.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/arrow-right-white.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/col-move-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/col-move-top.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/columns.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/dirty.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/done.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/footer-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid-blue-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid-blue-split.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid-hrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid-loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid-split.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid-vista-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid3-hd-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid3-hrow-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid3-hrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid3-special-col-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/grid3-special-col-sel-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/group-by.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/group-collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/group-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/group-expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/hd-pop.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/hmenu-asc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/hmenu-desc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/hmenu-lock.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/hmenu-lock.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/invalid_line.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/mso-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/nowait.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-first-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-first.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-last-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-last.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-next-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-next.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-prev-disabled.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/page-prev.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/pick-button.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/refresh.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/row-check-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/row-expand-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/row-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/row-sel.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/sort-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/sort_asc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/sort_desc.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/grid/wait.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/gradient-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/mini-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/mini-left.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/mini-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/mini-top.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/ns-collapse.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/ns-expand.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/panel-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/panel-title-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/panel-title-light-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/stick.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/stuck.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/tab-close-on.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/layout/tab-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/menu/checked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/menu/group-checked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/menu/item-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/menu/menu-parent.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/menu/menu.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/menu/unchecked.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/light-hd.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/tool-sprite-tpl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/tool-sprites.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/tools-sprites-trans.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/top-bottom.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/white-corners-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/white-left-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/panel/white-top-bottom.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/progress/progress-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/qtip/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/qtip/close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/qtip/tip-anchor-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/qtip/tip-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/s.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shadow-c.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shadow-lr.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shadow.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/blue-loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/calendar.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/glass-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/hd-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/large-loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/left-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/loading-balls.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/right-btn.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/shared/warning.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/e-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/e-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/ne-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/ne-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/nw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/nw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/s-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/s-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/se-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/se-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/square.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/sw-handle-dark.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/sizer/sw-handle.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/slider/slider-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/slider/slider-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/slider/slider-v-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/slider/slider-v-thumb.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/scroll-left.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/scroll-right.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/scroller-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-btm-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-left-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-btm-right-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-close.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tab-strip-btm-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tabs/tabs-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/btn-arrow-light.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/btn-arrow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/btn-over-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/gray-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/more.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/tb-bg.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/tb-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/tb-xl-btn-sprite.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/toolbar/tb-xl-sep.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/arrows.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/drop-add.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/drop-between.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/drop-no.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/drop-over.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/drop-under.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/drop-yes.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-end-minus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-end-minus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-end-plus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-end-plus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-end.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-line.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-minus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-minus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-plus-nl.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow-plus.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/elbow.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/folder-open.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/folder.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/leaf.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/loading.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/tree/s.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/icon-error.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/icon-info.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/icon-question.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/icon-warning.gif (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/left-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/left-corners.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/left-right.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/left-right.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/right-corners.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/right-corners.psd (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/top-bottom.png (100%) rename src/main/webapp/{lib => js}/ext-3.4.0/images/yourtheme/window/top-bottom.psd (100%) rename src/main/webapp/{lib => js}/geoext-1.1/GeoExt.js (100%) rename src/main/webapp/{lib => js}/geoext-1.1/css/geoext-all-debug.css (100%) rename src/main/webapp/{lib => js}/geoext-1.1/css/geoext-all.css (100%) rename src/main/webapp/{lib => js}/geoext-1.1/css/gxtheme-gray.css (100%) rename src/main/webapp/{lib => js}/geoext-1.1/css/gxtheme-slate.css (100%) rename src/main/webapp/{lib => js}/geoext-1.1/css/layerlegend.css (100%) rename src/main/webapp/{lib => js}/geoext-1.1/css/popup.css (100%) rename src/main/webapp/{lib => js}/geoext-1.1/css/symbolizercolumn.css (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/default/anchor-top.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/default/anchor.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/default/bullet_arrow_down.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/default/bullet_arrow_up.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/default/delete.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/gray/anchor-top.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/gray/anchor.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/slate/anchor-top.png (100%) rename src/main/webapp/{lib => js}/geoext-1.1/images/slate/anchor.png (100%) rename src/main/webapp/{lib/isochrones => js}/iso_main.js (99%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-icons_ffd27a_256x240.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png (100%) rename src/main/webapp/{lib => js}/jquery/css/ui-lightness/jquery-ui-1.8.6.custom.css (100%) rename src/main/webapp/{lib => js}/jquery/jquery-1.8.2.js (100%) rename src/main/webapp/{lib => js}/jquery/jquery-ui-1.8.6.custom.min.js (100%) rename src/main/webapp/{lib => js}/jquery/jquery-ui-timepicker-addon.js (100%) rename src/main/webapp/{lib => js}/jquery/jquery.cometd-reload.js (100%) rename src/main/webapp/{lib => js}/jquery/jquery.cometd.js (100%) rename src/main/webapp/{lib => js}/jquery/jquery.cookie.js (100%) rename src/main/webapp/{lib => js}/jquery/jquery.json-2.2.js (100%) rename src/main/webapp/{lib => js}/jquery/org/cometd.js (100%) rename src/main/webapp/{lib => js}/jquery/org/cometd/AckExtension.js (100%) rename src/main/webapp/{lib => js}/jquery/org/cometd/ReloadExtension.js (100%) rename src/main/webapp/{lib => js}/jquery/org/cometd/TimeStampExtension.js (100%) rename src/main/webapp/{lib => js}/jquery/org/cometd/TimeSyncExtension.js (100%) rename src/main/webapp/{ => js}/main.js (100%) rename src/main/webapp/{lib => js}/openlayers/LoadingPanel.js (100%) rename src/main/webapp/{lib => js}/openlayers/OpenLayers.js (100%) rename src/main/webapp/{lib => js}/openlayers/OpenLayers_min.js (100%) rename src/main/webapp/{lib => js}/openlayers/img/blank.gif (100%) rename src/main/webapp/{lib => js}/openlayers/img/cloud-popup-relative.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/drag-rectangle-off.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/drag-rectangle-on.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/east-mini.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/layer-switcher-maximize.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/layer-switcher-minimize.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/marker-blue.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/marker-gold.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/marker-green.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/marker.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/measuring-stick-off.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/measuring-stick-on.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/north-mini.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/panning-hand-off.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/panning-hand-on.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/slider.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/south-mini.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/west-mini.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/zoom-minus-mini.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/zoom-plus-mini.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/zoom-world-mini.png (100%) rename src/main/webapp/{lib => js}/openlayers/img/zoombar.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/framedCloud.css (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/google.css (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/google.tidy.css (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/ie6-style.css (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/ie6-style.tidy.css (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/add_point_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/add_point_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/blank.gif (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/close.gif (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/drag-rectangle-off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/drag-rectangle-on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/draw_line_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/draw_line_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/draw_point_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/draw_point_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/draw_polygon_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/draw_polygon_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/editing_tool_bar.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/move_feature_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/move_feature_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/navigation_history.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/overview_replacement.gif (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/pan-panel-NOALPHA.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/pan-panel.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/pan_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/pan_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/panning-hand-off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/panning-hand-on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/remove_point_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/remove_point_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/ruler.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/save_features_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/save_features_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/view_next_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/view_next_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/view_previous_off.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/view_previous_on.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/zoom-panel-NOALPHA.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/img/zoom-panel.png (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/style.css (100%) rename src/main/webapp/{lib => js}/openlayers/theme/default/style.tidy.css (100%) rename src/main/webapp/{lib => js}/org/cometd.js (100%) rename src/main/webapp/{lib => js}/org/cometd/AckExtension.js (100%) rename src/main/webapp/{lib => js}/org/cometd/ReloadExtension.js (100%) rename src/main/webapp/{lib => js}/org/cometd/TimeStampExtension.js (100%) rename src/main/webapp/{lib => js}/org/cometd/TimeSyncExtension.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG102005.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG102028.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG102582.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG102757.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG102758.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG22195.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG258320.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG26591.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG26912.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG26986.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG27563.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG27582.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG27700.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG28992.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31281.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31282.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31283.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31284.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31285.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31286.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31287.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31291.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31292.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31293.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31294.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31295.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31296.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG31297.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32611.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32612.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32613.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32614.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32615.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32616.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32620.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32622.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32705.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32706.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32738.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32740.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG32758.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG41001.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG4139.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG4181.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG42101.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG42304.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG4302.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG54008.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG54021.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG54029.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/EPSG900913.js (100%) rename src/main/webapp/{lib => js}/proj4js/defs/GOOGLE.js (100%) rename src/main/webapp/{lib => js}/proj4js/proj4js-combined.js (97%) rename src/main/webapp/{lib => js}/proj4js/proj4js-compressed.js (99%) rename src/main/webapp/{lib/isochrones => js}/util.js (100%) delete mode 100644 src/main/webapp/lib/firebug/errorIcon.png delete mode 100644 src/main/webapp/lib/firebug/firebug.css delete mode 100644 src/main/webapp/lib/firebug/firebug.html delete mode 100644 src/main/webapp/lib/firebug/firebug.js delete mode 100644 src/main/webapp/lib/firebug/firebugx.js delete mode 100644 src/main/webapp/lib/firebug/infoIcon.png delete mode 100644 src/main/webapp/lib/firebug/license.txt delete mode 100644 src/main/webapp/lib/firebug/readme.txt delete mode 100644 src/main/webapp/lib/firebug/warningIcon.png diff --git a/src/main/java/it/unibz/inf/isochrones/utils/Config.java b/src/main/java/it/unibz/inf/isochrones/utils/Config.java index 06c9ca47..a7004eb4 100644 --- a/src/main/java/it/unibz/inf/isochrones/utils/Config.java +++ b/src/main/java/it/unibz/inf/isochrones/utils/Config.java @@ -29,10 +29,8 @@ import java.util.Properties; * @version 2.2 */ public class Config { - - protected Properties properties; + protected Properties internalProperties; protected ConnectionFactory factory; - protected short densityLimit = Short.MIN_VALUE; public Config() { @@ -48,10 +46,10 @@ public class Config { } public Config(final InputStream inputStream) { - properties = new Properties(); + internalProperties = new Properties(); try { - properties.loadFromXML(inputStream); - properties.putAll(System.getProperties()); + internalProperties.loadFromXML(inputStream); + internalProperties.putAll(System.getProperties()); } catch (final IOException e) { throw new RuntimeException("Unable to load the config file: " + e); } @@ -59,14 +57,15 @@ public class Config { setupConnection(); } + protected Properties getInternalProperties() { + return internalProperties; + } + protected void setupConnection() { factory = new ConnectionFactory(getDBPooling()); + try { - factory.register(getDBServerName(), - getDBName(), - getDBPort(), - getDBUser(), - getDBPassword()); + factory.register(getDBServerName(), getDBName(), getDBPort(), getDBUser(), getDBPassword()); } catch (final SQLException e) { throw new RuntimeException("Unable to connect to the database: " + e); } catch (final ClassNotFoundException e) { @@ -91,15 +90,11 @@ public class Config { * @return the value of the entry */ public String getProperty(final String key) { - if (properties.getProperty(key) == null) { + if (internalProperties.getProperty(key) == null) { return null; } - return properties.getProperty(key).trim(); - } - - public Properties getProperties() { - return properties; + return internalProperties.getProperty(key).trim(); } public boolean getDBPooling() { @@ -136,8 +131,8 @@ public class Config { */ public void appendPropertyFile(final InputStream inputStream) { try { - properties.loadFromXML(inputStream); - properties.putAll(System.getProperties()); + internalProperties.loadFromXML(inputStream); + internalProperties.putAll(System.getProperties()); if (densityLimit == Short.MIN_VALUE && getProperty("limit.density") != null) { densityLimit = Short.parseShort(getProperty("limit.density")); @@ -151,7 +146,7 @@ public class Config { } public void appendProperties(final Properties properties) { - this.properties.putAll(properties); + internalProperties.putAll(properties); } public String getEdgeTable() { diff --git a/src/main/java/it/unibz/inf/isoga/services/IsochroneService.java b/src/main/java/it/unibz/inf/isoga/services/IsochroneService.java index d5cd4ab8..f025044e 100644 --- a/src/main/java/it/unibz/inf/isoga/services/IsochroneService.java +++ b/src/main/java/it/unibz/inf/isoga/services/IsochroneService.java @@ -89,6 +89,7 @@ public class IsochroneService extends AbstractService { */ public IsochroneService(final BayeuxServer bayeux) { super(bayeux, "isochrone"); + addService("/service/" + SERVICE_CONFIGURATION, "processConfigRequest"); addService("/service/" + SERVICE_ISOCHRONES, "processIsochroneRequest"); addService("/service/" + SERVICE_WPS_ISOCHRONES, "processWpsIsochroneRequest"); @@ -97,23 +98,29 @@ public class IsochroneService extends AbstractService { globalCFG = new Config(); try { - final URL restURL = new URL(globalCFG.getProperty("rendering.server.rest.url")); - manager = new GeoServerRESTManager(restURL, - globalCFG.getProperty("rendering.server.rest.username"), - globalCFG.getProperty("rendering.server.rest.password")); + final String restUrlStr = globalCFG.getProperty("rendering.server.rest.url"); + final String username = globalCFG.getProperty("rendering.server.rest.username"); + final String password = globalCFG.getProperty("rendering.server.rest.password"); + + final URL restURL = (restUrlStr == null) ? null : new URL(restUrlStr); + manager = (restURL == null) ? null : new GeoServerRESTManager(restURL, username, password); } catch (final MalformedURLException e) { e.printStackTrace(); } + + if (manager == null) { + throw new RuntimeException("Manager is not defined... please check your configuration!"); + } + init(); } /** - * Method init * Deletes session entries that where not unregistered. Initializes the * configurations for each dataset */ private void init() { - final String[] dataSets = globalCFG.getProperty("cfg.datasets").split(","); + final String dataSetStr = globalCFG.getProperty("cfg.datasets"); final Config config = new Config(globalCFG); final Thread t = new Thread() { @@ -131,12 +138,12 @@ public class IsochroneService extends AbstractService { }; t.start(); + final String[] dataSets = (dataSetStr == null) ? new String[0] : dataSetStr.split(","); for (final String dSet : dataSets) { final Dataset dataSet = Dataset.valueOf(dSet.toUpperCase()); if (dataSet != null) { final String fileName = "config_" + dataSet.toString().toLowerCase() + ".xml"; - final InputStream resourceAsStream = Thread.currentThread() - .getContextClassLoader().getResourceAsStream(fileName); + final InputStream resourceAsStream = Thread.currentThread().getContextClassLoader().getResourceAsStream(fileName); config.appendPropertyFile(resourceAsStream); final Database db = new Database(config); diff --git a/src/main/java/it/unibz/inf/isoga/utils/Config.java b/src/main/java/it/unibz/inf/isoga/utils/Config.java index c088719a..81d4b8c9 100644 --- a/src/main/java/it/unibz/inf/isoga/utils/Config.java +++ b/src/main/java/it/unibz/inf/isoga/utils/Config.java @@ -35,8 +35,8 @@ public class Config extends it.unibz.inf.isochrones.utils.Config { } public Config(final Config config) { - properties = new Properties(); - appendProperties(config.getProperties()); + internalProperties = new Properties(); + appendProperties(config.getInternalProperties()); connection = config.getConnection(); } diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index e305b903..58e3598d 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,46 +2,41 @@ <html> <head> - <script type="text/javascript" src="./lib/org/cometd.js"></script> - <script type="text/javascript" src="./lib/org/cometd/AckExtension.js"></script> - <script type="text/javascript" src="./lib/org/cometd/ReloadExtension.js"></script> - <script type="text/javascript" src="./lib/jquery/jquery-1.8.2.js"></script> - <script type="text/javascript" src="./lib/jquery/jquery.cookie.js"></script> - <script type="text/javascript" src="./lib/jquery/jquery.cometd.js"></script> - <script type="text/javascript" src="./lib/jquery/jquery.cometd-reload.js"></script> - <script type="text/javascript" src="./lib/jquery/jquery.json-2.2.js"></script> - <script type="text/javascript" src="./lib/jquery/jquery-ui-1.8.6.custom.min.js"></script> - <!--###### jQuery ######--> - <link rel="stylesheet" type="text/css" href="./lib/jquery/css/ui-lightness/jquery-ui-1.8.6.custom.css" /> + <title>ISOGA: Using Isochrones for Geospatial Analysis</title> + + <link rel="stylesheet" type="text/css" href="./js/jquery/css/ui-lightness/jquery-ui-1.8.6.custom.css" /> + <link rel="stylesheet" type="text/css" href="./js/ext-3.4.0/css/ext-all.css" /> + <link rel="stylesheet" type="text/css" href="./js/openlayers/theme/default/style.css" /> + <link rel="stylesheet" type="text/css" href="./js/geoext-1.1/css/geoext-all-debug.css" /> + <link rel="stylesheet" type="text/css" href="./css/styles.css" /> + + <script type="text/javascript" src="./js/org/cometd.js"></script> + <script type="text/javascript" src="./js/org/cometd/AckExtension.js"></script> + <script type="text/javascript" src="./js/org/cometd/ReloadExtension.js"></script> + <script type="text/javascript" src="./js/jquery/jquery-1.8.2.js"></script> + <script type="text/javascript" src="./js/jquery/jquery.cookie.js"></script> + <script type="text/javascript" src="./js/jquery/jquery.cometd.js"></script> + <script type="text/javascript" src="./js/jquery/jquery.cometd-reload.js"></script> + <script type="text/javascript" src="./js/jquery/jquery.json-2.2.js"></script> + <script type="text/javascript" src="./js/jquery/jquery-ui-1.8.6.custom.min.js"></script> - <!--###### Google ######--> - <script src="http://maps.google.com/maps/api/js?v=3.6&sensor=false"></script> - <!--###### Ext ######--> - <script type="text/javascript" src="./lib/ext-3.4.0/ext-jquery-adapter.js"></script> - <script type="text/javascript" src="./lib/ext-3.4.0/ext-all.js"></script> - <link rel="stylesheet" type="text/css" href="./lib/ext-3.4.0/css/ext-all.css" /> + <script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.6&sensor=false"></script> + <script type="text/javascript" src="./js/ext-3.4.0/ext-jquery-adapter.js"></script> + <script type="text/javascript" src="./js/ext-3.4.0/ext-all.js"></script> - <!--###### Firebug console ######--> - <!-- script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script--> - <script src="./lib/firebug/firebug.js" type="text/javascript"></script> - <!--###### Openlayers ######--> - <script src="./lib/openlayers/OpenLayers.js" type="text/javascript"></script> - <link rel="stylesheet" href="./lib/openlayers/theme/default/style.css" type="text/css" /> - <script src="./lib/openlayers/LoadingPanel.js" type="text/javascript"></script> - <!--###### GeoExt ######--> - <script type="text/javascript" src="./lib/geoext-1.1/GeoExt.js"></script> - <link rel="stylesheet" type="text/css" href="./lib/geoext-1.1/css/geoext-all-debug.css"></link> + <script type="text/javascript" src="./js/openlayers/OpenLayers.js"></script> + <script type="text/javascript" src="./js/openlayers/LoadingPanel.js"></script> - <!--###### Isochrones ######--> - <script src="main.js" type="text/javascript"></script> - <script src="./lib/isochrones/iso_main.js" type="text/javascript"></script> - <link rel="stylesheet" type="text/css" href="./css/styles.css"></link> + <script type="text/javascript" src="./js/geoext-1.1/GeoExt.js"></script> + + <script type="text/javascript" src="./js/main.js"></script> + <script type="text/javascript" src="./js/util.js"></script> + <script type="text/javascript" src="./js/iso_main.js"></script> <script type="text/javascript"> var config = { - contextPath : "${pageContext.request.contextPath}" + contextPath: "${pageContext.request.contextPath}" }; </script> - <title>ISOGA: Using Isochrones for Geospatial Analysis</title> </head> <body> <div id="pbar"></div> diff --git a/src/main/webapp/lib/ext-3.4.0/css/README.txt b/src/main/webapp/js/ext-3.4.0/css/README.txt similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/README.txt rename to src/main/webapp/js/ext-3.4.0/css/README.txt diff --git a/src/main/webapp/lib/ext-3.4.0/css/debug.css b/src/main/webapp/js/ext-3.4.0/css/debug.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/debug.css rename to src/main/webapp/js/ext-3.4.0/css/debug.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/ext-all-notheme.css b/src/main/webapp/js/ext-3.4.0/css/ext-all-notheme.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/ext-all-notheme.css rename to src/main/webapp/js/ext-3.4.0/css/ext-all-notheme.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/ext-all.css b/src/main/webapp/js/ext-3.4.0/css/ext-all.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/ext-all.css rename to src/main/webapp/js/ext-3.4.0/css/ext-all.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/layerlegend.css b/src/main/webapp/js/ext-3.4.0/css/layerlegend.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/layerlegend.css rename to src/main/webapp/js/ext-3.4.0/css/layerlegend.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/popup.css b/src/main/webapp/js/ext-3.4.0/css/popup.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/popup.css rename to src/main/webapp/js/ext-3.4.0/css/popup.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/reset-min.css b/src/main/webapp/js/ext-3.4.0/css/reset-min.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/reset-min.css rename to src/main/webapp/js/ext-3.4.0/css/reset-min.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/borders.css b/src/main/webapp/js/ext-3.4.0/css/structure/borders.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/borders.css rename to src/main/webapp/js/ext-3.4.0/css/structure/borders.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/box.css b/src/main/webapp/js/ext-3.4.0/css/structure/box.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/box.css rename to src/main/webapp/js/ext-3.4.0/css/structure/box.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/button.css b/src/main/webapp/js/ext-3.4.0/css/structure/button.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/button.css rename to src/main/webapp/js/ext-3.4.0/css/structure/button.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/combo.css b/src/main/webapp/js/ext-3.4.0/css/structure/combo.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/combo.css rename to src/main/webapp/js/ext-3.4.0/css/structure/combo.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/core.css b/src/main/webapp/js/ext-3.4.0/css/structure/core.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/core.css rename to src/main/webapp/js/ext-3.4.0/css/structure/core.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/date-picker.css b/src/main/webapp/js/ext-3.4.0/css/structure/date-picker.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/date-picker.css rename to src/main/webapp/js/ext-3.4.0/css/structure/date-picker.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/dd.css b/src/main/webapp/js/ext-3.4.0/css/structure/dd.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/dd.css rename to src/main/webapp/js/ext-3.4.0/css/structure/dd.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/debug.css b/src/main/webapp/js/ext-3.4.0/css/structure/debug.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/debug.css rename to src/main/webapp/js/ext-3.4.0/css/structure/debug.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/dialog.css b/src/main/webapp/js/ext-3.4.0/css/structure/dialog.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/dialog.css rename to src/main/webapp/js/ext-3.4.0/css/structure/dialog.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/editor.css b/src/main/webapp/js/ext-3.4.0/css/structure/editor.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/editor.css rename to src/main/webapp/js/ext-3.4.0/css/structure/editor.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/form.css b/src/main/webapp/js/ext-3.4.0/css/structure/form.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/form.css rename to src/main/webapp/js/ext-3.4.0/css/structure/form.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/grid.css b/src/main/webapp/js/ext-3.4.0/css/structure/grid.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/grid.css rename to src/main/webapp/js/ext-3.4.0/css/structure/grid.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/layout.css b/src/main/webapp/js/ext-3.4.0/css/structure/layout.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/layout.css rename to src/main/webapp/js/ext-3.4.0/css/structure/layout.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/list-view.css b/src/main/webapp/js/ext-3.4.0/css/structure/list-view.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/list-view.css rename to src/main/webapp/js/ext-3.4.0/css/structure/list-view.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/menu.css b/src/main/webapp/js/ext-3.4.0/css/structure/menu.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/menu.css rename to src/main/webapp/js/ext-3.4.0/css/structure/menu.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/panel-reset.css b/src/main/webapp/js/ext-3.4.0/css/structure/panel-reset.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/panel-reset.css rename to src/main/webapp/js/ext-3.4.0/css/structure/panel-reset.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/panel.css b/src/main/webapp/js/ext-3.4.0/css/structure/panel.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/panel.css rename to src/main/webapp/js/ext-3.4.0/css/structure/panel.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/pivotgrid.css b/src/main/webapp/js/ext-3.4.0/css/structure/pivotgrid.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/pivotgrid.css rename to src/main/webapp/js/ext-3.4.0/css/structure/pivotgrid.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/progress.css b/src/main/webapp/js/ext-3.4.0/css/structure/progress.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/progress.css rename to src/main/webapp/js/ext-3.4.0/css/structure/progress.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/qtips.css b/src/main/webapp/js/ext-3.4.0/css/structure/qtips.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/qtips.css rename to src/main/webapp/js/ext-3.4.0/css/structure/qtips.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/reset.css b/src/main/webapp/js/ext-3.4.0/css/structure/reset.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/reset.css rename to src/main/webapp/js/ext-3.4.0/css/structure/reset.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/resizable.css b/src/main/webapp/js/ext-3.4.0/css/structure/resizable.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/resizable.css rename to src/main/webapp/js/ext-3.4.0/css/structure/resizable.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/slider.css b/src/main/webapp/js/ext-3.4.0/css/structure/slider.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/slider.css rename to src/main/webapp/js/ext-3.4.0/css/structure/slider.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/tabs.css b/src/main/webapp/js/ext-3.4.0/css/structure/tabs.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/tabs.css rename to src/main/webapp/js/ext-3.4.0/css/structure/tabs.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/toolbar.css b/src/main/webapp/js/ext-3.4.0/css/structure/toolbar.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/toolbar.css rename to src/main/webapp/js/ext-3.4.0/css/structure/toolbar.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/tree.css b/src/main/webapp/js/ext-3.4.0/css/structure/tree.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/tree.css rename to src/main/webapp/js/ext-3.4.0/css/structure/tree.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/structure/window.css b/src/main/webapp/js/ext-3.4.0/css/structure/window.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/structure/window.css rename to src/main/webapp/js/ext-3.4.0/css/structure/window.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/symbolizercolumn.css b/src/main/webapp/js/ext-3.4.0/css/symbolizercolumn.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/symbolizercolumn.css rename to src/main/webapp/js/ext-3.4.0/css/symbolizercolumn.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/borders.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/borders.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/borders.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/borders.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/box.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/box.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/box.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/box.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/button.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/button.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/button.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/button.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/combo.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/combo.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/combo.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/combo.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/core.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/core.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/core.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/core.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/date-picker.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/date-picker.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/date-picker.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/date-picker.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/dd.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/dd.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/dd.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/dd.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/debug.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/debug.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/debug.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/debug.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/dialog.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/dialog.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/dialog.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/dialog.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/editor.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/editor.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/editor.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/editor.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/form.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/form.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/form.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/form.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/grid.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/grid.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/grid.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/grid.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/layout.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/layout.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/layout.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/layout.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/list-view.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/list-view.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/list-view.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/list-view.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/menu.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/menu.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/menu.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/menu.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/panel.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/panel.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/panel.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/panel.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/progress.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/progress.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/progress.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/progress.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/qtips.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/qtips.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/qtips.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/qtips.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/resizable.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/resizable.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/resizable.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/resizable.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/slider.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/slider.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/slider.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/slider.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/tabs.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/tabs.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/tabs.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/tabs.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/toolbar.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/toolbar.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/toolbar.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/toolbar.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/tree.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/tree.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/tree.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/tree.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-access/window.css b/src/main/webapp/js/ext-3.4.0/css/theme-access/window.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-access/window.css rename to src/main/webapp/js/ext-3.4.0/css/theme-access/window.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/borders.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/borders.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/borders.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/borders.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/box.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/box.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/box.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/box.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/button.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/button.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/button.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/button.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/combo.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/combo.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/combo.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/combo.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/core.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/core.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/core.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/core.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/date-picker.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/date-picker.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/date-picker.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/date-picker.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/dd.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/dd.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/dd.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/dd.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/debug.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/debug.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/debug.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/debug.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/dialog.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/dialog.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/dialog.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/dialog.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/editor.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/editor.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/editor.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/editor.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/form.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/form.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/form.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/form.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/grid.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/grid.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/grid.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/grid.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/layout.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/layout.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/layout.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/layout.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/list-view.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/list-view.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/list-view.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/list-view.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/menu.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/menu.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/menu.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/menu.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/panel.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/panel.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/panel.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/panel.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/pivotgrid.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/pivotgrid.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/pivotgrid.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/pivotgrid.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/progress.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/progress.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/progress.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/progress.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/qtips.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/qtips.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/qtips.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/qtips.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/resizable.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/resizable.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/resizable.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/resizable.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/slider.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/slider.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/slider.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/slider.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/tabs.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/tabs.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/tabs.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/tabs.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/toolbar.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/toolbar.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/toolbar.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/toolbar.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/tree.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/tree.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/tree.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/tree.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/theme-gray/window.css b/src/main/webapp/js/ext-3.4.0/css/theme-gray/window.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/theme-gray/window.css rename to src/main/webapp/js/ext-3.4.0/css/theme-gray/window.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/borders.css b/src/main/webapp/js/ext-3.4.0/css/visual/borders.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/borders.css rename to src/main/webapp/js/ext-3.4.0/css/visual/borders.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/box.css b/src/main/webapp/js/ext-3.4.0/css/visual/box.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/box.css rename to src/main/webapp/js/ext-3.4.0/css/visual/box.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/button.css b/src/main/webapp/js/ext-3.4.0/css/visual/button.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/button.css rename to src/main/webapp/js/ext-3.4.0/css/visual/button.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/combo.css b/src/main/webapp/js/ext-3.4.0/css/visual/combo.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/combo.css rename to src/main/webapp/js/ext-3.4.0/css/visual/combo.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/core.css b/src/main/webapp/js/ext-3.4.0/css/visual/core.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/core.css rename to src/main/webapp/js/ext-3.4.0/css/visual/core.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/date-picker.css b/src/main/webapp/js/ext-3.4.0/css/visual/date-picker.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/date-picker.css rename to src/main/webapp/js/ext-3.4.0/css/visual/date-picker.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/dd.css b/src/main/webapp/js/ext-3.4.0/css/visual/dd.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/dd.css rename to src/main/webapp/js/ext-3.4.0/css/visual/dd.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/debug.css b/src/main/webapp/js/ext-3.4.0/css/visual/debug.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/debug.css rename to src/main/webapp/js/ext-3.4.0/css/visual/debug.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/dialog.css b/src/main/webapp/js/ext-3.4.0/css/visual/dialog.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/dialog.css rename to src/main/webapp/js/ext-3.4.0/css/visual/dialog.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/editor.css b/src/main/webapp/js/ext-3.4.0/css/visual/editor.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/editor.css rename to src/main/webapp/js/ext-3.4.0/css/visual/editor.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/form.css b/src/main/webapp/js/ext-3.4.0/css/visual/form.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/form.css rename to src/main/webapp/js/ext-3.4.0/css/visual/form.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/grid.css b/src/main/webapp/js/ext-3.4.0/css/visual/grid.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/grid.css rename to src/main/webapp/js/ext-3.4.0/css/visual/grid.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/layout.css b/src/main/webapp/js/ext-3.4.0/css/visual/layout.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/layout.css rename to src/main/webapp/js/ext-3.4.0/css/visual/layout.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/list-view.css b/src/main/webapp/js/ext-3.4.0/css/visual/list-view.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/list-view.css rename to src/main/webapp/js/ext-3.4.0/css/visual/list-view.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/menu.css b/src/main/webapp/js/ext-3.4.0/css/visual/menu.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/menu.css rename to src/main/webapp/js/ext-3.4.0/css/visual/menu.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/panel.css b/src/main/webapp/js/ext-3.4.0/css/visual/panel.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/panel.css rename to src/main/webapp/js/ext-3.4.0/css/visual/panel.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/pivotgrid.css b/src/main/webapp/js/ext-3.4.0/css/visual/pivotgrid.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/pivotgrid.css rename to src/main/webapp/js/ext-3.4.0/css/visual/pivotgrid.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/progress.css b/src/main/webapp/js/ext-3.4.0/css/visual/progress.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/progress.css rename to src/main/webapp/js/ext-3.4.0/css/visual/progress.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/qtips.css b/src/main/webapp/js/ext-3.4.0/css/visual/qtips.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/qtips.css rename to src/main/webapp/js/ext-3.4.0/css/visual/qtips.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/resizable.css b/src/main/webapp/js/ext-3.4.0/css/visual/resizable.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/resizable.css rename to src/main/webapp/js/ext-3.4.0/css/visual/resizable.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/slider.css b/src/main/webapp/js/ext-3.4.0/css/visual/slider.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/slider.css rename to src/main/webapp/js/ext-3.4.0/css/visual/slider.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/tabs.css b/src/main/webapp/js/ext-3.4.0/css/visual/tabs.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/tabs.css rename to src/main/webapp/js/ext-3.4.0/css/visual/tabs.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/toolbar.css b/src/main/webapp/js/ext-3.4.0/css/visual/toolbar.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/toolbar.css rename to src/main/webapp/js/ext-3.4.0/css/visual/toolbar.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/tree.css b/src/main/webapp/js/ext-3.4.0/css/visual/tree.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/tree.css rename to src/main/webapp/js/ext-3.4.0/css/visual/tree.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/visual/window.css b/src/main/webapp/js/ext-3.4.0/css/visual/window.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/visual/window.css rename to src/main/webapp/js/ext-3.4.0/css/visual/window.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/xtheme-access.css b/src/main/webapp/js/ext-3.4.0/css/xtheme-access.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/xtheme-access.css rename to src/main/webapp/js/ext-3.4.0/css/xtheme-access.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/xtheme-blue.css b/src/main/webapp/js/ext-3.4.0/css/xtheme-blue.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/xtheme-blue.css rename to src/main/webapp/js/ext-3.4.0/css/xtheme-blue.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/xtheme-gray.css b/src/main/webapp/js/ext-3.4.0/css/xtheme-gray.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/xtheme-gray.css rename to src/main/webapp/js/ext-3.4.0/css/xtheme-gray.css diff --git a/src/main/webapp/lib/ext-3.4.0/css/yourtheme.css b/src/main/webapp/js/ext-3.4.0/css/yourtheme.css similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/css/yourtheme.css rename to src/main/webapp/js/ext-3.4.0/css/yourtheme.css diff --git a/src/main/webapp/lib/ext-3.4.0/ext-all-debug.js b/src/main/webapp/js/ext-3.4.0/ext-all-debug.js similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/ext-all-debug.js rename to src/main/webapp/js/ext-3.4.0/ext-all-debug.js diff --git a/src/main/webapp/lib/ext-3.4.0/ext-all.js b/src/main/webapp/js/ext-3.4.0/ext-all.js similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/ext-all.js rename to src/main/webapp/js/ext-3.4.0/ext-all.js diff --git a/src/main/webapp/lib/ext-3.4.0/ext-base.js b/src/main/webapp/js/ext-3.4.0/ext-base.js similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/ext-base.js rename to src/main/webapp/js/ext-3.4.0/ext-base.js diff --git a/src/main/webapp/lib/ext-3.4.0/ext-jquery-adapter.js b/src/main/webapp/js/ext-3.4.0/ext-jquery-adapter.js similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/ext-jquery-adapter.js rename to src/main/webapp/js/ext-3.4.0/ext-jquery-adapter.js diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/corners-blue.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/corners-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/corners-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/corners-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/corners.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/corners.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/corners.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/corners.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/l-blue.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/l-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/l-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/l-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/l.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/l.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/l.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/l.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/r-blue.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/r-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/r-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/r-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/r.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/r.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/r.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/r.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/tb-blue.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/tb-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/tb-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/tb-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/box/tb.gif b/src/main/webapp/js/ext-3.4.0/images/access/box/tb.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/box/tb.gif rename to src/main/webapp/js/ext-3.4.0/images/access/box/tb.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/arrow.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/btn.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/btn.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/group-cs.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/group-cs.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/group-cs.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/group-cs.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/group-lr.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/group-lr.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/group-lr.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/group-lr.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/group-tb.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/group-tb.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/group-tb.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/group-tb.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-b-noline.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-b-noline.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-b-noline.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-b-noline.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-b.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-b.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-b.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-b.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-bo.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-bo.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-bo.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-bo.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-noline.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-noline.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-noline.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-noline.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-o.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-o.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow-o.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow-o.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/button/s-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/access/button/s-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/editor/tb-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/editor/tb-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/editor/tb-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/editor/tb-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/checkbox.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/checkbox.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/checkbox.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/checkbox.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/clear-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/clear-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/clear-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/clear-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/clear-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/access/form/clear-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/clear-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/access/form/clear-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/date-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/date-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/date-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/date-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/date-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/access/form/date-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/date-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/access/form/date-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/error-tip-corners.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/error-tip-corners.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/error-tip-corners.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/error-tip-corners.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/exclamation.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/exclamation.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/exclamation.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/exclamation.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/radio.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/radio.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/radio.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/radio.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/search-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/search-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/search-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/search-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/search-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/access/form/search-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/search-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/access/form/search-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/text-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/text-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/text-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/text-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/trigger-tpl.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/trigger-tpl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/trigger-tpl.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/trigger-tpl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/trigger.gif b/src/main/webapp/js/ext-3.4.0/images/access/form/trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/access/form/trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/form/trigger.psd b/src/main/webapp/js/ext-3.4.0/images/access/form/trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/form/trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/access/form/trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/arrow-left-white.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/arrow-left-white.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/arrow-left-white.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/arrow-left-white.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/arrow-right-white.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/arrow-right-white.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/arrow-right-white.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/arrow-right-white.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/col-move-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/col-move-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/col-move-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/col-move-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/col-move-top.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/col-move-top.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/col-move-top.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/col-move-top.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/columns.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/columns.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/columns.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/columns.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/dirty.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/dirty.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/dirty.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/dirty.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/done.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/done.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/done.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/done.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/footer-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/footer-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/footer-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/footer-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-blue-hd.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid-blue-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-blue-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid-blue-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-blue-split.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid-blue-split.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-blue-split.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid-blue-split.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-hrow.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid-hrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-hrow.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid-hrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-loading.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid-loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-loading.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid-loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-split.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid-split.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-split.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid-split.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-vista-hd.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid-vista-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid-vista-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid-vista-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-hd-btn.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-hd-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-hd-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-hd-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-hrow-over.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-hrow-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-hrow-over.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-hrow-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-hrow.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-hrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-hrow.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-hrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-special-col-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-special-col-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-special-col-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-special-col-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-special-col-sel-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/grid3-special-col-sel-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/grid3-special-col-sel-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/group-by.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/group-by.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/group-by.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/group-by.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/group-collapse.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/group-collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/group-collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/group-collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/group-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/group-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/group-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/group-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/group-expand.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/group-expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/group-expand.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/group-expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/hd-pop.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/hd-pop.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/hd-pop.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/hd-pop.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-asc.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-asc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-asc.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-asc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-desc.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-desc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-desc.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-desc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-lock.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-lock.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-lock.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-lock.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-lock.png b/src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-lock.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-lock.png rename to src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-lock.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-unlock.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-unlock.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-unlock.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-unlock.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-unlock.png b/src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-unlock.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/hmenu-unlock.png rename to src/main/webapp/js/ext-3.4.0/images/access/grid/hmenu-unlock.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/invalid_line.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/invalid_line.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/invalid_line.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/invalid_line.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/loading.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/loading.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/mso-hd.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/mso-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/mso-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/mso-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/nowait.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/nowait.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/nowait.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/nowait.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-first-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-first-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-first-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-first-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-first.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-first.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-first.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-first.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-last-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-last-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-last-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-last-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-last.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-last.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-last.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-last.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-next-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-next-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-next-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-next-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-next.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-next.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-next.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-next.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-prev-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-prev-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-prev-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-prev-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/page-prev.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/page-prev.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/page-prev.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/page-prev.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/pick-button.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/pick-button.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/pick-button.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/pick-button.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/refresh.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/refresh.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/refresh.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/refresh.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/row-check-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/row-check-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/row-check-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/row-check-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/row-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/row-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/row-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/row-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/row-over.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/row-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/row-over.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/row-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/row-sel.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/row-sel.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/row-sel.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/row-sel.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/sort-hd.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/sort-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/sort-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/sort-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/sort_asc.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/sort_asc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/sort_asc.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/sort_asc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/sort_desc.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/sort_desc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/sort_desc.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/sort_desc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/grid/wait.gif b/src/main/webapp/js/ext-3.4.0/images/access/grid/wait.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/grid/wait.gif rename to src/main/webapp/js/ext-3.4.0/images/access/grid/wait.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/menu/checked.gif b/src/main/webapp/js/ext-3.4.0/images/access/menu/checked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/menu/checked.gif rename to src/main/webapp/js/ext-3.4.0/images/access/menu/checked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/menu/group-checked.gif b/src/main/webapp/js/ext-3.4.0/images/access/menu/group-checked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/menu/group-checked.gif rename to src/main/webapp/js/ext-3.4.0/images/access/menu/group-checked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/menu/item-over.gif b/src/main/webapp/js/ext-3.4.0/images/access/menu/item-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/menu/item-over.gif rename to src/main/webapp/js/ext-3.4.0/images/access/menu/item-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/menu/menu-parent.gif b/src/main/webapp/js/ext-3.4.0/images/access/menu/menu-parent.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/menu/menu-parent.gif rename to src/main/webapp/js/ext-3.4.0/images/access/menu/menu-parent.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/menu/menu.gif b/src/main/webapp/js/ext-3.4.0/images/access/menu/menu.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/menu/menu.gif rename to src/main/webapp/js/ext-3.4.0/images/access/menu/menu.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/menu/unchecked.gif b/src/main/webapp/js/ext-3.4.0/images/access/menu/unchecked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/menu/unchecked.gif rename to src/main/webapp/js/ext-3.4.0/images/access/menu/unchecked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/left-right.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/light-hd.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/light-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/light-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/light-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/tool-sprite-tpl.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/tool-sprite-tpl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/tool-sprite-tpl.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/tool-sprite-tpl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/tool-sprites.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/tool-sprites.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/tool-sprites.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/tool-sprites.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/tools-sprites-trans.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/tools-sprites-trans.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/tools-sprites-trans.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/tools-sprites-trans.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/white-corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/white-corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/white-corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/white-corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/white-left-right.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/white-left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/white-left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/white-left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/panel/white-top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/access/panel/white-top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/panel/white-top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/access/panel/white-top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/progress/progress-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/progress/progress-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/progress/progress-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/progress/progress-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/qtip/close.gif b/src/main/webapp/js/ext-3.4.0/images/access/qtip/close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/qtip/close.gif rename to src/main/webapp/js/ext-3.4.0/images/access/qtip/close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/qtip/tip-anchor-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/qtip/tip-anchor-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/qtip/tip-anchor-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/qtip/tip-anchor-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/qtip/tip-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/qtip/tip-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/qtip/tip-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/qtip/tip-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/shared/glass-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/shared/glass-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/shared/glass-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/shared/glass-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/shared/hd-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/shared/hd-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/shared/hd-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/shared/hd-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/shared/left-btn.gif b/src/main/webapp/js/ext-3.4.0/images/access/shared/left-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/shared/left-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/access/shared/left-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/shared/right-btn.gif b/src/main/webapp/js/ext-3.4.0/images/access/shared/right-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/shared/right-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/access/shared/right-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/e-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/e-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/e-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/e-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/e-handle.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/e-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/e-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/e-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/ne-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/ne-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/ne-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/ne-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/ne-handle.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/ne-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/ne-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/ne-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/nw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/nw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/nw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/nw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/nw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/nw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/nw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/nw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/s-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/s-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/s-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/s-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/s-handle.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/s-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/s-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/s-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/se-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/se-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/se-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/se-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/se-handle.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/se-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/se-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/se-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/square.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/square.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/square.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/square.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/sw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/sw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/sw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/sw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/sizer/sw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/access/sizer/sw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/sizer/sw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/access/sizer/sw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-bg.png b/src/main/webapp/js/ext-3.4.0/images/access/slider/slider-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-bg.png rename to src/main/webapp/js/ext-3.4.0/images/access/slider/slider-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-thumb.png b/src/main/webapp/js/ext-3.4.0/images/access/slider/slider-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/access/slider/slider-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-v-bg.png b/src/main/webapp/js/ext-3.4.0/images/access/slider/slider-v-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-v-bg.png rename to src/main/webapp/js/ext-3.4.0/images/access/slider/slider-v-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-v-thumb.png b/src/main/webapp/js/ext-3.4.0/images/access/slider/slider-v-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/slider/slider-v-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/access/slider/slider-v-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/scroll-left.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/scroll-left.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/scroll-left.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/scroll-left.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/scroll-right.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/scroll-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/scroll-right.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/scroll-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-inactive-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-inactive-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-inactive-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-inactive-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-inactive-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-inactive-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-btm-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-btm-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-close.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-close.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-strip-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-strip-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-strip-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-strip-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-strip-btm-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-strip-btm-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tab-strip-btm-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tab-strip-btm-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tabs/tabs-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/tabs/tabs-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tabs/tabs-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tabs/tabs-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/btn-arrow-light.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/btn-arrow-light.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/btn-arrow-light.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/btn-arrow-light.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/btn-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/btn-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/btn-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/btn-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/btn-over-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/btn-over-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/btn-over-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/btn-over-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/gray-bg.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/gray-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/gray-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/gray-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/more.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/more.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/more.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/more.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/s-arrow-bo.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/s-arrow-bo.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/s-arrow-bo.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/s-arrow-bo.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/tb-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/tb-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/tb-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/tb-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/tb-xl-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/tb-xl-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/tb-xl-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/tb-xl-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/toolbar/tb-xl-sep.gif b/src/main/webapp/js/ext-3.4.0/images/access/toolbar/tb-xl-sep.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/toolbar/tb-xl-sep.gif rename to src/main/webapp/js/ext-3.4.0/images/access/toolbar/tb-xl-sep.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/arrows.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/arrows.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/arrows.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/arrows.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-add.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/drop-add.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-add.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/drop-add.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-between.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/drop-between.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-between.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/drop-between.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-over.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/drop-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-over.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/drop-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-under.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/drop-under.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-under.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/drop-under.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-minus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-minus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-minus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-minus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-minus.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-minus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-minus.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-minus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-plus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-plus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-plus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-plus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-plus.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-plus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end-plus.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end-plus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-end.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-end.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-line.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-line.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-line.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-line.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-minus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-minus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-minus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-minus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-minus.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-minus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-minus.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-minus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-plus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-plus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-plus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-plus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-plus.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-plus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow-plus.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow-plus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/elbow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/elbow.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/elbow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/folder-open.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/folder-open.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/folder-open.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/folder-open.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/folder.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/folder.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/folder.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/folder.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/leaf.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/leaf.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/leaf.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/leaf.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/loading.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/loading.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/tree/s.gif b/src/main/webapp/js/ext-3.4.0/images/access/tree/s.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/tree/s.gif rename to src/main/webapp/js/ext-3.4.0/images/access/tree/s.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/icon-error.gif b/src/main/webapp/js/ext-3.4.0/images/access/window/icon-error.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/icon-error.gif rename to src/main/webapp/js/ext-3.4.0/images/access/window/icon-error.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/icon-info.gif b/src/main/webapp/js/ext-3.4.0/images/access/window/icon-info.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/icon-info.gif rename to src/main/webapp/js/ext-3.4.0/images/access/window/icon-info.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/icon-question.gif b/src/main/webapp/js/ext-3.4.0/images/access/window/icon-question.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/icon-question.gif rename to src/main/webapp/js/ext-3.4.0/images/access/window/icon-question.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/icon-warning.gif b/src/main/webapp/js/ext-3.4.0/images/access/window/icon-warning.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/icon-warning.gif rename to src/main/webapp/js/ext-3.4.0/images/access/window/icon-warning.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/left-corners.png b/src/main/webapp/js/ext-3.4.0/images/access/window/left-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/left-corners.png rename to src/main/webapp/js/ext-3.4.0/images/access/window/left-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/left-right.png b/src/main/webapp/js/ext-3.4.0/images/access/window/left-right.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/left-right.png rename to src/main/webapp/js/ext-3.4.0/images/access/window/left-right.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/right-corners.png b/src/main/webapp/js/ext-3.4.0/images/access/window/right-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/right-corners.png rename to src/main/webapp/js/ext-3.4.0/images/access/window/right-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/access/window/top-bottom.png b/src/main/webapp/js/ext-3.4.0/images/access/window/top-bottom.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/access/window/top-bottom.png rename to src/main/webapp/js/ext-3.4.0/images/access/window/top-bottom.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/corners-blue.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/corners-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/corners-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/corners-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/corners.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/corners.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/corners.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/corners.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/l-blue.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/l-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/l-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/l-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/l.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/l.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/l.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/l.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/r-blue.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/r-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/r-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/r-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/r.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/r.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/r.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/r.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/tb-blue.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/tb-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/tb-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/tb-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/box/tb.gif b/src/main/webapp/js/ext-3.4.0/images/default/box/tb.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/box/tb.gif rename to src/main/webapp/js/ext-3.4.0/images/default/box/tb.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/arrow.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/btn.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/btn.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/group-cs.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/group-cs.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/group-cs.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/group-cs.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/group-lr.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/group-lr.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/group-lr.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/group-lr.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/group-tb.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/group-tb.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/group-tb.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/group-tb.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-b-noline.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-b-noline.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-b-noline.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-b-noline.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-b.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-b.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-b.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-b.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-bo.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-bo.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-bo.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-bo.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-noline.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-noline.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-noline.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-noline.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-o.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-o.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow-o.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow-o.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/button/s-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/default/button/s-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/dd/drop-add.gif b/src/main/webapp/js/ext-3.4.0/images/default/dd/drop-add.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/dd/drop-add.gif rename to src/main/webapp/js/ext-3.4.0/images/default/dd/drop-add.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/dd/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/default/dd/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/dd/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/default/dd/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/dd/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/default/dd/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/dd/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/default/dd/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/editor/tb-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/editor/tb-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/editor/tb-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/editor/tb-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/checkbox.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/checkbox.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/checkbox.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/checkbox.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/clear-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/clear-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/clear-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/clear-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/clear-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/default/form/clear-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/clear-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/default/form/clear-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/date-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/date-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/date-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/date-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/date-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/default/form/date-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/date-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/default/form/date-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/error-tip-corners.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/error-tip-corners.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/error-tip-corners.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/error-tip-corners.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/exclamation.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/exclamation.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/exclamation.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/exclamation.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/radio.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/radio.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/radio.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/radio.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/search-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/search-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/search-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/search-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/search-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/default/form/search-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/search-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/default/form/search-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/text-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/text-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/text-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/text-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/trigger-square.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/trigger-square.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/trigger-square.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/trigger-square.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/trigger-square.psd b/src/main/webapp/js/ext-3.4.0/images/default/form/trigger-square.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/trigger-square.psd rename to src/main/webapp/js/ext-3.4.0/images/default/form/trigger-square.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/trigger-tpl.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/trigger-tpl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/trigger-tpl.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/trigger-tpl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/trigger.gif b/src/main/webapp/js/ext-3.4.0/images/default/form/trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/default/form/trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/form/trigger.psd b/src/main/webapp/js/ext-3.4.0/images/default/form/trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/form/trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/default/form/trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/gradient-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/gradient-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/gradient-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/gradient-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/arrow-left-white.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/arrow-left-white.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/arrow-left-white.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/arrow-left-white.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/arrow-right-white.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/arrow-right-white.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/arrow-right-white.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/arrow-right-white.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/col-move-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/col-move-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/col-move-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/col-move-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/col-move-top.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/col-move-top.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/col-move-top.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/col-move-top.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/columns.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/columns.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/columns.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/columns.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/dirty.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/dirty.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/dirty.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/dirty.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/done.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/done.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/done.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/done.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/footer-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/footer-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/footer-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/footer-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-blue-hd.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid-blue-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-blue-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid-blue-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-blue-split.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid-blue-split.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-blue-split.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid-blue-split.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-hrow.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid-hrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-hrow.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid-hrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-loading.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid-loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-loading.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid-loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-split.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid-split.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-split.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid-split.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-vista-hd.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid-vista-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid-vista-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid-vista-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-hd-btn.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-hd-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-hd-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-hd-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-hrow-over.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-hrow-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-hrow-over.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-hrow-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-hrow.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-hrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-hrow.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-hrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-rowheader.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-rowheader.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-rowheader.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-rowheader.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-special-col-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-special-col-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-special-col-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-special-col-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-special-col-sel-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/grid3-special-col-sel-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/grid3-special-col-sel-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/group-by.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/group-by.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/group-by.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/group-by.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/group-collapse.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/group-collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/group-collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/group-collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/group-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/group-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/group-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/group-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/group-expand.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/group-expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/group-expand.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/group-expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/hd-pop.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/hd-pop.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/hd-pop.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/hd-pop.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-asc.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-asc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-asc.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-asc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-desc.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-desc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-desc.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-desc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-lock.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-lock.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-lock.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-lock.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-lock.png b/src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-lock.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-lock.png rename to src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-lock.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-unlock.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-unlock.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-unlock.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-unlock.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-unlock.png b/src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-unlock.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/hmenu-unlock.png rename to src/main/webapp/js/ext-3.4.0/images/default/grid/hmenu-unlock.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/invalid_line.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/invalid_line.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/invalid_line.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/invalid_line.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/loading.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/loading.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/mso-hd.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/mso-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/mso-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/mso-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/nowait.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/nowait.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/nowait.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/nowait.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-first-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-first-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-first-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-first-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-first.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-first.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-first.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-first.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-last-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-last-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-last-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-last-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-last.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-last.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-last.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-last.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-next-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-next-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-next-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-next-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-next.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-next.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-next.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-next.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-prev-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-prev-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-prev-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-prev-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/page-prev.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/page-prev.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/page-prev.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/page-prev.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/pick-button.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/pick-button.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/pick-button.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/pick-button.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/refresh-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/refresh-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/refresh-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/refresh-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/refresh.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/refresh.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/refresh.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/refresh.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/row-check-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/row-check-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/row-check-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/row-check-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/row-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/row-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/row-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/row-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/row-over.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/row-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/row-over.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/row-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/row-sel.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/row-sel.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/row-sel.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/row-sel.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/sort-hd.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/sort-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/sort-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/sort-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/sort_asc.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/sort_asc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/sort_asc.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/sort_asc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/sort_desc.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/sort_desc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/sort_desc.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/sort_desc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/grid/wait.gif b/src/main/webapp/js/ext-3.4.0/images/default/grid/wait.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/grid/wait.gif rename to src/main/webapp/js/ext-3.4.0/images/default/grid/wait.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/collapse.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/expand.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/expand.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/gradient-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/gradient-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/gradient-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/gradient-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/mini-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/mini-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-left.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/mini-left.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-left.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/mini-left.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-right.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/mini-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-right.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/mini-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-top.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/mini-top.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/mini-top.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/mini-top.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/ns-collapse.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/ns-collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/ns-collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/ns-collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/ns-expand.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/ns-expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/ns-expand.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/ns-expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/panel-close.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/panel-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/panel-close.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/panel-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/panel-title-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/panel-title-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/panel-title-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/panel-title-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/panel-title-light-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/panel-title-light-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/panel-title-light-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/panel-title-light-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/stick.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/stick.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/stick.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/stick.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/stuck.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/stuck.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/stuck.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/stuck.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/tab-close-on.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/tab-close-on.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/tab-close-on.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/tab-close-on.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/layout/tab-close.gif b/src/main/webapp/js/ext-3.4.0/images/default/layout/tab-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/layout/tab-close.gif rename to src/main/webapp/js/ext-3.4.0/images/default/layout/tab-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/menu/checked.gif b/src/main/webapp/js/ext-3.4.0/images/default/menu/checked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/menu/checked.gif rename to src/main/webapp/js/ext-3.4.0/images/default/menu/checked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/menu/group-checked.gif b/src/main/webapp/js/ext-3.4.0/images/default/menu/group-checked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/menu/group-checked.gif rename to src/main/webapp/js/ext-3.4.0/images/default/menu/group-checked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/menu/item-over.gif b/src/main/webapp/js/ext-3.4.0/images/default/menu/item-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/menu/item-over.gif rename to src/main/webapp/js/ext-3.4.0/images/default/menu/item-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/menu/menu-parent.gif b/src/main/webapp/js/ext-3.4.0/images/default/menu/menu-parent.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/menu/menu-parent.gif rename to src/main/webapp/js/ext-3.4.0/images/default/menu/menu-parent.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/menu/menu.gif b/src/main/webapp/js/ext-3.4.0/images/default/menu/menu.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/menu/menu.gif rename to src/main/webapp/js/ext-3.4.0/images/default/menu/menu.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/menu/unchecked.gif b/src/main/webapp/js/ext-3.4.0/images/default/menu/unchecked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/menu/unchecked.gif rename to src/main/webapp/js/ext-3.4.0/images/default/menu/unchecked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/left-right.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/light-hd.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/light-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/light-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/light-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/tool-sprite-tpl.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/tool-sprite-tpl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/tool-sprite-tpl.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/tool-sprite-tpl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/tool-sprites.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/tool-sprites.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/tool-sprites.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/tool-sprites.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/tools-sprites-trans.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/tools-sprites-trans.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/tools-sprites-trans.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/tools-sprites-trans.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/top-bottom.png b/src/main/webapp/js/ext-3.4.0/images/default/panel/top-bottom.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/top-bottom.png rename to src/main/webapp/js/ext-3.4.0/images/default/panel/top-bottom.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/white-corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/white-corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/white-corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/white-corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/white-left-right.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/white-left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/white-left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/white-left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/panel/white-top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/default/panel/white-top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/panel/white-top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/default/panel/white-top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/progress/progress-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/progress/progress-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/progress/progress-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/progress/progress-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/qtip/bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/qtip/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/qtip/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/qtip/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/qtip/close.gif b/src/main/webapp/js/ext-3.4.0/images/default/qtip/close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/qtip/close.gif rename to src/main/webapp/js/ext-3.4.0/images/default/qtip/close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/qtip/tip-anchor-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/qtip/tip-anchor-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/qtip/tip-anchor-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/qtip/tip-anchor-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/qtip/tip-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/qtip/tip-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/qtip/tip-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/qtip/tip-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/s.gif b/src/main/webapp/js/ext-3.4.0/images/default/s.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/s.gif rename to src/main/webapp/js/ext-3.4.0/images/default/s.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shadow-c.png b/src/main/webapp/js/ext-3.4.0/images/default/shadow-c.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shadow-c.png rename to src/main/webapp/js/ext-3.4.0/images/default/shadow-c.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shadow-lr.png b/src/main/webapp/js/ext-3.4.0/images/default/shadow-lr.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shadow-lr.png rename to src/main/webapp/js/ext-3.4.0/images/default/shadow-lr.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shadow.png b/src/main/webapp/js/ext-3.4.0/images/default/shadow.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shadow.png rename to src/main/webapp/js/ext-3.4.0/images/default/shadow.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/blue-loading.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/blue-loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/blue-loading.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/blue-loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/calendar.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/calendar.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/calendar.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/calendar.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/glass-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/glass-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/glass-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/glass-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/hd-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/hd-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/hd-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/hd-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/large-loading.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/large-loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/large-loading.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/large-loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/left-btn.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/left-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/left-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/left-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/loading-balls.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/loading-balls.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/loading-balls.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/loading-balls.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/right-btn.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/right-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/right-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/right-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/shared/warning.gif b/src/main/webapp/js/ext-3.4.0/images/default/shared/warning.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/shared/warning.gif rename to src/main/webapp/js/ext-3.4.0/images/default/shared/warning.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/e-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/e-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/e-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/e-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/e-handle.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/e-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/e-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/e-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/ne-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/ne-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/ne-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/ne-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/ne-handle.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/ne-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/ne-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/ne-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/nw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/nw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/nw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/nw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/nw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/nw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/nw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/nw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/s-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/s-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/s-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/s-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/s-handle.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/s-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/s-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/s-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/se-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/se-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/se-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/se-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/se-handle.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/se-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/se-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/se-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/square.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/square.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/square.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/square.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/sw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/sw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/sw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/sw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/sizer/sw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/default/sizer/sw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/sizer/sw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/default/sizer/sw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-bg.png b/src/main/webapp/js/ext-3.4.0/images/default/slider/slider-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-bg.png rename to src/main/webapp/js/ext-3.4.0/images/default/slider/slider-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-thumb.png b/src/main/webapp/js/ext-3.4.0/images/default/slider/slider-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/default/slider/slider-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-v-bg.png b/src/main/webapp/js/ext-3.4.0/images/default/slider/slider-v-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-v-bg.png rename to src/main/webapp/js/ext-3.4.0/images/default/slider/slider-v-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-v-thumb.png b/src/main/webapp/js/ext-3.4.0/images/default/slider/slider-v-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/slider/slider-v-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/default/slider/slider-v-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/scroll-left.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/scroll-left.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/scroll-left.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/scroll-left.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/scroll-right.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/scroll-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/scroll-right.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/scroll-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/scroller-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/scroller-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/scroller-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/scroller-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-inactive-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-inactive-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-inactive-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-inactive-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-inactive-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-inactive-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-over-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-over-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-over-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-over-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-over-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-over-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-over-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-over-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-btm-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-btm-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-close.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-close.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-strip-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-strip-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-strip-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-strip-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-strip-bg.png b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-strip-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-strip-bg.png rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-strip-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-strip-btm-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-strip-btm-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tab-strip-btm-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tab-strip-btm-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tabs/tabs-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/tabs/tabs-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tabs/tabs-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tabs/tabs-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/btn-arrow-light.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/btn-arrow-light.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/btn-arrow-light.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/btn-arrow-light.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/btn-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/btn-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/btn-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/btn-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/btn-over-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/btn-over-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/btn-over-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/btn-over-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/gray-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/gray-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/gray-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/gray-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/more.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/more.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/more.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/more.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-bg.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-xl-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-xl-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-xl-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-xl-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-xl-sep.gif b/src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-xl-sep.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/toolbar/tb-xl-sep.gif rename to src/main/webapp/js/ext-3.4.0/images/default/toolbar/tb-xl-sep.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/arrows.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/arrows.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/arrows.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/arrows.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-add.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/drop-add.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-add.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/drop-add.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-between.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/drop-between.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-between.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/drop-between.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-over.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/drop-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-over.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/drop-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-under.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/drop-under.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-under.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/drop-under.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-minus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-minus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-minus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-minus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-minus.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-minus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-minus.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-minus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-plus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-plus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-plus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-plus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-plus.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-plus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end-plus.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end-plus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-end.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-end.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-line.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-line.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-line.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-line.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-minus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-minus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-minus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-minus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-minus.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-minus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-minus.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-minus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-plus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-plus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-plus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-plus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-plus.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-plus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow-plus.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow-plus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/elbow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/elbow.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/elbow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/folder-open.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/folder-open.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/folder-open.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/folder-open.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/folder.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/folder.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/folder.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/folder.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/leaf.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/leaf.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/leaf.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/leaf.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/loading.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/loading.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/tree/s.gif b/src/main/webapp/js/ext-3.4.0/images/default/tree/s.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/tree/s.gif rename to src/main/webapp/js/ext-3.4.0/images/default/tree/s.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/icon-error.gif b/src/main/webapp/js/ext-3.4.0/images/default/window/icon-error.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/icon-error.gif rename to src/main/webapp/js/ext-3.4.0/images/default/window/icon-error.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/icon-info.gif b/src/main/webapp/js/ext-3.4.0/images/default/window/icon-info.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/icon-info.gif rename to src/main/webapp/js/ext-3.4.0/images/default/window/icon-info.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/icon-question.gif b/src/main/webapp/js/ext-3.4.0/images/default/window/icon-question.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/icon-question.gif rename to src/main/webapp/js/ext-3.4.0/images/default/window/icon-question.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/icon-warning.gif b/src/main/webapp/js/ext-3.4.0/images/default/window/icon-warning.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/icon-warning.gif rename to src/main/webapp/js/ext-3.4.0/images/default/window/icon-warning.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/left-corners.png b/src/main/webapp/js/ext-3.4.0/images/default/window/left-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/left-corners.png rename to src/main/webapp/js/ext-3.4.0/images/default/window/left-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/left-corners.psd b/src/main/webapp/js/ext-3.4.0/images/default/window/left-corners.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/left-corners.psd rename to src/main/webapp/js/ext-3.4.0/images/default/window/left-corners.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/left-right.png b/src/main/webapp/js/ext-3.4.0/images/default/window/left-right.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/left-right.png rename to src/main/webapp/js/ext-3.4.0/images/default/window/left-right.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/left-right.psd b/src/main/webapp/js/ext-3.4.0/images/default/window/left-right.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/left-right.psd rename to src/main/webapp/js/ext-3.4.0/images/default/window/left-right.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/right-corners.png b/src/main/webapp/js/ext-3.4.0/images/default/window/right-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/right-corners.png rename to src/main/webapp/js/ext-3.4.0/images/default/window/right-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/right-corners.psd b/src/main/webapp/js/ext-3.4.0/images/default/window/right-corners.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/right-corners.psd rename to src/main/webapp/js/ext-3.4.0/images/default/window/right-corners.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/top-bottom.png b/src/main/webapp/js/ext-3.4.0/images/default/window/top-bottom.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/top-bottom.png rename to src/main/webapp/js/ext-3.4.0/images/default/window/top-bottom.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/default/window/top-bottom.psd b/src/main/webapp/js/ext-3.4.0/images/default/window/top-bottom.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/default/window/top-bottom.psd rename to src/main/webapp/js/ext-3.4.0/images/default/window/top-bottom.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/btn-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/btn-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/btn-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/btn-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/btn.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/btn.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/group-cs.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/group-cs.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/group-cs.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/group-cs.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/group-lr.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/group-lr.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/group-lr.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/group-lr.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/group-tb.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/group-tb.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/group-tb.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/group-tb.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/s-arrow-bo.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/s-arrow-bo.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/s-arrow-bo.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/s-arrow-bo.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/button/s-arrow-o.gif b/src/main/webapp/js/ext-3.4.0/images/gray/button/s-arrow-o.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/button/s-arrow-o.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/button/s-arrow-o.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/form/clear-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/gray/form/clear-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/form/clear-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/form/clear-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/form/date-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/gray/form/date-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/form/date-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/form/date-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/form/search-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/gray/form/search-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/form/search-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/form/search-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/form/trigger-square.gif b/src/main/webapp/js/ext-3.4.0/images/gray/form/trigger-square.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/form/trigger-square.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/form/trigger-square.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/form/trigger.gif b/src/main/webapp/js/ext-3.4.0/images/gray/form/trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/form/trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/form/trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/gradient-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/gradient-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/gradient-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/gradient-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/col-move-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/col-move-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/col-move-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/col-move-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/col-move-top.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/col-move-top.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/col-move-top.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/col-move-top.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hd-btn.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hd-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hd-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hd-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow-over.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow-over.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow-over2.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow-over2.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow-over2.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow-over2.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow2.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow2.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-hrow2.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-hrow2.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-special-col-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-special-col-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-special-col-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-special-col-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-special-col-bg2.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-special-col-bg2.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-special-col-bg2.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-special-col-bg2.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-special-col-sel-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/grid3-special-col-sel-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/grid3-special-col-sel-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/group-collapse.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/group-collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/group-collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/group-collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/group-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/group-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/group-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/group-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/group-expand.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/group-expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/group-expand.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/group-expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-first.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/page-first.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-first.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/page-first.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-last.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/page-last.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-last.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/page-last.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-next.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/page-next.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-next.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/page-next.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-prev.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/page-prev.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/page-prev.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/page-prev.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/refresh.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/refresh.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/refresh.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/refresh.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/row-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/row-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/row-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/row-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/sort-hd.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/sort-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/sort-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/sort-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/sort_asc.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/sort_asc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/sort_asc.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/sort_asc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/grid/sort_desc.gif b/src/main/webapp/js/ext-3.4.0/images/gray/grid/sort_desc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/grid/sort_desc.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/grid/sort_desc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/menu/group-checked.gif b/src/main/webapp/js/ext-3.4.0/images/gray/menu/group-checked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/menu/group-checked.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/menu/group-checked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/menu/item-over-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/gray/menu/item-over-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/menu/item-over-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/menu/item-over-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/menu/item-over.gif b/src/main/webapp/js/ext-3.4.0/images/gray/menu/item-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/menu/item-over.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/menu/item-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/menu/menu-parent.gif b/src/main/webapp/js/ext-3.4.0/images/gray/menu/menu-parent.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/menu/menu-parent.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/menu/menu-parent.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/left-right.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/light-hd.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/light-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/light-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/light-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/tool-sprite-tpl.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/tool-sprite-tpl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/tool-sprite-tpl.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/tool-sprite-tpl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/tool-sprites.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/tool-sprites.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/tool-sprites.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/tool-sprites.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/tools-sprites-trans.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/tools-sprites-trans.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/tools-sprites-trans.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/tools-sprites-trans.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/top-bottom.png b/src/main/webapp/js/ext-3.4.0/images/gray/panel/top-bottom.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/top-bottom.png rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/top-bottom.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/white-corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/white-corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/white-corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/white-corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/white-left-right.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/white-left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/white-left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/white-left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/panel/white-top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/gray/panel/white-top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/panel/white-top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/panel/white-top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/progress/progress-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/progress/progress-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/progress/progress-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/progress/progress-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/qtip/bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/qtip/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/qtip/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/qtip/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/qtip/close.gif b/src/main/webapp/js/ext-3.4.0/images/gray/qtip/close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/qtip/close.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/qtip/close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/qtip/tip-anchor-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/qtip/tip-anchor-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/qtip/tip-anchor-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/qtip/tip-anchor-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/qtip/tip-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/qtip/tip-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/qtip/tip-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/qtip/tip-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/s.gif b/src/main/webapp/js/ext-3.4.0/images/gray/s.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/s.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/s.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/shared/hd-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/shared/hd-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/shared/hd-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/shared/hd-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/shared/left-btn.gif b/src/main/webapp/js/ext-3.4.0/images/gray/shared/left-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/shared/left-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/shared/left-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/shared/right-btn.gif b/src/main/webapp/js/ext-3.4.0/images/gray/shared/right-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/shared/right-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/shared/right-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/sizer/e-handle.gif b/src/main/webapp/js/ext-3.4.0/images/gray/sizer/e-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/sizer/e-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/sizer/e-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/sizer/ne-handle.gif b/src/main/webapp/js/ext-3.4.0/images/gray/sizer/ne-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/sizer/ne-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/sizer/ne-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/sizer/nw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/gray/sizer/nw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/sizer/nw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/sizer/nw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/sizer/s-handle.gif b/src/main/webapp/js/ext-3.4.0/images/gray/sizer/s-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/sizer/s-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/sizer/s-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/sizer/se-handle.gif b/src/main/webapp/js/ext-3.4.0/images/gray/sizer/se-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/sizer/se-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/sizer/se-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/sizer/square.gif b/src/main/webapp/js/ext-3.4.0/images/gray/sizer/square.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/sizer/square.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/sizer/square.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/sizer/sw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/gray/sizer/sw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/sizer/sw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/sizer/sw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/slider/slider-thumb.png b/src/main/webapp/js/ext-3.4.0/images/gray/slider/slider-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/slider/slider-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/gray/slider/slider-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/slider/slider-v-thumb.png b/src/main/webapp/js/ext-3.4.0/images/gray/slider/slider-v-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/slider/slider-v-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/gray/slider/slider-v-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/scroll-left.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/scroll-left.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/scroll-left.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/scroll-left.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/scroll-right.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/scroll-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/scroll-right.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/scroll-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/scroller-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/scroller-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/scroller-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/scroller-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-inactive-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-inactive-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-inactive-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-inactive-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-inactive-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-inactive-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-over-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-over-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-over-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-over-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-over-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-over-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-over-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-over-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-btm-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-btm-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-close.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-close.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-strip-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-strip-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-strip-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-strip-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-strip-bg.png b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-strip-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-strip-bg.png rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-strip-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-strip-btm-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-strip-btm-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tab-strip-btm-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tab-strip-btm-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tabs-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tabs/tabs-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tabs/tabs-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tabs/tabs-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/btn-arrow-light.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/btn-arrow-light.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/btn-arrow-light.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/btn-arrow-light.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/btn-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/btn-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/btn-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/btn-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/btn-over-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/btn-over-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/btn-over-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/btn-over-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/gray-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/gray-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/gray-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/gray-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/more.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/more.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/more.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/more.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/tb-bg.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/tb-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/tb-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/tb-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/tb-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/gray/toolbar/tb-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/toolbar/tb-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/toolbar/tb-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tree/arrows.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tree/arrows.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tree/arrows.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tree/arrows.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-minus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-minus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-minus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-minus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-minus.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-minus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-minus.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-minus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-plus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-plus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-plus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-plus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-plus.gif b/src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-plus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/tree/elbow-end-plus.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/tree/elbow-end-plus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-error.gif b/src/main/webapp/js/ext-3.4.0/images/gray/window/icon-error.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-error.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/window/icon-error.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-info.gif b/src/main/webapp/js/ext-3.4.0/images/gray/window/icon-info.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-info.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/window/icon-info.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-question.gif b/src/main/webapp/js/ext-3.4.0/images/gray/window/icon-question.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-question.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/window/icon-question.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-warning.gif b/src/main/webapp/js/ext-3.4.0/images/gray/window/icon-warning.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/icon-warning.gif rename to src/main/webapp/js/ext-3.4.0/images/gray/window/icon-warning.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/left-corners.png b/src/main/webapp/js/ext-3.4.0/images/gray/window/left-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/left-corners.png rename to src/main/webapp/js/ext-3.4.0/images/gray/window/left-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/left-right.png b/src/main/webapp/js/ext-3.4.0/images/gray/window/left-right.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/left-right.png rename to src/main/webapp/js/ext-3.4.0/images/gray/window/left-right.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/right-corners.png b/src/main/webapp/js/ext-3.4.0/images/gray/window/right-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/right-corners.png rename to src/main/webapp/js/ext-3.4.0/images/gray/window/right-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/gray/window/top-bottom.png b/src/main/webapp/js/ext-3.4.0/images/gray/window/top-bottom.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/gray/window/top-bottom.png rename to src/main/webapp/js/ext-3.4.0/images/gray/window/top-bottom.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/bg-center.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/bg-center.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/bg-center.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/bg-center.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/bg-left.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/bg-left.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/bg-left.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/bg-left.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/bg-right.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/bg-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/bg-right.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/bg-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/close.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/close.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/collapse.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/dlg-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/dlg-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/dlg-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/dlg-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/e-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/e-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/e-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/e-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/expand.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/expand.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/hd-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/hd-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/hd-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/hd-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/s-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/s-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/s-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/s-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/se-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/se-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/se-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/se-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/w-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/w-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/basic-dialog/w-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/basic-dialog/w-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/gradient-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/gradient-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/gradient-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/gradient-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/grid/grid-split.gif b/src/main/webapp/js/ext-3.4.0/images/vista/grid/grid-split.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/grid/grid-split.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/grid/grid-split.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/grid/grid-vista-hd.gif b/src/main/webapp/js/ext-3.4.0/images/vista/grid/grid-vista-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/grid/grid-vista-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/grid/grid-vista-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/collapse.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/expand.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/expand.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/gradient-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/gradient-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/gradient-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/gradient-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/ns-collapse.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/ns-collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/ns-collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/ns-collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/ns-expand.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/ns-expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/ns-expand.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/ns-expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/panel-close.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/panel-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/panel-close.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/panel-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/panel-title-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/panel-title-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/panel-title-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/panel-title-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/panel-title-light-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/panel-title-light-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/panel-title-light-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/panel-title-light-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/stick.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/stick.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/stick.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/stick.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/tab-close-on.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/tab-close-on.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/tab-close-on.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/tab-close-on.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/layout/tab-close.gif b/src/main/webapp/js/ext-3.4.0/images/vista/layout/tab-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/layout/tab-close.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/layout/tab-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/qtip/bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/qtip/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/qtip/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/qtip/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/qtip/tip-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/vista/qtip/tip-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/qtip/tip-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/qtip/tip-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/s.gif b/src/main/webapp/js/ext-3.4.0/images/vista/s.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/s.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/s.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/e-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/e-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/e-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/e-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/e-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/e-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/e-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/e-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/ne-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/ne-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/ne-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/ne-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/ne-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/ne-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/ne-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/ne-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/nw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/nw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/nw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/nw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/nw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/nw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/nw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/nw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/s-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/s-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/s-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/s-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/s-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/s-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/s-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/s-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/se-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/se-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/se-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/se-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/se-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/se-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/se-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/se-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/sw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/sw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/sw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/sw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/sizer/sw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/vista/sizer/sw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/sizer/sw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/sizer/sw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-inactive-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-inactive-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-inactive-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-inactive-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-inactive-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-inactive-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-btm-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-btm-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/tabs/tab-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/tabs/tab-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/toolbar/gray-bg.gif b/src/main/webapp/js/ext-3.4.0/images/vista/toolbar/gray-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/toolbar/gray-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/toolbar/gray-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/vista/toolbar/tb-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/vista/toolbar/tb-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/vista/toolbar/tb-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/vista/toolbar/tb-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/README.txt b/src/main/webapp/js/ext-3.4.0/images/yourtheme/README.txt similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/README.txt rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/README.txt diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/corners-blue.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/corners-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/corners-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/corners-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/corners.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/corners.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/corners.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/corners.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/l-blue.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/l-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/l-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/l-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/l.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/l.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/l.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/l.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/r-blue.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/r-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/r-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/r-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/r.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/r.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/r.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/r.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/tb-blue.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/tb-blue.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/tb-blue.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/tb-blue.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/tb.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/box/tb.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/box/tb.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/box/tb.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/arrow.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/btn.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/btn.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/group-cs.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/group-cs.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/group-cs.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/group-cs.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/group-lr.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/group-lr.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/group-lr.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/group-lr.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/group-tb.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/group-tb.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/group-tb.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/group-tb.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-b-noline.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-b-noline.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-b-noline.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-b-noline.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-b.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-b.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-b.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-b.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-bo.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-bo.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-bo.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-bo.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-noline.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-noline.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-noline.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-noline.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-o.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-o.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow-o.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow-o.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/button/s-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/button/s-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/dd/drop-add.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/dd/drop-add.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/dd/drop-add.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/dd/drop-add.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/dd/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/dd/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/dd/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/dd/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/dd/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/dd/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/dd/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/dd/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/editor/tb-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/editor/tb-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/editor/tb-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/editor/tb-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/checkbox.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/checkbox.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/checkbox.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/checkbox.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/clear-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/clear-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/clear-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/clear-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/clear-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/clear-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/clear-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/clear-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/date-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/date-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/date-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/date-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/date-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/date-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/date-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/date-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/error-tip-corners.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/error-tip-corners.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/error-tip-corners.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/error-tip-corners.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/exclamation.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/exclamation.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/exclamation.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/exclamation.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/radio.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/radio.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/radio.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/radio.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/search-trigger.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/search-trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/search-trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/search-trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/search-trigger.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/search-trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/search-trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/search-trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/text-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/text-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/text-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/text-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger-square.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger-square.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger-square.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger-square.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger-square.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger-square.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger-square.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger-square.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger-tpl.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger-tpl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger-tpl.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger-tpl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/form/trigger.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/form/trigger.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/gradient-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/gradient-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/gradient-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/gradient-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/arrow-left-white.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/arrow-left-white.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/arrow-left-white.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/arrow-left-white.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/arrow-right-white.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/arrow-right-white.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/arrow-right-white.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/arrow-right-white.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/col-move-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/col-move-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/col-move-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/col-move-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/col-move-top.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/col-move-top.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/col-move-top.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/col-move-top.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/columns.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/columns.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/columns.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/columns.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/dirty.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/dirty.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/dirty.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/dirty.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/done.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/done.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/done.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/done.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/footer-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/footer-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/footer-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/footer-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-blue-hd.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-blue-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-blue-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-blue-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-blue-split.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-blue-split.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-blue-split.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-blue-split.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-hrow.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-hrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-hrow.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-hrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-loading.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-loading.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-split.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-split.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-split.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-split.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-vista-hd.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-vista-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid-vista-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid-vista-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-hd-btn.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-hd-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-hd-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-hd-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-hrow-over.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-hrow-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-hrow-over.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-hrow-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-hrow.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-hrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-hrow.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-hrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-special-col-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-special-col-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-special-col-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-special-col-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-special-col-sel-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-special-col-sel-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/grid3-special-col-sel-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/grid3-special-col-sel-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-by.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-by.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-by.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-by.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-collapse.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-expand.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/group-expand.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/group-expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hd-pop.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hd-pop.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hd-pop.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hd-pop.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-asc.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-asc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-asc.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-asc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-desc.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-desc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-desc.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-desc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-lock.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-lock.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-lock.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-lock.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-lock.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-lock.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-lock.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-lock.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/hmenu-unlock.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/invalid_line.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/invalid_line.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/invalid_line.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/invalid_line.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/loading.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/loading.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/mso-hd.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/mso-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/mso-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/mso-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/nowait.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/nowait.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/nowait.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/nowait.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-first-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-first-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-first-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-first-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-first.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-first.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-first.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-first.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-last-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-last-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-last-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-last-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-last.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-last.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-last.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-last.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-next-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-next-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-next-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-next-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-next.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-next.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-next.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-next.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-prev-disabled.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-prev-disabled.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-prev-disabled.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-prev-disabled.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-prev.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-prev.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/page-prev.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/page-prev.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/pick-button.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/pick-button.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/pick-button.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/pick-button.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/refresh.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/refresh.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/refresh.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/refresh.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-check-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-check-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-check-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-check-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-expand-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-expand-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-expand-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-expand-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-over.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-over.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-sel.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-sel.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/row-sel.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/row-sel.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/sort-hd.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/sort-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/sort-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/sort-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/sort_asc.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/sort_asc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/sort_asc.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/sort_asc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/sort_desc.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/sort_desc.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/sort_desc.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/sort_desc.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/wait.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/wait.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/grid/wait.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/grid/wait.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/collapse.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/expand.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/expand.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/gradient-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/gradient-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/gradient-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/gradient-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-left.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-left.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-left.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-left.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-right.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-right.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-top.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-top.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/mini-top.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/mini-top.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/ns-collapse.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/ns-collapse.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/ns-collapse.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/ns-collapse.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/ns-expand.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/ns-expand.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/ns-expand.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/ns-expand.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/panel-close.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/panel-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/panel-close.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/panel-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/panel-title-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/panel-title-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/panel-title-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/panel-title-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/panel-title-light-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/panel-title-light-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/panel-title-light-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/panel-title-light-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/stick.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/stick.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/stick.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/stick.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/stuck.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/stuck.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/stuck.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/stuck.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/tab-close-on.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/tab-close-on.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/tab-close-on.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/tab-close-on.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/tab-close.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/tab-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/layout/tab-close.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/layout/tab-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/checked.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/checked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/checked.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/checked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/group-checked.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/group-checked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/group-checked.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/group-checked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/item-over.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/item-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/item-over.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/item-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/menu-parent.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/menu-parent.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/menu-parent.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/menu-parent.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/menu.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/menu.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/menu.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/menu.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/unchecked.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/unchecked.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/menu/unchecked.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/menu/unchecked.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/left-right.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/light-hd.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/light-hd.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/light-hd.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/light-hd.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/tool-sprite-tpl.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/tool-sprite-tpl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/tool-sprite-tpl.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/tool-sprite-tpl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/tool-sprites.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/tool-sprites.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/tool-sprites.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/tool-sprites.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/tools-sprites-trans.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/tools-sprites-trans.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/tools-sprites-trans.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/tools-sprites-trans.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/top-bottom.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/top-bottom.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/top-bottom.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/top-bottom.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/white-corners-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/white-corners-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/white-corners-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/white-corners-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/white-left-right.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/white-left-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/white-left-right.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/white-left-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/white-top-bottom.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/white-top-bottom.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/panel/white-top-bottom.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/panel/white-top-bottom.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/progress/progress-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/progress/progress-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/progress/progress-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/progress/progress-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/close.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/close.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/tip-anchor-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/tip-anchor-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/tip-anchor-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/tip-anchor-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/tip-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/tip-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/qtip/tip-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/qtip/tip-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/s.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/s.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/s.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/s.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shadow-c.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shadow-c.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shadow-c.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shadow-c.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shadow-lr.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shadow-lr.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shadow-lr.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shadow-lr.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shadow.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shadow.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shadow.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shadow.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/blue-loading.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/blue-loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/blue-loading.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/blue-loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/calendar.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/calendar.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/calendar.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/calendar.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/glass-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/glass-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/glass-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/glass-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/hd-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/hd-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/hd-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/hd-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/large-loading.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/large-loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/large-loading.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/large-loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/left-btn.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/left-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/left-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/left-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/loading-balls.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/loading-balls.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/loading-balls.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/loading-balls.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/right-btn.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/right-btn.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/right-btn.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/right-btn.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/warning.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/warning.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/shared/warning.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/shared/warning.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/e-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/e-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/e-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/e-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/e-handle.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/e-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/e-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/e-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/ne-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/ne-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/ne-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/ne-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/ne-handle.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/ne-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/ne-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/ne-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/nw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/nw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/nw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/nw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/nw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/nw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/nw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/nw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/s-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/s-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/s-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/s-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/s-handle.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/s-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/s-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/s-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/se-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/se-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/se-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/se-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/se-handle.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/se-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/se-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/se-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/square.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/square.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/square.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/square.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/sw-handle-dark.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/sw-handle-dark.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/sw-handle-dark.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/sw-handle-dark.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/sw-handle.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/sw-handle.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/sizer/sw-handle.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/sizer/sw-handle.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-bg.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-bg.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-thumb.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-v-bg.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-v-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-v-bg.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-v-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-v-thumb.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-v-thumb.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/slider/slider-v-thumb.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/slider/slider-v-thumb.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/scroll-left.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/scroll-left.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/scroll-left.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/scroll-left.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/scroll-right.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/scroll-right.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/scroll-right.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/scroll-right.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/scroller-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/scroller-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/scroller-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/scroller-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-inactive-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-left-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-left-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-left-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-left-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-over-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-right-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-right-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-btm-right-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-btm-right-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-close.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-close.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-close.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-close.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-strip-bg.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-strip-btm-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-strip-btm-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tab-strip-btm-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tab-strip-btm-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tabs-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tabs-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tabs/tabs-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tabs/tabs-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/btn-arrow-light.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/btn-arrow-light.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/btn-arrow-light.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/btn-arrow-light.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/btn-arrow.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/btn-arrow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/btn-arrow.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/btn-arrow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/btn-over-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/btn-over-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/btn-over-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/btn-over-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/gray-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/gray-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/gray-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/gray-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/more.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/more.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/more.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/more.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-bg.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-bg.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-bg.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-bg.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-xl-btn-sprite.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-xl-btn-sprite.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-xl-btn-sprite.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-xl-btn-sprite.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-xl-sep.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-xl-sep.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/toolbar/tb-xl-sep.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/toolbar/tb-xl-sep.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/arrows.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/arrows.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/arrows.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/arrows.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-add.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-add.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-add.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-add.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-between.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-between.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-between.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-between.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-no.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-no.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-no.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-no.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-over.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-over.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-over.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-over.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-under.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-under.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-under.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-under.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-yes.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-yes.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/drop-yes.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/drop-yes.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-minus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-minus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-minus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-minus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-minus.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-minus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-minus.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-minus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-plus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-plus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-plus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-plus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-plus.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-plus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end-plus.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end-plus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-end.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-end.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-line.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-line.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-line.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-line.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-minus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-minus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-minus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-minus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-minus.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-minus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-minus.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-minus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-plus-nl.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-plus-nl.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-plus-nl.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-plus-nl.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-plus.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-plus.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow-plus.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow-plus.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/elbow.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/elbow.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/folder-open.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/folder-open.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/folder-open.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/folder-open.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/folder.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/folder.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/folder.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/folder.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/leaf.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/leaf.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/leaf.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/leaf.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/loading.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/loading.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/loading.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/loading.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/s.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/s.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/tree/s.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/tree/s.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-error.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-error.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-error.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-error.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-info.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-info.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-info.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-info.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-question.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-question.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-question.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-question.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-warning.gif b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-warning.gif similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/icon-warning.gif rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/icon-warning.gif diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-corners.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-corners.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-corners.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-corners.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-corners.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-corners.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-right.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-right.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-right.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-right.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-right.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-right.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/left-right.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/left-right.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/right-corners.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/right-corners.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/right-corners.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/right-corners.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/right-corners.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/right-corners.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/right-corners.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/right-corners.psd diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/top-bottom.png b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/top-bottom.png similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/top-bottom.png rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/top-bottom.png diff --git a/src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/top-bottom.psd b/src/main/webapp/js/ext-3.4.0/images/yourtheme/window/top-bottom.psd similarity index 100% rename from src/main/webapp/lib/ext-3.4.0/images/yourtheme/window/top-bottom.psd rename to src/main/webapp/js/ext-3.4.0/images/yourtheme/window/top-bottom.psd diff --git a/src/main/webapp/lib/geoext-1.1/GeoExt.js b/src/main/webapp/js/geoext-1.1/GeoExt.js similarity index 100% rename from src/main/webapp/lib/geoext-1.1/GeoExt.js rename to src/main/webapp/js/geoext-1.1/GeoExt.js diff --git a/src/main/webapp/lib/geoext-1.1/css/geoext-all-debug.css b/src/main/webapp/js/geoext-1.1/css/geoext-all-debug.css similarity index 100% rename from src/main/webapp/lib/geoext-1.1/css/geoext-all-debug.css rename to src/main/webapp/js/geoext-1.1/css/geoext-all-debug.css diff --git a/src/main/webapp/lib/geoext-1.1/css/geoext-all.css b/src/main/webapp/js/geoext-1.1/css/geoext-all.css similarity index 100% rename from src/main/webapp/lib/geoext-1.1/css/geoext-all.css rename to src/main/webapp/js/geoext-1.1/css/geoext-all.css diff --git a/src/main/webapp/lib/geoext-1.1/css/gxtheme-gray.css b/src/main/webapp/js/geoext-1.1/css/gxtheme-gray.css similarity index 100% rename from src/main/webapp/lib/geoext-1.1/css/gxtheme-gray.css rename to src/main/webapp/js/geoext-1.1/css/gxtheme-gray.css diff --git a/src/main/webapp/lib/geoext-1.1/css/gxtheme-slate.css b/src/main/webapp/js/geoext-1.1/css/gxtheme-slate.css similarity index 100% rename from src/main/webapp/lib/geoext-1.1/css/gxtheme-slate.css rename to src/main/webapp/js/geoext-1.1/css/gxtheme-slate.css diff --git a/src/main/webapp/lib/geoext-1.1/css/layerlegend.css b/src/main/webapp/js/geoext-1.1/css/layerlegend.css similarity index 100% rename from src/main/webapp/lib/geoext-1.1/css/layerlegend.css rename to src/main/webapp/js/geoext-1.1/css/layerlegend.css diff --git a/src/main/webapp/lib/geoext-1.1/css/popup.css b/src/main/webapp/js/geoext-1.1/css/popup.css similarity index 100% rename from src/main/webapp/lib/geoext-1.1/css/popup.css rename to src/main/webapp/js/geoext-1.1/css/popup.css diff --git a/src/main/webapp/lib/geoext-1.1/css/symbolizercolumn.css b/src/main/webapp/js/geoext-1.1/css/symbolizercolumn.css similarity index 100% rename from src/main/webapp/lib/geoext-1.1/css/symbolizercolumn.css rename to src/main/webapp/js/geoext-1.1/css/symbolizercolumn.css diff --git a/src/main/webapp/lib/geoext-1.1/images/default/anchor-top.png b/src/main/webapp/js/geoext-1.1/images/default/anchor-top.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/default/anchor-top.png rename to src/main/webapp/js/geoext-1.1/images/default/anchor-top.png diff --git a/src/main/webapp/lib/geoext-1.1/images/default/anchor.png b/src/main/webapp/js/geoext-1.1/images/default/anchor.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/default/anchor.png rename to src/main/webapp/js/geoext-1.1/images/default/anchor.png diff --git a/src/main/webapp/lib/geoext-1.1/images/default/bullet_arrow_down.png b/src/main/webapp/js/geoext-1.1/images/default/bullet_arrow_down.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/default/bullet_arrow_down.png rename to src/main/webapp/js/geoext-1.1/images/default/bullet_arrow_down.png diff --git a/src/main/webapp/lib/geoext-1.1/images/default/bullet_arrow_up.png b/src/main/webapp/js/geoext-1.1/images/default/bullet_arrow_up.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/default/bullet_arrow_up.png rename to src/main/webapp/js/geoext-1.1/images/default/bullet_arrow_up.png diff --git a/src/main/webapp/lib/geoext-1.1/images/default/delete.png b/src/main/webapp/js/geoext-1.1/images/default/delete.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/default/delete.png rename to src/main/webapp/js/geoext-1.1/images/default/delete.png diff --git a/src/main/webapp/lib/geoext-1.1/images/gray/anchor-top.png b/src/main/webapp/js/geoext-1.1/images/gray/anchor-top.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/gray/anchor-top.png rename to src/main/webapp/js/geoext-1.1/images/gray/anchor-top.png diff --git a/src/main/webapp/lib/geoext-1.1/images/gray/anchor.png b/src/main/webapp/js/geoext-1.1/images/gray/anchor.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/gray/anchor.png rename to src/main/webapp/js/geoext-1.1/images/gray/anchor.png diff --git a/src/main/webapp/lib/geoext-1.1/images/slate/anchor-top.png b/src/main/webapp/js/geoext-1.1/images/slate/anchor-top.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/slate/anchor-top.png rename to src/main/webapp/js/geoext-1.1/images/slate/anchor-top.png diff --git a/src/main/webapp/lib/geoext-1.1/images/slate/anchor.png b/src/main/webapp/js/geoext-1.1/images/slate/anchor.png similarity index 100% rename from src/main/webapp/lib/geoext-1.1/images/slate/anchor.png rename to src/main/webapp/js/geoext-1.1/images/slate/anchor.png diff --git a/src/main/webapp/lib/isochrones/iso_main.js b/src/main/webapp/js/iso_main.js similarity index 99% rename from src/main/webapp/lib/isochrones/iso_main.js rename to src/main/webapp/js/iso_main.js index c6426711..ce6f3108 100644 --- a/src/main/webapp/lib/isochrones/iso_main.js +++ b/src/main/webapp/js/iso_main.js @@ -1,9 +1,3 @@ -//include util.js -var scriptNode = document.createElement('script'); -scriptNode.type = 'text/javascript'; -scriptNode.src = "./lib/isochrones/util.js"; -document.getElementsByTagName("head")[0].appendChild(scriptNode); - var baseLayerLabels = { google : { name : "Google" @@ -154,8 +148,8 @@ var poiItems = { }, /* * outdoor : { category : "Outdoor sport", sql : "select - * category,cat_type,geometry from bz_pois where cat_type='Anlage fŸr - * AktivitŠten im Freien'", img : "./img/outdoor.png" }, + * category,cat_type,geometry from bz_pois where cat_type='Anlage f�r + * Aktivit�ten im Freien'", img : "./img/outdoor.png" }, */ swimming : { category : "Swimming pools", @@ -233,7 +227,7 @@ function initMap(dSet) { }); layerQ.events.on({ "featureselected" : function(e) { - + var queryParams = extractFormParameters(queryPanel); var lonLat = new OpenLayers.LonLat(e.feature.geometry.x, e.feature.geometry.y); @@ -244,7 +238,7 @@ function initMap(dSet) { popup.setBorder("2px solid"); e.feature.popup = popup; map.addPopup(popup, true); - + }, "featureunselected" : function(e) { if (e.feature.popup) { @@ -349,7 +343,7 @@ function initPanels(dSet) { zoom : 12, map : map }); - + featureInfoDialog = new Ext.Window({ id: 'featureInfo', renderTo: "featureInfoDiv", @@ -358,11 +352,11 @@ function initPanels(dSet) { border: false, plain: true, resizable: false, - closeAction: 'hide', + closeAction: 'hide', closable: true, html: '' }); - + queryPanel = new Ext.form.FormPanel({ frame : true, ref : 'queryPanel', @@ -511,7 +505,7 @@ function initPanels(dSet) { } } } - }, + }, { xtype : 'combo', fieldLabel : 'Category', @@ -1021,7 +1015,7 @@ function clearIsochrone() { /** * Sends a message that contains as message to start the computation of MineX - * + * * @param queryParameters * the parameter object that is passed */ @@ -1142,7 +1136,7 @@ function createResultLayers(queryParameters, result) { }); map.addLayer(wmsVertexLayer); isoLayerNames.push(wmsVertexLayer.name); - + var ctrlGetFeature = new OpenLayers.Control.WMSGetFeatureInfo({ url: config.mapserverUrl + "/wms", hover: true, @@ -1153,14 +1147,14 @@ function createResultLayers(queryParameters, result) { "hover": {delay: 300} } }); - + ctrlGetFeature.events.on({ beforegetfeatureinfo: function(e) { - this.layers = [wmsVertexLayer]; + this.layers = [wmsVertexLayer]; }, getfeatureinfo: function(e) { var features = this.format.read(e.text); - + if (features && features.length > 0) { var feature = features[0]; var data = feature.data; @@ -1170,7 +1164,7 @@ function createResultLayers(queryParameters, result) { var distanceInTime = isIncoming ? IsoUtil.addSeconds(timeObject, -distance) : IsoUtil.addSeconds(timeObject, distance); var walkingDistStation = queryParameters.dmax * 60 - distance; - + featureInfoDialog.setPagePosition((e.xy.x+10),(e.xy.y)); featureInfoDialog.update(IsoUtil.featureInfoToHTML(data.ID, distance, distanceInTime, walkingDistStation, isIncoming)); @@ -1188,7 +1182,7 @@ function createResultLayers(queryParameters, result) { }); map.addControl(ctrlGetFeature); ctrlGetFeature.activate(); - + globalControls[controlsLabels.selectF] = ctrlGetFeature; var legendUrl = config.mapserverUrl @@ -1277,7 +1271,7 @@ function createResultLayers(queryParameters, result) { /** * This web processing service performs operations on the isochrone result. The * message contains an sql expression that is performed on the isochrone result - * + * * @param params */ function computeQueryOnCoverage(params) { @@ -1514,7 +1508,7 @@ function addSingleQueryPointSelector(qPointlayer) { /** * Updates the coordinat field with the specified values, that will be rounded - * + * * @param {Object} * OpenLayers.Geometry.Point */ @@ -1525,7 +1519,7 @@ function updateCoordinateField(container, point) { /** * Update the field with the correpsponding value - * + * * @param dateString */ function updateDateField(container, dateString) { @@ -1535,7 +1529,7 @@ function updateDateField(container, dateString) { /** * Update the field with the correpsponding value - * + * * @param timeString */ function updateTimeField(container, timeString) { @@ -1546,7 +1540,7 @@ function updateTimeField(container, timeString) { /** * Should be invoked, when a different dataset is selected from the user * interface - * + * * @param container * the container in which the datasets belong to * @param val @@ -1581,7 +1575,7 @@ function updateDataset(container, val) { */ function destroyDynamicLayers() { var isoLayerRootNode = layerPanel.isoLayerTreePanel.getRootNode(); - + while (isoLayerRootNode.firstChild) { isoLayerRootNode.removeChild(isoLayerRootNode.firstChild, true); } @@ -1620,20 +1614,20 @@ function loadSchedules(stopId, inDir, dNetQ, remDist) { s += "<tr>"; s += "<td>Route</td>"; s += "<td>" + (inDir ? "T.Dep" : "T.Arr" ) + "</td>"; - s += "</tr>"; + s += "</tr>"; jQuery.each(result.vertexAnnotation, function() { // for each result we create a html table row containing // icon mean of transport, the name of the route and the // time when it passes on the stop s += "<tr>"; - s += "<td> <img src=\"" + tSMapping[this.routeType].img + "\" style=\"width: 15px; height: 15px;\">" + this.routeName + "</td>" ; + s += "<td> <img src=\"" + tSMapping[this.routeType].img + "\" style=\"width: 15px; height: 15px;\">" + this.routeName + "</td>" ; s += "<td>" + this.time + "</td>" ; s += "</tr>"; - + }); s += "</table>"; - + featureInfoDialog.update(s); }); $.cometd.publish('/service/getFeatureInfo', params); diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_222222_256x240.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_228ef1_256x240.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_ffd27a_256x240.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_ffd27a_256x240.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_ffd27a_256x240.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_ffd27a_256x240.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png b/src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png rename to src/main/webapp/js/jquery/css/ui-lightness/images/ui-icons_ffffff_256x240.png diff --git a/src/main/webapp/lib/jquery/css/ui-lightness/jquery-ui-1.8.6.custom.css b/src/main/webapp/js/jquery/css/ui-lightness/jquery-ui-1.8.6.custom.css similarity index 100% rename from src/main/webapp/lib/jquery/css/ui-lightness/jquery-ui-1.8.6.custom.css rename to src/main/webapp/js/jquery/css/ui-lightness/jquery-ui-1.8.6.custom.css diff --git a/src/main/webapp/lib/jquery/jquery-1.8.2.js b/src/main/webapp/js/jquery/jquery-1.8.2.js similarity index 100% rename from src/main/webapp/lib/jquery/jquery-1.8.2.js rename to src/main/webapp/js/jquery/jquery-1.8.2.js diff --git a/src/main/webapp/lib/jquery/jquery-ui-1.8.6.custom.min.js b/src/main/webapp/js/jquery/jquery-ui-1.8.6.custom.min.js similarity index 100% rename from src/main/webapp/lib/jquery/jquery-ui-1.8.6.custom.min.js rename to src/main/webapp/js/jquery/jquery-ui-1.8.6.custom.min.js diff --git a/src/main/webapp/lib/jquery/jquery-ui-timepicker-addon.js b/src/main/webapp/js/jquery/jquery-ui-timepicker-addon.js similarity index 100% rename from src/main/webapp/lib/jquery/jquery-ui-timepicker-addon.js rename to src/main/webapp/js/jquery/jquery-ui-timepicker-addon.js diff --git a/src/main/webapp/lib/jquery/jquery.cometd-reload.js b/src/main/webapp/js/jquery/jquery.cometd-reload.js similarity index 100% rename from src/main/webapp/lib/jquery/jquery.cometd-reload.js rename to src/main/webapp/js/jquery/jquery.cometd-reload.js diff --git a/src/main/webapp/lib/jquery/jquery.cometd.js b/src/main/webapp/js/jquery/jquery.cometd.js similarity index 100% rename from src/main/webapp/lib/jquery/jquery.cometd.js rename to src/main/webapp/js/jquery/jquery.cometd.js diff --git a/src/main/webapp/lib/jquery/jquery.cookie.js b/src/main/webapp/js/jquery/jquery.cookie.js similarity index 100% rename from src/main/webapp/lib/jquery/jquery.cookie.js rename to src/main/webapp/js/jquery/jquery.cookie.js diff --git a/src/main/webapp/lib/jquery/jquery.json-2.2.js b/src/main/webapp/js/jquery/jquery.json-2.2.js similarity index 100% rename from src/main/webapp/lib/jquery/jquery.json-2.2.js rename to src/main/webapp/js/jquery/jquery.json-2.2.js diff --git a/src/main/webapp/lib/jquery/org/cometd.js b/src/main/webapp/js/jquery/org/cometd.js similarity index 100% rename from src/main/webapp/lib/jquery/org/cometd.js rename to src/main/webapp/js/jquery/org/cometd.js diff --git a/src/main/webapp/lib/jquery/org/cometd/AckExtension.js b/src/main/webapp/js/jquery/org/cometd/AckExtension.js similarity index 100% rename from src/main/webapp/lib/jquery/org/cometd/AckExtension.js rename to src/main/webapp/js/jquery/org/cometd/AckExtension.js diff --git a/src/main/webapp/lib/jquery/org/cometd/ReloadExtension.js b/src/main/webapp/js/jquery/org/cometd/ReloadExtension.js similarity index 100% rename from src/main/webapp/lib/jquery/org/cometd/ReloadExtension.js rename to src/main/webapp/js/jquery/org/cometd/ReloadExtension.js diff --git a/src/main/webapp/lib/jquery/org/cometd/TimeStampExtension.js b/src/main/webapp/js/jquery/org/cometd/TimeStampExtension.js similarity index 100% rename from src/main/webapp/lib/jquery/org/cometd/TimeStampExtension.js rename to src/main/webapp/js/jquery/org/cometd/TimeStampExtension.js diff --git a/src/main/webapp/lib/jquery/org/cometd/TimeSyncExtension.js b/src/main/webapp/js/jquery/org/cometd/TimeSyncExtension.js similarity index 100% rename from src/main/webapp/lib/jquery/org/cometd/TimeSyncExtension.js rename to src/main/webapp/js/jquery/org/cometd/TimeSyncExtension.js diff --git a/src/main/webapp/main.js b/src/main/webapp/js/main.js similarity index 100% rename from src/main/webapp/main.js rename to src/main/webapp/js/main.js diff --git a/src/main/webapp/lib/openlayers/LoadingPanel.js b/src/main/webapp/js/openlayers/LoadingPanel.js similarity index 100% rename from src/main/webapp/lib/openlayers/LoadingPanel.js rename to src/main/webapp/js/openlayers/LoadingPanel.js diff --git a/src/main/webapp/lib/openlayers/OpenLayers.js b/src/main/webapp/js/openlayers/OpenLayers.js similarity index 100% rename from src/main/webapp/lib/openlayers/OpenLayers.js rename to src/main/webapp/js/openlayers/OpenLayers.js diff --git a/src/main/webapp/lib/openlayers/OpenLayers_min.js b/src/main/webapp/js/openlayers/OpenLayers_min.js similarity index 100% rename from src/main/webapp/lib/openlayers/OpenLayers_min.js rename to src/main/webapp/js/openlayers/OpenLayers_min.js diff --git a/src/main/webapp/lib/openlayers/img/blank.gif b/src/main/webapp/js/openlayers/img/blank.gif similarity index 100% rename from src/main/webapp/lib/openlayers/img/blank.gif rename to src/main/webapp/js/openlayers/img/blank.gif diff --git a/src/main/webapp/lib/openlayers/img/cloud-popup-relative.png b/src/main/webapp/js/openlayers/img/cloud-popup-relative.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/cloud-popup-relative.png rename to src/main/webapp/js/openlayers/img/cloud-popup-relative.png diff --git a/src/main/webapp/lib/openlayers/img/drag-rectangle-off.png b/src/main/webapp/js/openlayers/img/drag-rectangle-off.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/drag-rectangle-off.png rename to src/main/webapp/js/openlayers/img/drag-rectangle-off.png diff --git a/src/main/webapp/lib/openlayers/img/drag-rectangle-on.png b/src/main/webapp/js/openlayers/img/drag-rectangle-on.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/drag-rectangle-on.png rename to src/main/webapp/js/openlayers/img/drag-rectangle-on.png diff --git a/src/main/webapp/lib/openlayers/img/east-mini.png b/src/main/webapp/js/openlayers/img/east-mini.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/east-mini.png rename to src/main/webapp/js/openlayers/img/east-mini.png diff --git a/src/main/webapp/lib/openlayers/img/layer-switcher-maximize.png b/src/main/webapp/js/openlayers/img/layer-switcher-maximize.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/layer-switcher-maximize.png rename to src/main/webapp/js/openlayers/img/layer-switcher-maximize.png diff --git a/src/main/webapp/lib/openlayers/img/layer-switcher-minimize.png b/src/main/webapp/js/openlayers/img/layer-switcher-minimize.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/layer-switcher-minimize.png rename to src/main/webapp/js/openlayers/img/layer-switcher-minimize.png diff --git a/src/main/webapp/lib/openlayers/img/marker-blue.png b/src/main/webapp/js/openlayers/img/marker-blue.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/marker-blue.png rename to src/main/webapp/js/openlayers/img/marker-blue.png diff --git a/src/main/webapp/lib/openlayers/img/marker-gold.png b/src/main/webapp/js/openlayers/img/marker-gold.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/marker-gold.png rename to src/main/webapp/js/openlayers/img/marker-gold.png diff --git a/src/main/webapp/lib/openlayers/img/marker-green.png b/src/main/webapp/js/openlayers/img/marker-green.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/marker-green.png rename to src/main/webapp/js/openlayers/img/marker-green.png diff --git a/src/main/webapp/lib/openlayers/img/marker.png b/src/main/webapp/js/openlayers/img/marker.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/marker.png rename to src/main/webapp/js/openlayers/img/marker.png diff --git a/src/main/webapp/lib/openlayers/img/measuring-stick-off.png b/src/main/webapp/js/openlayers/img/measuring-stick-off.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/measuring-stick-off.png rename to src/main/webapp/js/openlayers/img/measuring-stick-off.png diff --git a/src/main/webapp/lib/openlayers/img/measuring-stick-on.png b/src/main/webapp/js/openlayers/img/measuring-stick-on.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/measuring-stick-on.png rename to src/main/webapp/js/openlayers/img/measuring-stick-on.png diff --git a/src/main/webapp/lib/openlayers/img/north-mini.png b/src/main/webapp/js/openlayers/img/north-mini.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/north-mini.png rename to src/main/webapp/js/openlayers/img/north-mini.png diff --git a/src/main/webapp/lib/openlayers/img/panning-hand-off.png b/src/main/webapp/js/openlayers/img/panning-hand-off.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/panning-hand-off.png rename to src/main/webapp/js/openlayers/img/panning-hand-off.png diff --git a/src/main/webapp/lib/openlayers/img/panning-hand-on.png b/src/main/webapp/js/openlayers/img/panning-hand-on.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/panning-hand-on.png rename to src/main/webapp/js/openlayers/img/panning-hand-on.png diff --git a/src/main/webapp/lib/openlayers/img/slider.png b/src/main/webapp/js/openlayers/img/slider.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/slider.png rename to src/main/webapp/js/openlayers/img/slider.png diff --git a/src/main/webapp/lib/openlayers/img/south-mini.png b/src/main/webapp/js/openlayers/img/south-mini.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/south-mini.png rename to src/main/webapp/js/openlayers/img/south-mini.png diff --git a/src/main/webapp/lib/openlayers/img/west-mini.png b/src/main/webapp/js/openlayers/img/west-mini.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/west-mini.png rename to src/main/webapp/js/openlayers/img/west-mini.png diff --git a/src/main/webapp/lib/openlayers/img/zoom-minus-mini.png b/src/main/webapp/js/openlayers/img/zoom-minus-mini.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/zoom-minus-mini.png rename to src/main/webapp/js/openlayers/img/zoom-minus-mini.png diff --git a/src/main/webapp/lib/openlayers/img/zoom-plus-mini.png b/src/main/webapp/js/openlayers/img/zoom-plus-mini.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/zoom-plus-mini.png rename to src/main/webapp/js/openlayers/img/zoom-plus-mini.png diff --git a/src/main/webapp/lib/openlayers/img/zoom-world-mini.png b/src/main/webapp/js/openlayers/img/zoom-world-mini.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/zoom-world-mini.png rename to src/main/webapp/js/openlayers/img/zoom-world-mini.png diff --git a/src/main/webapp/lib/openlayers/img/zoombar.png b/src/main/webapp/js/openlayers/img/zoombar.png similarity index 100% rename from src/main/webapp/lib/openlayers/img/zoombar.png rename to src/main/webapp/js/openlayers/img/zoombar.png diff --git a/src/main/webapp/lib/openlayers/theme/default/framedCloud.css b/src/main/webapp/js/openlayers/theme/default/framedCloud.css similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/framedCloud.css rename to src/main/webapp/js/openlayers/theme/default/framedCloud.css diff --git a/src/main/webapp/lib/openlayers/theme/default/google.css b/src/main/webapp/js/openlayers/theme/default/google.css similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/google.css rename to src/main/webapp/js/openlayers/theme/default/google.css diff --git a/src/main/webapp/lib/openlayers/theme/default/google.tidy.css b/src/main/webapp/js/openlayers/theme/default/google.tidy.css similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/google.tidy.css rename to src/main/webapp/js/openlayers/theme/default/google.tidy.css diff --git a/src/main/webapp/lib/openlayers/theme/default/ie6-style.css b/src/main/webapp/js/openlayers/theme/default/ie6-style.css similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/ie6-style.css rename to src/main/webapp/js/openlayers/theme/default/ie6-style.css diff --git a/src/main/webapp/lib/openlayers/theme/default/ie6-style.tidy.css b/src/main/webapp/js/openlayers/theme/default/ie6-style.tidy.css similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/ie6-style.tidy.css rename to src/main/webapp/js/openlayers/theme/default/ie6-style.tidy.css diff --git a/src/main/webapp/lib/openlayers/theme/default/img/add_point_off.png b/src/main/webapp/js/openlayers/theme/default/img/add_point_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/add_point_off.png rename to src/main/webapp/js/openlayers/theme/default/img/add_point_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/add_point_on.png b/src/main/webapp/js/openlayers/theme/default/img/add_point_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/add_point_on.png rename to src/main/webapp/js/openlayers/theme/default/img/add_point_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/blank.gif b/src/main/webapp/js/openlayers/theme/default/img/blank.gif similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/blank.gif rename to src/main/webapp/js/openlayers/theme/default/img/blank.gif diff --git a/src/main/webapp/lib/openlayers/theme/default/img/close.gif b/src/main/webapp/js/openlayers/theme/default/img/close.gif similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/close.gif rename to src/main/webapp/js/openlayers/theme/default/img/close.gif diff --git a/src/main/webapp/lib/openlayers/theme/default/img/drag-rectangle-off.png b/src/main/webapp/js/openlayers/theme/default/img/drag-rectangle-off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/drag-rectangle-off.png rename to src/main/webapp/js/openlayers/theme/default/img/drag-rectangle-off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/drag-rectangle-on.png b/src/main/webapp/js/openlayers/theme/default/img/drag-rectangle-on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/drag-rectangle-on.png rename to src/main/webapp/js/openlayers/theme/default/img/drag-rectangle-on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/draw_line_off.png b/src/main/webapp/js/openlayers/theme/default/img/draw_line_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/draw_line_off.png rename to src/main/webapp/js/openlayers/theme/default/img/draw_line_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/draw_line_on.png b/src/main/webapp/js/openlayers/theme/default/img/draw_line_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/draw_line_on.png rename to src/main/webapp/js/openlayers/theme/default/img/draw_line_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/draw_point_off.png b/src/main/webapp/js/openlayers/theme/default/img/draw_point_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/draw_point_off.png rename to src/main/webapp/js/openlayers/theme/default/img/draw_point_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/draw_point_on.png b/src/main/webapp/js/openlayers/theme/default/img/draw_point_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/draw_point_on.png rename to src/main/webapp/js/openlayers/theme/default/img/draw_point_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/draw_polygon_off.png b/src/main/webapp/js/openlayers/theme/default/img/draw_polygon_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/draw_polygon_off.png rename to src/main/webapp/js/openlayers/theme/default/img/draw_polygon_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/draw_polygon_on.png b/src/main/webapp/js/openlayers/theme/default/img/draw_polygon_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/draw_polygon_on.png rename to src/main/webapp/js/openlayers/theme/default/img/draw_polygon_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/editing_tool_bar.png b/src/main/webapp/js/openlayers/theme/default/img/editing_tool_bar.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/editing_tool_bar.png rename to src/main/webapp/js/openlayers/theme/default/img/editing_tool_bar.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/move_feature_off.png b/src/main/webapp/js/openlayers/theme/default/img/move_feature_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/move_feature_off.png rename to src/main/webapp/js/openlayers/theme/default/img/move_feature_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/move_feature_on.png b/src/main/webapp/js/openlayers/theme/default/img/move_feature_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/move_feature_on.png rename to src/main/webapp/js/openlayers/theme/default/img/move_feature_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/navigation_history.png b/src/main/webapp/js/openlayers/theme/default/img/navigation_history.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/navigation_history.png rename to src/main/webapp/js/openlayers/theme/default/img/navigation_history.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/overview_replacement.gif b/src/main/webapp/js/openlayers/theme/default/img/overview_replacement.gif similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/overview_replacement.gif rename to src/main/webapp/js/openlayers/theme/default/img/overview_replacement.gif diff --git a/src/main/webapp/lib/openlayers/theme/default/img/pan-panel-NOALPHA.png b/src/main/webapp/js/openlayers/theme/default/img/pan-panel-NOALPHA.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/pan-panel-NOALPHA.png rename to src/main/webapp/js/openlayers/theme/default/img/pan-panel-NOALPHA.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/pan-panel.png b/src/main/webapp/js/openlayers/theme/default/img/pan-panel.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/pan-panel.png rename to src/main/webapp/js/openlayers/theme/default/img/pan-panel.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/pan_off.png b/src/main/webapp/js/openlayers/theme/default/img/pan_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/pan_off.png rename to src/main/webapp/js/openlayers/theme/default/img/pan_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/pan_on.png b/src/main/webapp/js/openlayers/theme/default/img/pan_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/pan_on.png rename to src/main/webapp/js/openlayers/theme/default/img/pan_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/panning-hand-off.png b/src/main/webapp/js/openlayers/theme/default/img/panning-hand-off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/panning-hand-off.png rename to src/main/webapp/js/openlayers/theme/default/img/panning-hand-off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/panning-hand-on.png b/src/main/webapp/js/openlayers/theme/default/img/panning-hand-on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/panning-hand-on.png rename to src/main/webapp/js/openlayers/theme/default/img/panning-hand-on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/remove_point_off.png b/src/main/webapp/js/openlayers/theme/default/img/remove_point_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/remove_point_off.png rename to src/main/webapp/js/openlayers/theme/default/img/remove_point_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/remove_point_on.png b/src/main/webapp/js/openlayers/theme/default/img/remove_point_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/remove_point_on.png rename to src/main/webapp/js/openlayers/theme/default/img/remove_point_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/ruler.png b/src/main/webapp/js/openlayers/theme/default/img/ruler.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/ruler.png rename to src/main/webapp/js/openlayers/theme/default/img/ruler.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/save_features_off.png b/src/main/webapp/js/openlayers/theme/default/img/save_features_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/save_features_off.png rename to src/main/webapp/js/openlayers/theme/default/img/save_features_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/save_features_on.png b/src/main/webapp/js/openlayers/theme/default/img/save_features_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/save_features_on.png rename to src/main/webapp/js/openlayers/theme/default/img/save_features_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/view_next_off.png b/src/main/webapp/js/openlayers/theme/default/img/view_next_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/view_next_off.png rename to src/main/webapp/js/openlayers/theme/default/img/view_next_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/view_next_on.png b/src/main/webapp/js/openlayers/theme/default/img/view_next_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/view_next_on.png rename to src/main/webapp/js/openlayers/theme/default/img/view_next_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/view_previous_off.png b/src/main/webapp/js/openlayers/theme/default/img/view_previous_off.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/view_previous_off.png rename to src/main/webapp/js/openlayers/theme/default/img/view_previous_off.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/view_previous_on.png b/src/main/webapp/js/openlayers/theme/default/img/view_previous_on.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/view_previous_on.png rename to src/main/webapp/js/openlayers/theme/default/img/view_previous_on.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/zoom-panel-NOALPHA.png b/src/main/webapp/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/zoom-panel-NOALPHA.png rename to src/main/webapp/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png diff --git a/src/main/webapp/lib/openlayers/theme/default/img/zoom-panel.png b/src/main/webapp/js/openlayers/theme/default/img/zoom-panel.png similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/img/zoom-panel.png rename to src/main/webapp/js/openlayers/theme/default/img/zoom-panel.png diff --git a/src/main/webapp/lib/openlayers/theme/default/style.css b/src/main/webapp/js/openlayers/theme/default/style.css similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/style.css rename to src/main/webapp/js/openlayers/theme/default/style.css diff --git a/src/main/webapp/lib/openlayers/theme/default/style.tidy.css b/src/main/webapp/js/openlayers/theme/default/style.tidy.css similarity index 100% rename from src/main/webapp/lib/openlayers/theme/default/style.tidy.css rename to src/main/webapp/js/openlayers/theme/default/style.tidy.css diff --git a/src/main/webapp/lib/org/cometd.js b/src/main/webapp/js/org/cometd.js similarity index 100% rename from src/main/webapp/lib/org/cometd.js rename to src/main/webapp/js/org/cometd.js diff --git a/src/main/webapp/lib/org/cometd/AckExtension.js b/src/main/webapp/js/org/cometd/AckExtension.js similarity index 100% rename from src/main/webapp/lib/org/cometd/AckExtension.js rename to src/main/webapp/js/org/cometd/AckExtension.js diff --git a/src/main/webapp/lib/org/cometd/ReloadExtension.js b/src/main/webapp/js/org/cometd/ReloadExtension.js similarity index 100% rename from src/main/webapp/lib/org/cometd/ReloadExtension.js rename to src/main/webapp/js/org/cometd/ReloadExtension.js diff --git a/src/main/webapp/lib/org/cometd/TimeStampExtension.js b/src/main/webapp/js/org/cometd/TimeStampExtension.js similarity index 100% rename from src/main/webapp/lib/org/cometd/TimeStampExtension.js rename to src/main/webapp/js/org/cometd/TimeStampExtension.js diff --git a/src/main/webapp/lib/org/cometd/TimeSyncExtension.js b/src/main/webapp/js/org/cometd/TimeSyncExtension.js similarity index 100% rename from src/main/webapp/lib/org/cometd/TimeSyncExtension.js rename to src/main/webapp/js/org/cometd/TimeSyncExtension.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG102005.js b/src/main/webapp/js/proj4js/defs/EPSG102005.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG102005.js rename to src/main/webapp/js/proj4js/defs/EPSG102005.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG102028.js b/src/main/webapp/js/proj4js/defs/EPSG102028.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG102028.js rename to src/main/webapp/js/proj4js/defs/EPSG102028.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG102582.js b/src/main/webapp/js/proj4js/defs/EPSG102582.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG102582.js rename to src/main/webapp/js/proj4js/defs/EPSG102582.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG102757.js b/src/main/webapp/js/proj4js/defs/EPSG102757.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG102757.js rename to src/main/webapp/js/proj4js/defs/EPSG102757.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG102758.js b/src/main/webapp/js/proj4js/defs/EPSG102758.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG102758.js rename to src/main/webapp/js/proj4js/defs/EPSG102758.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG22195.js b/src/main/webapp/js/proj4js/defs/EPSG22195.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG22195.js rename to src/main/webapp/js/proj4js/defs/EPSG22195.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG258320.js b/src/main/webapp/js/proj4js/defs/EPSG258320.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG258320.js rename to src/main/webapp/js/proj4js/defs/EPSG258320.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG26591.js b/src/main/webapp/js/proj4js/defs/EPSG26591.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG26591.js rename to src/main/webapp/js/proj4js/defs/EPSG26591.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG26912.js b/src/main/webapp/js/proj4js/defs/EPSG26912.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG26912.js rename to src/main/webapp/js/proj4js/defs/EPSG26912.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG26986.js b/src/main/webapp/js/proj4js/defs/EPSG26986.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG26986.js rename to src/main/webapp/js/proj4js/defs/EPSG26986.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG27563.js b/src/main/webapp/js/proj4js/defs/EPSG27563.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG27563.js rename to src/main/webapp/js/proj4js/defs/EPSG27563.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG27582.js b/src/main/webapp/js/proj4js/defs/EPSG27582.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG27582.js rename to src/main/webapp/js/proj4js/defs/EPSG27582.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG27700.js b/src/main/webapp/js/proj4js/defs/EPSG27700.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG27700.js rename to src/main/webapp/js/proj4js/defs/EPSG27700.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG28992.js b/src/main/webapp/js/proj4js/defs/EPSG28992.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG28992.js rename to src/main/webapp/js/proj4js/defs/EPSG28992.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31281.js b/src/main/webapp/js/proj4js/defs/EPSG31281.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31281.js rename to src/main/webapp/js/proj4js/defs/EPSG31281.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31282.js b/src/main/webapp/js/proj4js/defs/EPSG31282.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31282.js rename to src/main/webapp/js/proj4js/defs/EPSG31282.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31283.js b/src/main/webapp/js/proj4js/defs/EPSG31283.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31283.js rename to src/main/webapp/js/proj4js/defs/EPSG31283.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31284.js b/src/main/webapp/js/proj4js/defs/EPSG31284.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31284.js rename to src/main/webapp/js/proj4js/defs/EPSG31284.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31285.js b/src/main/webapp/js/proj4js/defs/EPSG31285.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31285.js rename to src/main/webapp/js/proj4js/defs/EPSG31285.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31286.js b/src/main/webapp/js/proj4js/defs/EPSG31286.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31286.js rename to src/main/webapp/js/proj4js/defs/EPSG31286.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31287.js b/src/main/webapp/js/proj4js/defs/EPSG31287.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31287.js rename to src/main/webapp/js/proj4js/defs/EPSG31287.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31291.js b/src/main/webapp/js/proj4js/defs/EPSG31291.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31291.js rename to src/main/webapp/js/proj4js/defs/EPSG31291.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31292.js b/src/main/webapp/js/proj4js/defs/EPSG31292.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31292.js rename to src/main/webapp/js/proj4js/defs/EPSG31292.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31293.js b/src/main/webapp/js/proj4js/defs/EPSG31293.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31293.js rename to src/main/webapp/js/proj4js/defs/EPSG31293.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31294.js b/src/main/webapp/js/proj4js/defs/EPSG31294.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31294.js rename to src/main/webapp/js/proj4js/defs/EPSG31294.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31295.js b/src/main/webapp/js/proj4js/defs/EPSG31295.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31295.js rename to src/main/webapp/js/proj4js/defs/EPSG31295.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31296.js b/src/main/webapp/js/proj4js/defs/EPSG31296.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31296.js rename to src/main/webapp/js/proj4js/defs/EPSG31296.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG31297.js b/src/main/webapp/js/proj4js/defs/EPSG31297.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG31297.js rename to src/main/webapp/js/proj4js/defs/EPSG31297.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32611.js b/src/main/webapp/js/proj4js/defs/EPSG32611.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32611.js rename to src/main/webapp/js/proj4js/defs/EPSG32611.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32612.js b/src/main/webapp/js/proj4js/defs/EPSG32612.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32612.js rename to src/main/webapp/js/proj4js/defs/EPSG32612.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32613.js b/src/main/webapp/js/proj4js/defs/EPSG32613.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32613.js rename to src/main/webapp/js/proj4js/defs/EPSG32613.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32614.js b/src/main/webapp/js/proj4js/defs/EPSG32614.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32614.js rename to src/main/webapp/js/proj4js/defs/EPSG32614.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32615.js b/src/main/webapp/js/proj4js/defs/EPSG32615.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32615.js rename to src/main/webapp/js/proj4js/defs/EPSG32615.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32616.js b/src/main/webapp/js/proj4js/defs/EPSG32616.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32616.js rename to src/main/webapp/js/proj4js/defs/EPSG32616.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32620.js b/src/main/webapp/js/proj4js/defs/EPSG32620.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32620.js rename to src/main/webapp/js/proj4js/defs/EPSG32620.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32622.js b/src/main/webapp/js/proj4js/defs/EPSG32622.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32622.js rename to src/main/webapp/js/proj4js/defs/EPSG32622.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32705.js b/src/main/webapp/js/proj4js/defs/EPSG32705.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32705.js rename to src/main/webapp/js/proj4js/defs/EPSG32705.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32706.js b/src/main/webapp/js/proj4js/defs/EPSG32706.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32706.js rename to src/main/webapp/js/proj4js/defs/EPSG32706.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32738.js b/src/main/webapp/js/proj4js/defs/EPSG32738.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32738.js rename to src/main/webapp/js/proj4js/defs/EPSG32738.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32740.js b/src/main/webapp/js/proj4js/defs/EPSG32740.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32740.js rename to src/main/webapp/js/proj4js/defs/EPSG32740.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG32758.js b/src/main/webapp/js/proj4js/defs/EPSG32758.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG32758.js rename to src/main/webapp/js/proj4js/defs/EPSG32758.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG41001.js b/src/main/webapp/js/proj4js/defs/EPSG41001.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG41001.js rename to src/main/webapp/js/proj4js/defs/EPSG41001.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG4139.js b/src/main/webapp/js/proj4js/defs/EPSG4139.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG4139.js rename to src/main/webapp/js/proj4js/defs/EPSG4139.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG4181.js b/src/main/webapp/js/proj4js/defs/EPSG4181.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG4181.js rename to src/main/webapp/js/proj4js/defs/EPSG4181.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG42101.js b/src/main/webapp/js/proj4js/defs/EPSG42101.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG42101.js rename to src/main/webapp/js/proj4js/defs/EPSG42101.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG42304.js b/src/main/webapp/js/proj4js/defs/EPSG42304.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG42304.js rename to src/main/webapp/js/proj4js/defs/EPSG42304.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG4302.js b/src/main/webapp/js/proj4js/defs/EPSG4302.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG4302.js rename to src/main/webapp/js/proj4js/defs/EPSG4302.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG54008.js b/src/main/webapp/js/proj4js/defs/EPSG54008.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG54008.js rename to src/main/webapp/js/proj4js/defs/EPSG54008.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG54021.js b/src/main/webapp/js/proj4js/defs/EPSG54021.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG54021.js rename to src/main/webapp/js/proj4js/defs/EPSG54021.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG54029.js b/src/main/webapp/js/proj4js/defs/EPSG54029.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG54029.js rename to src/main/webapp/js/proj4js/defs/EPSG54029.js diff --git a/src/main/webapp/lib/proj4js/defs/EPSG900913.js b/src/main/webapp/js/proj4js/defs/EPSG900913.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/EPSG900913.js rename to src/main/webapp/js/proj4js/defs/EPSG900913.js diff --git a/src/main/webapp/lib/proj4js/defs/GOOGLE.js b/src/main/webapp/js/proj4js/defs/GOOGLE.js similarity index 100% rename from src/main/webapp/lib/proj4js/defs/GOOGLE.js rename to src/main/webapp/js/proj4js/defs/GOOGLE.js diff --git a/src/main/webapp/lib/proj4js/proj4js-combined.js b/src/main/webapp/js/proj4js/proj4js-combined.js similarity index 97% rename from src/main/webapp/lib/proj4js/proj4js-combined.js rename to src/main/webapp/js/proj4js/proj4js-combined.js index ad34dd5e..a589204c 100755 --- a/src/main/webapp/lib/proj4js/proj4js-combined.js +++ b/src/main/webapp/js/proj4js/proj4js-combined.js @@ -1,9 +1,9 @@ /* - proj4js.js -- Javascript reprojection library. - + proj4js.js -- Javascript reprojection library. + Author: Mike Adair madairATdmsolutions.ca Richard Greenwood rich@greenwoodmap.com - License: LGPL as per: http://www.gnu.org/copyleft/lesser.html + License: LGPL as per: http://www.gnu.org/copyleft/lesser.html Note: This program is an almost direct port of the C library Proj4. */ @@ -20,19 +20,19 @@ $Id: Proj.js 2956 2007-07-09 12:17:52Z steven $ */ /** - * Provides methods for coordinate transformations between map projections and + * Provides methods for coordinate transformations between map projections and * longitude/latitude, including datum transformations. - * + * * Initialization of Proj objects is with a projection code, usually EPSG codes. * The code passed in will be stripped of colons (':') and converted to uppercase * for internal use. * If you know what map projections your application will be dealing with, the - * definition for the projections can be included with the script tag when the + * definition for the projections can be included with the script tag when the * application is being coded. Otherwise, practically any projection definition * can be loaded dynamically at run-time with an AJAX request to a lookup service * such as spatialreference.org. * The actual code supporting the forward and inverse tansformations for each - * projection class is loaded dynamically at run-time. These may also be + * projection class is loaded dynamically at run-time. These may also be * specified when the application is coded if the projections to be used are known * beforehand. * A projection object has properties for units and title strings. @@ -55,7 +55,7 @@ Proj4js = { /** * Property: proxyScript - * A proxy script to execute AJAX requests in other domains. + * A proxy script to execute AJAX requests in other domains. */ proxyScript: null, //TBD: customize this for spatialreference.org output @@ -70,9 +70,9 @@ Proj4js = { * internal: http server path to library code. * TBD figure this out automatically */ - libPath: '../lib/', + libPath: '../js/', - /** + /** * Method: transform(source, dest, point) * Transform a point coordinate from one map projection to another. * @@ -87,12 +87,12 @@ Proj4js = { this.reportError("Proj4js initialization for "+source.srsCode+" not yet complete"); return; } - + if (point.transformed) { this.log("point already transformed"); return; } - + // Workaround for Spherical Mercator if ((source.srsProjNumber =="900913" && dest.datumCode != "WGS84") || (dest.srsProjNumber == "900913" && source.datumCode != "WGS84")) { @@ -115,19 +115,19 @@ Proj4js = { } // Adjust for the prime meridian if necessary - if (source.from_greenwich) { - point.x += source.from_greenwich; + if (source.from_greenwich) { + point.x += source.from_greenwich; } // Convert datums if needed, and if possible. point = this.datum_transform( source.datum, dest.datum, point ); // Adjust for the prime meridian if necessary - if (dest.from_greenwich) { - point.x -= dest.from_greenwich; + if (dest.from_greenwich) { + point.x -= dest.from_greenwich; } - if( dest.projName=="longlat" ) { + if( dest.projName=="longlat" ) { // convert radians to decimal degrees point.x *= Proj4js.common.R2D; point.y *= Proj4js.common.R2D; @@ -155,13 +155,13 @@ Proj4js = { // whereas cs_compare_datums returns 1 to indicate TRUE // confusing, should fix this } - + // Explicitly skip datum transform by setting 'datum=none' as parameter for either source or dest - if( source.datum_type == Proj4js.common.PJD_NODATUM + if( source.datum_type == Proj4js.common.PJD_NODATUM || dest.datum_type == Proj4js.common.PJD_NODATUM) { - return point; + return point; } - + // If this datum requires grid shifts, then apply it to geodetic coordinates. if( source.datum_type == Proj4js.common.PJD_GRIDSHIFT ) { @@ -186,8 +186,8 @@ Proj4js = { } // Do we need to go through geocentric coordinates? - if( source.es != dest.es || source.a != dest.a - || source.datum_type == Proj4js.common.PJD_3PARAM + if( source.es != dest.es || source.a != dest.a + || source.datum_type == Proj4js.common.PJD_3PARAM || source.datum_type == Proj4js.common.PJD_7PARAM || dest.datum_type == Proj4js.common.PJD_3PARAM || dest.datum_type == Proj4js.common.PJD_7PARAM) @@ -233,7 +233,7 @@ Proj4js = { /** * Function: log - * An internal method to log events. + * An internal method to log events. */ log: function(msg) { }, @@ -249,7 +249,7 @@ Proj4js = { asynchronous: false, //need to wait until defs are loaded before proceeding onSuccess: this.defsLoadedFromDisk.bind(this,proj.srsCode) } - + //else check for def on the server var url = this.libPath + 'defs/' + proj.srsAuth.toUpperCase() + proj.srsProjNumber + '.js'; new OpenLayers.Ajax.Request(url, options); @@ -262,7 +262,7 @@ Proj4js = { options.onFailure = this.defsFailed.bind(this,proj.srsCode); new OpenLayers.Ajax.Request(url, options); } - + //may return null here if the defs are not found return this.defs[proj.srsCode]; }, @@ -292,8 +292,8 @@ Proj4js = { onSuccess: this.loadProjCodeSuccess.bind(this, projName), onFailure: this.loadProjCodeFailure.bind(this, projName) }; - - //load the projection class + + //load the projection class var url = this.libPath + 'projCode/' + projName + '.js'; new OpenLayers.Ajax.Request(url, options); }, @@ -323,18 +323,18 @@ Proj4js.Proj = OpenLayers.Class({ * Property: readyToUse * Flag to indicate if initialization is complete for this Proj object */ - readyToUse : false, - + readyToUse : false, + /** * Property: title * The title to describe the projection */ - title: null, - + title: null, + /** * Property: projName * The projection class for this projection, e.g. lcc (lambert conformal conic, - * or merc for mercator. These are exactly equicvalent to their Proj4 + * or merc for mercator. These are exactly equicvalent to their Proj4 * counterparts. */ projName: null, @@ -409,13 +409,13 @@ Proj4js.Proj = OpenLayers.Class({ case "lat_0": this.lat0 = paramVal*Proj4js.common.D2R; break; // phi0, central latitude case "lat_1": this.lat1 = paramVal*Proj4js.common.D2R; break; //standard parallel 1 case "lat_2": this.lat2 = paramVal*Proj4js.common.D2R; break; //standard parallel 2 - case "lat_ts": this.lat_ts = paramVal*Proj4js.common.D2R; break; //used in merc + case "lat_ts": this.lat_ts = paramVal*Proj4js.common.D2R; break; //used in merc case "lon_0": this.long0 = paramVal*Proj4js.common.D2R; break; // lam0, central longitude case "x_0": this.x0 = parseFloat(paramVal); break; // false easting case "y_0": this.y0 = parseFloat(paramVal); break; // false northing case "k_0": this.k0 = parseFloat(paramVal); break; // projection scale factor case "k": this.k0 = parseFloat(paramVal); break; // both forms returned - case "R_A": this.R = parseFloat(paramVal); break; //Spheroid radius + case "R_A": this.R = parseFloat(paramVal); break; //Spheroid radius case "zone": this.zone = parseInt(paramVal); break; // UTM Zone case "south": this.utmSouth = true; break; // UTM north/south case "towgs84":this.datum_params = paramVal.split(","); break; @@ -424,7 +424,7 @@ Proj4js.Proj = OpenLayers.Class({ case "pm": paramVal = paramVal.replace(/\s/gi,""); this.from_greenwich = Proj4js.PrimeMeridian[paramVal] ? Proj4js.PrimeMeridian[paramVal]*Proj4js.common.D2R : 0.0; break; - case "no_defs": break; + case "no_defs": break; default: Proj4js.log("Unrecognized parameter: " + paramName); } // switch() } // for paramArray @@ -474,7 +474,7 @@ Proj4js.Proj.longlat = { }; /** - Proj4js.defs is a collection of coordinate system definition objects in the + Proj4js.defs is a collection of coordinate system definition objects in the Proj4 command line format. Generally a def is added by means of a separate .js file for example: @@ -492,7 +492,7 @@ Proj4js.defs = { // without requiring a separate .js file 'WGS84': "+title=long/lat:WGS84 +proj=longlat +ellps=WGS84 +datum=WGS84", 'EPSG:4326': "+title=long/lat:WGS84 +proj=longlat +a=6378137.0 +b=6356752.31424518 +ellps=WGS84 +datum=WGS84", - 'EPSG:4269': "+title=long/lat:NAD83 +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83" + 'EPSG:4269': "+title=long/lat:NAD83 +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83" }; //+a=6378137.0 +b=6356752.31424518 +ellps=WGS84 +datum=WGS84", Proj4js.common = { @@ -554,8 +554,8 @@ Proj4js.common = { return (-9999); }, -/* Function to compute constant small q which is the radius of a - parallel of latitude, phi, divided by the semimajor axis. +/* Function to compute constant small q which is the radius of a + parallel of latitude, phi, divided by the semimajor axis. ------------------------------------------------------------*/ qsfnz : function(eccent,sinphi,cosphi) { var con; @@ -749,7 +749,7 @@ var maxiter = 30; var Longitude; var Latitude; var Height; - + At_Pole = false; P = Math.sqrt(X*X+Y*Y); RR = Math.sqrt(X*X+Y*Y+Z*Z); @@ -776,7 +776,7 @@ var maxiter = 30; /* -------------------------------------------------------------- * Following iterative algorithm was developped by - * "Institut für Erdmessung", University of Hannover, July 1988. + * "Institut f�r Erdmessung", University of Hannover, July 1988. * Internet: www.ife.uni-hannover.de * Iterative computation of CPHI,SPHI and Height. * Iteration of CPHI and SPHI to 10**-12 radian resp. @@ -1020,18 +1020,18 @@ Proj4js.Point = OpenLayers.Class({ * Return a readable string version of the lonlat * * Return: - * {String} String representation of Proj4js.Point object. + * {String} String representation of Proj4js.Point object. * (ex. <i>"x=5,y=42"</i>) */ toString:function() { return ("x=" + this.x + ",y=" + this.y); }, - /** + /** * APIMethod: toShortString - * + * * Return: - * {String} Shortened String representation of Proj4js.Point object. + * {String} Shortened String representation of Proj4js.Point object. * (ex. <i>"5, 42"</i>) */ toShortString:function() { @@ -1180,7 +1180,7 @@ Proj4js.Proj.sterea = { ====================================================================== */ /******************************************************************************* -NAME ALBERS CONICAL EQUAL AREA +NAME ALBERS CONICAL EQUAL AREA PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Albers Conical Equal Area projection. The longitude @@ -1253,11 +1253,11 @@ Proj4js.Proj.aea = { var qs = Proj4js.common.qsfnz(this.e3,this.sin_phi,this.cos_phi); var rh1 =this.a * Math.sqrt(this.c - this.ns0 * qs)/this.ns0; - var theta = this.ns0 * Proj4js.common.adjust_lon(lon - this.long0); + var theta = this.ns0 * Proj4js.common.adjust_lon(lon - this.long0); var x = rh1 * Math.sin(theta) + this.x0; var y = this.rh - rh1 * Math.cos(theta) + this.y0; - p.x = x; + p.x = x; p.y = y; return p; }, @@ -1301,7 +1301,7 @@ Proj4js.Proj.aea = { p.y = lat; return p; }, - + /* Function to compute phi1, the latitude for the inverse of the Albers Conical Equal-Area projection. -------------------------------------------*/ @@ -1309,12 +1309,12 @@ Proj4js.Proj.aea = { var con, com, dphi; var phi = Proj4js.common.asinz(.5 * qs); if (eccent < Proj4js.common.EPSLN) return phi; - - var eccnts = eccent * eccent; + + var eccnts = eccent * eccent; for (var i = 1; i <= 25; i++) { sinphi = Math.sin(phi); cosphi = Math.cos(phi); - con = eccent * sinphi; + con = eccent * sinphi; com = 1.0 - con * con; dphi = .5 * com * com / cosphi * (qs / (1.0 - eccnts) - sinphi / com + .5 / eccent * Math.log((1.0 - con) / (1.0 + con))); phi = phi + dphi; @@ -1323,7 +1323,7 @@ Proj4js.Proj.aea = { Proj4js.reportError("aea:phi1z:Convergence error"); return null; } - + }; @@ -1355,7 +1355,7 @@ function phi4z (eccent,e0,e1,e2,e3,a,b,c,phi) { con3 = 2.0 * (a - ml) * (c * mlp - 2.0 / sin2ph) - 2.0 * mlp; dphi = con1 / (con2 + con3); phi += dphi; - if (Math.abs(dphi) <= .0000000001 ) return(phi); + if (Math.abs(dphi) <= .0000000001 ) return(phi); } Proj4js.reportError("phi4z: No convergence"); return null; @@ -1378,7 +1378,7 @@ function e4fn(x) { /******************************************************************************* -NAME POLYCONIC +NAME POLYCONIC PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Polyconic projection. The @@ -1411,7 +1411,7 @@ Proj4js.Proj.poly = { /* Place parameters in static storage for common use -------------------------------------------------*/ this.temp = this.b / this.a; - this.es = 1.0 - Math.pow(this.temp,2);// devait etre dans tmerc.js mais n y est pas donc je commente sinon retour de valeurs nulles + this.es = 1.0 - Math.pow(this.temp,2);// devait etre dans tmerc.js mais n y est pas donc je commente sinon retour de valeurs nulles this.e = Math.sqrt(this.es); this.e0 = Proj4js.common.e0fn(this.es); this.e1 = Proj4js.common.e1fn(this.es); @@ -1433,7 +1433,7 @@ Proj4js.Proj.poly = { var x,y; var lon=p.x; - var lat=p.y; + var lat=p.y; con = Proj4js.common.adjust_lon(lon - this.long0); if (Math.abs(lat) <= .0000001) { @@ -1441,7 +1441,7 @@ Proj4js.Proj.poly = { y = this.y0 - this.a * this.ml0; } else { sinphi = Math.sin(lat); - cosphi = Math.cos(lat); + cosphi = Math.cos(lat); ml = Proj4js.common.mlfn(this.e0, this.e1, this.e2, this.e3, lat); ms = Proj4js.common.msfnz(this.e,sinphi,cosphi); @@ -1451,7 +1451,7 @@ Proj4js.Proj.poly = { } p.x=x; - p.y=y; + p.y=y; return p; }, @@ -1494,7 +1494,7 @@ Proj4js.Proj.poly = { ====================================================================== */ /******************************************************************************* -NAME EQUIRECTANGULAR +NAME EQUIRECTANGULAR PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Equirectangular projection. The @@ -1531,8 +1531,8 @@ Proj4js.Proj.equi = { ---------------------------------------------------------*/ forward: function(p) { - var lon=p.x; - var lat=p.y; + var lon=p.x; + var lat=p.y; var dlon = Proj4js.common.adjust_lon(lon - this.long0); var x = this.x0 +this. a * dlon *Math.cos(this.lat0); @@ -1601,7 +1601,7 @@ ALGORITHM REFERENCES //static double m1; /* small value m */ //static double false_northing = y0; /* y offset in meters */ //static double false_easting = x0; /* x offset in meters */ -//scale_fact = k0 +//scale_fact = k0 Proj4js.Proj.merc = { init : function() { @@ -1623,14 +1623,14 @@ Proj4js.Proj.merc = { /* Mercator forward equations--mapping lat,long to x,y --------------------------------------------------*/ - forward : function(p) { + forward : function(p) { //alert("ll2m coords : "+coords); var lon = p.x; var lat = p.y; // convert to radians - if ( lat*Proj4js.common.R2D > 90.0 && - lat*Proj4js.common.R2D < -90.0 && - lon*Proj4js.common.R2D > 180.0 && + if ( lat*Proj4js.common.R2D > 90.0 && + lat*Proj4js.common.R2D < -90.0 && + lon*Proj4js.common.R2D > 180.0 && lon*Proj4js.common.R2D < -180.0) { Proj4js.reportError("merc:forward: llInputOutOfRange: "+ lon +" : " + lat); return null; @@ -1650,7 +1650,7 @@ Proj4js.Proj.merc = { x = this.x0 + this.a * this.k0 * Proj4js.common.adjust_lon(lon - this.long0); y = this.y0 - this.a * this.k0 * Math.log(ts); } - p.x = x; + p.x = x; p.y = y; return p; } @@ -1659,7 +1659,7 @@ Proj4js.Proj.merc = { /* Mercator inverse equations--mapping x,y to lat/long --------------------------------------------------*/ - inverse : function(p) { + inverse : function(p) { var x = p.x - this.x0; var y = p.y - this.y0; @@ -1736,7 +1736,7 @@ Proj4js.Proj.utm = { ====================================================================== */ /******************************************************************************* -NAME EQUIDISTANT CONIC +NAME EQUIDISTANT CONIC PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Equidistant Conic projection. The longitude and @@ -1793,7 +1793,7 @@ Proj4js.Proj.eqdc = { //return(81); } this.sinphi=Math.sin(this.lat2); - this.cosphi=Math.cos(this.lat2); + this.cosphi=Math.cos(this.lat2); this.ms2 = Proj4js.common.msfnz(this.e,this.sinphi,this.cosphi); this.ml2 = Proj4js.common.mlfn(this.e0, this.e1, this.e2, this.e3, this.lat2); @@ -1837,10 +1837,10 @@ Proj4js.Proj.eqdc = { p.y = this.rh - p.y + this.y0; var con, rh1; if (this.ns >= 0) { - var rh1 = Math.sqrt(p.x *p.x + p.y * p.y); + var rh1 = Math.sqrt(p.x *p.x + p.y * p.y); var con = 1.0; } else { - rh1 = -Math.sqrt(p.x *p. x +p. y * p.y); + rh1 = -Math.sqrt(p.x *p. x +p. y * p.y); con = -1.0; } var theta = 0.0; @@ -1850,10 +1850,10 @@ Proj4js.Proj.eqdc = { var lon = Proj4js.common.adjust_lon(this.long0 + theta / this.ns); p.x=lon; - p.y=lat; + p.y=lat; return p; }, - + /* Function to compute latitude, phi3, for the inverse of the Equidistant Conic projection. -----------------------------------------------------------------*/ @@ -1873,7 +1873,7 @@ Proj4js.Proj.eqdc = { return null; } - + }; /* ====================================================================== projCode/tmerc.js @@ -2031,7 +2031,7 @@ Proj4js.defs["EPSG:900913"]=Proj4js.defs["GOOGLE"]; ====================================================================== */ /******************************************************************************* -NAME ORTHOGRAPHIC +NAME ORTHOGRAPHIC PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Orthographic projection. The @@ -2063,7 +2063,7 @@ Proj4js.Proj.ortho = { /* Place parameters in static storage for common use -------------------------------------------------*/; this.sin_p14=Math.sin(this.lat0); - this.cos_p14=Math.cos(this.lat0); + this.cos_p14=Math.cos(this.lat0); }, @@ -2074,15 +2074,15 @@ Proj4js.Proj.ortho = { var dlon; /* delta longitude value */ var coslon; /* cos of longitude */ var ksp; /* scale factor */ - var g; + var g; var lon=p.x; - var lat=p.y; + var lat=p.y; /* Forward equations -----------------*/ dlon = Proj4js.common.adjust_lon(lon - this.long0); sinphi=Math.sin(lat); - cosphi=Math.cos(lat); + cosphi=Math.cos(lat); coslon = Math.cos(dlon); g = this.sin_p14 * sinphi + this.cos_p14 * cosphi * coslon; @@ -2121,7 +2121,7 @@ Proj4js.Proj.ortho = { lon = this.long0; if (Math.abs(rh) <= Proj4js.common.EPSLN) { - lat = this.lat0; + lat = this.lat0; } lat = Proj4js.common.asinz(cosz * this.sin_p14 + (y * sinz * this.cos_p14)/rh); con = Math.abs(lat0) - Proj4js.common.HALF_PI; @@ -2215,14 +2215,14 @@ Proj4js.Proj.stere = { break; } } - }, + }, // Stereographic forward equations--mapping lat,long to x,y forward: function(p) { var lon = p.x; var lat = p.y; var x, y - + if (this.sphere) { var sinphi, cosphi, coslam, sinlam; @@ -2389,27 +2389,27 @@ Proj4js.Proj.stere = { } } } -}; +}; /* ====================================================================== projCode/mill.js ====================================================================== */ /******************************************************************************* -NAME MILLER CYLINDRICAL +NAME MILLER CYLINDRICAL PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Miller Cylindrical projection. The longitude and latitude must be in radians. The Easting and Northing values will be returned in meters. -PROGRAMMER DATE ----------- ---- +PROGRAMMER DATE +---------- ---- T. Mittan March, 1993 This function was adapted from the Lambert Azimuthal Equal Area projection code (FORTRAN) in the General Cartographic Transformation Package software which is available from the U.S. Geological Survey National Mapping Division. - + ALGORITHM REFERENCES 1. "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, @@ -2474,14 +2474,14 @@ PURPOSE: Transforms input longitude and latitude to Easting and longitude and latitude must be in radians. The Easting and Northing values will be returned in meters. -PROGRAMMER DATE ----------- ---- -D. Steinwand, EROS May, 1991 +PROGRAMMER DATE +---------- ---- +D. Steinwand, EROS May, 1991 -This function was adapted from the Sinusoidal projection code (FORTRAN) in the -General Cartographic Transformation Package software which is available from +This function was adapted from the Sinusoidal projection code (FORTRAN) in the +General Cartographic Transformation Package software which is available from the U.S. Geological Survey National Mapping Division. - + ALGORITHM REFERENCES 1. Snyder, John P., "Map Projections--A Working Manual", U.S. Geological @@ -2505,9 +2505,9 @@ Proj4js.Proj.sinu = { /* Sinusoidal forward equations--mapping lat,long to x,y -----------------------------------------------------*/ forward: function(p) { - var x,y,delta_lon; + var x,y,delta_lon; var lon=p.x; - var lat=p.y; + var lat=p.y; /* Forward equations -----------------*/ delta_lon = Proj4js.common.adjust_lon(lon - this.long0); @@ -2515,12 +2515,12 @@ Proj4js.Proj.sinu = { y = this.R * lat + this.y0; p.x=x; - p.y=y; + p.y=y; return p; }, inverse: function(p) { - var lat,temp,lon; + var lat,temp,lon; /* Inverse equations -----------------*/ @@ -2537,7 +2537,7 @@ Proj4js.Proj.sinu = { } else { lon = this.long0; } - + p.x=lon; p.y=lat; return p; @@ -2818,21 +2818,21 @@ function cs_geocentric_from_wgs84( defn, p ) { ====================================================================== */ /******************************************************************************* -NAME VAN DER GRINTEN +NAME VAN DER GRINTEN PURPOSE: Transforms input Easting and Northing to longitude and latitude for the Van der Grinten projection. The Easting and Northing must be in meters. The longitude and latitude values will be returned in radians. -PROGRAMMER DATE ----------- ---- +PROGRAMMER DATE +---------- ---- T. Mittan March, 1993 This function was adapted from the Van Der Grinten projection code (FORTRAN) in the General Cartographic Transformation Package software which is available from the U.S. Geological Survey National Mapping Division. - + ALGORITHM REFERENCES 1. "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, @@ -2857,7 +2857,7 @@ Proj4js.Proj.vandg = { forward: function(p) { var lon=p.x; - var lat=p.y; + var lat=p.y; /* Forward equations -----------------*/ @@ -2963,7 +2963,7 @@ Proj4js.Proj.gauss = { init : function() { sphi = Math.sin(this.lat0); - cphi = Math.cos(this.lat0); + cphi = Math.cos(this.lat0); cphi *= cphi; this.rc = Math.sqrt(1.0 - this.es) / (1.0 - this.es * sphi * sphi); this.C = Math.sqrt(1.0 + this.es * cphi * cphi / (1.0 - this.es)); @@ -2990,7 +2990,7 @@ Proj4js.Proj.gauss = { lat = 2.0 * Math.atan(num * Proj4js.common.srat(this.e * Math.sin(p.y), -0.5 * this.e)) - Proj4js.common.HALF_PI; if (Math.abs(lat - p.y) < DEL_TOL) break; p.y = lat; - } + } /* convergence failed */ if (!i) { Proj4js.reportError("gauss:inverse:convergence failed"); @@ -3007,7 +3007,7 @@ Proj4js.Proj.gauss = { ====================================================================== */ /******************************************************************************* -NAME OBLIQUE MERCATOR (HOTINE) +NAME OBLIQUE MERCATOR (HOTINE) PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Oblique Mercator projection. The @@ -3144,7 +3144,7 @@ Proj4js.Proj.omerc = { this.cosgam=Math.cos(this.gam); this.sinaz=Math.sin(this.alpha); - this.cosaz=Math.cos(this.alpha); + this.cosaz=Math.cos(this.alpha); if (this.lat0 >= 0) { @@ -3420,20 +3420,20 @@ Proj4js.Proj.lcc = { /******************************************************************************* NAME LAMBERT AZIMUTHAL EQUAL-AREA - + PURPOSE: Transforms input longitude and latitude to Easting and Northing for the Lambert Azimuthal Equal-Area projection. The longitude and latitude must be in radians. The Easting and Northing values will be returned in meters. -PROGRAMMER DATE ----------- ---- -D. Steinwand, EROS March, 1991 +PROGRAMMER DATE +---------- ---- +D. Steinwand, EROS March, 1991 This function was adapted from the Lambert Azimuthal Equal Area projection code (FORTRAN) in the General Cartographic Transformation Package software which is available from the U.S. Geological Survey National Mapping Division. - + ALGORITHM REFERENCES 1. "New Equal-Area Map Projections for Noncircular Regions", John P. Snyder, @@ -3546,7 +3546,7 @@ Proj4js.Proj.aeqd = { var ksp; var sinphi=Math.sin(p.y); - var cosphi=Math.cos(p.y); + var cosphi=Math.cos(p.y); var dlon = Proj4js.common.adjust_lon(lon - this.long0); var coslon = Math.cos(dlon); var g = this.sin_p12 * sinphi + this.cos_p12 * cosphi * coslon; @@ -3606,7 +3606,7 @@ Proj4js.Proj.aeqd = { p.x = lon; p.y = lat; return p; - } + } }; /* ====================================================================== projCode/moll.js diff --git a/src/main/webapp/lib/proj4js/proj4js-compressed.js b/src/main/webapp/js/proj4js/proj4js-compressed.js similarity index 99% rename from src/main/webapp/lib/proj4js/proj4js-compressed.js rename to src/main/webapp/js/proj4js/proj4js-compressed.js index d19bfad5..e601024c 100755 --- a/src/main/webapp/lib/proj4js/proj4js-compressed.js +++ b/src/main/webapp/js/proj4js/proj4js-compressed.js @@ -1,13 +1,13 @@ /* - proj4js.js -- Javascript reprojection library. - + proj4js.js -- Javascript reprojection library. + Author: Mike Adair madairATdmsolutions.ca Richard Greenwood rich@greenwoodmap.com - License: LGPL as per: http://www.gnu.org/copyleft/lesser.html + License: LGPL as per: http://www.gnu.org/copyleft/lesser.html Note: This program is an almost direct port of the C library Proj4. */ -Proj4js={defaultDatum:'WGS84',proxyScript:null,defsLookupService:'http://spatialreference.org/ref',libPath:'../lib/',transform:function(source,dest,point){if(!source.readyToUse||!dest.readyToUse){this.reportError("Proj4js initialization for "+source.srsCode+" not yet complete");return;} +Proj4js={defaultDatum:'WGS84',proxyScript:null,defsLookupService:'http://spatialreference.org/ref',libPath:'../js/',transform:function(source,dest,point){if(!source.readyToUse||!dest.readyToUse){this.reportError("Proj4js initialization for "+source.srsCode+" not yet complete");return;} if(point.transformed){this.log("point already transformed");return;} if((source.srsProjNumber=="900913"&&dest.datumCode!="WGS84")||(dest.srsProjNumber=="900913"&&source.datumCode!="WGS84")){var wgs84=Proj4js.WGS84;this.transform(source,wgs84,point);point.transformed=false;source=wgs84;} if(source.projName=="longlat"){point.x*=Proj4js.common.D2R;point.y*=Proj4js.common.D2R;}else{if(source.to_meter){point.x*=source.to_meter;point.y*=source.to_meter;} diff --git a/src/main/webapp/lib/isochrones/util.js b/src/main/webapp/js/util.js similarity index 100% rename from src/main/webapp/lib/isochrones/util.js rename to src/main/webapp/js/util.js diff --git a/src/main/webapp/lib/firebug/errorIcon.png b/src/main/webapp/lib/firebug/errorIcon.png deleted file mode 100644 index 2d75261bb675f5f878a9ca549340d11694287ea9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 457 zcmV;)0XF`LP)<h;3K|Lk000e1NJLTq000gE000gM1^@s6A4o0H00004XF*Lt007q5 z)K6G40000PbVXQnQ*UN;cVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUzTS-JgRCwBa zl08cUK@fT!+xu+TIL`U?*H0g^f(9N4B>5Ui~H0X8YDC6$Gxpb|xtYf@N==`2Jc z7Ah8ji(kR7VtwakC$}D$g(o{ZGjC>QZ;f+~bR8H|#%4hcOnLVm*j;w6MZq#Egs5(a zc4lEugK?iQ0QcYtDcH902T2xS;XcvY8O)TA|L_Qo0dkkJVlXBT;dmV(QXWLO$HEed zt}ftbg3DK{l45N>4BPBOtRiE?7^^l0JFaL_w@cLT6E&N;kZtyH3~NT_jk(q5@35sP zaxP8XaIwukAMZ)K?GhDNr$f|e<Y%_or=LN#GFQBQ3oBZiSJKMtD_jr@w{F8W!}h|q zeY=+;tg~?b2#0|RljP4#p-<;?63HIGMjPhWh;R4~PDQvf6ngRI363}Z=6=8@z}34e z&=S$Q=9|JJpW_Ds7C{6)zy&z>@AO4;e+3u-uo^Lr*!;%I00000NkvXXu0mjfj3mDh diff --git a/src/main/webapp/lib/firebug/firebug.css b/src/main/webapp/lib/firebug/firebug.css deleted file mode 100644 index 1f041c4d..00000000 --- a/src/main/webapp/lib/firebug/firebug.css +++ /dev/null @@ -1,209 +0,0 @@ - -html, body { - margin: 0; - background: #FFFFFF; - font-family: Lucida Grande, Tahoma, sans-serif; - font-size: 11px; - overflow: hidden; -} - -a { - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -.toolbar { - height: 14px; - border-top: 1px solid ThreeDHighlight; - border-bottom: 1px solid ThreeDShadow; - padding: 2px 6px; - background: ThreeDFace; -} - -.toolbarRight { - position: absolute; - top: 4px; - right: 6px; -} - -#log { - overflow: auto; - position: absolute; - left: 0; - width: 100%; -} - -#commandLine { - position: absolute; - bottom: 0; - left: 0; - width: 100%; - height: 18px; - border: none; - border-top: 1px solid ThreeDShadow; -} - -/************************************************************************************************/ - -.logRow { - position: relative; - border-bottom: 1px solid #D7D7D7; - padding: 2px 4px 1px 6px; - background-color: #FFFFFF; -} - -.logRow-command { - font-family: Monaco, monospace; - color: blue; -} - -.objectBox-null { - padding: 0 2px; - border: 1px solid #666666; - background-color: #888888; - color: #FFFFFF; -} - -.objectBox-string { - font-family: Monaco, monospace; - color: red; - white-space: pre; -} - -.objectBox-number { - color: #000088; -} - -.objectBox-function { - font-family: Monaco, monospace; - color: DarkGreen; -} - -.objectBox-object { - color: DarkGreen; - font-weight: bold; -} - -/************************************************************************************************/ - -.logRow-info, -.logRow-error, -.logRow-warning { - background: #FFFFFF no-repeat 2px 2px; - padding-left: 20px; - padding-bottom: 3px; -} - -.logRow-info { - background-image: url(infoIcon.png); -} - -.logRow-warning { - background-color: cyan; - background-image: url(warningIcon.png); -} - -.logRow-error { - background-color: LightYellow; - background-image: url(errorIcon.png); -} - -.errorMessage { - vertical-align: top; - color: #FF0000; -} - -.objectBox-sourceLink { - position: absolute; - right: 4px; - top: 2px; - padding-left: 8px; - font-family: Lucida Grande, sans-serif; - font-weight: bold; - color: #0000FF; -} - -/************************************************************************************************/ - -.logRow-group { - background: #EEEEEE; - border-bottom: none; -} - -.logGroup { - background: #EEEEEE; -} - -.logGroupBox { - margin-left: 24px; - border-top: 1px solid #D7D7D7; - border-left: 1px solid #D7D7D7; -} - -/************************************************************************************************/ - -.selectorTag, -.selectorId, -.selectorClass { - font-family: Monaco, monospace; - font-weight: normal; -} - -.selectorTag { - color: #0000FF; -} - -.selectorId { - color: DarkBlue; -} - -.selectorClass { - color: red; -} - -/************************************************************************************************/ - -.objectBox-element { - font-family: Monaco, monospace; - color: #000088; -} - -.nodeChildren { - margin-left: 16px; -} - -.nodeTag { - color: blue; -} - -.nodeValue { - color: #FF0000; - font-weight: normal; -} - -.nodeText, -.nodeComment { - margin: 0 2px; - vertical-align: top; -} - -.nodeText { - color: #333333; -} - -.nodeComment { - color: DarkGreen; -} - -/************************************************************************************************/ - -.propertyNameCell { - vertical-align: top; -} - -.propertyName { - font-weight: bold; -} diff --git a/src/main/webapp/lib/firebug/firebug.html b/src/main/webapp/lib/firebug/firebug.html deleted file mode 100644 index 861e6393..00000000 --- a/src/main/webapp/lib/firebug/firebug.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - -<head> - <title>Firebug</title> - <link rel="stylesheet" type="text/css" href="firebug.css"> -</head> - -<body> - <div id="toolbar" class="toolbar"> - <a href="#" onclick="parent.console.clear()">Clear</a> - <span class="toolbarRight"> - <a href="#" onclick="parent.console.close()">Close</a> - </span> - </div> - <div id="log"></div> - <input type="text" id="commandLine"> - - <script>parent.onFirebugReady(document);</script> -</body> -</html> diff --git a/src/main/webapp/lib/firebug/firebug.js b/src/main/webapp/lib/firebug/firebug.js deleted file mode 100644 index a6242c3b..00000000 --- a/src/main/webapp/lib/firebug/firebug.js +++ /dev/null @@ -1,674 +0,0 @@ - -if (!window.console || !console.firebug) { (function() -{ - window.console = - { - log: function() - { - logFormatted(arguments, ""); - }, - - debug: function() - { - logFormatted(arguments, "debug"); - }, - - info: function() - { - logFormatted(arguments, "info"); - }, - - warn: function() - { - logFormatted(arguments, "warning"); - }, - - error: function() - { - logFormatted(arguments, "error"); - }, - - assert: function(truth, message) - { - if (!truth) - { - var args = []; - for (var i = 1; i < arguments.length; ++i) - args.push(arguments[i]); - - logFormatted(args.length ? args : ["Assertion Failure"], "error"); - throw message ? message : "Assertion Failure"; - } - }, - - dir: function(object) - { - var html = []; - - var pairs = []; - for (var name in object) - { - try - { - pairs.push([name, object[name]]); - } - catch (exc) - { - } - } - - pairs.sort(function(a, b) { return a[0] < b[0] ? -1 : 1; }); - - html.push('<table>'); - for (var i = 0; i < pairs.length; ++i) - { - var name = pairs[i][0], value = pairs[i][1]; - - html.push('<tr>', - '<td class="propertyNameCell"><span class="propertyName">', - escapeHTML(name), '</span></td>', '<td><span class="propertyValue">'); - appendObject(value, html); - html.push('</span></td></tr>'); - } - html.push('</table>'); - - logRow(html, "dir"); - }, - - dirxml: function(node) - { - var html = []; - - appendNode(node, html); - logRow(html, "dirxml"); - }, - - group: function() - { - logRow(arguments, "group", pushGroup); - }, - - groupEnd: function() - { - logRow(arguments, "", popGroup); - }, - - time: function(name) - { - timeMap[name] = (new Date()).getTime(); - }, - - timeEnd: function(name) - { - if (name in timeMap) - { - var delta = (new Date()).getTime() - timeMap[name]; - logFormatted([name+ ":", delta+"ms"]); - delete timeMap[name]; - } - }, - - count: function() - { - this.warn(["count() not supported."]); - }, - - trace: function() - { - this.warn(["trace() not supported."]); - }, - - profile: function() - { - this.warn(["profile() not supported."]); - }, - - profileEnd: function() - { - }, - - clear: function() - { - consoleBody.innerHTML = ""; - }, - - open: function() - { - toggleConsole(true); - }, - - close: function() - { - if (frameVisible) - toggleConsole(); - } - }; - - // ******************************************************************************************** - - var consoleFrame = null; - var consoleBody = null; - var commandLine = null; - - var frameVisible = false; - var messageQueue = []; - var groupStack = []; - var timeMap = {}; - - var clPrefix = ">>> "; - - var isFirefox = navigator.userAgent.indexOf("Firefox") != -1; - var isIE = navigator.userAgent.indexOf("MSIE") != -1; - var isOpera = navigator.userAgent.indexOf("Opera") != -1; - var isSafari = navigator.userAgent.indexOf("AppleWebKit") != -1; - - // ******************************************************************************************** - - function toggleConsole(forceOpen) - { - frameVisible = forceOpen || !frameVisible; - if (consoleFrame) - consoleFrame.style.visibility = frameVisible ? "visible" : "hidden"; - else - waitForBody(); - } - - function focusCommandLine() - { - toggleConsole(true); - if (commandLine) - commandLine.focus(); - } - - function waitForBody() - { - if (document.body) - createFrame(); - else - setTimeout(waitForBody, 200); - } - - function createFrame() - { - if (consoleFrame) - return; - - window.onFirebugReady = function(doc) - { - window.onFirebugReady = null; - - var toolbar = doc.getElementById("toolbar"); - toolbar.onmousedown = onSplitterMouseDown; - - commandLine = doc.getElementById("commandLine"); - addEvent(commandLine, "keydown", onCommandLineKeyDown); - - addEvent(doc, isIE || isSafari ? "keydown" : "keypress", onKeyDown); - - consoleBody = doc.getElementById("log"); - layout(); - flush(); - } - - var baseURL = getFirebugURL(); - - consoleFrame = document.createElement("iframe"); - consoleFrame.setAttribute("src", baseURL+"/firebug.html"); - consoleFrame.setAttribute("frameBorder", "0"); - consoleFrame.style.visibility = (frameVisible ? "visible" : "hidden"); - consoleFrame.style.zIndex = "2147483583"; - consoleFrame.style.position = document.all ? "absolute" : "fixed"; - consoleFrame.style.width = "100%"; - consoleFrame.style.left = "0"; - consoleFrame.style.bottom = "0"; - consoleFrame.style.height = "200px"; - document.body.appendChild(consoleFrame); - } - - function getFirebugURL() - { - var scripts = document.getElementsByTagName("script"); - for (var i = 0; i < scripts.length; ++i) - { - if (scripts[i].src.indexOf("firebug.js") != -1) - { - var lastSlash = scripts[i].src.lastIndexOf("/"); - return scripts[i].src.substr(0, lastSlash); - } - } - } - - function evalCommandLine() - { - var text = commandLine.value; - commandLine.value = ""; - - logRow([clPrefix, text], "command"); - - var value; - try - { - value = eval(text); - } - catch (exc) - { - } - - console.log(value); - } - - function layout() - { - var toolbar = consoleBody.ownerDocument.getElementById("toolbar"); - var height = consoleFrame.offsetHeight - (toolbar.offsetHeight + commandLine.offsetHeight); - height = Math.max(height, 0); - consoleBody.style.top = toolbar.offsetHeight + "px"; - consoleBody.style.height = height + "px"; - - commandLine.style.top = (consoleFrame.offsetHeight - commandLine.offsetHeight) + "px"; - } - - function logRow(message, className, handler) - { - if (consoleBody) - writeMessage(message, className, handler); - else - { - messageQueue.push([message, className, handler]); - waitForBody(); - } - } - - function flush() - { - var queue = messageQueue; - messageQueue = []; - - for (var i = 0; i < queue.length; ++i) - writeMessage(queue[i][0], queue[i][1], queue[i][2]); - } - - function writeMessage(message, className, handler) - { - var isScrolledToBottom = - consoleBody.scrollTop + consoleBody.offsetHeight >= consoleBody.scrollHeight; - - if (!handler) - handler = writeRow; - - handler(message, className); - - if (isScrolledToBottom) - consoleBody.scrollTop = consoleBody.scrollHeight - consoleBody.offsetHeight; - } - - function appendRow(row) - { - var container = groupStack.length ? groupStack[groupStack.length-1] : consoleBody; - container.appendChild(row); - } - - function writeRow(message, className) - { - var row = consoleBody.ownerDocument.createElement("div"); - row.className = "logRow" + (className ? " logRow-"+className : ""); - row.innerHTML = message.join(""); - appendRow(row); - } - - function pushGroup(message, className) - { - logFormatted(message, className); - - var groupRow = consoleBody.ownerDocument.createElement("div"); - groupRow.className = "logGroup"; - var groupRowBox = consoleBody.ownerDocument.createElement("div"); - groupRowBox.className = "logGroupBox"; - groupRow.appendChild(groupRowBox); - appendRow(groupRowBox); - groupStack.push(groupRowBox); - } - - function popGroup() - { - groupStack.pop(); - } - - // ******************************************************************************************** - - function logFormatted(objects, className) - { - var html = []; - - var format = objects[0]; - var objIndex = 0; - - if (typeof(format) != "string") - { - format = ""; - objIndex = -1; - } - - var parts = parseFormat(format); - for (var i = 0; i < parts.length; ++i) - { - var part = parts[i]; - if (part && typeof(part) == "object") - { - var object = objects[++objIndex]; - part.appender(object, html); - } - else - appendText(part, html); - } - - for (var i = objIndex+1; i < objects.length; ++i) - { - appendText(" ", html); - - var object = objects[i]; - if (typeof(object) == "string") - appendText(object, html); - else - appendObject(object, html); - } - - logRow(html, className); - } - - function parseFormat(format) - { - var parts = []; - - var reg = /((^%|[^\\]%)(\d+)?(\.)([a-zA-Z]))|((^%|[^\\]%)([a-zA-Z]))/; - var appenderMap = {s: appendText, d: appendInteger, i: appendInteger, f: appendFloat}; - - for (var m = reg.exec(format); m; m = reg.exec(format)) - { - var type = m[8] ? m[8] : m[5]; - var appender = type in appenderMap ? appenderMap[type] : appendObject; - var precision = m[3] ? parseInt(m[3]) : (m[4] == "." ? -1 : 0); - - parts.push(format.substr(0, m[0][0] == "%" ? m.index : m.index+1)); - parts.push({appender: appender, precision: precision}); - - format = format.substr(m.index+m[0].length); - } - - parts.push(format); - - return parts; - } - - function escapeHTML(value) - { - function replaceChars(ch) - { - switch (ch) - { - case "<": - return "<"; - case ">": - return ">"; - case "&": - return "&"; - case "'": - return "'"; - case '"': - return """; - } - return "?"; - }; - return String(value).replace(/[<>&"']/g, replaceChars); - } - - function objectToString(object) - { - try - { - return object+""; - } - catch (exc) - { - return null; - } - } - - // ******************************************************************************************** - - function appendText(object, html) - { - html.push(escapeHTML(objectToString(object))); - } - - function appendNull(object, html) - { - html.push('<span class="objectBox-null">', escapeHTML(objectToString(object)), '</span>'); - } - - function appendString(object, html) - { - html.push('<span class="objectBox-string">"', escapeHTML(objectToString(object)), - '"</span>'); - } - - function appendInteger(object, html) - { - html.push('<span class="objectBox-number">', escapeHTML(objectToString(object)), '</span>'); - } - - function appendFloat(object, html) - { - html.push('<span class="objectBox-number">', escapeHTML(objectToString(object)), '</span>'); - } - - function appendFunction(object, html) - { - var reName = /function ?(.*?)\(/; - var m = reName.exec(objectToString(object)); - var name = m ? m[1] : "function"; - html.push('<span class="objectBox-function">', escapeHTML(name), '()</span>'); - } - - function appendObject(object, html) - { - try - { - if (object == undefined) - appendNull("undefined", html); - else if (object == null) - appendNull("null", html); - else if (typeof object == "string") - appendString(object, html); - else if (typeof object == "number") - appendInteger(object, html); - else if (typeof object == "function") - appendFunction(object, html); - else if (object.nodeType == 1) - appendSelector(object, html); - else if (typeof object == "object") - appendObjectFormatted(object, html); - else - appendText(object, html); - } - catch (exc) - { - } - } - - function appendObjectFormatted(object, html) - { - var text = objectToString(object); - var reObject = /\[object (.*?)\]/; - - var m = reObject.exec(text); - html.push('<span class="objectBox-object">', m ? m[1] : text, '</span>') - } - - function appendSelector(object, html) - { - html.push('<span class="objectBox-selector">'); - - html.push('<span class="selectorTag">', escapeHTML(object.nodeName.toLowerCase()), '</span>'); - if (object.id) - html.push('<span class="selectorId">#', escapeHTML(object.id), '</span>'); - if (object.className) - html.push('<span class="selectorClass">.', escapeHTML(object.className), '</span>'); - - html.push('</span>'); - } - - function appendNode(node, html) - { - if (node.nodeType == 1) - { - html.push( - '<div class="objectBox-element">', - '<<span class="nodeTag">', node.nodeName.toLowerCase(), '</span>'); - - for (var i = 0; i < node.attributes.length; ++i) - { - var attr = node.attributes[i]; - if (!attr.specified) - continue; - - html.push(' <span class="nodeName">', attr.nodeName.toLowerCase(), - '</span>="<span class="nodeValue">', escapeHTML(attr.nodeValue), - '</span>"') - } - - if (node.firstChild) - { - html.push('></div><div class="nodeChildren">'); - - for (var child = node.firstChild; child; child = child.nextSibling) - appendNode(child, html); - - html.push('</div><div class="objectBox-element"></<span class="nodeTag">', - node.nodeName.toLowerCase(), '></span></div>'); - } - else - html.push('/></div>'); - } - else if (node.nodeType == 3) - { - html.push('<div class="nodeText">', escapeHTML(node.nodeValue), - '</div>'); - } - } - - // ******************************************************************************************** - - function addEvent(object, name, handler) - { - if (document.all) - object.attachEvent("on"+name, handler); - else - object.addEventListener(name, handler, false); - } - - function removeEvent(object, name, handler) - { - if (document.all) - object.detachEvent("on"+name, handler); - else - object.removeEventListener(name, handler, false); - } - - function cancelEvent(event) - { - if (document.all) - event.cancelBubble = true; - else - event.stopPropagation(); - } - - function onError(msg, href, lineNo) - { - var html = []; - - var lastSlash = href.lastIndexOf("/"); - var fileName = lastSlash == -1 ? href : href.substr(lastSlash+1); - - html.push( - '<span class="errorMessage">', msg, '</span>', - '<div class="objectBox-sourceLink">', fileName, ' (line ', lineNo, ')</div>' - ); - - logRow(html, "error"); - }; - - function onKeyDown(event) - { - if (event.keyCode == 123) - toggleConsole(); - else if ((event.keyCode == 108 || event.keyCode == 76) && event.shiftKey - && (event.metaKey || event.ctrlKey)) - focusCommandLine(); - else - return; - - cancelEvent(event); - } - - function onSplitterMouseDown(event) - { - if (isSafari || isOpera) - return; - - addEvent(document, "mousemove", onSplitterMouseMove); - addEvent(document, "mouseup", onSplitterMouseUp); - - for (var i = 0; i < frames.length; ++i) - { - addEvent(frames[i].document, "mousemove", onSplitterMouseMove); - addEvent(frames[i].document, "mouseup", onSplitterMouseUp); - } - } - - function onSplitterMouseMove(event) - { - var win = document.all - ? event.srcElement.ownerDocument.parentWindow - : event.target.ownerDocument.defaultView; - - var clientY = event.clientY; - if (win != win.parent) - clientY += win.frameElement ? win.frameElement.offsetTop : 0; - - var height = consoleFrame.offsetTop + consoleFrame.clientHeight; - var toolbar = consoleBody.ownerDocument.getElementById("toolbar"); - var y = Math.max(height - clientY, - toolbar.offsetHeight + commandLine.offsetHeight); - - consoleFrame.style.height = y + "px"; - layout(); - } - - function onSplitterMouseUp(event) - { - removeEvent(document, "mousemove", onSplitterMouseMove); - removeEvent(document, "mouseup", onSplitterMouseUp); - - for (var i = 0; i < frames.length; ++i) - { - removeEvent(frames[i].document, "mousemove", onSplitterMouseMove); - removeEvent(frames[i].document, "mouseup", onSplitterMouseUp); - } - } - - function onCommandLineKeyDown(event) - { - if (event.keyCode == 13) - evalCommandLine(); - else if (event.keyCode == 27) - commandLine.value = ""; - } - - window.onerror = onError; - addEvent(document, isIE || isSafari ? "keydown" : "keypress", onKeyDown); - - if (document.documentElement.getAttribute("debug") == "true") - toggleConsole(true); -})(); -} diff --git a/src/main/webapp/lib/firebug/firebugx.js b/src/main/webapp/lib/firebug/firebugx.js deleted file mode 100644 index 4c8b30f7..00000000 --- a/src/main/webapp/lib/firebug/firebugx.js +++ /dev/null @@ -1,9 +0,0 @@ - -if (!window.console || !console.firebug) { - var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", - "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"]; - - window.console = {}; - for (var i = 0; i < names.length; ++i) - window.console[names[i]] = function() {} -} diff --git a/src/main/webapp/lib/firebug/infoIcon.png b/src/main/webapp/lib/firebug/infoIcon.png deleted file mode 100644 index da1e5334c19375c7855e04792661bf2cc15b7e14..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 524 zcmV+n0`vWeP)<h;3K|Lk000e1NJLTq000gE000gM1^@s6A4o0H00004XF*Lt007q5 z)K6G40000PbVXQnQ*UN;cVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUzo=HSORCwBq zQcWmCQ562(eb1ONGhw8Lg_>k!W#MOQK{ljl)GVz=%0?7rtE9wY7Lo;JgN;%aBBhkF zup$d#AvGJB@i#x7d!6%U9&aT1>bvKh+xgD9@4TZarC_79X<jE2BlZ!i3)i>A_3Y)u z4jj;IA&G`4T$SEtNOwJyD9b09DTwq1MCN*%!X+xO|0N{Rs4^<zW<?K_s|J;RV0kQG zd3X_cd<F@xU?ledndv0)p&(HJnjSX;{g#N)(f|y0<jFomx*K4Yce6Xfhr!N=uMNtm z`g;Gt88Ef-?c0!^Fl4$uLe2UF#S!TaJHH!~QR+ljT`hU*g!DABiEzh|(#!D^{7gor zulQc+el~RizhG_yf54LHd?qycivL3UuyPYD+!dLde+xy{%H3t*lKyf+m7a=*V<Xn< z=$5;KcsoC$|F~u^z?5>;&b|i*sHEGPq;n|zOEfbH<6(;%L`k^mT)7z~ywlRx3h4?$ zl>}*o?-02Jb-IWCddBfMi57}>wIB`^Hlv*vh?pjx5|0aenzD001sDKWl9*QR=`djc O0000<MNUMnLSTY3?&h=r diff --git a/src/main/webapp/lib/firebug/license.txt b/src/main/webapp/lib/firebug/license.txt deleted file mode 100644 index ba43b751..00000000 --- a/src/main/webapp/lib/firebug/license.txt +++ /dev/null @@ -1,30 +0,0 @@ -Software License Agreement (BSD License) - -Copyright (c) 2007, Parakey Inc. -All rights reserved. - -Redistribution and use of this software in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above - copyright notice, this list of conditions and the - following disclaimer. - -* Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the - following disclaimer in the documentation and/or other - materials provided with the distribution. - -* Neither the name of Parakey Inc. nor the names of its - contributors may be used to endorse or promote products - derived from this software without specific prior - written permission of Parakey Inc. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER -IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT -OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/src/main/webapp/lib/firebug/readme.txt b/src/main/webapp/lib/firebug/readme.txt deleted file mode 100644 index 1edebf56..00000000 --- a/src/main/webapp/lib/firebug/readme.txt +++ /dev/null @@ -1,13 +0,0 @@ -This directory contains the source for Firebug Lite -(http://www.getfirebug.com/lite.html). This code is distributed with a -BSD License, Copyright (c) 2007, Parakey Inc. See the included license.txt -for the full text of the license. - -This is a patched version of the trunk from -http://fbug.googlecode.com/svn/trunk. - -Revision 36 was patched to resolve the issue described here -http://code.google.com/p/fbug/issues/detail?id=85 - -When this issue is resolved, Firebug Lite can be used directly - no further -modifications are needed for OpenLayers. \ No newline at end of file diff --git a/src/main/webapp/lib/firebug/warningIcon.png b/src/main/webapp/lib/firebug/warningIcon.png deleted file mode 100644 index de51084e8489f498b89dd9a59d82eb9564b7d050..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 516 zcmV+f0{i`mP)<h;3K|Lk000e1NJLTq000gE000gM1^@s6A4o0H00004XF*Lt007q5 z)K6G40000PbVXQnQ*UN;cVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUzmPtfGRCwBA z{Qv(y0}QP0=3xd>X+Z1;#G+8)`#`)nwDij+1|+};(+Jd*z{tojUrGNrgOti&26irp z_}33i3=gldFg&}%ydKD%4m4mlSOTPRRTp>8w%MHj-#%jkasQt=!|=bOgW><(yI^TB zesYWX|At9i|AA_qz?K0SLTh@t|9^bL1XtwZ!T_=ktQjT-!jEsTfHbZKahQM#GSy9g zGw=!jV;}@%)c=6I5d!p<A4p>eNPt)%qXt$R0@A3+&Ho=o(%2Y6D=A@W<l+OXm1DwY zs-Pe$jS>xvV2T-}@x_m?j12e;Kn75?FIa%Y*5~(_)p>;wfs>Yo>SSa9R12cEf^3|A z?HDV=w@(OLSFdJZ*t3U$;p|ydO|Ks_Gd#G$auApZ7BB&cJHLN2R-V|*!SL$`L^DVe z48y>e_e>0@wy}el)6tV$3kUcAYBiJJ3`|`A816m!$KYVc!0_$`6T_P)%nWzVvoQSm z#aIlqs1HRWRI?%|K>)EC$csSy9f(f>@eyb`{RmSF5MTfvB)oWs%O|`50000<MNUMn GLSTY;l-`a2 diff --git a/src/test/java/it/unibz/inf/isochrones/utils/ConfigTest.java b/src/test/java/it/unibz/inf/isochrones/utils/ConfigTest.java index dcac0420..1c543f35 100644 --- a/src/test/java/it/unibz/inf/isochrones/utils/ConfigTest.java +++ b/src/test/java/it/unibz/inf/isochrones/utils/ConfigTest.java @@ -1,7 +1,5 @@ package it.unibz.inf.isochrones.utils; -import java.util.Properties; - import org.testng.Assert; import org.testng.annotations.Test; @@ -13,11 +11,10 @@ public class ConfigTest { @Test public void testGetProperties() { final Config config = new Config(); - final Properties properties = config.getProperties(); - Assert.assertEquals("50", properties.getProperty("db.maxConnections").trim(), "Property db.maxConnections"); - Assert.assertEquals("250", properties.getProperty("db.batchSize").trim(), "Property db.batchSize"); - Assert.assertEquals("5432", properties.getProperty("org.postgresql.port"), "Property org.postgresql.servername"); + Assert.assertEquals("50", config.getProperty("db.maxConnections"), "Property db.maxConnections"); + Assert.assertEquals("250", config.getProperty("db.batchSize"), "Property db.batchSize"); + Assert.assertEquals("5432", config.getProperty("org.postgresql.port"), "Property org.postgresql.servername"); } @Test -- GitLab