summaryrefslogtreecommitdiff
path: root/htroot/ViewProfile.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-03-18 13:42:31 +0100
committerMichael Peter Christen <mc@yacy.net>2014-03-18 13:42:31 +0100
commit92655c7fd96fc5a356631a1924ce8a7faf88215b (patch)
treefdf4393d53b34919b4357bba096dc972abe2b245 /htroot/ViewProfile.html
parent05655d98df2f166eda5f625a8f155fab520a5e90 (diff)
- added bootstrap css framework
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
Diffstat (limited to 'htroot/ViewProfile.html')
-rw-r--r--htroot/ViewProfile.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html
index 7e59de37e..e49918f83 100644
--- a/htroot/ViewProfile.html
+++ b/htroot/ViewProfile.html
@@ -9,6 +9,12 @@
<body id="ViewProfile">
#(display)#
#%env/templates/simpleheader.template%#
+ <script type="text/javascript">
+ document.getElementById("header_profile").className += " active";
+ //document.getElementById("greeting").innerHTML="#[promoteSearchPageGreeting]#";
+ document.getElementById("greeting-icon").src="#[promoteSearchPageGreeting.smallImage]#";
+ document.getElementById("navbar-brand").href="#[promoteSearchPageGreeting.homepage]#";
+ </script>
::
#%env/templates/header.template%#
#(/display)#