diff --git a/wise-editor/src/main/webapp/css/editor.less b/wise-editor/src/main/webapp/css/editor.less deleted file mode 120000 index 28b7187b..00000000 --- a/wise-editor/src/main/webapp/css/editor.less +++ /dev/null @@ -1 +0,0 @@ -../../../../../wise-webapp/src/main/webapp/css/editor.less \ No newline at end of file diff --git a/wise-editor/src/main/webapp/css/editor.less b/wise-editor/src/main/webapp/css/editor.less new file mode 100644 index 00000000..61f7bdde --- /dev/null +++ b/wise-editor/src/main/webapp/css/editor.less @@ -0,0 +1,526 @@ +@import "../css/widget/lightbox.css"; +@import "../css/libraries/moodialog/css/MooDialog.css"; +@import "../css/skin.less"; + +/* Common Default Style */ +html { + overflow: hidden; +} + +body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { + margin: 0; + padding: 0; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +fieldset, img { + border: 0; +} + +address, caption, cite, code, dfn, em, strong, th, var { + font-style: normal; + font-weight: normal; +} + +ol, ul { + list-style: none; +} + +caption, th { + text-align: left; +} + +h1, h2, h3, h4, h5, h6 { + font-size: 100%; + font-weight: normal; +} + +q:before, q:after { + content: ''; +} + +abbr, acronym { + border: 0; +} + +/** + * Percents could work for IE, but for backCompat purposes, we are using keywords. + * x-small is for IE6/7 quirks mode. + * + */ +body { + font: 13px arial, helvetica, clean, sans-serif; + font-size: small; + font: x-small; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -o-user-select: none; + user-select: none; +} + +table { + font-size: inherit; + font-size: 100%; +} + +/** + * 99% for safari; 100% is too large + */ +select, input, textarea { + font: 99% arial, helvetica, clean, sans-serif; +} + +/** + * Bump up !IE to get to 13px equivalent + */ +pre, code { + font: 115% monospace; + font-size: 100%; +} + +/** + * Default line-height based on font-size rather than "computed-value" + * see: http://www.w3.org/TR/CSS21/visudet.html#line-height + */ + +body * { + line-height: 1.22em; +} + +* { + margin: 0; + padding: 0; +} + +body { + font: normal 80% "trebuchet ms", verdana, arial, helvetica, sans-serif; + background-color: #fff; +} + +img { + border: 0; +} + +form { + padding: 0; + margin: 0; +} + +p { + margin: 5px 0 5px 0; +} + +ul { + list-style-position: inside; +} + +a:link, a:visited { + font: bold 100%; + text-decoration: underline; + color: black; +} + +a:hover, a:active { + font: bold 100%; + text-decoration: underline; + color: black; +} + +h2 { + font-size: 160%; + color: #8e9181; +} + +h1 { + font-style: normal; + font-size: 180%; + color: white; + padding-bottom: 2px; +} + +h3 { + /* use as subhead on main body */ + clear: left; + font-style: normal; + font-size: 130%; + color: #6b6f5b; +} + +h4 { + /* use as headers in footer */ + font-weight: bold; + font-size: 120%; + border-bottom: 1px solid #8e9181; + color: #e2e3dd; + padding-bottom: 10px; + width: 400px; +} + +/**********************************************************/ +/* End: Common Default Style */ +/**********************************************************/ + +/**********************************************************/ +/* Error Dialog ... */ +/**********************************************************/ + +#waitDialog { + position: absolute; + top: 10px; + left: 10px; + height: 200px; +} + +#waitingContainer, #errorContainer { + position: relative; + top: 80px; + height: 120px; /*background: whitesmoke;*/ + background: #FEFEFE; + opacity: .99; + padding: 15px; + width: 100%; + border: 1px solid; + border-color: #a9a9a9; + +} + +#errorContainer { + width: 400px; + border: 1px solid red; +} + +#waitingContainer .loadingText { + position: relative; + top: 50%; + margin-top: -35px; + font-size: 30px; + font-weight: bold; + vertical-align: text-bottom; + height: 30px; + float: left; +} + +#errorContainer .loadingText { + position: relative; + top: 50%; + margin-top: -80px; + font-size: 15px; + font-weight: bold; + vertical-align: text-bottom; + height: 30px; + float: right; + padding-left: 120px; +} + +#waitingContainer .loadingIcon { + position: relative; + background: url(../images/rebota.gif) no-repeat; + top: 50%; + margin-top: -65px; + height: 100px; + width: 121px; + float: left; + clear: both; +} + +#errorContainer .loadingIcon { + position: relative; + background: url(../images/errorIcon.png) no-repeat; + top: 50%; + margin-top: -65px; + height: 100px; + width: 121px; + float: left; + clear: both; +} + +/********************************************************************************/ +/* Header & Toolbar Styles */ +/********************************************************************************/ + +@import "header.less"; +@import "toolbar.less"; + + +div#topicRelation { + width: 56px; + background: url(../images/topic-relation.png) no-repeat center top; + z-index: 4; +} + +div#colorPalette { + border: 1px solid #bbb4d6; + display: none; + position: absolute; + z-index: 4; + width: 160px; + top: 89px; +} + +/*.toolbarPanel {*/ +/*z-index: 4;*/ +/*top: @header-height;*/ +/*-moz-transition: opacity 0.218s ease 0s;*/ +/*background: none repeat scroll 0 0 #FFFFFF;*/ +/*border: 1px solid rgba(0, 0, 0, 0.2);*/ +/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/ +/*cursor: default;*/ +/*font-size: 13px;*/ +/*margin: 0;*/ +/*outline: medium none;*/ +/*padding: 0 0 6px;*/ +/*position: absolute;*/ +/*}*/ + +div.toolbarPanelLink, div.toolbarPanelLinkSelectedLink { + cursor: pointer; + color: black; + margin: 1px; + cursor: pointer; + font-size: 12px; + padding: 5px 10px; + font-weight: bold; +} + +div.toolbarPanelLink:hover, div.toolbarPanelLinkSelectedLink { + cursor: pointer; + background-color: #efefef; +} + +div#mindplot { + position: relative; + top: 0; + left: 0; + width: 100%; + border: 0; +} + +div#workspaceContainer { + /*background: url(../images/grid.gif) bottom left repeat !important;*/ +} + +div#small_error_icon { + padding-left: 18px; + min-height: 16px; + background: url(../images/error_icon.png) bottom left no-repeat !important; +} + +.notesTip { + background-color: #dfcf3c; + padding: 5px 15px; + color: #666666; + /*font-weight: bold;*/ + /*width: 100px;*/ + font-size: 13px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); +} + +.linkTip { + background-color: #dfcf3c; + padding: 5px 15px; + color: #666666; + /*font-weight: bold;*/ + /*width: 100px;*/ + font-size: 13px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); +} + +.toolbarPaneTip { + background-color: rgb(228, 226, 210); + padding: 5px 5px; + color: #f5f5f5; + /*font-weight: bold;*/ + /*width: 100px;*/ + font-size: 11px; + -moz-border-radius: 60px; + -webkit-border-radius: 6px; + border-radius: 6px; + box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); + border: 3px double rgb(190, 190, 190); +} + +.toolbarTip { + background-color: #000000; + padding: 5px 5px; + color: #f5f5f5; + /*font-weight: bold;*/ + /*width: 100px;*/ + font-size: 11px; +} + +/* */ +.btn-primary { + cursor: pointer; + display: inline-block; + padding: 5px 14px 6px; + text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); + color: #333; + font-size: 13px; + line-height: normal; + border: 1px solid #ccc; + border-bottom-color: #bbb; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -webkit-transition: 0.1s linear all; + -moz-transition: 0.1s linear all; + -ms-transition: 0.1s linear all; + -o-transition: 0.1s linear all; + transition: 0.1s linear all; + color: #ffffff; + background-color: #0064cd; + background-repeat: repeat-x; + background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); + background-image: -moz-linear-gradient(top, #049cdb, #0064cd); + background-image: -ms-linear-gradient(top, #049cdb, #0064cd); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); + background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); + background-image: -o-linear-gradient(top, #049cdb, #0064cd); + background-image: linear-gradient(top, #049cdb, #0064cd); + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + border-color: #0064cd #0064cd #003f81; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + margin-top: 7px; +} + +.btn-primary:hover { + background-position: 0 -15px; + text-decoration: none; +} + +.btn-secondary { + cursor: pointer; + display: inline-block; + background-color: #e6e6e6; + background-repeat: no-repeat; + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); + background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); + background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); + background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); + background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); + padding: 5px 14px 6px; + text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); + color: #333; + font-size: 13px; + line-height: normal; + border: 1px solid #ccc; + border-bottom-color: #bbb; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -webkit-transition: 0.1s linear all; + -moz-transition: 0.1s linear all; + -ms-transition: 0.1s linear all; + -o-transition: 0.1s linear all; + transition: 0.1s linear all; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + margin-top: 7px; +} + +.btn-secondary:hover { + background-position: 0 -15px; + text-decoration: none; +} + +/** */ +/* Modal dialogs definitions */ + +.tagItModalDialog, .historyModalDialog, .shareItModalDialog, .exportModalDialog, .publishModalDialog { + position: fixed; + top: 50%; + left: 50%; + z-index: 11000; + width: 400px; + margin: -250px 0 0 -250px; + background-color: #ffffff; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, 0.3); + border: 1px solid #999; + /* IE6-7 */ + + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -webkit-background-clip: padding-box; + -moz-background-clip: padding-box; + background-clip: padding-box; + padding: 30px; +} + +.shareItModalDialog { + width: 500px; +} + +.publishModalDialog { + width: 600px; +} + +.tagItModalDialog .title, .historyModalDialog .title, .shareItModalDialog .title, .exportModalDialog .title, .publishModalDialog .title { + position: absolute; + top: 0; + left: 0; + right: 0; + border-bottom: 1px solid #a1aec5; + font-weight: bold; + text-shadow: 1px 1px 0 #fff; + border-bottom: 1px solid #eee; + padding: 5px 30px; + font-size: 18px +} + +.tagItModalDialog .content { + height: 130px; +} + +.historyModalDialog .content { + height: 300px; +} + +.shareItModalDialog .content { + height: 300px; +} + +.exportModalDialog .content { + height: 280px; +} + +.publishModalDialog .content { + height: 330px; +} + +.modalDialog h1 { + font-size: 14px; +} + +.modalDialog h2 { + font-size: 14px; + margin: 5px; +} + +td.formLabel { + text-align: right; + padding: 2px 10px; + font-weight: bolder; + vertical-align: top; +} diff --git a/wise-editor/src/main/webapp/css/header.less b/wise-editor/src/main/webapp/css/header.less deleted file mode 120000 index 27ff2b71..00000000 --- a/wise-editor/src/main/webapp/css/header.less +++ /dev/null @@ -1 +0,0 @@ -../../../../../wise-webapp/src/main/webapp/css/header.less \ No newline at end of file diff --git a/wise-editor/src/main/webapp/css/header.less b/wise-editor/src/main/webapp/css/header.less new file mode 100644 index 00000000..e4af7377 --- /dev/null +++ b/wise-editor/src/main/webapp/css/header.less @@ -0,0 +1,80 @@ +@import "skin.less"; + +div#header { + width: 100%; + height: @header-height; + background: #393939; /* Old browsers */ + background: -moz-linear-gradient(top, #393939 0%, #000000 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #393939), color-stop(100%, #000000)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #393939 0%, #000000 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #393939 0%, #000000 100%); /* Opera11.10+ */ + background: -ms-linear-gradient(top, #393939 0%, #000000 100%); /* IE10+ */ + background: linear-gradient(top, #393939 0%, #000000 100%); /* W3C */ +} + +div#headerLogo { + background: url(../images/logo-small.png) no-repeat center top; + height: 40px; + width: 80px; + float: left; +} + +div#headerInfo { + width: 100%; + height: @header-info-height; + color: white; +} + +div#headerActions { + text-align: right; + margin-top: 13px; + padding-right: 10px; + color: white; + float: right; +} + +div#headerActions span { + border-bottom: 3px solid rgb(247, 201, 49); +} + +div#headerActions a { + color: white; + text-decoration: none; +} + +div#headerMapTitle { + width: 200px; + height:@header-info-height - 13; + text-align: left; + padding-top: 13px; + padding-left: 50px; + color: white; + float: left; + font-style: italic; +} + +div#headerMapTitle span { + padding: 4px 50px; + border: 1px solid rgb(90, 90, 90); + background-color: rgb(45, 45, 45); + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); +} + +div#headerNotifier { + border: 1px solid rgb(241,163,39); + background-color: rgb(252,235,192); + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + position: absolute; + padding: 5px 9px; + color:back; + white-space:nowrap; + margin-top:5px; + /*margin-top:-34px;*/ + display:none; + /*right: 5px;*/ +} \ No newline at end of file diff --git a/wise-editor/src/main/webapp/css/toolbar.less b/wise-editor/src/main/webapp/css/toolbar.less deleted file mode 120000 index 318e7566..00000000 --- a/wise-editor/src/main/webapp/css/toolbar.less +++ /dev/null @@ -1 +0,0 @@ -../../../../../wise-webapp/src/main/webapp/css/toolbar.less \ No newline at end of file diff --git a/wise-editor/src/main/webapp/css/toolbar.less b/wise-editor/src/main/webapp/css/toolbar.less new file mode 100644 index 00000000..95d30eb2 --- /dev/null +++ b/wise-editor/src/main/webapp/css/toolbar.less @@ -0,0 +1,200 @@ +@import "skin.less"; + +div#toolbar { + width: 100%; + height: @header-toolbar-height; + background-image: linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); + background-image: -o-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); + background-image: -moz-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); + background-image: -webkit-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); + background-image: -ms-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); + + background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(229, 227, 209)), color-stop(0.87, rgb(252, 250, 237))); + border-bottom: 3px double rgb(190, 190, 190); + border-top: 1px solid rgb(190, 190, 190); +} + +div#toolbar .buttonContainer { + height: @header-toolbar-height; + float: left; + margin-left: 5px; +} + +/******************************************************************************************/ +/* Buttons*/ +/******************************************************************************************/ + +div#toolbar .buttonOn, div#toolbar .buttonOff, div#toolbar .buttonActive, div#toolbar .buttonOn:hover { + width: 28px; + height: 28px; + float: left; + text-align: center; + z-index: 4; + margin-top: 3px; + padding-top: 2px; + padding-left: 2px; +} + +div#toolbar .buttonOn:hover { + cursor: pointer; + opacity: 1; + background: url(../images/btn-bg-hover.png) no-repeat center top; +} + +div#toolbar .buttonOn { + opacity: 0.8; + background: url(../images/btn-bg-normal.png) no-repeat center top; +} + +div#toolbar .buttonOff { + opacity: 0.4; + background: url(../images/btn-bg-normal.png) no-repeat center top; +} + +div#exportAnchor { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; +} + +div#toolbar .buttonExtOn, div#toolbar .buttonExtOff, div#toolbar .buttonExtActive, div#toolbar .buttonExtOn:hover { + width: 40px; + height: 28px; + float: left; + text-align: left; + z-index: 4; + margin-top: 3px; + padding-top: 2px; + padding-left: 5px; +} + +div#toolbar .buttonExtOn:hover { + opacity: 1; + background: url(../images/btne-bg-hover.png) no-repeat center top; + +} + +div#toolbar .buttonExtActive { + opacity: 1; + background: url(../images/btne-bg-selected.png) no-repeat center top; + +} + +div#toolbar .buttonExtOn { + opacity: 0.8; + background: url(../images/btne-bg-normal.png) no-repeat center top; +} + +div#toolbar .buttonExtOff { + opacity: 0.4; + background: url(../images/btne-bg-normal.png) no-repeat center top; +} + +div#exportAnchor { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; +} + +/*div#saveButton {*/ +/*background: url(../images/save.png) no-repeat center top;*/ +/*}*/ + +/*div#undoEdition {*/ +/*background: url(../images/undo.png) no-repeat center top;*/ +/*}*/ + +/*div#redoEdition {*/ +/*background: url(../images/redo.png) no-repeat center top;*/ +/*}*/ + +/*div#export {*/ +/*background: url(../images/export.png) no-repeat center top;*/ +/*}*/ + +/*div#zoomIn {*/ +/*background: url(../images/zoom-in.png) no-repeat center top;*/ +/*}*/ + +/*div#zoomOut {*/ +/*background: url(../images/zoom-out.png) no-repeat center top;*/ +/*}*/ + +/*div#addTopic {*/ +/*background: url(../images/topic-add.png) no-repeat center top;*/ +/*}*/ + +/*div#deleteTopic {*/ +/*background: url(../images/topic-delete.png) no-repeat center top;*/ +/*}*/ + +/*div#topicColor {*/ +/*background: url(../images/topic-color.png) no-repeat center top;*/ +/*}*/ + +/*div#topicIcon {*/ +/*background: url(../images/topic-icon.png) no-repeat center top;*/ +/*}*/ + +/*div#topicNote {*/ +/*background: url(../images/note.png) no-repeat center top;*/ +/*}*/ + +/*div#topicNote {*/ +/*background: url(../images/topic-icon.png) no-repeat center top;*/ +/*z-index: 4;*/ +/*}*/ + +/*div#topicLink {*/ +/*background: url(../images/topic-link.png) no-repeat center top;*/ +/*z-index: 4;*/ +/*}*/ + +/*div#topicNote {*/ +/*background-image: url(../images/note.png);*/ +/*z-index: 4;*/ +/*}*/ + +/*div#topicBorder {*/ +/*background: url(../images/topic-border.png) no-repeat center top;*/ +/*}*/ + +/*div#fontFamily {*/ +/*background: url(../images/font-type.png) no-repeat center top;*/ +/*}*/ + +/*div#topicShape {*/ +/*background: url(../images/topic-shape.png) no-repeat center top;*/ +/*}*/ + +/*div#fontBold {*/ +/*background: url(../images/font-bold.png) no-repeat center top;*/ +/*}*/ + +/*div#fontItalic {*/ +/*background: url(../images/font-italic.png) no-repeat center top;*/ +/*}*/ + +/*div#fontColor {*/ +/*background: url(../images/font-color.png) no-repeat center top;*/ +/*}*/ + +/*div#fontSize {*/ +/*background: url(../images/font-size.png) no-repeat center top;*/ +/*}*/ + +/*div#shareIt {*/ +/*background: url(../images/share.png) no-repeat center top;*/ +/*}*/ + +/*div#publishIt {*/ +/*background: url(../images/publish.png) no-repeat center top;*/ +/*}*/ + +/*div#tagIt {*/ +/*background: url(../images/tag.png) no-repeat center top;*/ +/*}*/ \ No newline at end of file diff --git a/wise-editor/src/main/webapp/icons b/wise-editor/src/main/webapp/icons deleted file mode 120000 index e9788c25..00000000 --- a/wise-editor/src/main/webapp/icons +++ /dev/null @@ -1 +0,0 @@ -../../../../wise-webapp/src/main/webapp/icons \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/icons/arrow_down.gif b/wise-editor/src/main/webapp/icons/arrow_down.gif similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrow_down.gif rename to wise-editor/src/main/webapp/icons/arrow_down.gif diff --git a/wise-webapp/src/main/webapp/icons/arrow_down.png b/wise-editor/src/main/webapp/icons/arrow_down.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrow_down.png rename to wise-editor/src/main/webapp/icons/arrow_down.png diff --git a/wise-webapp/src/main/webapp/icons/arrow_left.png b/wise-editor/src/main/webapp/icons/arrow_left.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrow_left.png rename to wise-editor/src/main/webapp/icons/arrow_left.png diff --git a/wise-webapp/src/main/webapp/icons/arrow_merge.png b/wise-editor/src/main/webapp/icons/arrow_merge.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrow_merge.png rename to wise-editor/src/main/webapp/icons/arrow_merge.png diff --git a/wise-webapp/src/main/webapp/icons/arrow_right.png b/wise-editor/src/main/webapp/icons/arrow_right.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrow_right.png rename to wise-editor/src/main/webapp/icons/arrow_right.png diff --git a/wise-webapp/src/main/webapp/icons/arrow_up.png b/wise-editor/src/main/webapp/icons/arrow_up.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrow_up.png rename to wise-editor/src/main/webapp/icons/arrow_up.png diff --git a/wise-webapp/src/main/webapp/icons/arrowc_rotate_anticlockwise.png b/wise-editor/src/main/webapp/icons/arrowc_rotate_anticlockwise.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrowc_rotate_anticlockwise.png rename to wise-editor/src/main/webapp/icons/arrowc_rotate_anticlockwise.png diff --git a/wise-webapp/src/main/webapp/icons/arrowc_rotate_clockwise.png b/wise-editor/src/main/webapp/icons/arrowc_rotate_clockwise.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrowc_rotate_clockwise.png rename to wise-editor/src/main/webapp/icons/arrowc_rotate_clockwise.png diff --git a/wise-webapp/src/main/webapp/icons/arrowc_turn_left.png b/wise-editor/src/main/webapp/icons/arrowc_turn_left.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrowc_turn_left.png rename to wise-editor/src/main/webapp/icons/arrowc_turn_left.png diff --git a/wise-webapp/src/main/webapp/icons/arrowc_turn_right.png b/wise-editor/src/main/webapp/icons/arrowc_turn_right.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/arrowc_turn_right.png rename to wise-editor/src/main/webapp/icons/arrowc_turn_right.png diff --git a/wise-webapp/src/main/webapp/icons/bulb_light_off.png b/wise-editor/src/main/webapp/icons/bulb_light_off.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bulb_light_off.png rename to wise-editor/src/main/webapp/icons/bulb_light_off.png diff --git a/wise-webapp/src/main/webapp/icons/bulb_light_on.png b/wise-editor/src/main/webapp/icons/bulb_light_on.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bulb_light_on.png rename to wise-editor/src/main/webapp/icons/bulb_light_on.png diff --git a/wise-webapp/src/main/webapp/icons/bullet_black.png b/wise-editor/src/main/webapp/icons/bullet_black.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bullet_black.png rename to wise-editor/src/main/webapp/icons/bullet_black.png diff --git a/wise-webapp/src/main/webapp/icons/bullet_blue.png b/wise-editor/src/main/webapp/icons/bullet_blue.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bullet_blue.png rename to wise-editor/src/main/webapp/icons/bullet_blue.png diff --git a/wise-webapp/src/main/webapp/icons/bullet_green.png b/wise-editor/src/main/webapp/icons/bullet_green.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bullet_green.png rename to wise-editor/src/main/webapp/icons/bullet_green.png diff --git a/wise-webapp/src/main/webapp/icons/bullet_orange.png b/wise-editor/src/main/webapp/icons/bullet_orange.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bullet_orange.png rename to wise-editor/src/main/webapp/icons/bullet_orange.png diff --git a/wise-webapp/src/main/webapp/icons/bullet_pink.png b/wise-editor/src/main/webapp/icons/bullet_pink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bullet_pink.png rename to wise-editor/src/main/webapp/icons/bullet_pink.png diff --git a/wise-webapp/src/main/webapp/icons/bullet_purple.png b/wise-editor/src/main/webapp/icons/bullet_purple.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bullet_purple.png rename to wise-editor/src/main/webapp/icons/bullet_purple.png diff --git a/wise-webapp/src/main/webapp/icons/bullet_red.png b/wise-editor/src/main/webapp/icons/bullet_red.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/bullet_red.png rename to wise-editor/src/main/webapp/icons/bullet_red.png diff --git a/wise-webapp/src/main/webapp/icons/chart_bar.png b/wise-editor/src/main/webapp/icons/chart_bar.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/chart_bar.png rename to wise-editor/src/main/webapp/icons/chart_bar.png diff --git a/wise-webapp/src/main/webapp/icons/chart_curve.png b/wise-editor/src/main/webapp/icons/chart_curve.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/chart_curve.png rename to wise-editor/src/main/webapp/icons/chart_curve.png diff --git a/wise-webapp/src/main/webapp/icons/chart_line.png b/wise-editor/src/main/webapp/icons/chart_line.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/chart_line.png rename to wise-editor/src/main/webapp/icons/chart_line.png diff --git a/wise-webapp/src/main/webapp/icons/chart_organisation.png b/wise-editor/src/main/webapp/icons/chart_organisation.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/chart_organisation.png rename to wise-editor/src/main/webapp/icons/chart_organisation.png diff --git a/wise-webapp/src/main/webapp/icons/chart_pie.png b/wise-editor/src/main/webapp/icons/chart_pie.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/chart_pie.png rename to wise-editor/src/main/webapp/icons/chart_pie.png diff --git a/wise-webapp/src/main/webapp/icons/close.png b/wise-editor/src/main/webapp/icons/close.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/close.png rename to wise-editor/src/main/webapp/icons/close.png diff --git a/wise-webapp/src/main/webapp/icons/conn_connect.png b/wise-editor/src/main/webapp/icons/conn_connect.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/conn_connect.png rename to wise-editor/src/main/webapp/icons/conn_connect.png diff --git a/wise-webapp/src/main/webapp/icons/conn_disconnect.png b/wise-editor/src/main/webapp/icons/conn_disconnect.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/conn_disconnect.png rename to wise-editor/src/main/webapp/icons/conn_disconnect.png diff --git a/wise-webapp/src/main/webapp/icons/face_crying.png b/wise-editor/src/main/webapp/icons/face_crying.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/face_crying.png rename to wise-editor/src/main/webapp/icons/face_crying.png diff --git a/wise-webapp/src/main/webapp/icons/face_plain.png b/wise-editor/src/main/webapp/icons/face_plain.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/face_plain.png rename to wise-editor/src/main/webapp/icons/face_plain.png diff --git a/wise-webapp/src/main/webapp/icons/face_sad.png b/wise-editor/src/main/webapp/icons/face_sad.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/face_sad.png rename to wise-editor/src/main/webapp/icons/face_sad.png diff --git a/wise-webapp/src/main/webapp/icons/face_smile-big.png b/wise-editor/src/main/webapp/icons/face_smile-big.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/face_smile-big.png rename to wise-editor/src/main/webapp/icons/face_smile-big.png diff --git a/wise-webapp/src/main/webapp/icons/face_smile.png b/wise-editor/src/main/webapp/icons/face_smile.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/face_smile.png rename to wise-editor/src/main/webapp/icons/face_smile.png diff --git a/wise-webapp/src/main/webapp/icons/face_surprise.png b/wise-editor/src/main/webapp/icons/face_surprise.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/face_surprise.png rename to wise-editor/src/main/webapp/icons/face_surprise.png diff --git a/wise-webapp/src/main/webapp/icons/face_wink.png b/wise-editor/src/main/webapp/icons/face_wink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/face_wink.png rename to wise-editor/src/main/webapp/icons/face_wink.png diff --git a/wise-webapp/src/main/webapp/icons/flag_blue.png b/wise-editor/src/main/webapp/icons/flag_blue.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/flag_blue.png rename to wise-editor/src/main/webapp/icons/flag_blue.png diff --git a/wise-webapp/src/main/webapp/icons/flag_green.png b/wise-editor/src/main/webapp/icons/flag_green.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/flag_green.png rename to wise-editor/src/main/webapp/icons/flag_green.png diff --git a/wise-webapp/src/main/webapp/icons/flag_orange.png b/wise-editor/src/main/webapp/icons/flag_orange.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/flag_orange.png rename to wise-editor/src/main/webapp/icons/flag_orange.png diff --git a/wise-webapp/src/main/webapp/icons/flag_pink.png b/wise-editor/src/main/webapp/icons/flag_pink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/flag_pink.png rename to wise-editor/src/main/webapp/icons/flag_pink.png diff --git a/wise-webapp/src/main/webapp/icons/flag_purple.png b/wise-editor/src/main/webapp/icons/flag_purple.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/flag_purple.png rename to wise-editor/src/main/webapp/icons/flag_purple.png diff --git a/wise-webapp/src/main/webapp/icons/flag_yellow.png b/wise-editor/src/main/webapp/icons/flag_yellow.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/flag_yellow.png rename to wise-editor/src/main/webapp/icons/flag_yellow.png diff --git a/wise-webapp/src/main/webapp/icons/funy_angel.png b/wise-editor/src/main/webapp/icons/funy_angel.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/funy_angel.png rename to wise-editor/src/main/webapp/icons/funy_angel.png diff --git a/wise-webapp/src/main/webapp/icons/funy_devilish.png b/wise-editor/src/main/webapp/icons/funy_devilish.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/funy_devilish.png rename to wise-editor/src/main/webapp/icons/funy_devilish.png diff --git a/wise-webapp/src/main/webapp/icons/funy_glasses.png b/wise-editor/src/main/webapp/icons/funy_glasses.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/funy_glasses.png rename to wise-editor/src/main/webapp/icons/funy_glasses.png diff --git a/wise-webapp/src/main/webapp/icons/funy_grin.png b/wise-editor/src/main/webapp/icons/funy_grin.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/funy_grin.png rename to wise-editor/src/main/webapp/icons/funy_grin.png diff --git a/wise-webapp/src/main/webapp/icons/funy_kiss.png b/wise-editor/src/main/webapp/icons/funy_kiss.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/funy_kiss.png rename to wise-editor/src/main/webapp/icons/funy_kiss.png diff --git a/wise-webapp/src/main/webapp/icons/funy_monkey.png b/wise-editor/src/main/webapp/icons/funy_monkey.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/funy_monkey.png rename to wise-editor/src/main/webapp/icons/funy_monkey.png diff --git a/wise-webapp/src/main/webapp/icons/hard_cd.png b/wise-editor/src/main/webapp/icons/hard_cd.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_cd.png rename to wise-editor/src/main/webapp/icons/hard_cd.png diff --git a/wise-webapp/src/main/webapp/icons/hard_computer.png b/wise-editor/src/main/webapp/icons/hard_computer.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_computer.png rename to wise-editor/src/main/webapp/icons/hard_computer.png diff --git a/wise-webapp/src/main/webapp/icons/hard_controller.png b/wise-editor/src/main/webapp/icons/hard_controller.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_controller.png rename to wise-editor/src/main/webapp/icons/hard_controller.png diff --git a/wise-webapp/src/main/webapp/icons/hard_drive_cd.png b/wise-editor/src/main/webapp/icons/hard_drive_cd.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_drive_cd.png rename to wise-editor/src/main/webapp/icons/hard_drive_cd.png diff --git a/wise-webapp/src/main/webapp/icons/hard_driver_disk.png b/wise-editor/src/main/webapp/icons/hard_driver_disk.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_driver_disk.png rename to wise-editor/src/main/webapp/icons/hard_driver_disk.png diff --git a/wise-webapp/src/main/webapp/icons/hard_ipod.png b/wise-editor/src/main/webapp/icons/hard_ipod.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_ipod.png rename to wise-editor/src/main/webapp/icons/hard_ipod.png diff --git a/wise-webapp/src/main/webapp/icons/hard_keyboard.png b/wise-editor/src/main/webapp/icons/hard_keyboard.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_keyboard.png rename to wise-editor/src/main/webapp/icons/hard_keyboard.png diff --git a/wise-webapp/src/main/webapp/icons/hard_mouse.png b/wise-editor/src/main/webapp/icons/hard_mouse.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_mouse.png rename to wise-editor/src/main/webapp/icons/hard_mouse.png diff --git a/wise-webapp/src/main/webapp/icons/hard_printer.png b/wise-editor/src/main/webapp/icons/hard_printer.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/hard_printer.png rename to wise-editor/src/main/webapp/icons/hard_printer.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/add.png b/wise-editor/src/main/webapp/icons/legacy/add.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/add.png rename to wise-editor/src/main/webapp/icons/legacy/add.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_down.png b/wise-editor/src/main/webapp/icons/legacy/arrow_down.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_down.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_down.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_left.png b/wise-editor/src/main/webapp/icons/legacy/arrow_left.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_left.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_left.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_merge.png b/wise-editor/src/main/webapp/icons/legacy/arrow_merge.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_merge.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_merge.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_right.png b/wise-editor/src/main/webapp/icons/legacy/arrow_right.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_right.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_right.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_rotate_anticlockwise.png b/wise-editor/src/main/webapp/icons/legacy/arrow_rotate_anticlockwise.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_rotate_anticlockwise.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_rotate_anticlockwise.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_rotate_clockwise.png b/wise-editor/src/main/webapp/icons/legacy/arrow_rotate_clockwise.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_rotate_clockwise.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_rotate_clockwise.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_turn_left.png b/wise-editor/src/main/webapp/icons/legacy/arrow_turn_left.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_turn_left.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_turn_left.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_turn_right.png b/wise-editor/src/main/webapp/icons/legacy/arrow_turn_right.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_turn_right.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_turn_right.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/arrow_up.png b/wise-editor/src/main/webapp/icons/legacy/arrow_up.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/arrow_up.png rename to wise-editor/src/main/webapp/icons/legacy/arrow_up.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/backColor.png b/wise-editor/src/main/webapp/icons/legacy/backColor.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/backColor.png rename to wise-editor/src/main/webapp/icons/legacy/backColor.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/balloon.png b/wise-editor/src/main/webapp/icons/legacy/balloon.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/balloon.png rename to wise-editor/src/main/webapp/icons/legacy/balloon.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bin.png b/wise-editor/src/main/webapp/icons/legacy/bin.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bin.png rename to wise-editor/src/main/webapp/icons/legacy/bin.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/black-keyboard.png b/wise-editor/src/main/webapp/icons/legacy/black-keyboard.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/black-keyboard.png rename to wise-editor/src/main/webapp/icons/legacy/black-keyboard.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bold.png b/wise-editor/src/main/webapp/icons/legacy/bold.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bold.png rename to wise-editor/src/main/webapp/icons/legacy/bold.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/borderColor.png b/wise-editor/src/main/webapp/icons/legacy/borderColor.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/borderColor.png rename to wise-editor/src/main/webapp/icons/legacy/borderColor.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bullet_black.png b/wise-editor/src/main/webapp/icons/legacy/bullet_black.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bullet_black.png rename to wise-editor/src/main/webapp/icons/legacy/bullet_black.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bullet_blue.png b/wise-editor/src/main/webapp/icons/legacy/bullet_blue.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bullet_blue.png rename to wise-editor/src/main/webapp/icons/legacy/bullet_blue.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bullet_green.png b/wise-editor/src/main/webapp/icons/legacy/bullet_green.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bullet_green.png rename to wise-editor/src/main/webapp/icons/legacy/bullet_green.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bullet_orange.png b/wise-editor/src/main/webapp/icons/legacy/bullet_orange.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bullet_orange.png rename to wise-editor/src/main/webapp/icons/legacy/bullet_orange.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bullet_pink.png b/wise-editor/src/main/webapp/icons/legacy/bullet_pink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bullet_pink.png rename to wise-editor/src/main/webapp/icons/legacy/bullet_pink.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bullet_purple.png b/wise-editor/src/main/webapp/icons/legacy/bullet_purple.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bullet_purple.png rename to wise-editor/src/main/webapp/icons/legacy/bullet_purple.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/bullet_red.png b/wise-editor/src/main/webapp/icons/legacy/bullet_red.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/bullet_red.png rename to wise-editor/src/main/webapp/icons/legacy/bullet_red.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/chart_bar.png b/wise-editor/src/main/webapp/icons/legacy/chart_bar.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/chart_bar.png rename to wise-editor/src/main/webapp/icons/legacy/chart_bar.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/chart_curve.png b/wise-editor/src/main/webapp/icons/legacy/chart_curve.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/chart_curve.png rename to wise-editor/src/main/webapp/icons/legacy/chart_curve.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/chart_line.png b/wise-editor/src/main/webapp/icons/legacy/chart_line.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/chart_line.png rename to wise-editor/src/main/webapp/icons/legacy/chart_line.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/chart_organisation.png b/wise-editor/src/main/webapp/icons/legacy/chart_organisation.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/chart_organisation.png rename to wise-editor/src/main/webapp/icons/legacy/chart_organisation.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/chart_pie.png b/wise-editor/src/main/webapp/icons/legacy/chart_pie.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/chart_pie.png rename to wise-editor/src/main/webapp/icons/legacy/chart_pie.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/clock.png b/wise-editor/src/main/webapp/icons/legacy/clock.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/clock.png rename to wise-editor/src/main/webapp/icons/legacy/clock.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/clock_red.png b/wise-editor/src/main/webapp/icons/legacy/clock_red.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/clock_red.png rename to wise-editor/src/main/webapp/icons/legacy/clock_red.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/close.png b/wise-editor/src/main/webapp/icons/legacy/close.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/close.png rename to wise-editor/src/main/webapp/icons/legacy/close.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/coins.png b/wise-editor/src/main/webapp/icons/legacy/coins.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/coins.png rename to wise-editor/src/main/webapp/icons/legacy/coins.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/collab_publish.png b/wise-editor/src/main/webapp/icons/legacy/collab_publish.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/collab_publish.png rename to wise-editor/src/main/webapp/icons/legacy/collab_publish.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/collab_share.png b/wise-editor/src/main/webapp/icons/legacy/collab_share.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/collab_share.png rename to wise-editor/src/main/webapp/icons/legacy/collab_share.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/collab_tag.png b/wise-editor/src/main/webapp/icons/legacy/collab_tag.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/collab_tag.png rename to wise-editor/src/main/webapp/icons/legacy/collab_tag.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/color_swatch.png b/wise-editor/src/main/webapp/icons/legacy/color_swatch.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/color_swatch.png rename to wise-editor/src/main/webapp/icons/legacy/color_swatch.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/comment.png b/wise-editor/src/main/webapp/icons/legacy/comment.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/comment.png rename to wise-editor/src/main/webapp/icons/legacy/comment.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/connect.png b/wise-editor/src/main/webapp/icons/legacy/connect.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/connect.png rename to wise-editor/src/main/webapp/icons/legacy/connect.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/cross.png b/wise-editor/src/main/webapp/icons/legacy/cross.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/cross.png rename to wise-editor/src/main/webapp/icons/legacy/cross.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/delNode.png b/wise-editor/src/main/webapp/icons/legacy/delNode.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/delNode.png rename to wise-editor/src/main/webapp/icons/legacy/delNode.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/delete.png b/wise-editor/src/main/webapp/icons/legacy/delete.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/delete.png rename to wise-editor/src/main/webapp/icons/legacy/delete.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/disconnect.png b/wise-editor/src/main/webapp/icons/legacy/disconnect.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/disconnect.png rename to wise-editor/src/main/webapp/icons/legacy/disconnect.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-angel.png b/wise-editor/src/main/webapp/icons/legacy/face-angel.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-angel.png rename to wise-editor/src/main/webapp/icons/legacy/face-angel.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-crying.png b/wise-editor/src/main/webapp/icons/legacy/face-crying.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-crying.png rename to wise-editor/src/main/webapp/icons/legacy/face-crying.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-devilish.png b/wise-editor/src/main/webapp/icons/legacy/face-devilish.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-devilish.png rename to wise-editor/src/main/webapp/icons/legacy/face-devilish.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-glasses.png b/wise-editor/src/main/webapp/icons/legacy/face-glasses.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-glasses.png rename to wise-editor/src/main/webapp/icons/legacy/face-glasses.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-grin.png b/wise-editor/src/main/webapp/icons/legacy/face-grin.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-grin.png rename to wise-editor/src/main/webapp/icons/legacy/face-grin.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-kiss.png b/wise-editor/src/main/webapp/icons/legacy/face-kiss.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-kiss.png rename to wise-editor/src/main/webapp/icons/legacy/face-kiss.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-monkey.png b/wise-editor/src/main/webapp/icons/legacy/face-monkey.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-monkey.png rename to wise-editor/src/main/webapp/icons/legacy/face-monkey.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-plain.png b/wise-editor/src/main/webapp/icons/legacy/face-plain.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-plain.png rename to wise-editor/src/main/webapp/icons/legacy/face-plain.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-sad.png b/wise-editor/src/main/webapp/icons/legacy/face-sad.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-sad.png rename to wise-editor/src/main/webapp/icons/legacy/face-sad.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-smile-big.png b/wise-editor/src/main/webapp/icons/legacy/face-smile-big.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-smile-big.png rename to wise-editor/src/main/webapp/icons/legacy/face-smile-big.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-smile.png b/wise-editor/src/main/webapp/icons/legacy/face-smile.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-smile.png rename to wise-editor/src/main/webapp/icons/legacy/face-smile.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-surprise.png b/wise-editor/src/main/webapp/icons/legacy/face-surprise.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-surprise.png rename to wise-editor/src/main/webapp/icons/legacy/face-surprise.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/face-wink.png b/wise-editor/src/main/webapp/icons/legacy/face-wink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/face-wink.png rename to wise-editor/src/main/webapp/icons/legacy/face-wink.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/file_export.png b/wise-editor/src/main/webapp/icons/legacy/file_export.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/file_export.png rename to wise-editor/src/main/webapp/icons/legacy/file_export.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/file_printer.png b/wise-editor/src/main/webapp/icons/legacy/file_printer.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/file_printer.png rename to wise-editor/src/main/webapp/icons/legacy/file_printer.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/file_redo.png b/wise-editor/src/main/webapp/icons/legacy/file_redo.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/file_redo.png rename to wise-editor/src/main/webapp/icons/legacy/file_redo.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/file_redo_dis.png b/wise-editor/src/main/webapp/icons/legacy/file_redo_dis.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/file_redo_dis.png rename to wise-editor/src/main/webapp/icons/legacy/file_redo_dis.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/file_undo.png b/wise-editor/src/main/webapp/icons/legacy/file_undo.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/file_undo.png rename to wise-editor/src/main/webapp/icons/legacy/file_undo.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/file_undo_dis.png b/wise-editor/src/main/webapp/icons/legacy/file_undo_dis.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/file_undo_dis.png rename to wise-editor/src/main/webapp/icons/legacy/file_undo_dis.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/flag_blue.png b/wise-editor/src/main/webapp/icons/legacy/flag_blue.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/flag_blue.png rename to wise-editor/src/main/webapp/icons/legacy/flag_blue.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/flag_green.png b/wise-editor/src/main/webapp/icons/legacy/flag_green.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/flag_green.png rename to wise-editor/src/main/webapp/icons/legacy/flag_green.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/flag_orange.png b/wise-editor/src/main/webapp/icons/legacy/flag_orange.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/flag_orange.png rename to wise-editor/src/main/webapp/icons/legacy/flag_orange.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/flag_pink.png b/wise-editor/src/main/webapp/icons/legacy/flag_pink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/flag_pink.png rename to wise-editor/src/main/webapp/icons/legacy/flag_pink.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/flag_purple.png b/wise-editor/src/main/webapp/icons/legacy/flag_purple.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/flag_purple.png rename to wise-editor/src/main/webapp/icons/legacy/flag_purple.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/flag_yellow.png b/wise-editor/src/main/webapp/icons/legacy/flag_yellow.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/flag_yellow.png rename to wise-editor/src/main/webapp/icons/legacy/flag_yellow.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/font.png b/wise-editor/src/main/webapp/icons/legacy/font.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/font.png rename to wise-editor/src/main/webapp/icons/legacy/font.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/fontColor.png b/wise-editor/src/main/webapp/icons/legacy/fontColor.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/fontColor.png rename to wise-editor/src/main/webapp/icons/legacy/fontColor.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/fontSize.png b/wise-editor/src/main/webapp/icons/legacy/fontSize.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/fontSize.png rename to wise-editor/src/main/webapp/icons/legacy/fontSize.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/font_bold.png b/wise-editor/src/main/webapp/icons/legacy/font_bold.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/font_bold.png rename to wise-editor/src/main/webapp/icons/legacy/font_bold.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/font_color.png b/wise-editor/src/main/webapp/icons/legacy/font_color.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/font_color.png rename to wise-editor/src/main/webapp/icons/legacy/font_color.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/font_italic.png b/wise-editor/src/main/webapp/icons/legacy/font_italic.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/font_italic.png rename to wise-editor/src/main/webapp/icons/legacy/font_italic.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/font_size.png b/wise-editor/src/main/webapp/icons/legacy/font_size.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/font_size.png rename to wise-editor/src/main/webapp/icons/legacy/font_size.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/font_type.png b/wise-editor/src/main/webapp/icons/legacy/font_type.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/font_type.png rename to wise-editor/src/main/webapp/icons/legacy/font_type.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/group.png b/wise-editor/src/main/webapp/icons/legacy/group.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/group.png rename to wise-editor/src/main/webapp/icons/legacy/group.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/group2.png b/wise-editor/src/main/webapp/icons/legacy/group2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/group2.png rename to wise-editor/src/main/webapp/icons/legacy/group2.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/group_go.png b/wise-editor/src/main/webapp/icons/legacy/group_go.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/group_go.png rename to wise-editor/src/main/webapp/icons/legacy/group_go.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/help.png b/wise-editor/src/main/webapp/icons/legacy/help.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/help.png rename to wise-editor/src/main/webapp/icons/legacy/help.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/history.png b/wise-editor/src/main/webapp/icons/legacy/history.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/history.png rename to wise-editor/src/main/webapp/icons/legacy/history.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/info.png b/wise-editor/src/main/webapp/icons/legacy/info.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/info.png rename to wise-editor/src/main/webapp/icons/legacy/info.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/italic.png b/wise-editor/src/main/webapp/icons/legacy/italic.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/italic.png rename to wise-editor/src/main/webapp/icons/legacy/italic.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/key.png b/wise-editor/src/main/webapp/icons/legacy/key.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/key.png rename to wise-editor/src/main/webapp/icons/legacy/key.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/lightbulb.png b/wise-editor/src/main/webapp/icons/legacy/lightbulb.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/lightbulb.png rename to wise-editor/src/main/webapp/icons/legacy/lightbulb.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/lightbulb_off.png b/wise-editor/src/main/webapp/icons/legacy/lightbulb_off.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/lightbulb_off.png rename to wise-editor/src/main/webapp/icons/legacy/lightbulb_off.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/lock.png b/wise-editor/src/main/webapp/icons/legacy/lock.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/lock.png rename to wise-editor/src/main/webapp/icons/legacy/lock.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/lock_open.png b/wise-editor/src/main/webapp/icons/legacy/lock_open.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/lock_open.png rename to wise-editor/src/main/webapp/icons/legacy/lock_open.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/logo-big.png b/wise-editor/src/main/webapp/icons/legacy/logo-big.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/logo-big.png rename to wise-editor/src/main/webapp/icons/legacy/logo-big.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/logo-vsmall.png b/wise-editor/src/main/webapp/icons/legacy/logo-vsmall.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/logo-vsmall.png rename to wise-editor/src/main/webapp/icons/legacy/logo-vsmall.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/logo-vvsmall.png b/wise-editor/src/main/webapp/icons/legacy/logo-vvsmall.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/logo-vvsmall.png rename to wise-editor/src/main/webapp/icons/legacy/logo-vvsmall.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/mac-metaKey.png b/wise-editor/src/main/webapp/icons/legacy/mac-metaKey.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/mac-metaKey.png rename to wise-editor/src/main/webapp/icons/legacy/mac-metaKey.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/marca-vsmall.png b/wise-editor/src/main/webapp/icons/legacy/marca-vsmall.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/marca-vsmall.png rename to wise-editor/src/main/webapp/icons/legacy/marca-vsmall.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/money.png b/wise-editor/src/main/webapp/icons/legacy/money.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/money.png rename to wise-editor/src/main/webapp/icons/legacy/money.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/money_dollar.png b/wise-editor/src/main/webapp/icons/legacy/money_dollar.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/money_dollar.png rename to wise-editor/src/main/webapp/icons/legacy/money_dollar.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/money_euro.png b/wise-editor/src/main/webapp/icons/legacy/money_euro.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/money_euro.png rename to wise-editor/src/main/webapp/icons/legacy/money_euro.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/money_pound.png b/wise-editor/src/main/webapp/icons/legacy/money_pound.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/money_pound.png rename to wise-editor/src/main/webapp/icons/legacy/money_pound.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/money_yen.png b/wise-editor/src/main/webapp/icons/legacy/money_yen.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/money_yen.png rename to wise-editor/src/main/webapp/icons/legacy/money_yen.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/moor_boverlay.png b/wise-editor/src/main/webapp/icons/legacy/moor_boverlay.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/moor_boverlay.png rename to wise-editor/src/main/webapp/icons/legacy/moor_boverlay.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/moor_slider.png b/wise-editor/src/main/webapp/icons/legacy/moor_slider.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/moor_slider.png rename to wise-editor/src/main/webapp/icons/legacy/moor_slider.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/moor_woverlay.png b/wise-editor/src/main/webapp/icons/legacy/moor_woverlay.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/moor_woverlay.png rename to wise-editor/src/main/webapp/icons/legacy/moor_woverlay.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/move.png b/wise-editor/src/main/webapp/icons/legacy/move.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/move.png rename to wise-editor/src/main/webapp/icons/legacy/move.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/mymaps.png b/wise-editor/src/main/webapp/icons/legacy/mymaps.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/mymaps.png rename to wise-editor/src/main/webapp/icons/legacy/mymaps.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/node_add.png b/wise-editor/src/main/webapp/icons/legacy/node_add.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/node_add.png rename to wise-editor/src/main/webapp/icons/legacy/node_add.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/node_border.png b/wise-editor/src/main/webapp/icons/legacy/node_border.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/node_border.png rename to wise-editor/src/main/webapp/icons/legacy/node_border.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/node_border2.png b/wise-editor/src/main/webapp/icons/legacy/node_border2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/node_border2.png rename to wise-editor/src/main/webapp/icons/legacy/node_border2.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/node_elipse.png b/wise-editor/src/main/webapp/icons/legacy/node_elipse.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/node_elipse.png rename to wise-editor/src/main/webapp/icons/legacy/node_elipse.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/note.png b/wise-editor/src/main/webapp/icons/legacy/note.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/note.png rename to wise-editor/src/main/webapp/icons/legacy/note.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/note1.png b/wise-editor/src/main/webapp/icons/legacy/note1.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/note1.png rename to wise-editor/src/main/webapp/icons/legacy/note1.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/page_delete.png b/wise-editor/src/main/webapp/icons/legacy/page_delete.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/page_delete.png rename to wise-editor/src/main/webapp/icons/legacy/page_delete.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/page_go.png b/wise-editor/src/main/webapp/icons/legacy/page_go.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/page_go.png rename to wise-editor/src/main/webapp/icons/legacy/page_go.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/printNews.png b/wise-editor/src/main/webapp/icons/legacy/printNews.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/printNews.png rename to wise-editor/src/main/webapp/icons/legacy/printNews.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/printer.png b/wise-editor/src/main/webapp/icons/legacy/printer.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/printer.png rename to wise-editor/src/main/webapp/icons/legacy/printer.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/removeUser.jpeg b/wise-editor/src/main/webapp/icons/legacy/removeUser.jpeg similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/removeUser.jpeg rename to wise-editor/src/main/webapp/icons/legacy/removeUser.jpeg diff --git a/wise-webapp/src/main/webapp/icons/legacy/ruby.png b/wise-editor/src/main/webapp/icons/legacy/ruby.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/ruby.png rename to wise-editor/src/main/webapp/icons/legacy/ruby.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/save.png b/wise-editor/src/main/webapp/icons/legacy/save.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/save.png rename to wise-editor/src/main/webapp/icons/legacy/save.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/search.png b/wise-editor/src/main/webapp/icons/legacy/search.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/search.png rename to wise-editor/src/main/webapp/icons/legacy/search.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/search2.png b/wise-editor/src/main/webapp/icons/legacy/search2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/search2.png rename to wise-editor/src/main/webapp/icons/legacy/search2.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/search3.png b/wise-editor/src/main/webapp/icons/legacy/search3.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/search3.png rename to wise-editor/src/main/webapp/icons/legacy/search3.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/seast.png b/wise-editor/src/main/webapp/icons/legacy/seast.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/seast.png rename to wise-editor/src/main/webapp/icons/legacy/seast.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape-elipse.png b/wise-editor/src/main/webapp/icons/legacy/shape-elipse.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape-elipse.png rename to wise-editor/src/main/webapp/icons/legacy/shape-elipse.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape-line.png b/wise-editor/src/main/webapp/icons/legacy/shape-line.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape-line.png rename to wise-editor/src/main/webapp/icons/legacy/shape-line.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape-rectangle-rounded.png b/wise-editor/src/main/webapp/icons/legacy/shape-rectangle-rounded.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape-rectangle-rounded.png rename to wise-editor/src/main/webapp/icons/legacy/shape-rectangle-rounded.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape-rectangle.png b/wise-editor/src/main/webapp/icons/legacy/shape-rectangle.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape-rectangle.png rename to wise-editor/src/main/webapp/icons/legacy/shape-rectangle.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape.png b/wise-editor/src/main/webapp/icons/legacy/shape.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape.png rename to wise-editor/src/main/webapp/icons/legacy/shape.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape_handles.png b/wise-editor/src/main/webapp/icons/legacy/shape_handles.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape_handles.png rename to wise-editor/src/main/webapp/icons/legacy/shape_handles.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape_square_add.png b/wise-editor/src/main/webapp/icons/legacy/shape_square_add.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape_square_add.png rename to wise-editor/src/main/webapp/icons/legacy/shape_square_add.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape_square_delete.png b/wise-editor/src/main/webapp/icons/legacy/shape_square_delete.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape_square_delete.png rename to wise-editor/src/main/webapp/icons/legacy/shape_square_delete.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/shape_square_edit.png b/wise-editor/src/main/webapp/icons/legacy/shape_square_edit.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/shape_square_edit.png rename to wise-editor/src/main/webapp/icons/legacy/shape_square_edit.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/signUpBodyBtn.png b/wise-editor/src/main/webapp/icons/legacy/signUpBodyBtn.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/signUpBodyBtn.png rename to wise-editor/src/main/webapp/icons/legacy/signUpBodyBtn.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/signUpEndBtn.png b/wise-editor/src/main/webapp/icons/legacy/signUpEndBtn.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/signUpEndBtn.png rename to wise-editor/src/main/webapp/icons/legacy/signUpEndBtn.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/signUpStartBtn.png b/wise-editor/src/main/webapp/icons/legacy/signUpStartBtn.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/signUpStartBtn.png rename to wise-editor/src/main/webapp/icons/legacy/signUpStartBtn.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/sne.png b/wise-editor/src/main/webapp/icons/legacy/sne.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/sne.png rename to wise-editor/src/main/webapp/icons/legacy/sne.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/snorth.png b/wise-editor/src/main/webapp/icons/legacy/snorth.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/snorth.png rename to wise-editor/src/main/webapp/icons/legacy/snorth.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/snw.png b/wise-editor/src/main/webapp/icons/legacy/snw.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/snw.png rename to wise-editor/src/main/webapp/icons/legacy/snw.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/sse.png b/wise-editor/src/main/webapp/icons/legacy/sse.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/sse.png rename to wise-editor/src/main/webapp/icons/legacy/sse.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/ssouth.png b/wise-editor/src/main/webapp/icons/legacy/ssouth.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/ssouth.png rename to wise-editor/src/main/webapp/icons/legacy/ssouth.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/ssw.png b/wise-editor/src/main/webapp/icons/legacy/ssw.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/ssw.png rename to wise-editor/src/main/webapp/icons/legacy/ssw.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/swest.png b/wise-editor/src/main/webapp/icons/legacy/swest.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/swest.png rename to wise-editor/src/main/webapp/icons/legacy/swest.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_blue.png b/wise-editor/src/main/webapp/icons/legacy/tag_blue.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_blue.png rename to wise-editor/src/main/webapp/icons/legacy/tag_blue.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_blue_add.png b/wise-editor/src/main/webapp/icons/legacy/tag_blue_add.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_blue_add.png rename to wise-editor/src/main/webapp/icons/legacy/tag_blue_add.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_blue_add2.png b/wise-editor/src/main/webapp/icons/legacy/tag_blue_add2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_blue_add2.png rename to wise-editor/src/main/webapp/icons/legacy/tag_blue_add2.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_green.png b/wise-editor/src/main/webapp/icons/legacy/tag_green.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_green.png rename to wise-editor/src/main/webapp/icons/legacy/tag_green.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_orange.png b/wise-editor/src/main/webapp/icons/legacy/tag_orange.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_orange.png rename to wise-editor/src/main/webapp/icons/legacy/tag_orange.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_pink.png b/wise-editor/src/main/webapp/icons/legacy/tag_pink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_pink.png rename to wise-editor/src/main/webapp/icons/legacy/tag_pink.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_purple.png b/wise-editor/src/main/webapp/icons/legacy/tag_purple.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_purple.png rename to wise-editor/src/main/webapp/icons/legacy/tag_purple.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_red.png b/wise-editor/src/main/webapp/icons/legacy/tag_red.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_red.png rename to wise-editor/src/main/webapp/icons/legacy/tag_red.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tag_yellow.png b/wise-editor/src/main/webapp/icons/legacy/tag_yellow.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tag_yellow.png rename to wise-editor/src/main/webapp/icons/legacy/tag_yellow.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/text_bold.png b/wise-editor/src/main/webapp/icons/legacy/text_bold.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/text_bold.png rename to wise-editor/src/main/webapp/icons/legacy/text_bold.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/text_italic.png b/wise-editor/src/main/webapp/icons/legacy/text_italic.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/text_italic.png rename to wise-editor/src/main/webapp/icons/legacy/text_italic.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/thumb_down.png b/wise-editor/src/main/webapp/icons/legacy/thumb_down.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/thumb_down.png rename to wise-editor/src/main/webapp/icons/legacy/thumb_down.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/thumb_up.png b/wise-editor/src/main/webapp/icons/legacy/thumb_up.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/thumb_up.png rename to wise-editor/src/main/webapp/icons/legacy/thumb_up.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/tick.png b/wise-editor/src/main/webapp/icons/legacy/tick.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/tick.png rename to wise-editor/src/main/webapp/icons/legacy/tick.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/user_delete.png b/wise-editor/src/main/webapp/icons/legacy/user_delete.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/user_delete.png rename to wise-editor/src/main/webapp/icons/legacy/user_delete.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/waring_icon.png b/wise-editor/src/main/webapp/icons/legacy/waring_icon.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/waring_icon.png rename to wise-editor/src/main/webapp/icons/legacy/waring_icon.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/world.png b/wise-editor/src/main/webapp/icons/legacy/world.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/world.png rename to wise-editor/src/main/webapp/icons/legacy/world.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/world2.png b/wise-editor/src/main/webapp/icons/legacy/world2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/world2.png rename to wise-editor/src/main/webapp/icons/legacy/world2.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/world_go.png b/wise-editor/src/main/webapp/icons/legacy/world_go.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/world_go.png rename to wise-editor/src/main/webapp/icons/legacy/world_go.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/world_link.png b/wise-editor/src/main/webapp/icons/legacy/world_link.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/world_link.png rename to wise-editor/src/main/webapp/icons/legacy/world_link.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/zoom_in.png b/wise-editor/src/main/webapp/icons/legacy/zoom_in.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/zoom_in.png rename to wise-editor/src/main/webapp/icons/legacy/zoom_in.png diff --git a/wise-webapp/src/main/webapp/icons/legacy/zoom_out.png b/wise-editor/src/main/webapp/icons/legacy/zoom_out.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/legacy/zoom_out.png rename to wise-editor/src/main/webapp/icons/legacy/zoom_out.png diff --git a/wise-webapp/src/main/webapp/icons/mail_edit.png b/wise-editor/src/main/webapp/icons/mail_edit.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/mail_edit.png rename to wise-editor/src/main/webapp/icons/mail_edit.png diff --git a/wise-webapp/src/main/webapp/icons/mail_envelop.png b/wise-editor/src/main/webapp/icons/mail_envelop.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/mail_envelop.png rename to wise-editor/src/main/webapp/icons/mail_envelop.png diff --git a/wise-webapp/src/main/webapp/icons/mail_list.png b/wise-editor/src/main/webapp/icons/mail_list.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/mail_list.png rename to wise-editor/src/main/webapp/icons/mail_list.png diff --git a/wise-webapp/src/main/webapp/icons/mail_mailbox.png b/wise-editor/src/main/webapp/icons/mail_mailbox.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/mail_mailbox.png rename to wise-editor/src/main/webapp/icons/mail_mailbox.png diff --git a/wise-webapp/src/main/webapp/icons/money_coins.png b/wise-editor/src/main/webapp/icons/money_coins.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/money_coins.png rename to wise-editor/src/main/webapp/icons/money_coins.png diff --git a/wise-webapp/src/main/webapp/icons/money_dollar.png b/wise-editor/src/main/webapp/icons/money_dollar.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/money_dollar.png rename to wise-editor/src/main/webapp/icons/money_dollar.png diff --git a/wise-webapp/src/main/webapp/icons/money_euro.png b/wise-editor/src/main/webapp/icons/money_euro.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/money_euro.png rename to wise-editor/src/main/webapp/icons/money_euro.png diff --git a/wise-webapp/src/main/webapp/icons/money_money.png b/wise-editor/src/main/webapp/icons/money_money.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/money_money.png rename to wise-editor/src/main/webapp/icons/money_money.png diff --git a/wise-webapp/src/main/webapp/icons/money_pound.png b/wise-editor/src/main/webapp/icons/money_pound.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/money_pound.png rename to wise-editor/src/main/webapp/icons/money_pound.png diff --git a/wise-webapp/src/main/webapp/icons/money_ruby.png b/wise-editor/src/main/webapp/icons/money_ruby.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/money_ruby.png rename to wise-editor/src/main/webapp/icons/money_ruby.png diff --git a/wise-webapp/src/main/webapp/icons/money_yen.png b/wise-editor/src/main/webapp/icons/money_yen.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/money_yen.png rename to wise-editor/src/main/webapp/icons/money_yen.png diff --git a/wise-webapp/src/main/webapp/icons/object_bell.png b/wise-editor/src/main/webapp/icons/object_bell.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_bell.png rename to wise-editor/src/main/webapp/icons/object_bell.png diff --git a/wise-webapp/src/main/webapp/icons/object_cake.png b/wise-editor/src/main/webapp/icons/object_cake.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_cake.png rename to wise-editor/src/main/webapp/icons/object_cake.png diff --git a/wise-webapp/src/main/webapp/icons/object_camera.png b/wise-editor/src/main/webapp/icons/object_camera.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_camera.png rename to wise-editor/src/main/webapp/icons/object_camera.png diff --git a/wise-webapp/src/main/webapp/icons/object_clanbomber.png b/wise-editor/src/main/webapp/icons/object_clanbomber.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_clanbomber.png rename to wise-editor/src/main/webapp/icons/object_clanbomber.png diff --git a/wise-webapp/src/main/webapp/icons/object_clip.png b/wise-editor/src/main/webapp/icons/object_clip.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_clip.png rename to wise-editor/src/main/webapp/icons/object_clip.png diff --git a/wise-webapp/src/main/webapp/icons/object_house.png b/wise-editor/src/main/webapp/icons/object_house.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_house.png rename to wise-editor/src/main/webapp/icons/object_house.png diff --git a/wise-webapp/src/main/webapp/icons/object_key.png b/wise-editor/src/main/webapp/icons/object_key.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_key.png rename to wise-editor/src/main/webapp/icons/object_key.png diff --git a/wise-webapp/src/main/webapp/icons/object_magnifier.png b/wise-editor/src/main/webapp/icons/object_magnifier.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_magnifier.png rename to wise-editor/src/main/webapp/icons/object_magnifier.png diff --git a/wise-webapp/src/main/webapp/icons/object_music.png b/wise-editor/src/main/webapp/icons/object_music.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_music.png rename to wise-editor/src/main/webapp/icons/object_music.png diff --git a/wise-webapp/src/main/webapp/icons/object_palette.png b/wise-editor/src/main/webapp/icons/object_palette.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_palette.png rename to wise-editor/src/main/webapp/icons/object_palette.png diff --git a/wise-webapp/src/main/webapp/icons/object_pencil.png b/wise-editor/src/main/webapp/icons/object_pencil.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_pencil.png rename to wise-editor/src/main/webapp/icons/object_pencil.png diff --git a/wise-webapp/src/main/webapp/icons/object_phone.png b/wise-editor/src/main/webapp/icons/object_phone.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_phone.png rename to wise-editor/src/main/webapp/icons/object_phone.png diff --git a/wise-webapp/src/main/webapp/icons/object_rainbow.png b/wise-editor/src/main/webapp/icons/object_rainbow.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_rainbow.png rename to wise-editor/src/main/webapp/icons/object_rainbow.png diff --git a/wise-webapp/src/main/webapp/icons/object_star.png b/wise-editor/src/main/webapp/icons/object_star.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_star.png rename to wise-editor/src/main/webapp/icons/object_star.png diff --git a/wise-webapp/src/main/webapp/icons/object_wizard.png b/wise-editor/src/main/webapp/icons/object_wizard.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/object_wizard.png rename to wise-editor/src/main/webapp/icons/object_wizard.png diff --git a/wise-webapp/src/main/webapp/icons/onoff_add.png b/wise-editor/src/main/webapp/icons/onoff_add.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/onoff_add.png rename to wise-editor/src/main/webapp/icons/onoff_add.png diff --git a/wise-webapp/src/main/webapp/icons/onoff_clock.png b/wise-editor/src/main/webapp/icons/onoff_clock.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/onoff_clock.png rename to wise-editor/src/main/webapp/icons/onoff_clock.png diff --git a/wise-webapp/src/main/webapp/icons/onoff_clock_red.png b/wise-editor/src/main/webapp/icons/onoff_clock_red.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/onoff_clock_red.png rename to wise-editor/src/main/webapp/icons/onoff_clock_red.png diff --git a/wise-webapp/src/main/webapp/icons/onoff_delete.png b/wise-editor/src/main/webapp/icons/onoff_delete.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/onoff_delete.png rename to wise-editor/src/main/webapp/icons/onoff_delete.png diff --git a/wise-webapp/src/main/webapp/icons/onoff_status_offline.png b/wise-editor/src/main/webapp/icons/onoff_status_offline.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/onoff_status_offline.png rename to wise-editor/src/main/webapp/icons/onoff_status_offline.png diff --git a/wise-webapp/src/main/webapp/icons/onoff_status_online.png b/wise-editor/src/main/webapp/icons/onoff_status_online.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/onoff_status_online.png rename to wise-editor/src/main/webapp/icons/onoff_status_online.png diff --git a/wise-webapp/src/main/webapp/icons/people_female1.png b/wise-editor/src/main/webapp/icons/people_female1.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/people_female1.png rename to wise-editor/src/main/webapp/icons/people_female1.png diff --git a/wise-webapp/src/main/webapp/icons/people_female2.png b/wise-editor/src/main/webapp/icons/people_female2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/people_female2.png rename to wise-editor/src/main/webapp/icons/people_female2.png diff --git a/wise-webapp/src/main/webapp/icons/people_group.png b/wise-editor/src/main/webapp/icons/people_group.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/people_group.png rename to wise-editor/src/main/webapp/icons/people_group.png diff --git a/wise-webapp/src/main/webapp/icons/people_male1.png b/wise-editor/src/main/webapp/icons/people_male1.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/people_male1.png rename to wise-editor/src/main/webapp/icons/people_male1.png diff --git a/wise-webapp/src/main/webapp/icons/people_male2.png b/wise-editor/src/main/webapp/icons/people_male2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/people_male2.png rename to wise-editor/src/main/webapp/icons/people_male2.png diff --git a/wise-webapp/src/main/webapp/icons/sign_cancel.png b/wise-editor/src/main/webapp/icons/sign_cancel.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sign_cancel.png rename to wise-editor/src/main/webapp/icons/sign_cancel.png diff --git a/wise-webapp/src/main/webapp/icons/sign_closed.png b/wise-editor/src/main/webapp/icons/sign_closed.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sign_closed.png rename to wise-editor/src/main/webapp/icons/sign_closed.png diff --git a/wise-webapp/src/main/webapp/icons/sign_exclamation.png b/wise-editor/src/main/webapp/icons/sign_exclamation.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sign_exclamation.png rename to wise-editor/src/main/webapp/icons/sign_exclamation.png diff --git a/wise-webapp/src/main/webapp/icons/sign_help.png b/wise-editor/src/main/webapp/icons/sign_help.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sign_help.png rename to wise-editor/src/main/webapp/icons/sign_help.png diff --git a/wise-webapp/src/main/webapp/icons/sign_info.png b/wise-editor/src/main/webapp/icons/sign_info.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sign_info.png rename to wise-editor/src/main/webapp/icons/sign_info.png diff --git a/wise-webapp/src/main/webapp/icons/sign_stop.png b/wise-editor/src/main/webapp/icons/sign_stop.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sign_stop.png rename to wise-editor/src/main/webapp/icons/sign_stop.png diff --git a/wise-webapp/src/main/webapp/icons/sign_warning.png b/wise-editor/src/main/webapp/icons/sign_warning.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sign_warning.png rename to wise-editor/src/main/webapp/icons/sign_warning.png diff --git a/wise-webapp/src/main/webapp/icons/soft_bug.png b/wise-editor/src/main/webapp/icons/soft_bug.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_bug.png rename to wise-editor/src/main/webapp/icons/soft_bug.png diff --git a/wise-webapp/src/main/webapp/icons/soft_cursor.png b/wise-editor/src/main/webapp/icons/soft_cursor.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_cursor.png rename to wise-editor/src/main/webapp/icons/soft_cursor.png diff --git a/wise-webapp/src/main/webapp/icons/soft_database.png b/wise-editor/src/main/webapp/icons/soft_database.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_database.png rename to wise-editor/src/main/webapp/icons/soft_database.png diff --git a/wise-webapp/src/main/webapp/icons/soft_database_table.png b/wise-editor/src/main/webapp/icons/soft_database_table.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_database_table.png rename to wise-editor/src/main/webapp/icons/soft_database_table.png diff --git a/wise-webapp/src/main/webapp/icons/soft_feed.png b/wise-editor/src/main/webapp/icons/soft_feed.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_feed.png rename to wise-editor/src/main/webapp/icons/soft_feed.png diff --git a/wise-webapp/src/main/webapp/icons/soft_folder_explore.png b/wise-editor/src/main/webapp/icons/soft_folder_explore.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_folder_explore.png rename to wise-editor/src/main/webapp/icons/soft_folder_explore.png diff --git a/wise-webapp/src/main/webapp/icons/soft_penguin.png b/wise-editor/src/main/webapp/icons/soft_penguin.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_penguin.png rename to wise-editor/src/main/webapp/icons/soft_penguin.png diff --git a/wise-webapp/src/main/webapp/icons/soft_rss.png b/wise-editor/src/main/webapp/icons/soft_rss.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_rss.png rename to wise-editor/src/main/webapp/icons/soft_rss.png diff --git a/wise-webapp/src/main/webapp/icons/soft_stuff_folder.png b/wise-editor/src/main/webapp/icons/soft_stuff_folder.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/soft_stuff_folder.png rename to wise-editor/src/main/webapp/icons/soft_stuff_folder.png diff --git a/wise-webapp/src/main/webapp/icons/sport_basketball.png b/wise-editor/src/main/webapp/icons/sport_basketball.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sport_basketball.png rename to wise-editor/src/main/webapp/icons/sport_basketball.png diff --git a/wise-webapp/src/main/webapp/icons/sport_football.png b/wise-editor/src/main/webapp/icons/sport_football.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sport_football.png rename to wise-editor/src/main/webapp/icons/sport_football.png diff --git a/wise-webapp/src/main/webapp/icons/sport_golf.png b/wise-editor/src/main/webapp/icons/sport_golf.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sport_golf.png rename to wise-editor/src/main/webapp/icons/sport_golf.png diff --git a/wise-webapp/src/main/webapp/icons/sport_raquet.png b/wise-editor/src/main/webapp/icons/sport_raquet.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sport_raquet.png rename to wise-editor/src/main/webapp/icons/sport_raquet.png diff --git a/wise-webapp/src/main/webapp/icons/sport_shuttlecock.png b/wise-editor/src/main/webapp/icons/sport_shuttlecock.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sport_shuttlecock.png rename to wise-editor/src/main/webapp/icons/sport_shuttlecock.png diff --git a/wise-webapp/src/main/webapp/icons/sport_soccer.png b/wise-editor/src/main/webapp/icons/sport_soccer.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sport_soccer.png rename to wise-editor/src/main/webapp/icons/sport_soccer.png diff --git a/wise-webapp/src/main/webapp/icons/sport_tennis.png b/wise-editor/src/main/webapp/icons/sport_tennis.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/sport_tennis.png rename to wise-editor/src/main/webapp/icons/sport_tennis.png diff --git a/wise-webapp/src/main/webapp/icons/tag_blue.png b/wise-editor/src/main/webapp/icons/tag_blue.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_blue.png rename to wise-editor/src/main/webapp/icons/tag_blue.png diff --git a/wise-webapp/src/main/webapp/icons/tag_blue_add.png b/wise-editor/src/main/webapp/icons/tag_blue_add.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_blue_add.png rename to wise-editor/src/main/webapp/icons/tag_blue_add.png diff --git a/wise-webapp/src/main/webapp/icons/tag_blue_add2.png b/wise-editor/src/main/webapp/icons/tag_blue_add2.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_blue_add2.png rename to wise-editor/src/main/webapp/icons/tag_blue_add2.png diff --git a/wise-webapp/src/main/webapp/icons/tag_green.png b/wise-editor/src/main/webapp/icons/tag_green.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_green.png rename to wise-editor/src/main/webapp/icons/tag_green.png diff --git a/wise-webapp/src/main/webapp/icons/tag_orange.png b/wise-editor/src/main/webapp/icons/tag_orange.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_orange.png rename to wise-editor/src/main/webapp/icons/tag_orange.png diff --git a/wise-webapp/src/main/webapp/icons/tag_pink.png b/wise-editor/src/main/webapp/icons/tag_pink.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_pink.png rename to wise-editor/src/main/webapp/icons/tag_pink.png diff --git a/wise-webapp/src/main/webapp/icons/tag_purple.png b/wise-editor/src/main/webapp/icons/tag_purple.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_purple.png rename to wise-editor/src/main/webapp/icons/tag_purple.png diff --git a/wise-webapp/src/main/webapp/icons/tag_red.png b/wise-editor/src/main/webapp/icons/tag_red.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_red.png rename to wise-editor/src/main/webapp/icons/tag_red.png diff --git a/wise-webapp/src/main/webapp/icons/tag_yellow.png b/wise-editor/src/main/webapp/icons/tag_yellow.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tag_yellow.png rename to wise-editor/src/main/webapp/icons/tag_yellow.png diff --git a/wise-webapp/src/main/webapp/icons/thumb_thumb_down.png b/wise-editor/src/main/webapp/icons/thumb_thumb_down.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/thumb_thumb_down.png rename to wise-editor/src/main/webapp/icons/thumb_thumb_down.png diff --git a/wise-webapp/src/main/webapp/icons/thumb_thumb_up.png b/wise-editor/src/main/webapp/icons/thumb_thumb_up.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/thumb_thumb_up.png rename to wise-editor/src/main/webapp/icons/thumb_thumb_up.png diff --git a/wise-webapp/src/main/webapp/icons/tick_cross.png b/wise-editor/src/main/webapp/icons/tick_cross.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tick_cross.png rename to wise-editor/src/main/webapp/icons/tick_cross.png diff --git a/wise-webapp/src/main/webapp/icons/tick_tick.png b/wise-editor/src/main/webapp/icons/tick_tick.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/tick_tick.png rename to wise-editor/src/main/webapp/icons/tick_tick.png diff --git a/wise-webapp/src/main/webapp/icons/time_calendar.png b/wise-editor/src/main/webapp/icons/time_calendar.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/time_calendar.png rename to wise-editor/src/main/webapp/icons/time_calendar.png diff --git a/wise-webapp/src/main/webapp/icons/time_clock.png b/wise-editor/src/main/webapp/icons/time_clock.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/time_clock.png rename to wise-editor/src/main/webapp/icons/time_clock.png diff --git a/wise-webapp/src/main/webapp/icons/time_hourglass.png b/wise-editor/src/main/webapp/icons/time_hourglass.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/time_hourglass.png rename to wise-editor/src/main/webapp/icons/time_hourglass.png diff --git a/wise-webapp/src/main/webapp/icons/weather_clear-night.png b/wise-editor/src/main/webapp/icons/weather_clear-night.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_clear-night.png rename to wise-editor/src/main/webapp/icons/weather_clear-night.png diff --git a/wise-webapp/src/main/webapp/icons/weather_clear.png b/wise-editor/src/main/webapp/icons/weather_clear.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_clear.png rename to wise-editor/src/main/webapp/icons/weather_clear.png diff --git a/wise-webapp/src/main/webapp/icons/weather_few-clouds-night.png b/wise-editor/src/main/webapp/icons/weather_few-clouds-night.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_few-clouds-night.png rename to wise-editor/src/main/webapp/icons/weather_few-clouds-night.png diff --git a/wise-webapp/src/main/webapp/icons/weather_few-clouds.png b/wise-editor/src/main/webapp/icons/weather_few-clouds.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_few-clouds.png rename to wise-editor/src/main/webapp/icons/weather_few-clouds.png diff --git a/wise-webapp/src/main/webapp/icons/weather_overcast.png b/wise-editor/src/main/webapp/icons/weather_overcast.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_overcast.png rename to wise-editor/src/main/webapp/icons/weather_overcast.png diff --git a/wise-webapp/src/main/webapp/icons/weather_severe-alert.png b/wise-editor/src/main/webapp/icons/weather_severe-alert.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_severe-alert.png rename to wise-editor/src/main/webapp/icons/weather_severe-alert.png diff --git a/wise-webapp/src/main/webapp/icons/weather_showers-scattered.png b/wise-editor/src/main/webapp/icons/weather_showers-scattered.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_showers-scattered.png rename to wise-editor/src/main/webapp/icons/weather_showers-scattered.png diff --git a/wise-webapp/src/main/webapp/icons/weather_showers.png b/wise-editor/src/main/webapp/icons/weather_showers.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_showers.png rename to wise-editor/src/main/webapp/icons/weather_showers.png diff --git a/wise-webapp/src/main/webapp/icons/weather_snow.png b/wise-editor/src/main/webapp/icons/weather_snow.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_snow.png rename to wise-editor/src/main/webapp/icons/weather_snow.png diff --git a/wise-webapp/src/main/webapp/icons/weather_storm.png b/wise-editor/src/main/webapp/icons/weather_storm.png similarity index 100% rename from wise-webapp/src/main/webapp/icons/weather_storm.png rename to wise-editor/src/main/webapp/icons/weather_storm.png diff --git a/wise-editor/src/main/webapp/images b/wise-editor/src/main/webapp/images deleted file mode 120000 index f1eaa77c..00000000 --- a/wise-editor/src/main/webapp/images +++ /dev/null @@ -1 +0,0 @@ -../../../../wise-webapp/src/main/webapp/images \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/ajax-loader.gif b/wise-editor/src/main/webapp/images/ajax-loader.gif similarity index 100% rename from wise-webapp/src/main/webapp/images/ajax-loader.gif rename to wise-editor/src/main/webapp/images/ajax-loader.gif diff --git a/wise-webapp/src/main/webapp/images/btn-bg-hover.png b/wise-editor/src/main/webapp/images/btn-bg-hover.png similarity index 100% rename from wise-webapp/src/main/webapp/images/btn-bg-hover.png rename to wise-editor/src/main/webapp/images/btn-bg-hover.png diff --git a/wise-webapp/src/main/webapp/images/btn-bg-normal.png b/wise-editor/src/main/webapp/images/btn-bg-normal.png similarity index 100% rename from wise-webapp/src/main/webapp/images/btn-bg-normal.png rename to wise-editor/src/main/webapp/images/btn-bg-normal.png diff --git a/wise-webapp/src/main/webapp/images/btne-bg-hover.png b/wise-editor/src/main/webapp/images/btne-bg-hover.png similarity index 100% rename from wise-webapp/src/main/webapp/images/btne-bg-hover.png rename to wise-editor/src/main/webapp/images/btne-bg-hover.png diff --git a/wise-webapp/src/main/webapp/images/btne-bg-normal.png b/wise-editor/src/main/webapp/images/btne-bg-normal.png similarity index 100% rename from wise-webapp/src/main/webapp/images/btne-bg-normal.png rename to wise-editor/src/main/webapp/images/btne-bg-normal.png diff --git a/wise-webapp/src/main/webapp/images/btne-bg-selected.png b/wise-editor/src/main/webapp/images/btne-bg-selected.png similarity index 100% rename from wise-webapp/src/main/webapp/images/btne-bg-selected.png rename to wise-editor/src/main/webapp/images/btne-bg-selected.png diff --git a/wise-webapp/src/main/webapp/images/discard.png b/wise-editor/src/main/webapp/images/discard.png similarity index 100% rename from wise-webapp/src/main/webapp/images/discard.png rename to wise-editor/src/main/webapp/images/discard.png diff --git a/wise-webapp/src/main/webapp/images/export.png b/wise-editor/src/main/webapp/images/export.png similarity index 100% rename from wise-webapp/src/main/webapp/images/export.png rename to wise-editor/src/main/webapp/images/export.png diff --git a/wise-editor/src/main/webapp/images/favicon.ico b/wise-editor/src/main/webapp/images/favicon.ico new file mode 100644 index 00000000..e69de29b diff --git a/wise-webapp/src/main/webapp/images/font-bold.png b/wise-editor/src/main/webapp/images/font-bold.png similarity index 100% rename from wise-webapp/src/main/webapp/images/font-bold.png rename to wise-editor/src/main/webapp/images/font-bold.png diff --git a/wise-webapp/src/main/webapp/images/font-color.png b/wise-editor/src/main/webapp/images/font-color.png similarity index 100% rename from wise-webapp/src/main/webapp/images/font-color.png rename to wise-editor/src/main/webapp/images/font-color.png diff --git a/wise-webapp/src/main/webapp/images/font-italic.png b/wise-editor/src/main/webapp/images/font-italic.png similarity index 100% rename from wise-webapp/src/main/webapp/images/font-italic.png rename to wise-editor/src/main/webapp/images/font-italic.png diff --git a/wise-webapp/src/main/webapp/images/font-size.png b/wise-editor/src/main/webapp/images/font-size.png similarity index 100% rename from wise-webapp/src/main/webapp/images/font-size.png rename to wise-editor/src/main/webapp/images/font-size.png diff --git a/wise-webapp/src/main/webapp/images/font-type.png b/wise-editor/src/main/webapp/images/font-type.png similarity index 100% rename from wise-webapp/src/main/webapp/images/font-type.png rename to wise-editor/src/main/webapp/images/font-type.png diff --git a/wise-webapp/src/main/webapp/images/history.png b/wise-editor/src/main/webapp/images/history.png similarity index 100% rename from wise-webapp/src/main/webapp/images/history.png rename to wise-editor/src/main/webapp/images/history.png diff --git a/wise-webapp/src/main/webapp/images/links.png b/wise-editor/src/main/webapp/images/links.png similarity index 100% rename from wise-webapp/src/main/webapp/images/links.png rename to wise-editor/src/main/webapp/images/links.png diff --git a/wise-editor/src/main/webapp/images/logo-medium.png b/wise-editor/src/main/webapp/images/logo-medium.png new file mode 100644 index 00000000..fca901db Binary files /dev/null and b/wise-editor/src/main/webapp/images/logo-medium.png differ diff --git a/wise-editor/src/main/webapp/images/logo-small.png b/wise-editor/src/main/webapp/images/logo-small.png new file mode 100644 index 00000000..107b817b Binary files /dev/null and b/wise-editor/src/main/webapp/images/logo-small.png differ diff --git a/wise-webapp/src/main/webapp/images/notes.png b/wise-editor/src/main/webapp/images/notes.png similarity index 100% rename from wise-webapp/src/main/webapp/images/notes.png rename to wise-editor/src/main/webapp/images/notes.png diff --git a/wise-webapp/src/main/webapp/images/print.png b/wise-editor/src/main/webapp/images/print.png similarity index 100% rename from wise-webapp/src/main/webapp/images/print.png rename to wise-editor/src/main/webapp/images/print.png diff --git a/wise-webapp/src/main/webapp/images/public.png b/wise-editor/src/main/webapp/images/public.png similarity index 100% rename from wise-webapp/src/main/webapp/images/public.png rename to wise-editor/src/main/webapp/images/public.png diff --git a/wise-webapp/src/main/webapp/images/rebota.gif b/wise-editor/src/main/webapp/images/rebota.gif similarity index 100% rename from wise-webapp/src/main/webapp/images/rebota.gif rename to wise-editor/src/main/webapp/images/rebota.gif diff --git a/wise-webapp/src/main/webapp/images/redo.png b/wise-editor/src/main/webapp/images/redo.png similarity index 100% rename from wise-webapp/src/main/webapp/images/redo.png rename to wise-editor/src/main/webapp/images/redo.png diff --git a/wise-webapp/src/main/webapp/images/save.png b/wise-editor/src/main/webapp/images/save.png similarity index 100% rename from wise-webapp/src/main/webapp/images/save.png rename to wise-editor/src/main/webapp/images/save.png diff --git a/wise-webapp/src/main/webapp/images/shape-circle.png b/wise-editor/src/main/webapp/images/shape-circle.png similarity index 100% rename from wise-webapp/src/main/webapp/images/shape-circle.png rename to wise-editor/src/main/webapp/images/shape-circle.png diff --git a/wise-webapp/src/main/webapp/images/shape-line.png b/wise-editor/src/main/webapp/images/shape-line.png similarity index 100% rename from wise-webapp/src/main/webapp/images/shape-line.png rename to wise-editor/src/main/webapp/images/shape-line.png diff --git a/wise-webapp/src/main/webapp/images/shape-rectangle-round.png b/wise-editor/src/main/webapp/images/shape-rectangle-round.png similarity index 100% rename from wise-webapp/src/main/webapp/images/shape-rectangle-round.png rename to wise-editor/src/main/webapp/images/shape-rectangle-round.png diff --git a/wise-webapp/src/main/webapp/images/shape-rectangle.png b/wise-editor/src/main/webapp/images/shape-rectangle.png similarity index 100% rename from wise-webapp/src/main/webapp/images/shape-rectangle.png rename to wise-editor/src/main/webapp/images/shape-rectangle.png diff --git a/wise-webapp/src/main/webapp/images/share.png b/wise-editor/src/main/webapp/images/share.png similarity index 100% rename from wise-webapp/src/main/webapp/images/share.png rename to wise-editor/src/main/webapp/images/share.png diff --git a/wise-webapp/src/main/webapp/images/tag.png b/wise-editor/src/main/webapp/images/tag.png similarity index 100% rename from wise-webapp/src/main/webapp/images/tag.png rename to wise-editor/src/main/webapp/images/tag.png diff --git a/wise-webapp/src/main/webapp/images/topic-add.png b/wise-editor/src/main/webapp/images/topic-add.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-add.png rename to wise-editor/src/main/webapp/images/topic-add.png diff --git a/wise-webapp/src/main/webapp/images/topic-border.png b/wise-editor/src/main/webapp/images/topic-border.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-border.png rename to wise-editor/src/main/webapp/images/topic-border.png diff --git a/wise-webapp/src/main/webapp/images/topic-color.png b/wise-editor/src/main/webapp/images/topic-color.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-color.png rename to wise-editor/src/main/webapp/images/topic-color.png diff --git a/wise-webapp/src/main/webapp/images/topic-delete.png b/wise-editor/src/main/webapp/images/topic-delete.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-delete.png rename to wise-editor/src/main/webapp/images/topic-delete.png diff --git a/wise-webapp/src/main/webapp/images/topic-icon.png b/wise-editor/src/main/webapp/images/topic-icon.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-icon.png rename to wise-editor/src/main/webapp/images/topic-icon.png diff --git a/wise-webapp/src/main/webapp/images/topic-link.png b/wise-editor/src/main/webapp/images/topic-link.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-link.png rename to wise-editor/src/main/webapp/images/topic-link.png diff --git a/wise-webapp/src/main/webapp/images/topic-note.png b/wise-editor/src/main/webapp/images/topic-note.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-note.png rename to wise-editor/src/main/webapp/images/topic-note.png diff --git a/wise-webapp/src/main/webapp/images/topic-relation.png b/wise-editor/src/main/webapp/images/topic-relation.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-relation.png rename to wise-editor/src/main/webapp/images/topic-relation.png diff --git a/wise-webapp/src/main/webapp/images/topic-shape.png b/wise-editor/src/main/webapp/images/topic-shape.png similarity index 100% rename from wise-webapp/src/main/webapp/images/topic-shape.png rename to wise-editor/src/main/webapp/images/topic-shape.png diff --git a/wise-webapp/src/main/webapp/images/undo.png b/wise-editor/src/main/webapp/images/undo.png similarity index 100% rename from wise-webapp/src/main/webapp/images/undo.png rename to wise-editor/src/main/webapp/images/undo.png diff --git a/wise-webapp/src/main/webapp/images/zoom-in.png b/wise-editor/src/main/webapp/images/zoom-in.png similarity index 100% rename from wise-webapp/src/main/webapp/images/zoom-in.png rename to wise-editor/src/main/webapp/images/zoom-in.png diff --git a/wise-webapp/src/main/webapp/images/zoom-out.png b/wise-editor/src/main/webapp/images/zoom-out.png similarity index 100% rename from wise-webapp/src/main/webapp/images/zoom-out.png rename to wise-editor/src/main/webapp/images/zoom-out.png diff --git a/wise-editor/src/main/webapp/index.html b/wise-editor/src/main/webapp/index.html new file mode 100644 index 00000000..280da913 --- /dev/null +++ b/wise-editor/src/main/webapp/index.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/wise-webapp/src/main/webapp/css/editor.less b/wise-webapp/src/main/webapp/css/editor.less deleted file mode 100644 index a2fa2011..00000000 --- a/wise-webapp/src/main/webapp/css/editor.less +++ /dev/null @@ -1,526 +0,0 @@ -@import "../css/widget/lightbox.css"; -@import "../css/libraries/moodialog/css/MooDialog.css"; -@import "skin.less"; - -/* Common Default Style */ -html { - overflow: hidden; -} - -body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { - margin: 0; - padding: 0; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -fieldset, img { - border: 0; -} - -address, caption, cite, code, dfn, em, strong, th, var { - font-style: normal; - font-weight: normal; -} - -ol, ul { - list-style: none; -} - -caption, th { - text-align: left; -} - -h1, h2, h3, h4, h5, h6 { - font-size: 100%; - font-weight: normal; -} - -q:before, q:after { - content: ''; -} - -abbr, acronym { - border: 0; -} - -/** - * Percents could work for IE, but for backCompat purposes, we are using keywords. - * x-small is for IE6/7 quirks mode. - * - */ -body { - font: 13px arial, helvetica, clean, sans-serif; - font-size: small; - font: x-small; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -o-user-select: none; - user-select: none; -} - -table { - font-size: inherit; - font-size: 100%; -} - -/** - * 99% for safari; 100% is too large - */ -select, input, textarea { - font: 99% arial, helvetica, clean, sans-serif; -} - -/** - * Bump up !IE to get to 13px equivalent - */ -pre, code { - font: 115% monospace; - font-size: 100%; -} - -/** - * Default line-height based on font-size rather than "computed-value" - * see: http://www.w3.org/TR/CSS21/visudet.html#line-height - */ - -body * { - line-height: 1.22em; -} - -* { - margin: 0; - padding: 0; -} - -body { - font: normal 80% "trebuchet ms", verdana, arial, helvetica, sans-serif; - background-color: #fff; -} - -img { - border: 0; -} - -form { - padding: 0; - margin: 0; -} - -p { - margin: 5px 0 5px 0; -} - -ul { - list-style-position: inside; -} - -a:link, a:visited { - font: bold 100%; - text-decoration: underline; - color: black; -} - -a:hover, a:active { - font: bold 100%; - text-decoration: underline; - color: black; -} - -h2 { - font-size: 160%; - color: #8e9181; -} - -h1 { - font-style: normal; - font-size: 180%; - color: white; - padding-bottom: 2px; -} - -h3 { - /* use as subhead on main body */ - clear: left; - font-style: normal; - font-size: 130%; - color: #6b6f5b; -} - -h4 { - /* use as headers in footer */ - font-weight: bold; - font-size: 120%; - border-bottom: 1px solid #8e9181; - color: #e2e3dd; - padding-bottom: 10px; - width: 400px; -} - -/**********************************************************/ -/* End: Common Default Style */ -/**********************************************************/ - -/**********************************************************/ -/* Error Dialog ... */ -/**********************************************************/ - -#waitDialog { - position: absolute; - top: 10px; - left: 10px; - height: 200px; -} - -#waitingContainer, #errorContainer { - position: relative; - top: 80px; - height: 120px; /*background: whitesmoke;*/ - background: #FEFEFE; - opacity: .99; - padding: 15px; - width: 100%; - border: 1px solid; - border-color: #a9a9a9; - -} - -#errorContainer { - width: 400px; - border: 1px solid red; -} - -#waitingContainer .loadingText { - position: relative; - top: 50%; - margin-top: -35px; - font-size: 30px; - font-weight: bold; - vertical-align: text-bottom; - height: 30px; - float: left; -} - -#errorContainer .loadingText { - position: relative; - top: 50%; - margin-top: -80px; - font-size: 15px; - font-weight: bold; - vertical-align: text-bottom; - height: 30px; - float: right; - padding-left: 120px; -} - -#waitingContainer .loadingIcon { - position: relative; - background: url(../images/rebota.gif) no-repeat; - top: 50%; - margin-top: -65px; - height: 100px; - width: 121px; - float: left; - clear: both; -} - -#errorContainer .loadingIcon { - position: relative; - background: url(../images/errorIcon.png) no-repeat; - top: 50%; - margin-top: -65px; - height: 100px; - width: 121px; - float: left; - clear: both; -} - -/********************************************************************************/ -/* Header & Toolbar Styles */ -/********************************************************************************/ - -@import "header.less"; -@import "toolbar.less"; - - -div#topicRelation { - width: 56px; - background: url(../images/topic-relation.png) no-repeat center top; - z-index: 4; -} - -div#colorPalette { - border: 1px solid #bbb4d6; - display: none; - position: absolute; - z-index: 4; - width: 160px; - top: 89px; -} - -/*.toolbarPanel {*/ -/*z-index: 4;*/ -/*top: @header-height;*/ -/*-moz-transition: opacity 0.218s ease 0s;*/ -/*background: none repeat scroll 0 0 #FFFFFF;*/ -/*border: 1px solid rgba(0, 0, 0, 0.2);*/ -/*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/ -/*cursor: default;*/ -/*font-size: 13px;*/ -/*margin: 0;*/ -/*outline: medium none;*/ -/*padding: 0 0 6px;*/ -/*position: absolute;*/ -/*}*/ - -div.toolbarPanelLink, div.toolbarPanelLinkSelectedLink { - cursor: pointer; - color: black; - margin: 1px; - cursor: pointer; - font-size: 12px; - padding: 5px 10px; - font-weight: bold; -} - -div.toolbarPanelLink:hover, div.toolbarPanelLinkSelectedLink { - cursor: pointer; - background-color: #efefef; -} - -div#mindplot { - position: relative; - top: 0; - left: 0; - width: 100%; - border: 0; -} - -div#workspaceContainer { - /*background: url(../images/grid.gif) bottom left repeat !important;*/ -} - -div#small_error_icon { - padding-left: 18px; - min-height: 16px; - background: url(../images/error_icon.png) bottom left no-repeat !important; -} - -.notesTip { - background-color: #dfcf3c; - padding: 5px 15px; - color: #666666; - /*font-weight: bold;*/ - /*width: 100px;*/ - font-size: 13px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); -} - -.linkTip { - background-color: #dfcf3c; - padding: 5px 15px; - color: #666666; - /*font-weight: bold;*/ - /*width: 100px;*/ - font-size: 13px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); -} - -.toolbarPaneTip { - background-color: rgb(228, 226, 210); - padding: 5px 5px; - color: #f5f5f5; - /*font-weight: bold;*/ - /*width: 100px;*/ - font-size: 11px; - -moz-border-radius: 60px; - -webkit-border-radius: 6px; - border-radius: 6px; - box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); - border: 3px double rgb(190, 190, 190); -} - -.toolbarTip { - background-color: #000000; - padding: 5px 5px; - color: #f5f5f5; - /*font-weight: bold;*/ - /*width: 100px;*/ - font-size: 11px; -} - -/* */ -.btn-primary { - cursor: pointer; - display: inline-block; - padding: 5px 14px 6px; - text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); - color: #333; - font-size: 13px; - line-height: normal; - border: 1px solid #ccc; - border-bottom-color: #bbb; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -webkit-transition: 0.1s linear all; - -moz-transition: 0.1s linear all; - -ms-transition: 0.1s linear all; - -o-transition: 0.1s linear all; - transition: 0.1s linear all; - color: #ffffff; - background-color: #0064cd; - background-repeat: repeat-x; - background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); - background-image: -moz-linear-gradient(top, #049cdb, #0064cd); - background-image: -ms-linear-gradient(top, #049cdb, #0064cd); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); - background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); - background-image: -o-linear-gradient(top, #049cdb, #0064cd); - background-image: linear-gradient(top, #049cdb, #0064cd); - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - border-color: #0064cd #0064cd #003f81; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - margin-top: 7px; -} - -.btn-primary:hover { - background-position: 0 -15px; - text-decoration: none; -} - -.btn-secondary { - cursor: pointer; - display: inline-block; - background-color: #e6e6e6; - background-repeat: no-repeat; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6)); - background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6); - background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); - padding: 5px 14px 6px; - text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); - color: #333; - font-size: 13px; - line-height: normal; - border: 1px solid #ccc; - border-bottom-color: #bbb; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); - -webkit-transition: 0.1s linear all; - -moz-transition: 0.1s linear all; - -ms-transition: 0.1s linear all; - -o-transition: 0.1s linear all; - transition: 0.1s linear all; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - margin-top: 7px; -} - -.btn-secondary:hover { - background-position: 0 -15px; - text-decoration: none; -} - -/** */ -/* Modal dialogs definitions */ - -.tagItModalDialog, .historyModalDialog, .shareItModalDialog, .exportModalDialog, .publishModalDialog { - position: fixed; - top: 50%; - left: 50%; - z-index: 11000; - width: 400px; - margin: -250px 0 0 -250px; - background-color: #ffffff; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.3); - border: 1px solid #999; - /* IE6-7 */ - - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -webkit-background-clip: padding-box; - -moz-background-clip: padding-box; - background-clip: padding-box; - padding: 30px; -} - -.shareItModalDialog { - width: 500px; -} - -.publishModalDialog { - width: 600px; -} - -.tagItModalDialog .title, .historyModalDialog .title, .shareItModalDialog .title, .exportModalDialog .title, .publishModalDialog .title { - position: absolute; - top: 0; - left: 0; - right: 0; - border-bottom: 1px solid #a1aec5; - font-weight: bold; - text-shadow: 1px 1px 0 #fff; - border-bottom: 1px solid #eee; - padding: 5px 30px; - font-size: 18px -} - -.tagItModalDialog .content { - height: 130px; -} - -.historyModalDialog .content { - height: 300px; -} - -.shareItModalDialog .content { - height: 300px; -} - -.exportModalDialog .content { - height: 280px; -} - -.publishModalDialog .content { - height: 330px; -} - -.modalDialog h1 { - font-size: 14px; -} - -.modalDialog h2 { - font-size: 14px; - margin: 5px; -} - -td.formLabel { - text-align: right; - padding: 2px 10px; - font-weight: bolder; - vertical-align: top; -} diff --git a/wise-webapp/src/main/webapp/css/header.less b/wise-webapp/src/main/webapp/css/header.less deleted file mode 100644 index e4af7377..00000000 --- a/wise-webapp/src/main/webapp/css/header.less +++ /dev/null @@ -1,80 +0,0 @@ -@import "skin.less"; - -div#header { - width: 100%; - height: @header-height; - background: #393939; /* Old browsers */ - background: -moz-linear-gradient(top, #393939 0%, #000000 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #393939), color-stop(100%, #000000)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #393939 0%, #000000 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #393939 0%, #000000 100%); /* Opera11.10+ */ - background: -ms-linear-gradient(top, #393939 0%, #000000 100%); /* IE10+ */ - background: linear-gradient(top, #393939 0%, #000000 100%); /* W3C */ -} - -div#headerLogo { - background: url(../images/logo-small.png) no-repeat center top; - height: 40px; - width: 80px; - float: left; -} - -div#headerInfo { - width: 100%; - height: @header-info-height; - color: white; -} - -div#headerActions { - text-align: right; - margin-top: 13px; - padding-right: 10px; - color: white; - float: right; -} - -div#headerActions span { - border-bottom: 3px solid rgb(247, 201, 49); -} - -div#headerActions a { - color: white; - text-decoration: none; -} - -div#headerMapTitle { - width: 200px; - height:@header-info-height - 13; - text-align: left; - padding-top: 13px; - padding-left: 50px; - color: white; - float: left; - font-style: italic; -} - -div#headerMapTitle span { - padding: 4px 50px; - border: 1px solid rgb(90, 90, 90); - background-color: rgb(45, 45, 45); - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); -} - -div#headerNotifier { - border: 1px solid rgb(241,163,39); - background-color: rgb(252,235,192); - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - position: absolute; - padding: 5px 9px; - color:back; - white-space:nowrap; - margin-top:5px; - /*margin-top:-34px;*/ - display:none; - /*right: 5px;*/ -} \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/css/toolbar.less b/wise-webapp/src/main/webapp/css/toolbar.less deleted file mode 100644 index 95d30eb2..00000000 --- a/wise-webapp/src/main/webapp/css/toolbar.less +++ /dev/null @@ -1,200 +0,0 @@ -@import "skin.less"; - -div#toolbar { - width: 100%; - height: @header-toolbar-height; - background-image: linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); - background-image: -o-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); - background-image: -moz-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); - background-image: -webkit-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); - background-image: -ms-linear-gradient(bottom, rgb(229, 227, 209) 47%, rgb(252, 250, 237) 87%); - - background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.47, rgb(229, 227, 209)), color-stop(0.87, rgb(252, 250, 237))); - border-bottom: 3px double rgb(190, 190, 190); - border-top: 1px solid rgb(190, 190, 190); -} - -div#toolbar .buttonContainer { - height: @header-toolbar-height; - float: left; - margin-left: 5px; -} - -/******************************************************************************************/ -/* Buttons*/ -/******************************************************************************************/ - -div#toolbar .buttonOn, div#toolbar .buttonOff, div#toolbar .buttonActive, div#toolbar .buttonOn:hover { - width: 28px; - height: 28px; - float: left; - text-align: center; - z-index: 4; - margin-top: 3px; - padding-top: 2px; - padding-left: 2px; -} - -div#toolbar .buttonOn:hover { - cursor: pointer; - opacity: 1; - background: url(../images/btn-bg-hover.png) no-repeat center top; -} - -div#toolbar .buttonOn { - opacity: 0.8; - background: url(../images/btn-bg-normal.png) no-repeat center top; -} - -div#toolbar .buttonOff { - opacity: 0.4; - background: url(../images/btn-bg-normal.png) no-repeat center top; -} - -div#exportAnchor { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - -div#toolbar .buttonExtOn, div#toolbar .buttonExtOff, div#toolbar .buttonExtActive, div#toolbar .buttonExtOn:hover { - width: 40px; - height: 28px; - float: left; - text-align: left; - z-index: 4; - margin-top: 3px; - padding-top: 2px; - padding-left: 5px; -} - -div#toolbar .buttonExtOn:hover { - opacity: 1; - background: url(../images/btne-bg-hover.png) no-repeat center top; - -} - -div#toolbar .buttonExtActive { - opacity: 1; - background: url(../images/btne-bg-selected.png) no-repeat center top; - -} - -div#toolbar .buttonExtOn { - opacity: 0.8; - background: url(../images/btne-bg-normal.png) no-repeat center top; -} - -div#toolbar .buttonExtOff { - opacity: 0.4; - background: url(../images/btne-bg-normal.png) no-repeat center top; -} - -div#exportAnchor { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; -} - -/*div#saveButton {*/ -/*background: url(../images/save.png) no-repeat center top;*/ -/*}*/ - -/*div#undoEdition {*/ -/*background: url(../images/undo.png) no-repeat center top;*/ -/*}*/ - -/*div#redoEdition {*/ -/*background: url(../images/redo.png) no-repeat center top;*/ -/*}*/ - -/*div#export {*/ -/*background: url(../images/export.png) no-repeat center top;*/ -/*}*/ - -/*div#zoomIn {*/ -/*background: url(../images/zoom-in.png) no-repeat center top;*/ -/*}*/ - -/*div#zoomOut {*/ -/*background: url(../images/zoom-out.png) no-repeat center top;*/ -/*}*/ - -/*div#addTopic {*/ -/*background: url(../images/topic-add.png) no-repeat center top;*/ -/*}*/ - -/*div#deleteTopic {*/ -/*background: url(../images/topic-delete.png) no-repeat center top;*/ -/*}*/ - -/*div#topicColor {*/ -/*background: url(../images/topic-color.png) no-repeat center top;*/ -/*}*/ - -/*div#topicIcon {*/ -/*background: url(../images/topic-icon.png) no-repeat center top;*/ -/*}*/ - -/*div#topicNote {*/ -/*background: url(../images/note.png) no-repeat center top;*/ -/*}*/ - -/*div#topicNote {*/ -/*background: url(../images/topic-icon.png) no-repeat center top;*/ -/*z-index: 4;*/ -/*}*/ - -/*div#topicLink {*/ -/*background: url(../images/topic-link.png) no-repeat center top;*/ -/*z-index: 4;*/ -/*}*/ - -/*div#topicNote {*/ -/*background-image: url(../images/note.png);*/ -/*z-index: 4;*/ -/*}*/ - -/*div#topicBorder {*/ -/*background: url(../images/topic-border.png) no-repeat center top;*/ -/*}*/ - -/*div#fontFamily {*/ -/*background: url(../images/font-type.png) no-repeat center top;*/ -/*}*/ - -/*div#topicShape {*/ -/*background: url(../images/topic-shape.png) no-repeat center top;*/ -/*}*/ - -/*div#fontBold {*/ -/*background: url(../images/font-bold.png) no-repeat center top;*/ -/*}*/ - -/*div#fontItalic {*/ -/*background: url(../images/font-italic.png) no-repeat center top;*/ -/*}*/ - -/*div#fontColor {*/ -/*background: url(../images/font-color.png) no-repeat center top;*/ -/*}*/ - -/*div#fontSize {*/ -/*background: url(../images/font-size.png) no-repeat center top;*/ -/*}*/ - -/*div#shareIt {*/ -/*background: url(../images/share.png) no-repeat center top;*/ -/*}*/ - -/*div#publishIt {*/ -/*background: url(../images/publish.png) no-repeat center top;*/ -/*}*/ - -/*div#tagIt {*/ -/*background: url(../images/tag.png) no-repeat center top;*/ -/*}*/ \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/favicon.ico b/wise-webapp/src/main/webapp/images/favicon.ico deleted file mode 100644 index f25eeaf4..00000000 Binary files a/wise-webapp/src/main/webapp/images/favicon.ico and /dev/null differ diff --git a/wise-webapp/src/main/webapp/js/nicEdit.js b/wise-webapp/src/main/webapp/js/nicEdit.js deleted file mode 100644 index 132d5114..00000000 --- a/wise-webapp/src/main/webapp/js/nicEdit.js +++ /dev/null @@ -1,1416 +0,0 @@ -/* NicEdit - Micro Inline WYSIWYG - * Copyright 2007-2008 Brian Kirchoff - * - * NicEdit is distributed under the terms of the MIT license - * For more information visit http://nicedit.com/ - * Do not remove this copyright message - */ -var bkExtend = function(){ - var args = arguments; - if (args.length == 1) args = [this, args[0]]; - for (var prop in args[1]) args[0][prop] = args[1][prop]; - return args[0]; -}; -function bkClass() { } -bkClass.prototype.construct = function() {}; -bkClass.extend = function(def) { - var classDef = function() { - if (arguments[0] !== bkClass) { return this.construct.apply(this, arguments); } - }; - var proto = new this(bkClass); - bkExtend(proto,def); - classDef.prototype = proto; - classDef.extend = this.extend; - return classDef; -}; - -var bkElement = bkClass.extend({ - construct : function(elm,d) { - if(typeof(elm) == "string") { - elm = (d || document).createElement(elm); - } - elm = $BK(elm); - return elm; - }, - - appendTo : function(elm) { - elm.appendChild(this); - return this; - }, - - appendBefore : function(elm) { - elm.parentNode.insertBefore(this,elm); - return this; - }, - - addEvent : function(type, fn) { - bkLib.addEvent(this,type,fn); - return this; - }, - - setContent : function(c) { - this.innerHTML = c; - return this; - }, - - pos : function() { - var curleft = curtop = 0; - var o = obj = this; - if (obj.offsetParent) { - do { - curleft += obj.offsetLeft; - curtop += obj.offsetTop; - } while (obj = obj.offsetParent); - } - var b = (!window.opera) ? parseInt(this.getStyle('border-width') || this.style.border) || 0 : 0; - return [curleft+b,curtop+b+this.offsetHeight]; - }, - - noSelect : function() { - bkLib.noSelect(this); - return this; - }, - - parentTag : function(t) { - var elm = this; - do { - if(elm && elm.nodeName && elm.nodeName.toUpperCase() == t) { - return elm; - } - elm = elm.parentNode; - } while(elm); - return false; - }, - - hasClass : function(cls) { - return this.className.match(new RegExp('(\\s|^)nicEdit-'+cls+'(\\s|$)')); - }, - - addClass : function(cls) { - if (!this.hasClass(cls)) { this.className += " nicEdit-"+cls }; - return this; - }, - - removeClass : function(cls) { - if (this.hasClass(cls)) { - this.className = this.className.replace(new RegExp('(\\s|^)nicEdit-'+cls+'(\\s|$)'),' '); - } - return this; - }, - - setStyle : function(st) { - var elmStyle = this.style; - for(var itm in st) { - switch(itm) { - case 'float': - elmStyle['cssFloat'] = elmStyle['styleFloat'] = st[itm]; - break; - case 'opacity': - elmStyle.opacity = st[itm]; - elmStyle.filter = "alpha(opacity=" + Math.round(st[itm]*100) + ")"; - break; - case 'className': - this.className = st[itm]; - break; - default: - //if(document.compatMode || itm != "cursor") { // Nasty Workaround for IE 5.5 - elmStyle[itm] = st[itm]; - //} - } - } - return this; - }, - - getStyle : function( cssRule, d ) { - var doc = (!d) ? document.defaultView : d; - if(this.nodeType == 1) - return (doc && doc.getComputedStyle) ? doc.getComputedStyle( this, null ).getPropertyValue(cssRule) : this.currentStyle[ bkLib.camelize(cssRule) ]; - }, - - remove : function() { - this.parentNode.removeChild(this); - return this; - }, - - setAttributes : function(at) { - for(var itm in at) { - this[itm] = at[itm]; - } - return this; - } -}); - -var bkLib = { - isMSIE : (navigator.appVersion.indexOf("MSIE") != -1), - - addEvent : function(obj, type, fn) { - (obj.addEvent) ? obj.addEvent( type, fn, false ) : obj.attachEvent("on"+type, fn); - }, - - removeEvent : function(obj, type, fn) { - (obj.removeEvent) ? obj.removeEvent( type, fn, false ) : obj.detachEvent("on"+type, fn); - }, - - toArray : function(iterable) { - var length = iterable.length, results = new Array(length); - while (length--) { results[length] = iterable[length] }; - return results; - }, - - noSelect : function(element) { - if(element.setAttribute && element.nodeName.toLowerCase() != 'input' && element.nodeName.toLowerCase() != 'textarea') { - element.setAttribute('unselectable','on'); - } - for(var i=0;i.nicEdit-main p { margin: 0; }<\/scr"+"ipt>"); - $BK("__ie_onload").onreadystatechange = function() { - if (this.readyState == "complete"){bkLib.domLoaded();} - }; - } - window.onload = bkLib.domLoaded; - } -}; - -function $BK(elm) { - if(typeof(elm) == "string") { - elm = document.getElementById(elm); - } - return (elm && !elm.appendTo) ? bkExtend(elm,bkElement.prototype) : elm; -} - -var bkEvent = { - addEvent : function(evType, evFunc) { - if(evFunc) { - this.eventList = this.eventList || {}; - this.eventList[evType] = this.eventList[evType] || []; - this.eventList[evType].push(evFunc); - } - return this; - }, - fireEvent : function() { - var args = bkLib.toArray(arguments), evType = args.shift(); - if(this.eventList && this.eventList[evType]) { - for(var i=0;i'); - } - this.instanceDoc = document.defaultView; - this.elm.addEvent('mousedown',this.selected.closureListener(this)).addEvent('keypress',this.keyDown.closureListener(this)).addEvent('focus',this.selected.closure(this)).addEvent('blur',this.blur.closure(this)).addEvent('keyup',this.selected.closure(this)); - this.ne.fireEvent('add',this); - }, - - remove : function() { - this.saveContent(); - if(this.copyElm || this.options.hasPanel) { - this.editorContain.remove(); - this.e.setStyle({'display' : 'block'}); - this.ne.removePanel(); - } - this.disable(); - this.ne.fireEvent('remove',this); - }, - - disable : function() { - this.elm.setAttribute('contentEditable','false'); - }, - - getSel : function() { - return (window.getSelection) ? window.getSelection() : document.selection; - }, - - getRng : function() { - var s = this.getSel(); - if(!s) { return null; } - return (s.rangeCount > 0) ? s.getRangeAt(0) : s.createRange(); - }, - - selRng : function(rng,s) { - if(window.getSelection) { - s.removeAllRanges(); - s.addRange(rng); - } else { - rng.select(); - } - }, - - selElm : function() { - var r = this.getRng(); - if(r.startContainer) { - var contain = r.startContainer; - if(r.cloneContents().childNodes.length == 1) { - for(var i=0;i'+((css) ? '' : '')+''+this.initialContent+''); - fd.close(); - this.frameDoc = fd; - - this.frameWin = $BK(this.elmFrame.contentWindow); - this.frameContent = $BK(this.frameWin.document.body).setStyle(this.savedStyles); - this.instanceDoc = this.frameWin.document.defaultView; - - this.heightUpdate(); - this.frameDoc.addEvent('mousedown', this.selected.closureListener(this)).addEvent('keyup',this.heightUpdate.closureListener(this)).addEvent('keydown',this.keyDown.closureListener(this)).addEvent('keyup',this.selected.closure(this)); - this.ne.fireEvent('add',this); - }, - - getElm : function() { - return this.frameContent; - }, - - setContent : function(c) { - this.content = c; - this.ne.fireEvent('set',this); - this.frameContent.innerHTML = this.content; - this.heightUpdate(); - }, - - getSel : function() { - return (this.frameWin) ? this.frameWin.getSelection() : this.frameDoc.selection; - }, - - heightUpdate : function() { - this.elmFrame.style.height = Math.max(this.frameContent.offsetHeight,this.initialHeight)+'px'; - }, - - nicCommand : function(cmd,args) { - this.frameDoc.execCommand(cmd,false,args); - setTimeout(this.heightUpdate.closure(this),100); - } - - -}); -var nicEditorPanel = bkClass.extend({ - construct : function(e,options,nicEditor) { - this.elm = e; - this.options = options; - this.ne = nicEditor; - this.panelButtons = new Array(); - this.buttonList = bkExtend([],this.ne.options.buttonList); - - this.panelContain = new bkElement('DIV').setStyle({overflow : 'hidden', width : '100%', border : '1px solid #cccccc', backgroundColor : '#efefef'}).addClass('panelContain'); - this.panelElm = new bkElement('DIV').setStyle({margin : '2px', marginTop : '0px', zoom : 1, overflow : 'hidden'}).addClass('panel').appendTo(this.panelContain); - this.panelContain.appendTo(e); - - var opt = this.ne.options; - var buttons = opt.buttons; - for(button in buttons) { - this.addButton(button,opt,true); - } - this.reorder(); - e.noSelect(); - }, - - addButton : function(buttonName,options,noOrder) { - var button = options.buttons[buttonName]; - var type = (button['type']) ? eval('(typeof('+button['type']+') == "undefined") ? null : '+button['type']+';') : nicEditorButton; - var hasButton = bkLib.inArray(this.buttonList,buttonName); - if(type && (hasButton || this.ne.options.fullPanel)) { - this.panelButtons.push(new type(this.panelElm,buttonName,options,this.ne)); - if(!hasButton) { - this.buttonList.push(buttonName); - } - } - }, - - findButton : function(itm) { - for(var i=0;i'+this.sel[itm]+''); - } - } -}); - -var nicEditorFontFamilySelect = nicEditorSelect.extend({ - sel : {'arial' : 'Arial','comic sans ms' : 'Comic Sans','courier new' : 'Courier New','georgia' : 'Georgia', 'helvetica' : 'Helvetica', 'impact' : 'Impact', 'times new roman' : 'Times', 'trebuchet ms' : 'Trebuchet', 'verdana' : 'Verdana'}, - - init : function() { - this.setDisplay('Font Family...'); - for(itm in this.sel) { - this.add(itm,''+this.sel[itm]+''); - } - } -}); - -var nicEditorFontFormatSelect = nicEditorSelect.extend({ - sel : {'p' : 'Paragraph', 'pre' : 'Pre', 'h6' : 'Heading 6', 'h5' : 'Heading 5', 'h4' : 'Heading 4', 'h3' : 'Heading 3', 'h2' : 'Heading 2', 'h1' : 'Heading 1'}, - - init : function() { - this.setDisplay('Font Format...'); - for(itm in this.sel) { - var tag = itm.toUpperCase(); - this.add('<'+tag+'>','<'+itm+' style="padding: 0px; margin: 0px;">'+this.sel[itm]+''); - } - } -}); - -nicEditors.registerPlugin(nicPlugin,nicSelectOptions); - - - -/* START CONFIG */ -var nicColorOptions = { - buttons : { - 'forecolor' : {name : __('Change Text Color'), type : 'nicEditorColorButton', noClose : true}, - 'bgcolor' : {name : __('Change Background Color'), type : 'nicEditorBgColorButton', noClose : true} - } -}; -/* END CONFIG */ - -var nicEditorColorButton = nicEditorAdvancedButton.extend({ - addPane : function() { - var colorList = {0 : '00',1 : '33',2 : '66',3 :'99',4 : 'CC',5 : 'FF'}; - var colorItems = new bkElement('DIV').setStyle({width: '270px'}); - - for(var r in colorList) { - for(var b in colorList) { - for(var g in colorList) { - var colorCode = '#'+colorList[r]+colorList[g]+colorList[b]; - - var colorSquare = new bkElement('DIV').setStyle({'cursor' : 'pointer', 'height' : '15px', 'float' : 'left'}).appendTo(colorItems); - var colorBorder = new bkElement('DIV').setStyle({border: '2px solid '+colorCode}).appendTo(colorSquare); - var colorInner = new bkElement('DIV').setStyle({backgroundColor : colorCode, overflow : 'hidden', width : '11px', height : '11px'}).addEvent('click',this.colorSelect.closure(this,colorCode)).addEvent('mouseover',this.on.closure(this,colorBorder)).addEvent('mouseout',this.off.closure(this,colorBorder,colorCode)).appendTo(colorBorder); - - if(!window.opera) { - colorSquare.onmousedown = colorInner.onmousedown = bkLib.cancelEvent; - } - - } - } - } - this.pane.append(colorItems.noSelect()); - }, - - colorSelect : function(c) { - this.ne.nicCommand('foreColor',c); - this.removePane(); - }, - - on : function(colorBorder) { - colorBorder.setStyle({border : '2px solid #000'}); - }, - - off : function(colorBorder,colorCode) { - colorBorder.setStyle({border : '2px solid '+colorCode}); - } -}); - -var nicEditorBgColorButton = nicEditorColorButton.extend({ - colorSelect : function(c) { - this.ne.nicCommand('hiliteColor',c); - this.removePane(); - } -}); - -nicEditors.registerPlugin(nicPlugin,nicColorOptions); - - -var nicXHTML = bkClass.extend({ - stripAttributes : ['_moz_dirty','_moz_resizing','_extended'], - noShort : ['style','title','script','textarea','a'], - cssReplace : {'font-weight:bold;' : 'strong', 'font-style:italic;' : 'em'}, - sizes : {1 : 'xx-small', 2 : 'x-small', 3 : 'small', 4 : 'medium', 5 : 'large', 6 : 'x-large'}, - - construct : function(nicEditor) { - this.ne = nicEditor; - if(this.ne.options.xhtml) { - nicEditor.addEvent('get',this.cleanup.closure(this)); - } - }, - - cleanup : function(ni) { - var node = ni.getElm(); - var xhtml = this.toXHTML(node); - ni.content = xhtml; - }, - - toXHTML : function(n,r,d) { - var txt = ''; - var attrTxt = ''; - var cssTxt = ''; - var nType = n.nodeType; - var nName = n.nodeName.toLowerCase(); - var nChild = n.hasChildNodes && n.hasChildNodes(); - var extraNodes = new Array(); - - switch(nType) { - case 1: - var nAttributes = n.attributes; - - switch(nName) { - case 'b': - nName = 'strong'; - break; - case 'i': - nName = 'em'; - break; - case 'font': - nName = 'span'; - break; - } - - if(r) { - for(var i=0;i'; - } - - if(attrTxt == "" && nName == "span") { - r = false; - } - if(r) { - txt += '<'+nName; - if(nName != 'br') { - txt += attrTxt; - } - } - } - - - - if(!nChild && !bkLib.inArray(this.noShort,attributeName)) { - if(r) { - txt += ' />'; - } - } else { - if(r) { - txt += '>'; - } - - for(var i=0;i'; - } - - for(var i=0;i'; - } - - break; - case 3: - //if(n.nodeValue != '\n') { - txt += n.nodeValue; - //} - break; - } - - return txt; - } -}); -nicEditors.registerPlugin(nicXHTML); - - - - -/* START CONFIG */ -var nicCodeOptions = { - buttons : { - 'xhtml' : {name : 'Edit HTML', type : 'nicCodeButton'} - } - -}; -/* END CONFIG */ - -var nicCodeButton = nicEditorAdvancedButton.extend({ - width : '350px', - - addPane : function() { - this.addForm({ - '' : {type : 'title', txt : 'Edit HTML'}, - 'code' : {type : 'content', 'value' : this.ne.selectedInstance.getContent(), style : {width: '340px', height : '200px'}} - }); - }, - - submit : function(e) { - var code = this.inputs['code'].value; - this.ne.selectedInstance.setContent(code); - this.removePane(); - } -}); - -nicEditors.registerPlugin(nicPlugin,nicCodeOptions); - - diff --git a/wise-webapp/src/main/webapp/oimages/WP1.png b/wise-webapp/src/main/webapp/oimages/WP1.png deleted file mode 100644 index d1c046ff..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/WP1.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/WP2.png b/wise-webapp/src/main/webapp/oimages/WP2.png deleted file mode 100644 index 7422d857..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/WP2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/WP3.png b/wise-webapp/src/main/webapp/oimages/WP3.png deleted file mode 100644 index a2daa174..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/WP3.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/WP4.png b/wise-webapp/src/main/webapp/oimages/WP4.png deleted file mode 100644 index 4ffe56e3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/WP4.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/add.png b/wise-webapp/src/main/webapp/oimages/add.png deleted file mode 100755 index 6332fefe..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/ajax-loader.gif b/wise-webapp/src/main/webapp/oimages/ajax-loader.gif deleted file mode 100644 index baa98851..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/ajax-loader.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/ajax-loader2.gif b/wise-webapp/src/main/webapp/oimages/ajax-loader2.gif deleted file mode 100644 index ffcb5622..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/ajax-loader2.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/animatedPresentation.gif b/wise-webapp/src/main/webapp/oimages/animatedPresentation.gif deleted file mode 100644 index f6ebf736..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/animatedPresentation.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/application_view_icons.png b/wise-webapp/src/main/webapp/oimages/application_view_icons.png deleted file mode 100755 index fa34cf70..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/application_view_icons.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/application_view_tile.png b/wise-webapp/src/main/webapp/oimages/application_view_tile.png deleted file mode 100755 index ae7f4dc5..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/application_view_tile.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_down.gif b/wise-webapp/src/main/webapp/oimages/arrow_down.gif deleted file mode 100644 index 552f123e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_down.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_down.png b/wise-webapp/src/main/webapp/oimages/arrow_down.png deleted file mode 100755 index 2c4e2793..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_down.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_left.png b/wise-webapp/src/main/webapp/oimages/arrow_left.png deleted file mode 100755 index 5dc69678..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_left.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_merge.png b/wise-webapp/src/main/webapp/oimages/arrow_merge.png deleted file mode 100755 index 7502dbb3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_merge.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_right.png b/wise-webapp/src/main/webapp/oimages/arrow_right.png deleted file mode 100755 index 4bfba64a..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_right.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_rotate_anticlockwise.png b/wise-webapp/src/main/webapp/oimages/arrow_rotate_anticlockwise.png deleted file mode 100755 index 46c75aa8..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_rotate_anticlockwise.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_rotate_clockwise.png b/wise-webapp/src/main/webapp/oimages/arrow_rotate_clockwise.png deleted file mode 100755 index aa65210e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_rotate_clockwise.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_turn_left.png b/wise-webapp/src/main/webapp/oimages/arrow_turn_left.png deleted file mode 100755 index a3d6c9e3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_turn_left.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_turn_right.png b/wise-webapp/src/main/webapp/oimages/arrow_turn_right.png deleted file mode 100755 index 629f20d6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_turn_right.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/arrow_up.png b/wise-webapp/src/main/webapp/oimages/arrow_up.png deleted file mode 100755 index 1ebb1932..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/arrow_up.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/backColor.png b/wise-webapp/src/main/webapp/oimages/backColor.png deleted file mode 100755 index bbd0d8ef..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/backColor.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/balloon.gif b/wise-webapp/src/main/webapp/oimages/balloon.gif deleted file mode 100644 index 0573af01..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/balloon.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/balloon.png b/wise-webapp/src/main/webapp/oimages/balloon.png deleted file mode 100644 index 45a7db8f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/balloon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bg-center.gif b/wise-webapp/src/main/webapp/oimages/bg-center.gif deleted file mode 100755 index 4d12d274..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bg-center.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bg-left.gif b/wise-webapp/src/main/webapp/oimages/bg-left.gif deleted file mode 100755 index 9cebb780..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bg-left.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bg-right.gif b/wise-webapp/src/main/webapp/oimages/bg-right.gif deleted file mode 100755 index 3d871f96..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bg-right.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bin.png b/wise-webapp/src/main/webapp/oimages/bin.png deleted file mode 100755 index ebad933c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bin.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/black-keyboard.png b/wise-webapp/src/main/webapp/oimages/black-keyboard.png deleted file mode 100644 index 5d670cca..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/black-keyboard.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/blank.gif b/wise-webapp/src/main/webapp/oimages/blank.gif deleted file mode 100755 index c9c195fd..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/blank.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bodyImg.png b/wise-webapp/src/main/webapp/oimages/bodyImg.png deleted file mode 100755 index 424dc89a..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bodyImg.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/body_btn.gif b/wise-webapp/src/main/webapp/oimages/body_btn.gif deleted file mode 100644 index 180e276d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/body_btn.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bold.png b/wise-webapp/src/main/webapp/oimages/bold.png deleted file mode 100755 index dbefe42d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bold.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/borderColor.png b/wise-webapp/src/main/webapp/oimages/borderColor.png deleted file mode 100755 index f8242e7e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/borderColor.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/btnBody.png b/wise-webapp/src/main/webapp/oimages/btnBody.png deleted file mode 100644 index bf1859d6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/btnBody.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/btnBody2.png b/wise-webapp/src/main/webapp/oimages/btnBody2.png deleted file mode 100644 index 6201347c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/btnBody2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/btnEnd.png b/wise-webapp/src/main/webapp/oimages/btnEnd.png deleted file mode 100644 index 9bffd593..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/btnEnd.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/btnEnd2.png b/wise-webapp/src/main/webapp/oimages/btnEnd2.png deleted file mode 100644 index 348e4674..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/btnEnd2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/btnStart.png b/wise-webapp/src/main/webapp/oimages/btnStart.png deleted file mode 100644 index 5f6b6ef9..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/btnStart.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/btnStart2.png b/wise-webapp/src/main/webapp/oimages/btnStart2.png deleted file mode 100644 index 7906d0dc..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/btnStart2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/btn_newdoc.gif b/wise-webapp/src/main/webapp/oimages/btn_newdoc.gif deleted file mode 100644 index 78aa2482..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/btn_newdoc.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bullet_black.png b/wise-webapp/src/main/webapp/oimages/bullet_black.png deleted file mode 100755 index 57619706..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bullet_black.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bullet_blue.png b/wise-webapp/src/main/webapp/oimages/bullet_blue.png deleted file mode 100755 index a7651ec8..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bullet_blue.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bullet_green.png b/wise-webapp/src/main/webapp/oimages/bullet_green.png deleted file mode 100755 index 058ad261..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bullet_green.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bullet_orange.png b/wise-webapp/src/main/webapp/oimages/bullet_orange.png deleted file mode 100755 index fa63024e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bullet_orange.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bullet_pink.png b/wise-webapp/src/main/webapp/oimages/bullet_pink.png deleted file mode 100755 index 0c9f73e3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bullet_pink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bullet_purple.png b/wise-webapp/src/main/webapp/oimages/bullet_purple.png deleted file mode 100755 index 52ba5036..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bullet_purple.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/bullet_red.png b/wise-webapp/src/main/webapp/oimages/bullet_red.png deleted file mode 100755 index 0cd80311..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/bullet_red.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/buttons.gif b/wise-webapp/src/main/webapp/oimages/buttons.gif deleted file mode 100644 index 82eecbe6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/buttons.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/buttonsaqua.gif b/wise-webapp/src/main/webapp/oimages/buttonsaqua.gif deleted file mode 100644 index 3ddb7860..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/buttonsaqua.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/chart_bar.png b/wise-webapp/src/main/webapp/oimages/chart_bar.png deleted file mode 100755 index 9051fbc6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/chart_bar.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/chart_curve.png b/wise-webapp/src/main/webapp/oimages/chart_curve.png deleted file mode 100755 index 01e933a6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/chart_curve.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/chart_line.png b/wise-webapp/src/main/webapp/oimages/chart_line.png deleted file mode 100755 index 85020f32..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/chart_line.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/chart_organisation.png b/wise-webapp/src/main/webapp/oimages/chart_organisation.png deleted file mode 100755 index c32d25c1..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/chart_organisation.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/chart_pie.png b/wise-webapp/src/main/webapp/oimages/chart_pie.png deleted file mode 100755 index fe00fa05..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/chart_pie.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/cleardot.gif b/wise-webapp/src/main/webapp/oimages/cleardot.gif deleted file mode 100644 index 35d42e80..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/cleardot.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/clock.png b/wise-webapp/src/main/webapp/oimages/clock.png deleted file mode 100755 index e2672c20..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/clock.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/clock_red.png b/wise-webapp/src/main/webapp/oimages/clock_red.png deleted file mode 100755 index 2842cc33..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/clock_red.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/close.png b/wise-webapp/src/main/webapp/oimages/close.png deleted file mode 100644 index 4de1c381..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/close.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/close12_1.gif b/wise-webapp/src/main/webapp/oimages/close12_1.gif deleted file mode 100644 index e2f67d72..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/close12_1.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/closelabel.gif b/wise-webapp/src/main/webapp/oimages/closelabel.gif deleted file mode 100644 index 7eab9ba8..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/closelabel.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/coins.png b/wise-webapp/src/main/webapp/oimages/coins.png deleted file mode 100755 index 0ca9074d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/coins.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/collab_publish.png b/wise-webapp/src/main/webapp/oimages/collab_publish.png deleted file mode 100644 index fa862d61..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/collab_publish.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/collab_share.png b/wise-webapp/src/main/webapp/oimages/collab_share.png deleted file mode 100644 index 2e1594eb..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/collab_share.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/collab_tag.png b/wise-webapp/src/main/webapp/oimages/collab_tag.png deleted file mode 100644 index b06c7d25..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/collab_tag.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/color_swatch.png b/wise-webapp/src/main/webapp/oimages/color_swatch.png deleted file mode 100755 index ecb0ac7e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/color_swatch.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/comment.png b/wise-webapp/src/main/webapp/oimages/comment.png deleted file mode 100755 index 00352e5b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/comment.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/connect.png b/wise-webapp/src/main/webapp/oimages/connect.png deleted file mode 100755 index 024138eb..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/connect.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/cross.png b/wise-webapp/src/main/webapp/oimages/cross.png deleted file mode 100755 index 1514d51a..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/cross.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/delNode.png b/wise-webapp/src/main/webapp/oimages/delNode.png deleted file mode 100755 index 69baa4bc..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/delNode.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/delete.png b/wise-webapp/src/main/webapp/oimages/delete.png deleted file mode 100755 index 08f24936..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/disconnect.png b/wise-webapp/src/main/webapp/oimages/disconnect.png deleted file mode 100755 index b335cb11..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/disconnect.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/east.gif b/wise-webapp/src/main/webapp/oimages/east.gif deleted file mode 100644 index 639dd99c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/east.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/end_btn.gif b/wise-webapp/src/main/webapp/oimages/end_btn.gif deleted file mode 100644 index 06596f71..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/end_btn.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/errorIcon.png b/wise-webapp/src/main/webapp/oimages/errorIcon.png deleted file mode 100644 index bc396479..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/errorIcon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/error_icon.png b/wise-webapp/src/main/webapp/oimages/error_icon.png deleted file mode 100644 index c37bd062..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/error_icon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/es.gif b/wise-webapp/src/main/webapp/oimages/es.gif deleted file mode 100644 index beca3a94..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/es.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-angel.png b/wise-webapp/src/main/webapp/oimages/face-angel.png deleted file mode 100644 index d2c5e940..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-angel.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-crying.png b/wise-webapp/src/main/webapp/oimages/face-crying.png deleted file mode 100644 index a7e3f49f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-crying.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-devilish.png b/wise-webapp/src/main/webapp/oimages/face-devilish.png deleted file mode 100644 index 8e2cd458..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-devilish.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-glasses.png b/wise-webapp/src/main/webapp/oimages/face-glasses.png deleted file mode 100644 index d13f2c8c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-glasses.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-grin.png b/wise-webapp/src/main/webapp/oimages/face-grin.png deleted file mode 100644 index d15cf2d4..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-grin.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-kiss.png b/wise-webapp/src/main/webapp/oimages/face-kiss.png deleted file mode 100644 index 809c1cf7..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-kiss.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-monkey.png b/wise-webapp/src/main/webapp/oimages/face-monkey.png deleted file mode 100644 index 69db8fa5..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-monkey.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-plain.png b/wise-webapp/src/main/webapp/oimages/face-plain.png deleted file mode 100644 index a6761bd1..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-plain.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-sad.png b/wise-webapp/src/main/webapp/oimages/face-sad.png deleted file mode 100644 index fa258956..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-sad.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-smile-big.png b/wise-webapp/src/main/webapp/oimages/face-smile-big.png deleted file mode 100644 index 4cebcff6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-smile-big.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-smile.png b/wise-webapp/src/main/webapp/oimages/face-smile.png deleted file mode 100644 index 01e01170..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-smile.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-surprise.png b/wise-webapp/src/main/webapp/oimages/face-surprise.png deleted file mode 100644 index 863f3048..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-surprise.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/face-wink.png b/wise-webapp/src/main/webapp/oimages/face-wink.png deleted file mode 100644 index 46be6855..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/face-wink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/favicon.ico b/wise-webapp/src/main/webapp/oimages/favicon.ico deleted file mode 100644 index f25eeaf4..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/favicon.ico and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/file_export.png b/wise-webapp/src/main/webapp/oimages/file_export.png deleted file mode 100644 index aec7cfb2..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/file_export.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/file_printer.png b/wise-webapp/src/main/webapp/oimages/file_printer.png deleted file mode 100644 index ecd1ff26..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/file_printer.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/file_redo.png b/wise-webapp/src/main/webapp/oimages/file_redo.png deleted file mode 100644 index 3a8502c6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/file_redo.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/file_redo_dis.png b/wise-webapp/src/main/webapp/oimages/file_redo_dis.png deleted file mode 100644 index 36cf9df3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/file_redo_dis.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/file_undo.png b/wise-webapp/src/main/webapp/oimages/file_undo.png deleted file mode 100644 index acd5a581..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/file_undo.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/file_undo_dis.png b/wise-webapp/src/main/webapp/oimages/file_undo_dis.png deleted file mode 100644 index 6af29fe2..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/file_undo_dis.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/firefox.gif b/wise-webapp/src/main/webapp/oimages/firefox.gif deleted file mode 100644 index dbe55b48..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/firefox.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/firstSteps.png b/wise-webapp/src/main/webapp/oimages/firstSteps.png deleted file mode 100644 index b7cee199..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/firstSteps.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/flag_blue.png b/wise-webapp/src/main/webapp/oimages/flag_blue.png deleted file mode 100755 index 003924f5..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/flag_blue.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/flag_green.png b/wise-webapp/src/main/webapp/oimages/flag_green.png deleted file mode 100755 index e4bc611f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/flag_green.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/flag_orange.png b/wise-webapp/src/main/webapp/oimages/flag_orange.png deleted file mode 100755 index e6320242..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/flag_orange.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/flag_pink.png b/wise-webapp/src/main/webapp/oimages/flag_pink.png deleted file mode 100755 index 5f15e526..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/flag_pink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/flag_purple.png b/wise-webapp/src/main/webapp/oimages/flag_purple.png deleted file mode 100755 index d0698664..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/flag_purple.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/flag_yellow.png b/wise-webapp/src/main/webapp/oimages/flag_yellow.png deleted file mode 100755 index 14c89a54..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/flag_yellow.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/font.png b/wise-webapp/src/main/webapp/oimages/font.png deleted file mode 100755 index 6e06872f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/font.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/fontColor.png b/wise-webapp/src/main/webapp/oimages/fontColor.png deleted file mode 100755 index 20bc2423..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/fontColor.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/fontSize.png b/wise-webapp/src/main/webapp/oimages/fontSize.png deleted file mode 100644 index 2356c666..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/fontSize.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/font_bold.png b/wise-webapp/src/main/webapp/oimages/font_bold.png deleted file mode 100644 index e35db88c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/font_bold.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/font_color.png b/wise-webapp/src/main/webapp/oimages/font_color.png deleted file mode 100644 index de227993..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/font_color.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/font_italic.png b/wise-webapp/src/main/webapp/oimages/font_italic.png deleted file mode 100644 index 8d915b04..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/font_italic.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/font_size.png b/wise-webapp/src/main/webapp/oimages/font_size.png deleted file mode 100644 index e3499795..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/font_size.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/font_type.png b/wise-webapp/src/main/webapp/oimages/font_type.png deleted file mode 100644 index eaccc509..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/font_type.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/footerBody.png b/wise-webapp/src/main/webapp/oimages/footerBody.png deleted file mode 100644 index da6cf551..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/footerBody.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/footerEnd.png b/wise-webapp/src/main/webapp/oimages/footerEnd.png deleted file mode 100644 index 31504fe9..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/footerEnd.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/footerStart.png b/wise-webapp/src/main/webapp/oimages/footerStart.png deleted file mode 100644 index 93c33f9d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/footerStart.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/fr.gif b/wise-webapp/src/main/webapp/oimages/fr.gif deleted file mode 100644 index 50497a8e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/fr.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/grid.gif b/wise-webapp/src/main/webapp/oimages/grid.gif deleted file mode 100644 index ab95bfb3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/grid.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/group.png b/wise-webapp/src/main/webapp/oimages/group.png deleted file mode 100755 index a7c3ade7..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/group.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/group2.png b/wise-webapp/src/main/webapp/oimages/group2.png deleted file mode 100755 index ca11887f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/group2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/group_go.png b/wise-webapp/src/main/webapp/oimages/group_go.png deleted file mode 100755 index 1f523330..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/group_go.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/hd-sprite.gif b/wise-webapp/src/main/webapp/oimages/hd-sprite.gif deleted file mode 100644 index 0d6d7edf..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/hd-sprite.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/help.png b/wise-webapp/src/main/webapp/oimages/help.png deleted file mode 100755 index 5c870176..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/help.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/history.png b/wise-webapp/src/main/webapp/oimages/history.png deleted file mode 100644 index 6e8052ff..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/history.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon-small.png b/wise-webapp/src/main/webapp/oimages/icon-small.png deleted file mode 100755 index 0c618ca4..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon-small.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon.gif b/wise-webapp/src/main/webapp/oimages/icon.gif deleted file mode 100644 index cc45543c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon.png b/wise-webapp/src/main/webapp/oimages/icon.png deleted file mode 100755 index b6f8d24d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon_doc_big.gif b/wise-webapp/src/main/webapp/oimages/icon_doc_big.gif deleted file mode 100644 index e97a8bf3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon_doc_big.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon_list.png b/wise-webapp/src/main/webapp/oimages/icon_list.png deleted file mode 100644 index d3d492b8..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon_list.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon_menu.png b/wise-webapp/src/main/webapp/oimages/icon_menu.png deleted file mode 100644 index 7ba11271..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon_menu.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon_triangle_green_13x19.gif b/wise-webapp/src/main/webapp/oimages/icon_triangle_green_13x19.gif deleted file mode 100644 index 437761a8..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon_triangle_green_13x19.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_10x13.gif b/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_10x13.gif deleted file mode 100644 index 9ae0bcc0..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_10x13.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_12x13.gif b/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_12x13.gif deleted file mode 100644 index 0bb01df5..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_12x13.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_13x19.gif b/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_13x19.gif deleted file mode 100644 index f25a10c2..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/icon_triangle_grey_13x19.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/info.png b/wise-webapp/src/main/webapp/oimages/info.png deleted file mode 100644 index 12cd1aef..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/info.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/italic.png b/wise-webapp/src/main/webapp/oimages/italic.png deleted file mode 100755 index 006d4c59..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/italic.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/key.png b/wise-webapp/src/main/webapp/oimages/key.png deleted file mode 100755 index 4ec1a928..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/key.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/lightbulb.png b/wise-webapp/src/main/webapp/oimages/lightbulb.png deleted file mode 100755 index d22fde8b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/lightbulb.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/lightbulb_off.png b/wise-webapp/src/main/webapp/oimages/lightbulb_off.png deleted file mode 100755 index e95b8c5b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/lightbulb_off.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/loading.gif b/wise-webapp/src/main/webapp/oimages/loading.gif deleted file mode 100644 index 78733e4e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/loading.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/loadingIcon.gif b/wise-webapp/src/main/webapp/oimages/loadingIcon.gif deleted file mode 100644 index 2dfb06a6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/loadingIcon.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/lock.png b/wise-webapp/src/main/webapp/oimages/lock.png deleted file mode 100755 index 2ebc4f6f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/lock.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/lock_open.png b/wise-webapp/src/main/webapp/oimages/lock_open.png deleted file mode 100755 index a471765f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/lock_open.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/logo-big.png b/wise-webapp/src/main/webapp/oimages/logo-big.png deleted file mode 100755 index 0b4befa6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/logo-big.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/logo-small.gif b/wise-webapp/src/main/webapp/oimages/logo-small.gif deleted file mode 100644 index 80649cfb..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/logo-small.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/logo-small.png b/wise-webapp/src/main/webapp/oimages/logo-small.png deleted file mode 100755 index 1b8e9692..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/logo-small.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/logo-vsmall.gif b/wise-webapp/src/main/webapp/oimages/logo-vsmall.gif deleted file mode 100644 index c205c11e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/logo-vsmall.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/logo-vsmall.png b/wise-webapp/src/main/webapp/oimages/logo-vsmall.png deleted file mode 100755 index 4947f72e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/logo-vsmall.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/logo-vvsmall.png b/wise-webapp/src/main/webapp/oimages/logo-vvsmall.png deleted file mode 100644 index 18551fe2..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/logo-vvsmall.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/mac-metaKey.png b/wise-webapp/src/main/webapp/oimages/mac-metaKey.png deleted file mode 100644 index 63579a46..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/mac-metaKey.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/marca-vsmall.png b/wise-webapp/src/main/webapp/oimages/marca-vsmall.png deleted file mode 100755 index a07631d2..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/marca-vsmall.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/mindmap.png b/wise-webapp/src/main/webapp/oimages/mindmap.png deleted file mode 100644 index c5411d4e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/mindmap.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/money.png b/wise-webapp/src/main/webapp/oimages/money.png deleted file mode 100755 index 42c52d05..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/money.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/money_dollar.png b/wise-webapp/src/main/webapp/oimages/money_dollar.png deleted file mode 100755 index 59af1638..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/money_dollar.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/money_euro.png b/wise-webapp/src/main/webapp/oimages/money_euro.png deleted file mode 100755 index b322ba92..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/money_euro.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/money_pound.png b/wise-webapp/src/main/webapp/oimages/money_pound.png deleted file mode 100755 index b7113646..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/money_pound.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/money_yen.png b/wise-webapp/src/main/webapp/oimages/money_yen.png deleted file mode 100755 index 228a6778..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/money_yen.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/moor_arrows.gif b/wise-webapp/src/main/webapp/oimages/moor_arrows.gif deleted file mode 100755 index c57addcf..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/moor_arrows.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/moor_boverlay.png b/wise-webapp/src/main/webapp/oimages/moor_boverlay.png deleted file mode 100755 index 7ac228b0..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/moor_boverlay.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/moor_cursor.gif b/wise-webapp/src/main/webapp/oimages/moor_cursor.gif deleted file mode 100755 index 9515a38e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/moor_cursor.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/moor_slider.png b/wise-webapp/src/main/webapp/oimages/moor_slider.png deleted file mode 100755 index 9f4c47bf..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/moor_slider.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/moor_woverlay.png b/wise-webapp/src/main/webapp/oimages/moor_woverlay.png deleted file mode 100755 index c3f3e96e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/moor_woverlay.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/move.png b/wise-webapp/src/main/webapp/oimages/move.png deleted file mode 100644 index 6e13dd3d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/move.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/mymaps.png b/wise-webapp/src/main/webapp/oimages/mymaps.png deleted file mode 100644 index 8aabdd2d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/mymaps.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newMap1.png b/wise-webapp/src/main/webapp/oimages/newMap1.png deleted file mode 100644 index d3f59fce..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newMap1.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newMap2.png b/wise-webapp/src/main/webapp/oimages/newMap2.png deleted file mode 100644 index 3ab7a074..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newMap2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newNode.png b/wise-webapp/src/main/webapp/oimages/newNode.png deleted file mode 100755 index b1c2d4f5..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newNode.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newmap.png b/wise-webapp/src/main/webapp/oimages/newmap.png deleted file mode 100644 index 84dee22f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newmap.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newmap3.png b/wise-webapp/src/main/webapp/oimages/newmap3.png deleted file mode 100644 index 07cb0934..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newmap3.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newmap4.png b/wise-webapp/src/main/webapp/oimages/newmap4.png deleted file mode 100644 index 29ecf107..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newmap4.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newmap5.png b/wise-webapp/src/main/webapp/oimages/newmap5.png deleted file mode 100644 index d8bf081b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newmap5.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/newsLinks.png b/wise-webapp/src/main/webapp/oimages/newsLinks.png deleted file mode 100644 index d14a6bed..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/newsLinks.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/nicEditorIcons.gif b/wise-webapp/src/main/webapp/oimages/nicEditorIcons.gif deleted file mode 100644 index be044c69..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/nicEditorIcons.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/node_add.png b/wise-webapp/src/main/webapp/oimages/node_add.png deleted file mode 100755 index a7c3ade7..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/node_add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/node_border.png b/wise-webapp/src/main/webapp/oimages/node_border.png deleted file mode 100755 index b72cf7bb..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/node_border.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/node_border2.png b/wise-webapp/src/main/webapp/oimages/node_border2.png deleted file mode 100755 index f4599c59..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/node_border2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/node_elipse.png b/wise-webapp/src/main/webapp/oimages/node_elipse.png deleted file mode 100755 index 53922749..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/node_elipse.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/north.gif b/wise-webapp/src/main/webapp/oimages/north.gif deleted file mode 100644 index 7200b4e0..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/north.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/note.png b/wise-webapp/src/main/webapp/oimages/note.png deleted file mode 100644 index ffea2b8b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/note.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/note1.png b/wise-webapp/src/main/webapp/oimages/note1.png deleted file mode 100644 index 667a85fc..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/note1.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/page_delete.png b/wise-webapp/src/main/webapp/oimages/page_delete.png deleted file mode 100644 index 73e86384..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/page_delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/page_go.png b/wise-webapp/src/main/webapp/oimages/page_go.png deleted file mode 100644 index 20c6ec0e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/page_go.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/paypal-donate.gif b/wise-webapp/src/main/webapp/oimages/paypal-donate.gif deleted file mode 100644 index 39f40a85..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/paypal-donate.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/printNews.png b/wise-webapp/src/main/webapp/oimages/printNews.png deleted file mode 100644 index 7dd56f78..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/printNews.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/printer.png b/wise-webapp/src/main/webapp/oimages/printer.png deleted file mode 100644 index 888f9edd..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/printer.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/removeUser.jpeg b/wise-webapp/src/main/webapp/oimages/removeUser.jpeg deleted file mode 100644 index d6a197e7..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/removeUser.jpeg and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/ruby.png b/wise-webapp/src/main/webapp/oimages/ruby.png deleted file mode 100755 index f763a168..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/ruby.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/s.gif b/wise-webapp/src/main/webapp/oimages/s.gif deleted file mode 100644 index 1d11fa9a..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/s.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/save.png b/wise-webapp/src/main/webapp/oimages/save.png deleted file mode 100644 index a98b0c3b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/save.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/se-handle.gif b/wise-webapp/src/main/webapp/oimages/se-handle.gif deleted file mode 100644 index 743ab0af..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/se-handle.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/search.png b/wise-webapp/src/main/webapp/oimages/search.png deleted file mode 100644 index 076708b4..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/search.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/search2.png b/wise-webapp/src/main/webapp/oimages/search2.png deleted file mode 100644 index d6b3cb06..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/search2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/search3.png b/wise-webapp/src/main/webapp/oimages/search3.png deleted file mode 100644 index 26bb1140..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/search3.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/seast.png b/wise-webapp/src/main/webapp/oimages/seast.png deleted file mode 100644 index 45118540..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/seast.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape-elipse.png b/wise-webapp/src/main/webapp/oimages/shape-elipse.png deleted file mode 100644 index 2e3ea734..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape-elipse.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape-line.png b/wise-webapp/src/main/webapp/oimages/shape-line.png deleted file mode 100644 index de12b941..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape-line.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape-rectangle-rounded.png b/wise-webapp/src/main/webapp/oimages/shape-rectangle-rounded.png deleted file mode 100644 index eaed09fb..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape-rectangle-rounded.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape-rectangle.png b/wise-webapp/src/main/webapp/oimages/shape-rectangle.png deleted file mode 100644 index ff399b22..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape-rectangle.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape.png b/wise-webapp/src/main/webapp/oimages/shape.png deleted file mode 100755 index 7bfb84ea..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape_handles.png b/wise-webapp/src/main/webapp/oimages/shape_handles.png deleted file mode 100755 index 5a88b2f3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape_handles.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape_square_add.png b/wise-webapp/src/main/webapp/oimages/shape_square_add.png deleted file mode 100755 index 31edfce5..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape_square_add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape_square_delete.png b/wise-webapp/src/main/webapp/oimages/shape_square_delete.png deleted file mode 100755 index ede912de..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape_square_delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shape_square_edit.png b/wise-webapp/src/main/webapp/oimages/shape_square_edit.png deleted file mode 100755 index d28dc6b1..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shape_square_edit.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/shrink_animation.gif b/wise-webapp/src/main/webapp/oimages/shrink_animation.gif deleted file mode 100644 index 4a33551f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/shrink_animation.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/signUpBodyBtn.png b/wise-webapp/src/main/webapp/oimages/signUpBodyBtn.png deleted file mode 100644 index dcd5c9b5..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/signUpBodyBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/signUpEndBtn.png b/wise-webapp/src/main/webapp/oimages/signUpEndBtn.png deleted file mode 100644 index 18e7dd2a..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/signUpEndBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/signUpStartBtn.png b/wise-webapp/src/main/webapp/oimages/signUpStartBtn.png deleted file mode 100644 index d125cfbf..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/signUpStartBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/sne.png b/wise-webapp/src/main/webapp/oimages/sne.png deleted file mode 100644 index f844cd08..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/sne.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/snorth.png b/wise-webapp/src/main/webapp/oimages/snorth.png deleted file mode 100644 index ae9c04d9..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/snorth.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/snw.png b/wise-webapp/src/main/webapp/oimages/snw.png deleted file mode 100644 index 44401ef6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/snw.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/south.gif b/wise-webapp/src/main/webapp/oimages/south.gif deleted file mode 100644 index 3c36b220..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/south.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/sse.png b/wise-webapp/src/main/webapp/oimages/sse.png deleted file mode 100644 index be76255f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/sse.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/ssouth.png b/wise-webapp/src/main/webapp/oimages/ssouth.png deleted file mode 100644 index 7b26b268..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/ssouth.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/ssw.png b/wise-webapp/src/main/webapp/oimages/ssw.png deleted file mode 100644 index 02ace46f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/ssw.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/start_btn.gif b/wise-webapp/src/main/webapp/oimages/start_btn.gif deleted file mode 100644 index 163bb7cd..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/start_btn.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/swest.png b/wise-webapp/src/main/webapp/oimages/swest.png deleted file mode 100644 index 54c06214..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/swest.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tab.png b/wise-webapp/src/main/webapp/oimages/tab.png deleted file mode 100644 index 19779cb9..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tab.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tab2.png b/wise-webapp/src/main/webapp/oimages/tab2.png deleted file mode 100644 index bcd1f891..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tab2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tab3.png b/wise-webapp/src/main/webapp/oimages/tab3.png deleted file mode 100644 index 17cbe2d6..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tab3.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tab4.png b/wise-webapp/src/main/webapp/oimages/tab4.png deleted file mode 100644 index fe358f69..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tab4.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tab5.png b/wise-webapp/src/main/webapp/oimages/tab5.png deleted file mode 100644 index 27bdae87..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tab5.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_blue.png b/wise-webapp/src/main/webapp/oimages/tag_blue.png deleted file mode 100755 index 9757fc6e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_blue.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_blue_add.png b/wise-webapp/src/main/webapp/oimages/tag_blue_add.png deleted file mode 100755 index 887972eb..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_blue_add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_blue_add2.png b/wise-webapp/src/main/webapp/oimages/tag_blue_add2.png deleted file mode 100755 index 997c191a..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_blue_add2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_green.png b/wise-webapp/src/main/webapp/oimages/tag_green.png deleted file mode 100755 index 83ec984b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_green.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_orange.png b/wise-webapp/src/main/webapp/oimages/tag_orange.png deleted file mode 100755 index 454a59f3..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_orange.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_pink.png b/wise-webapp/src/main/webapp/oimages/tag_pink.png deleted file mode 100755 index 76e2296c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_pink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_purple.png b/wise-webapp/src/main/webapp/oimages/tag_purple.png deleted file mode 100755 index ebaf0e87..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_purple.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_red.png b/wise-webapp/src/main/webapp/oimages/tag_red.png deleted file mode 100755 index 6ebb37d2..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_red.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tag_yellow.png b/wise-webapp/src/main/webapp/oimages/tag_yellow.png deleted file mode 100755 index 83d12924..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tag_yellow.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/text_bold.png b/wise-webapp/src/main/webapp/oimages/text_bold.png deleted file mode 100755 index 889ae80e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/text_bold.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/text_italic.png b/wise-webapp/src/main/webapp/oimages/text_italic.png deleted file mode 100755 index 8482ac8c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/text_italic.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/thumb_down.png b/wise-webapp/src/main/webapp/oimages/thumb_down.png deleted file mode 100755 index 3c832d4c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/thumb_down.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/thumb_up.png b/wise-webapp/src/main/webapp/oimages/thumb_up.png deleted file mode 100755 index 2bd16ccf..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/thumb_up.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tick.png b/wise-webapp/src/main/webapp/oimages/tick.png deleted file mode 100755 index a9925a06..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tick.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/toolbar2.png b/wise-webapp/src/main/webapp/oimages/toolbar2.png deleted file mode 100644 index 80e5f92f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/toolbar2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/toolbarNews.png b/wise-webapp/src/main/webapp/oimages/toolbarNews.png deleted file mode 100644 index 3fb0874e..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/toolbarNews.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_add.png b/wise-webapp/src/main/webapp/oimages/topic_add.png deleted file mode 100644 index 833f77c0..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_bgcolor.png b/wise-webapp/src/main/webapp/oimages/topic_bgcolor.png deleted file mode 100644 index 70699e6b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_bgcolor.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_border.png b/wise-webapp/src/main/webapp/oimages/topic_border.png deleted file mode 100644 index ce42be54..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_border.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_delete.png b/wise-webapp/src/main/webapp/oimages/topic_delete.png deleted file mode 100644 index 00552b36..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_icon.png b/wise-webapp/src/main/webapp/oimages/topic_icon.png deleted file mode 100644 index d9e245a1..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_icon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_link.png b/wise-webapp/src/main/webapp/oimages/topic_link.png deleted file mode 100644 index 247ce29c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_link.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_relationship.png b/wise-webapp/src/main/webapp/oimages/topic_relationship.png deleted file mode 100644 index 10d6ee9b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_relationship.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/topic_shape.png b/wise-webapp/src/main/webapp/oimages/topic_shape.png deleted file mode 100644 index 6f004cae..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/topic_shape.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/transparent.gif b/wise-webapp/src/main/webapp/oimages/transparent.gif deleted file mode 100644 index b29d3406..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/transparent.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tryItBodyBtn.png b/wise-webapp/src/main/webapp/oimages/tryItBodyBtn.png deleted file mode 100644 index cda7214c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tryItBodyBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tryItBodyBtn2.png b/wise-webapp/src/main/webapp/oimages/tryItBodyBtn2.png deleted file mode 100644 index b80dcc68..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tryItBodyBtn2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tryItEndBtn.png b/wise-webapp/src/main/webapp/oimages/tryItEndBtn.png deleted file mode 100644 index 1d1bb39c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tryItEndBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tryItEndBtn2.png b/wise-webapp/src/main/webapp/oimages/tryItEndBtn2.png deleted file mode 100644 index f0ec3792..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tryItEndBtn2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tryItStartBtn.png b/wise-webapp/src/main/webapp/oimages/tryItStartBtn.png deleted file mode 100644 index ac9bf87b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tryItStartBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/tryItStartBtn2.png b/wise-webapp/src/main/webapp/oimages/tryItStartBtn2.png deleted file mode 100644 index c4011ba8..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/tryItStartBtn2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/uk.gif b/wise-webapp/src/main/webapp/oimages/uk.gif deleted file mode 100644 index ed00d9b2..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/uk.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/usability_editing_text.png b/wise-webapp/src/main/webapp/oimages/usability_editing_text.png deleted file mode 100644 index a63b0167..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/usability_editing_text.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/user.gif b/wise-webapp/src/main/webapp/oimages/user.gif deleted file mode 100644 index bc934396..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/user.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/user_delete.png b/wise-webapp/src/main/webapp/oimages/user_delete.png deleted file mode 100755 index acbb5630..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/user_delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/video-icon.png b/wise-webapp/src/main/webapp/oimages/video-icon.png deleted file mode 100644 index 4d1c9b53..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/video-icon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/videoBody.png b/wise-webapp/src/main/webapp/oimages/videoBody.png deleted file mode 100644 index 171f6a72..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/videoBody.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/videoEnd.png b/wise-webapp/src/main/webapp/oimages/videoEnd.png deleted file mode 100644 index 1f9eec5a..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/videoEnd.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/videoStart.png b/wise-webapp/src/main/webapp/oimages/videoStart.png deleted file mode 100644 index 51b7188c..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/videoStart.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/waring_icon.png b/wise-webapp/src/main/webapp/oimages/waring_icon.png deleted file mode 100644 index 628cf2da..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/waring_icon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-clear-night.png b/wise-webapp/src/main/webapp/oimages/weather-clear-night.png deleted file mode 100644 index 43457526..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-clear-night.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-clear.png b/wise-webapp/src/main/webapp/oimages/weather-clear.png deleted file mode 100644 index 7dc15ea9..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-clear.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-few-clouds-night.png b/wise-webapp/src/main/webapp/oimages/weather-few-clouds-night.png deleted file mode 100644 index d69efec9..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-few-clouds-night.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-few-clouds.png b/wise-webapp/src/main/webapp/oimages/weather-few-clouds.png deleted file mode 100644 index 0e633a38..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-few-clouds.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-overcast.png b/wise-webapp/src/main/webapp/oimages/weather-overcast.png deleted file mode 100644 index 0045129b..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-overcast.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-severe-alert.png b/wise-webapp/src/main/webapp/oimages/weather-severe-alert.png deleted file mode 100644 index 98e9f6c1..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-severe-alert.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-showers-scattered.png b/wise-webapp/src/main/webapp/oimages/weather-showers-scattered.png deleted file mode 100644 index 8d10d844..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-showers-scattered.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-showers.png b/wise-webapp/src/main/webapp/oimages/weather-showers.png deleted file mode 100644 index d9685d24..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-showers.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-snow.png b/wise-webapp/src/main/webapp/oimages/weather-snow.png deleted file mode 100644 index a83d8559..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-snow.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/weather-storm.png b/wise-webapp/src/main/webapp/oimages/weather-storm.png deleted file mode 100644 index feebe1d4..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/weather-storm.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/world.png b/wise-webapp/src/main/webapp/oimages/world.png deleted file mode 100755 index a7c3ade7..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/world.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/world2.png b/wise-webapp/src/main/webapp/oimages/world2.png deleted file mode 100755 index 448196b1..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/world2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/world_go.png b/wise-webapp/src/main/webapp/oimages/world_go.png deleted file mode 100755 index aee9c97f..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/world_go.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/world_link.png b/wise-webapp/src/main/webapp/oimages/world_link.png deleted file mode 100755 index b8edc126..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/world_link.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/zoom_in.png b/wise-webapp/src/main/webapp/oimages/zoom_in.png deleted file mode 100755 index 1984e62d..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/zoom_in.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/oimages/zoom_out.png b/wise-webapp/src/main/webapp/oimages/zoom_out.png deleted file mode 100755 index da2b3de4..00000000 Binary files a/wise-webapp/src/main/webapp/oimages/zoom_out.png and /dev/null differ