Skip to content

Commit

Permalink
small fixes for yacysearch.html sidebar (display=3)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5981 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
apfelmaennchen committed May 27, 2009
1 parent d828404 commit 0133468
Showing 1 changed file with 29 additions and 19 deletions.
48 changes: 29 additions & 19 deletions htroot/yacysearch.html
Expand Up @@ -15,21 +15,10 @@
::
::
::
<link media="screen" type="text/css" href="/yacy/ui/css/themes/redmond/ui.base.css" rel="stylesheet" />
<link media="screen" type="text/css" href="/yacy/ui/css/themes/redmond/ui.theme.css" rel="stylesheet" />
<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" />
<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 type="text/javascript">
//<![CDATA[
$(document).ready(function() {
$("#sidebar").accordion({
autoHeight: false,
clearStyle: true,
header: "h3"
});
});
//]]>
</script>
<script src="/yacy/ui/js/jquery.ui.all.min.js" type="text/javascript"></script>
#(/display)#
</head>
<body id="yacysearch">
Expand Down Expand Up @@ -122,14 +111,21 @@ <h2>#[promoteSearchPageGreeting]#</h2>

#(navigation)#
::
<div id="sidebar" style="float: right;">
<div id="sidebar" style="float: right; width: 200px; margin-top:5px;">
<h3><a href="#">Navigation</a></h3>
<h4><a href="#">Domains</a></h4>
<ul>
<div>
First attempt to add 'real' Navigation to yacy search results:<br />
After a search is started, it is analysed how many hits are in each site.
If you click on a domain the search is modified using the efficient site: - operator!
</div>
<h3><a href="#">Domains</a></h3>
<div><ul style="padding-left: 0px;">
#{domains}#
<li>#[domain]#</li>
#{/domains}#
</ul>
</ul></div>
<h3><a href="#">Authors</a></h3>
<div>Text...</div>
</div>
#(/navigation)#

Expand All @@ -143,6 +139,20 @@ <h4><a href="#">Domains</a></h4>
<!-- attach the bottomline -->
<!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" -->
</div>

#(display)#
::
::
::
<script>
//<![CDATA[
$("#sidebar").accordion({
autoHeight: false,
clearStyle: true,
header: "h3"
});
alert("Loaded!")
//]]>
</script>
#(/display)#
</body>
</html>

0 comments on commit 0133468

Please sign in to comment.