diff options
| author | Michael Christen <mc@yacy.net> | 2019-09-28 02:06:50 +0200 |
|---|---|---|
| committer | Michael Christen <mc@yacy.net> | 2019-09-28 02:06:50 +0200 |
| commit | f2d45ebb8788eaf3cb22b8f3f62987c09bd6e572 (patch) | |
| tree | 6c34b801049ce2b0c690b469f07c39f4a33b2d17 /htroot/env | |
| parent | 789670bd8c532d2b3078d76d6943729f5520ef45 (diff) | |
design updates + added link to new forum
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/grafics/lock.gif | bin | 146 -> 139 bytes | |||
| -rw-r--r-- | htroot/env/grafics/lockopen.gif | bin | 142 -> 134 bytes | |||
| -rw-r--r-- | htroot/env/templates/header.template | 24 |
3 files changed, 21 insertions, 3 deletions
diff --git a/htroot/env/grafics/lock.gif b/htroot/env/grafics/lock.gif Binary files differindex e97a691ab..c0584bb46 100644 --- a/htroot/env/grafics/lock.gif +++ b/htroot/env/grafics/lock.gif diff --git a/htroot/env/grafics/lockopen.gif b/htroot/env/grafics/lockopen.gif Binary files differindex b65261d8b..62a61d9b8 100644 --- a/htroot/env/grafics/lockopen.gif +++ b/htroot/env/grafics/lockopen.gif diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 023524f2b..bb2feb15e 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -97,14 +97,31 @@ <input type="hidden" name="shutdown" value="" /> </form> <form action="Steering.html" method="get"> - <button accesskey="s" type="submit" class="btn btn-inverse navbar-btn label-danger" onclick="confirmShutdown(); return false;" title="Shutdown"> + <button accesskey="h" type="submit" class="btn btn-inverse navbar-btn label-danger" onclick="confirmShutdown(); return false;" title="Shutdown"> <span class="glyphicon glyphicon-off"></span> <span class="hidden-sm"> Shutdown</span> </button> </form> </li> + <li> </li> + <li id="header_community"> + <form action="https://searchlab.eu" target="_blank" method="get"> + <button accesskey="f" type="submit" class="btn btn-inverse navbar-btn label-info" title="Community"> + <span class="glyphicon glyphicon-user"></span> + <span class="hidden-sm"> Community</span> + </button> + </form> + </li> + <li> </li> <li id="header_help" class="dropdown"> - <a href="#" data-toggle="dropdown" class="dropdown-toggle" aria-label="Help" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-question-sign"></span></a> + <div href="#" data-toggle="dropdown" class="dropdown-toggle" aria-label="Help" role="button" aria-haspopup="true" aria-expanded="false"> + <form action="#" method="get"> + <button accesskey="f" type="submit" class="btn btn-inverse navbar-btn label-success" title="Help"> + <span class="glyphicon glyphicon-question-sign"></span> + <span class="hidden-sm"> Help</span> + </button> + </form> + </div> <ul class="dropdown-menu"> <li id="header_profile"><a href="ViewProfile.html?hash=localhash">About This Page</a></li> <li id="header_tutorial"><a href="https://yacy.net/tutorials/">YaCy Tutorials</a></li> @@ -115,8 +132,9 @@ <li id="header_wiki"><a href="http://wiki.yacy.de" target="_blank"><i>external</i> Project Wiki</a></li> <li id="header_git"><a href="https://github.com/yacy/yacy_search_server/commits/master" target="_blank"><i>external</i> Git Repository</a></li> <li id="header_bugs"><a href="http://bugs.yacy.net" target="_blank"><i>external</i> Bugtracker</a></li> - </ul> + </ul> </li> + <li> </li> <li id="header_administration"> <form action="index.html" method="get"> #(authorized)#:: |
