diff --git a/wise-webapp/src/main/webapp/css/header.less b/wise-webapp/src/main/webapp/css/header.less
index 67c32f59..c21896ba 100644
--- a/wise-webapp/src/main/webapp/css/header.less
+++ b/wise-webapp/src/main/webapp/css/header.less
@@ -90,17 +90,6 @@ div#headerNotifier {
@import "toolbar.less";
-div#embFooter {
- position: absolute;
- height: 35px;
- width: 100%;
- bottom: 0;
- left: 0;
- border-top: 1px solid black;
- background: #E5E5E5;
- font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
-}
-
/* FIXME: duplicate in mindmapList
---------------------------- Scrollbar --------------------------------- */
::-webkit-scrollbar {
diff --git a/wise-webapp/src/main/webapp/css/embedded.less b/wise-webapp/src/main/webapp/css/viewonly.less
similarity index 84%
rename from wise-webapp/src/main/webapp/css/embedded.less
rename to wise-webapp/src/main/webapp/css/viewonly.less
index dc121126..5011b657 100644
--- a/wise-webapp/src/main/webapp/css/embedded.less
+++ b/wise-webapp/src/main/webapp/css/viewonly.less
@@ -27,14 +27,21 @@ div#footer {
}
div#footerLogo {
- width: 114px;
- height: 56px;
position: absolute;
display: list-item;
- list-style-image: url(../../images/logo-xsmall.png);
+ list-style-image: url(../../images/pwrdby-white.svg);
list-style-position: inside;
- right: 10px;
- top: -30px;
+ right: 5px;
+ top: 5px;
+}
+
+div#embFooter {
+ position: absolute;
+ height: 55px;
+ width: 100%;
+ bottom: 0;
+ left: 0;
+ background: rgb(249, 168, 38)
}
div#zoomIn {
@@ -69,9 +76,9 @@ div#zoomIn {
div#mapDetails {
float: right;
- padding-top: 10px;
+ padding-top: 20px;
margin-right: 130px;
-
+ font-size: 15px;
}
div#mapDetails .title {
@@ -98,7 +105,6 @@ div#infoPanel .textNode {
background-color: #E0E5EF;
height: 20px;
width: 80px;
- border: 3px #023BB9 solid;
padding: 4px;
cursor: move
}
diff --git a/wise-webapp/src/main/webapp/images/editor/ajax-loader.gif b/wise-webapp/src/main/webapp/images/editor/ajax-loader.gif
deleted file mode 100644
index 92153b08..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/ajax-loader.gif and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/alert-sign.png b/wise-webapp/src/main/webapp/images/editor/alert-sign.png
deleted file mode 100644
index 8d3e5df0..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/alert-sign.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/btn-bg-hover.png b/wise-webapp/src/main/webapp/images/editor/btn-bg-hover.png
deleted file mode 100644
index ee07c4c2..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/btn-bg-hover.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/btn-bg-normal.png b/wise-webapp/src/main/webapp/images/editor/btn-bg-normal.png
deleted file mode 100644
index 50b333be..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/btn-bg-normal.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/btne-bg-hover.png b/wise-webapp/src/main/webapp/images/editor/btne-bg-hover.png
deleted file mode 100644
index 5ea2e15b..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/btne-bg-hover.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/btne-bg-normal.png b/wise-webapp/src/main/webapp/images/editor/btne-bg-normal.png
deleted file mode 100644
index 378476a9..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/btne-bg-normal.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/btne-bg-selected.png b/wise-webapp/src/main/webapp/images/editor/btne-bg-selected.png
deleted file mode 100644
index 32194e81..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/btne-bg-selected.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/discard.png b/wise-webapp/src/main/webapp/images/editor/discard.png
deleted file mode 100644
index 63cec6ed..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/discard.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/editortoolbar.png b/wise-webapp/src/main/webapp/images/editor/editortoolbar.png
deleted file mode 100644
index 1dc5c8e6..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/editortoolbar.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/export.png b/wise-webapp/src/main/webapp/images/editor/export.png
deleted file mode 100644
index e8463255..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/export.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/favicon.ico b/wise-webapp/src/main/webapp/images/editor/favicon.ico
deleted file mode 100644
index f25eeaf4..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/favicon.ico and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/font-bold.png b/wise-webapp/src/main/webapp/images/editor/font-bold.png
deleted file mode 100644
index 15cfbc16..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/font-bold.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/font-color.png b/wise-webapp/src/main/webapp/images/editor/font-color.png
deleted file mode 100644
index 1c2761df..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/font-color.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/font-italic.png b/wise-webapp/src/main/webapp/images/editor/font-italic.png
deleted file mode 100644
index 59e79cf0..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/font-italic.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/font-size.png b/wise-webapp/src/main/webapp/images/editor/font-size.png
deleted file mode 100644
index 8fa9500f..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/font-size.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/font-type.png b/wise-webapp/src/main/webapp/images/editor/font-type.png
deleted file mode 100644
index 7b9ba609..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/font-type.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/history.png b/wise-webapp/src/main/webapp/images/editor/history.png
deleted file mode 100644
index fa33bab4..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/history.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/links.png b/wise-webapp/src/main/webapp/images/editor/links.png
deleted file mode 100644
index dd3b830f..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/links.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/logo-135x135.png b/wise-webapp/src/main/webapp/images/editor/logo-135x135.png
deleted file mode 100644
index 8805e2ba..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/logo-135x135.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/logo-head-only.png b/wise-webapp/src/main/webapp/images/editor/logo-head-only.png
deleted file mode 100644
index 70372f61..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/logo-head-only.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/logo-medium.png b/wise-webapp/src/main/webapp/images/editor/logo-medium.png
deleted file mode 100644
index fca901db..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/logo-medium.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/logo-small.png b/wise-webapp/src/main/webapp/images/editor/logo-small.png
deleted file mode 100644
index 107b817b..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/logo-small.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/logo-xsmall.png b/wise-webapp/src/main/webapp/images/editor/logo-xsmall.png
deleted file mode 100644
index 98ee18df..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/logo-xsmall.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/notes.png b/wise-webapp/src/main/webapp/images/editor/notes.png
deleted file mode 100644
index bf438b1d..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/notes.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/print.png b/wise-webapp/src/main/webapp/images/editor/print.png
deleted file mode 100644
index 6c3788ba..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/print.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/public.png b/wise-webapp/src/main/webapp/images/editor/public.png
deleted file mode 100644
index eba5b64f..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/public.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/redo.png b/wise-webapp/src/main/webapp/images/editor/redo.png
deleted file mode 100644
index d904c0c4..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/redo.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/save.png b/wise-webapp/src/main/webapp/images/editor/save.png
deleted file mode 100644
index 174c6d6e..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/save.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/shape-circle.png b/wise-webapp/src/main/webapp/images/editor/shape-circle.png
deleted file mode 100644
index cae3eead..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/shape-circle.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/shape-line.png b/wise-webapp/src/main/webapp/images/editor/shape-line.png
deleted file mode 100644
index 89f5a5bc..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/shape-line.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/shape-rectangle-round.png b/wise-webapp/src/main/webapp/images/editor/shape-rectangle-round.png
deleted file mode 100644
index c34e767c..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/shape-rectangle-round.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/shape-rectangle.png b/wise-webapp/src/main/webapp/images/editor/shape-rectangle.png
deleted file mode 100644
index 9f05ac23..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/shape-rectangle.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/share.png b/wise-webapp/src/main/webapp/images/editor/share.png
deleted file mode 100644
index c2aa4494..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/share.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/tag.png b/wise-webapp/src/main/webapp/images/editor/tag.png
deleted file mode 100644
index d595a8ba..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/tag.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-add.png b/wise-webapp/src/main/webapp/images/editor/topic-add.png
deleted file mode 100644
index 3d572e72..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-add.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-border.png b/wise-webapp/src/main/webapp/images/editor/topic-border.png
deleted file mode 100644
index e0617e7c..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-border.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-color.png b/wise-webapp/src/main/webapp/images/editor/topic-color.png
deleted file mode 100644
index b923d89a..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-color.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-delete.png b/wise-webapp/src/main/webapp/images/editor/topic-delete.png
deleted file mode 100644
index 1499e58e..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-delete.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-icon.png b/wise-webapp/src/main/webapp/images/editor/topic-icon.png
deleted file mode 100644
index 1bb8c98d..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-icon.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-link.png b/wise-webapp/src/main/webapp/images/editor/topic-link.png
deleted file mode 100644
index e5a05326..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-link.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-note.png b/wise-webapp/src/main/webapp/images/editor/topic-note.png
deleted file mode 100644
index 5c9aeaae..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-note.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-relation.png b/wise-webapp/src/main/webapp/images/editor/topic-relation.png
deleted file mode 100644
index 3f8ebcfa..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-relation.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/topic-shape.png b/wise-webapp/src/main/webapp/images/editor/topic-shape.png
deleted file mode 100644
index 8937ca9b..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/topic-shape.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/undo.png b/wise-webapp/src/main/webapp/images/editor/undo.png
deleted file mode 100644
index 5133b949..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/undo.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/zoom-in.png b/wise-webapp/src/main/webapp/images/editor/zoom-in.png
deleted file mode 100644
index 008cfc49..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/zoom-in.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/editor/zoom-out.png b/wise-webapp/src/main/webapp/images/editor/zoom-out.png
deleted file mode 100644
index 158563a2..00000000
Binary files a/wise-webapp/src/main/webapp/images/editor/zoom-out.png and /dev/null differ
diff --git a/wise-webapp/src/main/webapp/images/pwrdby-white.svg b/wise-webapp/src/main/webapp/images/pwrdby-white.svg
new file mode 100644
index 00000000..cf8d9c3a
--- /dev/null
+++ b/wise-webapp/src/main/webapp/images/pwrdby-white.svg
@@ -0,0 +1,5 @@
+
+
\ No newline at end of file
diff --git a/wise-webapp/src/main/webapp/jsp/commonPageHeader.jsf b/wise-webapp/src/main/webapp/jsp/commonPageHeader.jsf
new file mode 100644
index 00000000..5b2ab9d7
--- /dev/null
+++ b/wise-webapp/src/main/webapp/jsp/commonPageHeader.jsf
@@ -0,0 +1,23 @@
+<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf b/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf
index ed6f93f8..f3f232f0 100644
--- a/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf
+++ b/wise-webapp/src/main/webapp/jsp/googleAnalytics.jsf
@@ -3,8 +3,4 @@