apfelmaennchen 16 years ago
parent 369bb78a7a
commit f1a9253baa

@ -17,9 +17,6 @@
::
<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>
@ -30,7 +27,6 @@
clearStyle: true,
header: "h3"
});
$("#sidebar").removeClass("hidden");
});
//]]>
</script>
@ -123,10 +119,21 @@ document.getElementById("Enter").value = "search again";
<script type="text/javascript">
var progressbar = new Progressbar(#[results]#, document.getElementById("results"));
</script>
<div style="float:left; width:80%;">
<!-- linklist begin -->
#(resultTable)#::<table width="100%"><tr class="TableHeader"><td width="30%">Media</td><td width="70%">URL</tr>#(/resultTable)#
#{results}#
<!--#include virtual="yacysearchitem.html?item=#[item]#&eventID=#[eventID]#&display=#[display]#" -->
#{/results}#
#(resultTable)#::</table>#(/resultTable)#
<!-- linklist end -->
<!-- attach the bottomline -->
<!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" -->
</div>
#(navigation)#
::
<div id="sidebar" class="hidden" style="float: right; width: 200px; margin-top:5px;">
<div id="sidebar" 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 />
@ -143,16 +150,6 @@ If you click on a domain the search is modified using the efficient site: - oper
<div>Text...</div>
</div>
#(/navigation)#
<!-- linklist begin -->
#(resultTable)#::<table width="100%"><tr class="TableHeader"><td width="30%">Media</td><td width="70%">URL</tr>#(/resultTable)#
#{results}#
<!--#include virtual="yacysearchitem.html?item=#[item]#&eventID=#[eventID]#&display=#[display]#" -->
#{/results}#
#(resultTable)#::</table>#(/resultTable)#
<!-- linklist end -->
<!-- attach the bottomline -->
<!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" -->
</div>
</body>
</html>
Loading…
Cancel
Save