fix for embedded header: the new css framework always need a headline,

which is the location for the search input frame. The new embedded
header is a clone of the simpleHeader with removed menus and without a
link to the index administration.
This commit is contained in:
orbiter 2014-03-23 17:28:34 +01:00
parent be93bff281
commit b87a94da56
3 changed files with 19 additions and 12 deletions

View File

@ -1,6 +1,3 @@
</div>
</div>
</div>
<!-- Bootstrap core JavaScript, Placed at the end of the document so the pages load faster -->
<script src="env/bootstrap/js/jquery.min.js"></script>
<script src="/env/bootstrap/js/bootstrap.min.js"></script>
<script src="/env/bootstrap/js/docs.min.js"></script>

View File

@ -1 +1,14 @@
<div style="clear:left; padding:10px; padding-top:2px;">
<!-- top navigation -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" id="navbar-brand" href="/" style="position:absolute;top:-6px;display:inline;white-space:nowrap;">
<img id="greeting-icon" class="yacylogo" src="/env/grafics/yacy.png" style="height:auto; width:auto; max-width:200px; max-height:32px;vertical-align:middle">&nbsp;<span id="greeting"></span>
</a>
</div>
</div>
</div>
<div class="container-fluid">
<div class="starter-template">

View File

@ -1,6 +1,3 @@
</div>
<!-- Bootstrap core JavaScript, Placed at the end of the document so the pages load faster -->
<script src="env/bootstrap/js/jquery.min.js"></script>
<script src="/env/bootstrap/js/bootstrap.min.js"></script>
<script src="/env/bootstrap/js/docs.min.js"></script>
</div>
</div>
</div>