diff --git a/wise-doc/src/main/webapp/css/editor2.css b/wise-doc/src/main/webapp/css/editor2.css
index 1b7b1976..cbcb7594 100644
--- a/wise-doc/src/main/webapp/css/editor2.css
+++ b/wise-doc/src/main/webapp/css/editor2.css
@@ -259,7 +259,7 @@ div#header {
}
div#headerLogo {
- background: url(../nicons/logo-small.png) no-repeat center top;
+ background: url(../images/logo-small.png) no-repeat center top;
height: 40px;
width: 80px;
float: left;
@@ -347,17 +347,17 @@ div#toolbar .buttonOn, div#toolbar .buttonOff, div#toolbar .buttonActive, div#to
div#toolbar .buttonOn:hover {
cursor: pointer;
opacity: 1;
- background: url(../nicons/btn-bg-hover.png) no-repeat center top;
+ background: url(../images/btn-bg-hover.png) no-repeat center top;
}
div#toolbar .buttonOn {
opacity: 0.8;
- background: url(../nicons/btn-bg-normal.png) no-repeat center top;
+ background: url(../images/btn-bg-normal.png) no-repeat center top;
}
div#toolbar .buttonOff {
opacity: 0.4;
- background: url(../nicons/btn-bg-normal.png) no-repeat center top;
+ background: url(../images/btn-bg-normal.png) no-repeat center top;
}
div#exportAnchor {
@@ -381,24 +381,24 @@ div#toolbar .buttonExtOn, div#toolbar .buttonExtOff, div#toolbar .buttonExtActiv
div#toolbar .buttonExtOn:hover {
opacity: 1;
- background: url(../nicons/btne-bg-hover.png) no-repeat center top;
+ background: url(../images/btne-bg-hover.png) no-repeat center top;
}
div#toolbar .buttonExtActive {
opacity: 1;
- background: url(../nicons/btne-bg-selected.png) no-repeat center top;
+ background: url(../images/btne-bg-selected.png) no-repeat center top;
}
div#toolbar .buttonExtOn {
opacity: 0.8;
- background: url(../nicons/btne-bg-normal.png) no-repeat center top;
+ background: url(../images/btne-bg-normal.png) no-repeat center top;
}
div#toolbar .buttonExtOff {
opacity: 0.4;
- background: url(../nicons/btne-bg-normal.png) no-repeat center top;
+ background: url(../images/btne-bg-normal.png) no-repeat center top;
}
div#exportAnchor {
@@ -410,107 +410,107 @@ div#exportAnchor {
}
/*div#saveButton {*/
-/*background: url(../nicons/save.png) no-repeat center top;*/
+/*background: url(../images/save.png) no-repeat center top;*/
/*}*/
/*div#undoEdition {*/
-/*background: url(../nicons/undo.png) no-repeat center top;*/
+/*background: url(../images/undo.png) no-repeat center top;*/
/*}*/
/*div#redoEdition {*/
-/*background: url(../nicons/redo.png) no-repeat center top;*/
+/*background: url(../images/redo.png) no-repeat center top;*/
/*}*/
/*div#export {*/
-/*background: url(../nicons/export.png) no-repeat center top;*/
+/*background: url(../images/export.png) no-repeat center top;*/
/*}*/
/*div#zoomIn {*/
-/*background: url(../nicons/zoom-in.png) no-repeat center top;*/
+/*background: url(../images/zoom-in.png) no-repeat center top;*/
/*}*/
/*div#zoomOut {*/
-/*background: url(../nicons/zoom-out.png) no-repeat center top;*/
+/*background: url(../images/zoom-out.png) no-repeat center top;*/
/*}*/
/*div#addTopic {*/
-/*background: url(../nicons/topic-add.png) no-repeat center top;*/
+/*background: url(../images/topic-add.png) no-repeat center top;*/
/*}*/
/*div#deleteTopic {*/
-/*background: url(../nicons/topic-delete.png) no-repeat center top;*/
+/*background: url(../images/topic-delete.png) no-repeat center top;*/
/*}*/
/*div#topicColor {*/
-/*background: url(../nicons/topic-color.png) no-repeat center top;*/
+/*background: url(../images/topic-color.png) no-repeat center top;*/
/*}*/
/*div#topicIcon {*/
-/*background: url(../nicons/topic-icon.png) no-repeat center top;*/
+/*background: url(../images/topic-icon.png) no-repeat center top;*/
/*}*/
/*div#topicNote {*/
-/*background: url(../nicons/note.png) no-repeat center top;*/
+/*background: url(../images/note.png) no-repeat center top;*/
/*}*/
/*div#topicNote {*/
-/*background: url(../nicons/topic-icon.png) no-repeat center top;*/
+/*background: url(../images/topic-icon.png) no-repeat center top;*/
/*z-index: 4;*/
/*}*/
/*div#topicLink {*/
-/*background: url(../nicons/topic-link.png) no-repeat center top;*/
+/*background: url(../images/topic-link.png) no-repeat center top;*/
/*z-index: 4;*/
/*}*/
/*div#topicNote {*/
-/*background-image: url(../nicons/note.png);*/
+/*background-image: url(../images/note.png);*/
/*z-index: 4;*/
/*}*/
/*div#topicBorder {*/
-/*background: url(../nicons/topic-border.png) no-repeat center top;*/
+/*background: url(../images/topic-border.png) no-repeat center top;*/
/*}*/
/*div#fontFamily {*/
-/*background: url(../nicons/font-type.png) no-repeat center top;*/
+/*background: url(../images/font-type.png) no-repeat center top;*/
/*}*/
/*div#topicShape {*/
-/*background: url(../nicons/topic-shape.png) no-repeat center top;*/
+/*background: url(../images/topic-shape.png) no-repeat center top;*/
/*}*/
/*div#fontBold {*/
-/*background: url(../nicons/font-bold.png) no-repeat center top;*/
+/*background: url(../images/font-bold.png) no-repeat center top;*/
/*}*/
/*div#fontItalic {*/
-/*background: url(../nicons/font-italic.png) no-repeat center top;*/
+/*background: url(../images/font-italic.png) no-repeat center top;*/
/*}*/
/*div#fontColor {*/
-/*background: url(../nicons/font-color.png) no-repeat center top;*/
+/*background: url(../images/font-color.png) no-repeat center top;*/
/*}*/
/*div#fontSize {*/
-/*background: url(../nicons/font-size.png) no-repeat center top;*/
+/*background: url(../images/font-size.png) no-repeat center top;*/
/*}*/
/*div#shareIt {*/
-/*background: url(../nicons/share.png) no-repeat center top;*/
+/*background: url(../images/share.png) no-repeat center top;*/
/*}*/
/*div#publishIt {*/
-/*background: url(../nicons/publish.png) no-repeat center top;*/
+/*background: url(../images/publish.png) no-repeat center top;*/
/*}*/
/*div#tagIt {*/
-/*background: url(../nicons/tag.png) no-repeat center top;*/
+/*background: url(../images/tag.png) no-repeat center top;*/
/*}*/
div#topicRelation {
width: 56px;
- background: url(../nicons/topic-relation.png) no-repeat center top;
+ background: url(../images/topic-relation.png) no-repeat center top;
z-index: 4;
}
diff --git a/wise-doc/src/main/webapp/css/embedded.css b/wise-doc/src/main/webapp/css/embedded.css
index 7f93c0a3..f07e27be 100644
--- a/wise-doc/src/main/webapp/css/embedded.css
+++ b/wise-doc/src/main/webapp/css/embedded.css
@@ -69,7 +69,7 @@ div#logo {
height: 65px;
width: 80px;
position: absolute;
- background: url(../nicons/logo-small.png) no-repeat right top;
+ background: url(../images/logo-small.png) no-repeat right top;
right: 10px;
top: -10px;
}
@@ -94,13 +94,13 @@ div#logo {
}
div#zoomIn {
- background: url(../nicons/zoom-in.png) no-repeat left top;
+ background: url(../images/zoom-in.png) no-repeat left top;
margin-top: 10px;
margin-left: 10px;
}
#zoomOut {
- background: url(../nicons/zoom-out.png) no-repeat left top;;
+ background: url(../images/zoom-out.png) no-repeat left top;;
margin-top: 10px;
margin-left: 5px;
}
diff --git a/wise-doc/src/main/webapp/css/widget/colorPalette.css b/wise-doc/src/main/webapp/css/widget/colorPalette.css
deleted file mode 100644
index 28a8e170..00000000
--- a/wise-doc/src/main/webapp/css/widget/colorPalette.css
+++ /dev/null
@@ -1,74 +0,0 @@
-.palette-panel {
- /*background: white;*/
- /*border-color: #CCC #666 #666 #CCC;*/
- /*border-style: solid;*/
- /*border-width: 1px;*/
- cursor: default;
- font: normal 13px Arial, sans-serif;
- margin: 0;
- outline: none;
- padding: 4px 0;
- z-index: 20000;
- -webkit-user-select: none;
-}
-
-.palette {
- cursor: default;
- outline: none;
-}
-
-.palette-table {
- border: 1px solid #666;
- border-collapse: collapse;
- margin: 5px;
-}
-
-tbody {
- display: table-row-group;
- vertical-align: middle;
- border-color: inherit;
-}
-
-.palette-table {
- border-collapse: collapse;
-}
-
-tr {
- display: table-row;
- vertical-align: inherit;
- border-color: inherit;
-}
-
-.palette-cell {
- border: 0;
- border-right: 1px solid #666;
- cursor: pointer;
- height: 18px;
- margin: 0;
- text-align: center;
- vertical-align: middle;
- width: 18px;
-}
-
-.palette-cell .palette-colorswatch {
- border: none;
- font-size: x-small;
- height: 18px;
- position: relative;
- width: 18px;
-}
-
-.palette-cell-selected .palette-colorswatch {
- background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -368px 0;
- border: 1px solid #333;
- color: white;
- font-weight: bold;
- height: 16px;
- width: 16px;
-}
-
-.palette-colorswatch:hover {
- border: 1px solid white;
- height: 16px;
- width: 16px;
-}
\ No newline at end of file
diff --git a/wise-doc/src/main/webapp/css/widget/colorPalette.css b/wise-doc/src/main/webapp/css/widget/colorPalette.css
new file mode 120000
index 00000000..1b38b5f2
--- /dev/null
+++ b/wise-doc/src/main/webapp/css/widget/colorPalette.css
@@ -0,0 +1 @@
+../../../../../../mindplot/src/main/javascript/widget/colorPalette.css
\ No newline at end of file
diff --git a/wise-doc/src/main/webapp/css/widget/colorPalette.html b/wise-doc/src/main/webapp/css/widget/colorPalette.html
deleted file mode 100644
index 9e0b3554..00000000
--- a/wise-doc/src/main/webapp/css/widget/colorPalette.html
+++ /dev/null
@@ -1,398 +0,0 @@
-
-
-
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
-
-
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
-
-
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
- |
-
-
-
-
-
diff --git a/wise-doc/src/main/webapp/css/widget/colorPalette.html b/wise-doc/src/main/webapp/css/widget/colorPalette.html
new file mode 120000
index 00000000..e7cd9cf9
--- /dev/null
+++ b/wise-doc/src/main/webapp/css/widget/colorPalette.html
@@ -0,0 +1 @@
+../../../../../../mindplot/src/main/javascript/widget/colorPalette.html
\ No newline at end of file
diff --git a/wise-doc/src/main/webapp/html/editor.html b/wise-doc/src/main/webapp/html/editor.html
index 50d7771a..c1e1c57a 100644
--- a/wise-doc/src/main/webapp/html/editor.html
+++ b/wise-doc/src/main/webapp/html/editor.html
@@ -55,8 +55,17 @@
} else if (collab == 'standalone' && mindReady) {
// Load map from XML ...
- var mapXml = '';
- var domDocument = core.Utils.createDocumentFromText(mapXml);
+ var domDocument;
+ var xmlRequest = new Request({
+ url: '../maps/map1.xml',
+ method: 'get',
+ async: false,
+ onSuccess: function(responseText, responseXML) {
+ domDocument = responseXML;
+ }
+ });
+ xmlRequest.send();
+
var serializer = mindplot.XMLMindmapSerializerFactory.getSerializerFromDocument(domDocument);
var mindmap = serializer.loadFromDom(domDocument, mapId);
@@ -125,93 +134,93 @@
diff --git a/wise-doc/src/main/webapp/icons b/wise-doc/src/main/webapp/icons
new file mode 120000
index 00000000..e9788c25
--- /dev/null
+++ b/wise-doc/src/main/webapp/icons
@@ -0,0 +1 @@
+../../../../wise-webapp/src/main/webapp/icons
\ No newline at end of file
diff --git a/wise-doc/src/main/webapp/icons/arrow_down.gif b/wise-doc/src/main/webapp/icons/arrow_down.gif
deleted file mode 100644
index 552f123e..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrow_down.gif and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrow_down.png b/wise-doc/src/main/webapp/icons/arrow_down.png
deleted file mode 100644
index 2c4e2793..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrow_down.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrow_left.png b/wise-doc/src/main/webapp/icons/arrow_left.png
deleted file mode 100644
index 5dc69678..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrow_left.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrow_merge.png b/wise-doc/src/main/webapp/icons/arrow_merge.png
deleted file mode 100644
index 7502dbb3..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrow_merge.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrow_right.png b/wise-doc/src/main/webapp/icons/arrow_right.png
deleted file mode 100644
index 4bfba64a..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrow_right.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrow_up.png b/wise-doc/src/main/webapp/icons/arrow_up.png
deleted file mode 100644
index 1ebb1932..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrow_up.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrowc_rotate_anticlockwise.png b/wise-doc/src/main/webapp/icons/arrowc_rotate_anticlockwise.png
deleted file mode 100644
index 46c75aa8..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrowc_rotate_anticlockwise.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrowc_rotate_clockwise.png b/wise-doc/src/main/webapp/icons/arrowc_rotate_clockwise.png
deleted file mode 100644
index aa65210e..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrowc_rotate_clockwise.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrowc_turn_left.png b/wise-doc/src/main/webapp/icons/arrowc_turn_left.png
deleted file mode 100644
index a3d6c9e3..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrowc_turn_left.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/arrowc_turn_right.png b/wise-doc/src/main/webapp/icons/arrowc_turn_right.png
deleted file mode 100644
index 629f20d6..00000000
Binary files a/wise-doc/src/main/webapp/icons/arrowc_turn_right.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bulb_light_off.png b/wise-doc/src/main/webapp/icons/bulb_light_off.png
deleted file mode 100644
index e95b8c5b..00000000
Binary files a/wise-doc/src/main/webapp/icons/bulb_light_off.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bulb_light_on.png b/wise-doc/src/main/webapp/icons/bulb_light_on.png
deleted file mode 100644
index d22fde8b..00000000
Binary files a/wise-doc/src/main/webapp/icons/bulb_light_on.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bullet_black.png b/wise-doc/src/main/webapp/icons/bullet_black.png
deleted file mode 100644
index 57619706..00000000
Binary files a/wise-doc/src/main/webapp/icons/bullet_black.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bullet_blue.png b/wise-doc/src/main/webapp/icons/bullet_blue.png
deleted file mode 100644
index a7651ec8..00000000
Binary files a/wise-doc/src/main/webapp/icons/bullet_blue.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bullet_green.png b/wise-doc/src/main/webapp/icons/bullet_green.png
deleted file mode 100644
index 058ad261..00000000
Binary files a/wise-doc/src/main/webapp/icons/bullet_green.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bullet_orange.png b/wise-doc/src/main/webapp/icons/bullet_orange.png
deleted file mode 100644
index fa63024e..00000000
Binary files a/wise-doc/src/main/webapp/icons/bullet_orange.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bullet_pink.png b/wise-doc/src/main/webapp/icons/bullet_pink.png
deleted file mode 100644
index 0c9f73e3..00000000
Binary files a/wise-doc/src/main/webapp/icons/bullet_pink.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bullet_purple.png b/wise-doc/src/main/webapp/icons/bullet_purple.png
deleted file mode 100644
index 52ba5036..00000000
Binary files a/wise-doc/src/main/webapp/icons/bullet_purple.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/bullet_red.png b/wise-doc/src/main/webapp/icons/bullet_red.png
deleted file mode 100644
index 0cd80311..00000000
Binary files a/wise-doc/src/main/webapp/icons/bullet_red.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/chart_bar.png b/wise-doc/src/main/webapp/icons/chart_bar.png
deleted file mode 100644
index 9051fbc6..00000000
Binary files a/wise-doc/src/main/webapp/icons/chart_bar.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/chart_curve.png b/wise-doc/src/main/webapp/icons/chart_curve.png
deleted file mode 100644
index 01e933a6..00000000
Binary files a/wise-doc/src/main/webapp/icons/chart_curve.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/chart_line.png b/wise-doc/src/main/webapp/icons/chart_line.png
deleted file mode 100644
index 85020f32..00000000
Binary files a/wise-doc/src/main/webapp/icons/chart_line.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/chart_organisation.png b/wise-doc/src/main/webapp/icons/chart_organisation.png
deleted file mode 100644
index c32d25c1..00000000
Binary files a/wise-doc/src/main/webapp/icons/chart_organisation.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/chart_pie.png b/wise-doc/src/main/webapp/icons/chart_pie.png
deleted file mode 100644
index fe00fa05..00000000
Binary files a/wise-doc/src/main/webapp/icons/chart_pie.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/close.png b/wise-doc/src/main/webapp/icons/close.png
deleted file mode 100644
index 4de1c381..00000000
Binary files a/wise-doc/src/main/webapp/icons/close.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/conn_connect.png b/wise-doc/src/main/webapp/icons/conn_connect.png
deleted file mode 100644
index 024138eb..00000000
Binary files a/wise-doc/src/main/webapp/icons/conn_connect.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/conn_disconnect.png b/wise-doc/src/main/webapp/icons/conn_disconnect.png
deleted file mode 100644
index b335cb11..00000000
Binary files a/wise-doc/src/main/webapp/icons/conn_disconnect.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/face_crying.png b/wise-doc/src/main/webapp/icons/face_crying.png
deleted file mode 100644
index a7e3f49f..00000000
Binary files a/wise-doc/src/main/webapp/icons/face_crying.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/face_plain.png b/wise-doc/src/main/webapp/icons/face_plain.png
deleted file mode 100644
index a6761bd1..00000000
Binary files a/wise-doc/src/main/webapp/icons/face_plain.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/face_sad.png b/wise-doc/src/main/webapp/icons/face_sad.png
deleted file mode 100644
index fa258956..00000000
Binary files a/wise-doc/src/main/webapp/icons/face_sad.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/face_smile-big.png b/wise-doc/src/main/webapp/icons/face_smile-big.png
deleted file mode 100644
index 4cebcff6..00000000
Binary files a/wise-doc/src/main/webapp/icons/face_smile-big.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/face_smile.png b/wise-doc/src/main/webapp/icons/face_smile.png
deleted file mode 100644
index 01e01170..00000000
Binary files a/wise-doc/src/main/webapp/icons/face_smile.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/face_surprise.png b/wise-doc/src/main/webapp/icons/face_surprise.png
deleted file mode 100644
index 863f3048..00000000
Binary files a/wise-doc/src/main/webapp/icons/face_surprise.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/face_wink.png b/wise-doc/src/main/webapp/icons/face_wink.png
deleted file mode 100644
index 46be6855..00000000
Binary files a/wise-doc/src/main/webapp/icons/face_wink.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/flag_blue.png b/wise-doc/src/main/webapp/icons/flag_blue.png
deleted file mode 100644
index 003924f5..00000000
Binary files a/wise-doc/src/main/webapp/icons/flag_blue.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/flag_green.png b/wise-doc/src/main/webapp/icons/flag_green.png
deleted file mode 100644
index e4bc611f..00000000
Binary files a/wise-doc/src/main/webapp/icons/flag_green.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/flag_orange.png b/wise-doc/src/main/webapp/icons/flag_orange.png
deleted file mode 100644
index e6320242..00000000
Binary files a/wise-doc/src/main/webapp/icons/flag_orange.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/flag_pink.png b/wise-doc/src/main/webapp/icons/flag_pink.png
deleted file mode 100644
index 5f15e526..00000000
Binary files a/wise-doc/src/main/webapp/icons/flag_pink.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/flag_purple.png b/wise-doc/src/main/webapp/icons/flag_purple.png
deleted file mode 100644
index d0698664..00000000
Binary files a/wise-doc/src/main/webapp/icons/flag_purple.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/flag_yellow.png b/wise-doc/src/main/webapp/icons/flag_yellow.png
deleted file mode 100644
index 14c89a54..00000000
Binary files a/wise-doc/src/main/webapp/icons/flag_yellow.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/funy_angel.png b/wise-doc/src/main/webapp/icons/funy_angel.png
deleted file mode 100644
index d2c5e940..00000000
Binary files a/wise-doc/src/main/webapp/icons/funy_angel.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/funy_devilish.png b/wise-doc/src/main/webapp/icons/funy_devilish.png
deleted file mode 100644
index 8e2cd458..00000000
Binary files a/wise-doc/src/main/webapp/icons/funy_devilish.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/funy_glasses.png b/wise-doc/src/main/webapp/icons/funy_glasses.png
deleted file mode 100644
index d13f2c8c..00000000
Binary files a/wise-doc/src/main/webapp/icons/funy_glasses.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/funy_grin.png b/wise-doc/src/main/webapp/icons/funy_grin.png
deleted file mode 100644
index d15cf2d4..00000000
Binary files a/wise-doc/src/main/webapp/icons/funy_grin.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/funy_kiss.png b/wise-doc/src/main/webapp/icons/funy_kiss.png
deleted file mode 100644
index 809c1cf7..00000000
Binary files a/wise-doc/src/main/webapp/icons/funy_kiss.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/funy_monkey.png b/wise-doc/src/main/webapp/icons/funy_monkey.png
deleted file mode 100644
index 69db8fa5..00000000
Binary files a/wise-doc/src/main/webapp/icons/funy_monkey.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_cd.png b/wise-doc/src/main/webapp/icons/hard_cd.png
deleted file mode 100644
index ef432235..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_cd.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_computer.png b/wise-doc/src/main/webapp/icons/hard_computer.png
deleted file mode 100644
index 9bc37dce..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_computer.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_controller.png b/wise-doc/src/main/webapp/icons/hard_controller.png
deleted file mode 100644
index 5cf76ed0..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_controller.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_drive_cd.png b/wise-doc/src/main/webapp/icons/hard_drive_cd.png
deleted file mode 100644
index 1850b701..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_drive_cd.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_driver_disk.png b/wise-doc/src/main/webapp/icons/hard_driver_disk.png
deleted file mode 100644
index 99d532e8..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_driver_disk.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_ipod.png b/wise-doc/src/main/webapp/icons/hard_ipod.png
deleted file mode 100644
index 3f768da5..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_ipod.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_keyboard.png b/wise-doc/src/main/webapp/icons/hard_keyboard.png
deleted file mode 100644
index 898d402d..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_keyboard.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_mouse.png b/wise-doc/src/main/webapp/icons/hard_mouse.png
deleted file mode 100644
index 63a92fa9..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_mouse.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/hard_printer.png b/wise-doc/src/main/webapp/icons/hard_printer.png
deleted file mode 100644
index a350d187..00000000
Binary files a/wise-doc/src/main/webapp/icons/hard_printer.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/links.png b/wise-doc/src/main/webapp/icons/links.png
deleted file mode 100644
index dd3b830f..00000000
Binary files a/wise-doc/src/main/webapp/icons/links.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/mail_edit.png b/wise-doc/src/main/webapp/icons/mail_edit.png
deleted file mode 100644
index b4d31ce2..00000000
Binary files a/wise-doc/src/main/webapp/icons/mail_edit.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/mail_envelop.png b/wise-doc/src/main/webapp/icons/mail_envelop.png
deleted file mode 100644
index 7348aed7..00000000
Binary files a/wise-doc/src/main/webapp/icons/mail_envelop.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/mail_list.png b/wise-doc/src/main/webapp/icons/mail_list.png
deleted file mode 100644
index abcd9368..00000000
Binary files a/wise-doc/src/main/webapp/icons/mail_list.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/mail_mailbox.png b/wise-doc/src/main/webapp/icons/mail_mailbox.png
deleted file mode 100644
index 8443c23e..00000000
Binary files a/wise-doc/src/main/webapp/icons/mail_mailbox.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/money_coins.png b/wise-doc/src/main/webapp/icons/money_coins.png
deleted file mode 100644
index 0ca9074d..00000000
Binary files a/wise-doc/src/main/webapp/icons/money_coins.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/money_dollar.png b/wise-doc/src/main/webapp/icons/money_dollar.png
deleted file mode 100644
index 59af1638..00000000
Binary files a/wise-doc/src/main/webapp/icons/money_dollar.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/money_euro.png b/wise-doc/src/main/webapp/icons/money_euro.png
deleted file mode 100644
index b322ba92..00000000
Binary files a/wise-doc/src/main/webapp/icons/money_euro.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/money_money.png b/wise-doc/src/main/webapp/icons/money_money.png
deleted file mode 100644
index 42c52d05..00000000
Binary files a/wise-doc/src/main/webapp/icons/money_money.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/money_pound.png b/wise-doc/src/main/webapp/icons/money_pound.png
deleted file mode 100644
index b7113646..00000000
Binary files a/wise-doc/src/main/webapp/icons/money_pound.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/money_ruby.png b/wise-doc/src/main/webapp/icons/money_ruby.png
deleted file mode 100644
index f763a168..00000000
Binary files a/wise-doc/src/main/webapp/icons/money_ruby.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/money_yen.png b/wise-doc/src/main/webapp/icons/money_yen.png
deleted file mode 100644
index 228a6778..00000000
Binary files a/wise-doc/src/main/webapp/icons/money_yen.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_bell.png b/wise-doc/src/main/webapp/icons/object_bell.png
deleted file mode 100644
index 6e0015df..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_bell.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_cake.png b/wise-doc/src/main/webapp/icons/object_cake.png
deleted file mode 100644
index 4ef151ae..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_cake.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_camera.png b/wise-doc/src/main/webapp/icons/object_camera.png
deleted file mode 100644
index 8536d1a7..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_camera.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_clanbomber.png b/wise-doc/src/main/webapp/icons/object_clanbomber.png
deleted file mode 100644
index 1be37974..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_clanbomber.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_clip.png b/wise-doc/src/main/webapp/icons/object_clip.png
deleted file mode 100644
index ea897cc9..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_clip.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_house.png b/wise-doc/src/main/webapp/icons/object_house.png
deleted file mode 100644
index fed62219..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_house.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_key.png b/wise-doc/src/main/webapp/icons/object_key.png
deleted file mode 100644
index 4ec1a928..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_key.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_magnifier.png b/wise-doc/src/main/webapp/icons/object_magnifier.png
deleted file mode 100644
index cf3d97f7..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_magnifier.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_music.png b/wise-doc/src/main/webapp/icons/object_music.png
deleted file mode 100644
index a8b3ede3..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_music.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_palette.png b/wise-doc/src/main/webapp/icons/object_palette.png
deleted file mode 100644
index 73c5b3f2..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_palette.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_pencil.png b/wise-doc/src/main/webapp/icons/object_pencil.png
deleted file mode 100644
index 0bfecd50..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_pencil.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_phone.png b/wise-doc/src/main/webapp/icons/object_phone.png
deleted file mode 100644
index c39f162f..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_phone.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_rainbow.png b/wise-doc/src/main/webapp/icons/object_rainbow.png
deleted file mode 100644
index 5ede989a..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_rainbow.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_star.png b/wise-doc/src/main/webapp/icons/object_star.png
deleted file mode 100644
index b88c8578..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_star.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/object_wizard.png b/wise-doc/src/main/webapp/icons/object_wizard.png
deleted file mode 100644
index 44ccbf81..00000000
Binary files a/wise-doc/src/main/webapp/icons/object_wizard.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/onoff_add.png b/wise-doc/src/main/webapp/icons/onoff_add.png
deleted file mode 100644
index 6332fefe..00000000
Binary files a/wise-doc/src/main/webapp/icons/onoff_add.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/onoff_clock.png b/wise-doc/src/main/webapp/icons/onoff_clock.png
deleted file mode 100644
index e2672c20..00000000
Binary files a/wise-doc/src/main/webapp/icons/onoff_clock.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/onoff_clock_red.png b/wise-doc/src/main/webapp/icons/onoff_clock_red.png
deleted file mode 100644
index 2842cc33..00000000
Binary files a/wise-doc/src/main/webapp/icons/onoff_clock_red.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/onoff_delete.png b/wise-doc/src/main/webapp/icons/onoff_delete.png
deleted file mode 100644
index 08f24936..00000000
Binary files a/wise-doc/src/main/webapp/icons/onoff_delete.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/onoff_status_offline.png b/wise-doc/src/main/webapp/icons/onoff_status_offline.png
deleted file mode 100644
index a88261a6..00000000
Binary files a/wise-doc/src/main/webapp/icons/onoff_status_offline.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/onoff_status_online.png b/wise-doc/src/main/webapp/icons/onoff_status_online.png
deleted file mode 100644
index 947bd4b6..00000000
Binary files a/wise-doc/src/main/webapp/icons/onoff_status_online.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/people_female1.png b/wise-doc/src/main/webapp/icons/people_female1.png
deleted file mode 100644
index 7c71de03..00000000
Binary files a/wise-doc/src/main/webapp/icons/people_female1.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/people_female2.png b/wise-doc/src/main/webapp/icons/people_female2.png
deleted file mode 100644
index 30383c2d..00000000
Binary files a/wise-doc/src/main/webapp/icons/people_female2.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/people_group.png b/wise-doc/src/main/webapp/icons/people_group.png
deleted file mode 100644
index 7fb4e1f1..00000000
Binary files a/wise-doc/src/main/webapp/icons/people_group.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/people_male1.png b/wise-doc/src/main/webapp/icons/people_male1.png
deleted file mode 100644
index b3454e15..00000000
Binary files a/wise-doc/src/main/webapp/icons/people_male1.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/people_male2.png b/wise-doc/src/main/webapp/icons/people_male2.png
deleted file mode 100644
index 79f35ccb..00000000
Binary files a/wise-doc/src/main/webapp/icons/people_male2.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sign_cancel.png b/wise-doc/src/main/webapp/icons/sign_cancel.png
deleted file mode 100644
index c149c2bc..00000000
Binary files a/wise-doc/src/main/webapp/icons/sign_cancel.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sign_closed.png b/wise-doc/src/main/webapp/icons/sign_closed.png
deleted file mode 100644
index 08f24936..00000000
Binary files a/wise-doc/src/main/webapp/icons/sign_closed.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sign_exclamation.png b/wise-doc/src/main/webapp/icons/sign_exclamation.png
deleted file mode 100644
index c37bd062..00000000
Binary files a/wise-doc/src/main/webapp/icons/sign_exclamation.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sign_help.png b/wise-doc/src/main/webapp/icons/sign_help.png
deleted file mode 100644
index 5c870176..00000000
Binary files a/wise-doc/src/main/webapp/icons/sign_help.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sign_info.png b/wise-doc/src/main/webapp/icons/sign_info.png
deleted file mode 100644
index 12cd1aef..00000000
Binary files a/wise-doc/src/main/webapp/icons/sign_info.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sign_stop.png b/wise-doc/src/main/webapp/icons/sign_stop.png
deleted file mode 100644
index 0cfd5859..00000000
Binary files a/wise-doc/src/main/webapp/icons/sign_stop.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sign_warning.png b/wise-doc/src/main/webapp/icons/sign_warning.png
deleted file mode 100644
index 628cf2da..00000000
Binary files a/wise-doc/src/main/webapp/icons/sign_warning.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_bug.png b/wise-doc/src/main/webapp/icons/soft_bug.png
deleted file mode 100644
index 2d5fb90e..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_bug.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_cursor.png b/wise-doc/src/main/webapp/icons/soft_cursor.png
deleted file mode 100644
index 532f532d..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_cursor.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_database.png b/wise-doc/src/main/webapp/icons/soft_database.png
deleted file mode 100644
index 3d09261a..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_database.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_database_table.png b/wise-doc/src/main/webapp/icons/soft_database_table.png
deleted file mode 100644
index 693709cb..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_database_table.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_feed.png b/wise-doc/src/main/webapp/icons/soft_feed.png
deleted file mode 100644
index 315c4f4f..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_feed.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_folder_explore.png b/wise-doc/src/main/webapp/icons/soft_folder_explore.png
deleted file mode 100644
index 0ba93918..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_folder_explore.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_penguin.png b/wise-doc/src/main/webapp/icons/soft_penguin.png
deleted file mode 100644
index bbefe2ec..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_penguin.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_rss.png b/wise-doc/src/main/webapp/icons/soft_rss.png
deleted file mode 100644
index 1dc6ff30..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_rss.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/soft_stuff_folder.png b/wise-doc/src/main/webapp/icons/soft_stuff_folder.png
deleted file mode 100644
index 784e8fa4..00000000
Binary files a/wise-doc/src/main/webapp/icons/soft_stuff_folder.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sport_basketball.png b/wise-doc/src/main/webapp/icons/sport_basketball.png
deleted file mode 100644
index f7a000b9..00000000
Binary files a/wise-doc/src/main/webapp/icons/sport_basketball.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sport_football.png b/wise-doc/src/main/webapp/icons/sport_football.png
deleted file mode 100644
index 199f0f7f..00000000
Binary files a/wise-doc/src/main/webapp/icons/sport_football.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sport_golf.png b/wise-doc/src/main/webapp/icons/sport_golf.png
deleted file mode 100644
index e21fa44c..00000000
Binary files a/wise-doc/src/main/webapp/icons/sport_golf.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sport_raquet.png b/wise-doc/src/main/webapp/icons/sport_raquet.png
deleted file mode 100644
index f5e0f0c2..00000000
Binary files a/wise-doc/src/main/webapp/icons/sport_raquet.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sport_shuttlecock.png b/wise-doc/src/main/webapp/icons/sport_shuttlecock.png
deleted file mode 100644
index 917287fa..00000000
Binary files a/wise-doc/src/main/webapp/icons/sport_shuttlecock.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sport_soccer.png b/wise-doc/src/main/webapp/icons/sport_soccer.png
deleted file mode 100644
index 3eb1828b..00000000
Binary files a/wise-doc/src/main/webapp/icons/sport_soccer.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/sport_tennis.png b/wise-doc/src/main/webapp/icons/sport_tennis.png
deleted file mode 100644
index e88a6efa..00000000
Binary files a/wise-doc/src/main/webapp/icons/sport_tennis.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_blue.png b/wise-doc/src/main/webapp/icons/tag_blue.png
deleted file mode 100644
index 9757fc6e..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_blue.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_blue_add.png b/wise-doc/src/main/webapp/icons/tag_blue_add.png
deleted file mode 100644
index 887972eb..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_blue_add.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_blue_add2.png b/wise-doc/src/main/webapp/icons/tag_blue_add2.png
deleted file mode 100644
index 997c191a..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_blue_add2.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_green.png b/wise-doc/src/main/webapp/icons/tag_green.png
deleted file mode 100644
index 83ec984b..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_green.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_orange.png b/wise-doc/src/main/webapp/icons/tag_orange.png
deleted file mode 100644
index 454a59f3..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_orange.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_pink.png b/wise-doc/src/main/webapp/icons/tag_pink.png
deleted file mode 100644
index 76e2296c..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_pink.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_purple.png b/wise-doc/src/main/webapp/icons/tag_purple.png
deleted file mode 100644
index ebaf0e87..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_purple.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_red.png b/wise-doc/src/main/webapp/icons/tag_red.png
deleted file mode 100644
index 6ebb37d2..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_red.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tag_yellow.png b/wise-doc/src/main/webapp/icons/tag_yellow.png
deleted file mode 100644
index 83d12924..00000000
Binary files a/wise-doc/src/main/webapp/icons/tag_yellow.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/thumb_thumb_down.png b/wise-doc/src/main/webapp/icons/thumb_thumb_down.png
deleted file mode 100644
index 3c832d4c..00000000
Binary files a/wise-doc/src/main/webapp/icons/thumb_thumb_down.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/thumb_thumb_up.png b/wise-doc/src/main/webapp/icons/thumb_thumb_up.png
deleted file mode 100644
index 2bd16ccf..00000000
Binary files a/wise-doc/src/main/webapp/icons/thumb_thumb_up.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tick_cross.png b/wise-doc/src/main/webapp/icons/tick_cross.png
deleted file mode 100644
index 1514d51a..00000000
Binary files a/wise-doc/src/main/webapp/icons/tick_cross.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/tick_tick.png b/wise-doc/src/main/webapp/icons/tick_tick.png
deleted file mode 100644
index a9925a06..00000000
Binary files a/wise-doc/src/main/webapp/icons/tick_tick.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/time_calendar.png b/wise-doc/src/main/webapp/icons/time_calendar.png
deleted file mode 100644
index 9740f76e..00000000
Binary files a/wise-doc/src/main/webapp/icons/time_calendar.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/time_clock.png b/wise-doc/src/main/webapp/icons/time_clock.png
deleted file mode 100644
index 911da3f1..00000000
Binary files a/wise-doc/src/main/webapp/icons/time_clock.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/icons/time_hourglass.png b/wise-doc/src/main/webapp/icons/time_hourglass.png
deleted file mode 100644
index 57b03ce7..00000000
Binary files a/wise-doc/src/main/webapp/icons/time_hourglass.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images b/wise-doc/src/main/webapp/images
new file mode 120000
index 00000000..f1eaa77c
--- /dev/null
+++ b/wise-doc/src/main/webapp/images
@@ -0,0 +1 @@
+../../../../wise-webapp/src/main/webapp/images
\ No newline at end of file
diff --git a/wise-doc/src/main/webapp/images/btn-bg-hover.png b/wise-doc/src/main/webapp/images/btn-bg-hover.png
deleted file mode 100644
index ee07c4c2..00000000
Binary files a/wise-doc/src/main/webapp/images/btn-bg-hover.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/btn-bg-normal.png b/wise-doc/src/main/webapp/images/btn-bg-normal.png
deleted file mode 100644
index 50b333be..00000000
Binary files a/wise-doc/src/main/webapp/images/btn-bg-normal.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/btne-bg-hover.png b/wise-doc/src/main/webapp/images/btne-bg-hover.png
deleted file mode 100644
index 5ea2e15b..00000000
Binary files a/wise-doc/src/main/webapp/images/btne-bg-hover.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/btne-bg-normal.png b/wise-doc/src/main/webapp/images/btne-bg-normal.png
deleted file mode 100644
index 378476a9..00000000
Binary files a/wise-doc/src/main/webapp/images/btne-bg-normal.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/btne-bg-selected.png b/wise-doc/src/main/webapp/images/btne-bg-selected.png
deleted file mode 100644
index 32194e81..00000000
Binary files a/wise-doc/src/main/webapp/images/btne-bg-selected.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/discard.png b/wise-doc/src/main/webapp/images/discard.png
deleted file mode 100644
index 63cec6ed..00000000
Binary files a/wise-doc/src/main/webapp/images/discard.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/discart.png b/wise-doc/src/main/webapp/images/discart.png
deleted file mode 100644
index 63cec6ed..00000000
Binary files a/wise-doc/src/main/webapp/images/discart.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/export.png b/wise-doc/src/main/webapp/images/export.png
deleted file mode 100644
index e8463255..00000000
Binary files a/wise-doc/src/main/webapp/images/export.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/favicon.ico b/wise-doc/src/main/webapp/images/favicon.ico
deleted file mode 100644
index f25eeaf4..00000000
Binary files a/wise-doc/src/main/webapp/images/favicon.ico and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/font-bold.png b/wise-doc/src/main/webapp/images/font-bold.png
deleted file mode 100644
index 15cfbc16..00000000
Binary files a/wise-doc/src/main/webapp/images/font-bold.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/font-color.png b/wise-doc/src/main/webapp/images/font-color.png
deleted file mode 100644
index 1c2761df..00000000
Binary files a/wise-doc/src/main/webapp/images/font-color.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/font-italic.png b/wise-doc/src/main/webapp/images/font-italic.png
deleted file mode 100644
index 59e79cf0..00000000
Binary files a/wise-doc/src/main/webapp/images/font-italic.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/font-size.png b/wise-doc/src/main/webapp/images/font-size.png
deleted file mode 100644
index 8fa9500f..00000000
Binary files a/wise-doc/src/main/webapp/images/font-size.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/font-type.png b/wise-doc/src/main/webapp/images/font-type.png
deleted file mode 100644
index 7b9ba609..00000000
Binary files a/wise-doc/src/main/webapp/images/font-type.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/history.png b/wise-doc/src/main/webapp/images/history.png
deleted file mode 100644
index fa33bab4..00000000
Binary files a/wise-doc/src/main/webapp/images/history.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/links.png b/wise-doc/src/main/webapp/images/links.png
deleted file mode 100644
index dd3b830f..00000000
Binary files a/wise-doc/src/main/webapp/images/links.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/logo-medium.png b/wise-doc/src/main/webapp/images/logo-medium.png
deleted file mode 100644
index fca901db..00000000
Binary files a/wise-doc/src/main/webapp/images/logo-medium.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/logo-small.png b/wise-doc/src/main/webapp/images/logo-small.png
deleted file mode 100644
index 107b817b..00000000
Binary files a/wise-doc/src/main/webapp/images/logo-small.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/notes.png b/wise-doc/src/main/webapp/images/notes.png
deleted file mode 100644
index bf438b1d..00000000
Binary files a/wise-doc/src/main/webapp/images/notes.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/print.png b/wise-doc/src/main/webapp/images/print.png
deleted file mode 100644
index 6c3788ba..00000000
Binary files a/wise-doc/src/main/webapp/images/print.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/public.png b/wise-doc/src/main/webapp/images/public.png
deleted file mode 100644
index eba5b64f..00000000
Binary files a/wise-doc/src/main/webapp/images/public.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/rebota.gif b/wise-doc/src/main/webapp/images/rebota.gif
deleted file mode 100644
index dbf2a4fa..00000000
Binary files a/wise-doc/src/main/webapp/images/rebota.gif and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/redo.png b/wise-doc/src/main/webapp/images/redo.png
deleted file mode 100644
index d904c0c4..00000000
Binary files a/wise-doc/src/main/webapp/images/redo.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/save.png b/wise-doc/src/main/webapp/images/save.png
deleted file mode 100644
index 174c6d6e..00000000
Binary files a/wise-doc/src/main/webapp/images/save.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/shape-circle.png b/wise-doc/src/main/webapp/images/shape-circle.png
deleted file mode 100644
index cae3eead..00000000
Binary files a/wise-doc/src/main/webapp/images/shape-circle.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/shape-line.png b/wise-doc/src/main/webapp/images/shape-line.png
deleted file mode 100644
index 89f5a5bc..00000000
Binary files a/wise-doc/src/main/webapp/images/shape-line.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/shape-rectangle-round.png b/wise-doc/src/main/webapp/images/shape-rectangle-round.png
deleted file mode 100644
index c34e767c..00000000
Binary files a/wise-doc/src/main/webapp/images/shape-rectangle-round.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/shape-rectangle.png b/wise-doc/src/main/webapp/images/shape-rectangle.png
deleted file mode 100644
index 9f05ac23..00000000
Binary files a/wise-doc/src/main/webapp/images/shape-rectangle.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/share.png b/wise-doc/src/main/webapp/images/share.png
deleted file mode 100644
index c2aa4494..00000000
Binary files a/wise-doc/src/main/webapp/images/share.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/tag.png b/wise-doc/src/main/webapp/images/tag.png
deleted file mode 100644
index d595a8ba..00000000
Binary files a/wise-doc/src/main/webapp/images/tag.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-add.png b/wise-doc/src/main/webapp/images/topic-add.png
deleted file mode 100644
index 3d572e72..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-add.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-border.png b/wise-doc/src/main/webapp/images/topic-border.png
deleted file mode 100644
index e0617e7c..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-border.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-color.png b/wise-doc/src/main/webapp/images/topic-color.png
deleted file mode 100644
index b923d89a..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-color.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-delete.png b/wise-doc/src/main/webapp/images/topic-delete.png
deleted file mode 100644
index 1499e58e..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-delete.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-icon.png b/wise-doc/src/main/webapp/images/topic-icon.png
deleted file mode 100644
index 1bb8c98d..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-icon.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-link.png b/wise-doc/src/main/webapp/images/topic-link.png
deleted file mode 100644
index e5a05326..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-link.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-note.png b/wise-doc/src/main/webapp/images/topic-note.png
deleted file mode 100644
index 5c9aeaae..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-note.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-relation.png b/wise-doc/src/main/webapp/images/topic-relation.png
deleted file mode 100644
index 3f8ebcfa..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-relation.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/topic-shape.png b/wise-doc/src/main/webapp/images/topic-shape.png
deleted file mode 100644
index 8937ca9b..00000000
Binary files a/wise-doc/src/main/webapp/images/topic-shape.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/undo.png b/wise-doc/src/main/webapp/images/undo.png
deleted file mode 100644
index 5133b949..00000000
Binary files a/wise-doc/src/main/webapp/images/undo.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/zoom-in.png b/wise-doc/src/main/webapp/images/zoom-in.png
deleted file mode 100644
index 008cfc49..00000000
Binary files a/wise-doc/src/main/webapp/images/zoom-in.png and /dev/null differ
diff --git a/wise-doc/src/main/webapp/images/zoom-out.png b/wise-doc/src/main/webapp/images/zoom-out.png
deleted file mode 100644
index 158563a2..00000000
Binary files a/wise-doc/src/main/webapp/images/zoom-out.png and /dev/null differ