|
|
|
@ -17,8 +17,23 @@
|
|
|
|
|
::
|
|
|
|
|
<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.base.css" rel="stylesheet" />
|
|
|
|
|
<link media="screen" type="text/css" href="/yacy/ui/css/themes/start/ui.theme.css" rel="stylesheet" />
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.hidden { visibility: hidden; }
|
|
|
|
|
</style>
|
|
|
|
|
<script src="/yacy/ui/js/jquery-1.3.1.min.js" type="text/javascript"></script>
|
|
|
|
|
<script src="/yacy/ui/js/jquery.ui.all.min.js" type="text/javascript"></script>
|
|
|
|
|
<script>
|
|
|
|
|
//<![CDATA[
|
|
|
|
|
$(function() {
|
|
|
|
|
$("#sidebar").accordion({
|
|
|
|
|
autoHeight: false,
|
|
|
|
|
clearStyle: true,
|
|
|
|
|
header: "h3"
|
|
|
|
|
});
|
|
|
|
|
$("#sidebar").removeClass("hidden");
|
|
|
|
|
});
|
|
|
|
|
//]]>
|
|
|
|
|
</script>
|
|
|
|
|
#(/display)#
|
|
|
|
|
</head>
|
|
|
|
|
<body id="yacysearch">
|
|
|
|
@ -111,7 +126,7 @@ var progressbar = new Progressbar(#[results]#, document.getElementById("results"
|
|
|
|
|
|
|
|
|
|
#(navigation)#
|
|
|
|
|
::
|
|
|
|
|
<div id="sidebar" style="float: right; width: 200px; margin-top:5px;">
|
|
|
|
|
<div id="sidebar" class="hidden" style="float: right; width: 200px; margin-top:5px;">
|
|
|
|
|
<h3><a href="#">Navigation</a></h3>
|
|
|
|
|
<div>
|
|
|
|
|
First attempt to add 'real' Navigation to yacy search results:<br />
|
|
|
|
@ -139,19 +154,5 @@ If you click on a domain the search is modified using the efficient site: - oper
|
|
|
|
|
<!-- attach the bottomline -->
|
|
|
|
|
<!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" -->
|
|
|
|
|
</div>
|
|
|
|
|
#(display)#
|
|
|
|
|
::
|
|
|
|
|
::
|
|
|
|
|
::
|
|
|
|
|
<script>
|
|
|
|
|
//<![CDATA[
|
|
|
|
|
$("#sidebar").accordion({
|
|
|
|
|
autoHeight: false,
|
|
|
|
|
clearStyle: true,
|
|
|
|
|
header: "h3"
|
|
|
|
|
});
|
|
|
|
|
//]]>
|
|
|
|
|
</script>
|
|
|
|
|
#(/display)#
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|