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