Skip to content

Commit

Permalink
- fixed sidebar for yacysearch.html & yacysearchtrailer.html
Browse files Browse the repository at this point in the history
- @Orbiter: please do not use <h2> or <h1> tags in the context of the sidebar!!!

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6007 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
apfelmaennchen committed Jun 2, 2009
1 parent a5d481e commit b0e2d85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
11 changes: 6 additions & 5 deletions htroot/yacysearch.html
Expand Up @@ -11,8 +11,8 @@
<script type="text/javascript" src="/js/highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="/env/highslide.css" />
<script type="text/javascript">hs.outlineType = 'rounded-white';</script>
#(navigation)#
::

<!-- Styles and Scripts for yacysearchtrailer.html -->
<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>
Expand All @@ -27,8 +27,8 @@
});
});
//]]>
</script>
#(/navigation)#
</script>

</head>
<body id="yacysearch">

Expand Down Expand Up @@ -127,8 +127,9 @@ <h2>#[promoteSearchPageGreeting]#</h2>
<!-- linklist end -->
<!-- attach the bottomline -->
</div>
<div id="sidebar" style="position:fixed; right:8px; margin-top:5px; width: 220px;">
<!--#include virtual="yacysearchtrailer.html?eventID=#[eventID]#&display=#[display]#" -->

</div>
</div>
</body>
</html>
24 changes: 9 additions & 15 deletions htroot/yacysearchtrailer.html
@@ -1,20 +1,14 @@
<div id="sidebar" style="position:fixed; right:8px; margin-top:5px; width: 220px;">
<h2>Navigation</h2>
#(navigation)#
#(navigation)#
::
<h3>Domains</h3>
<div>
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 'site:' operator.
</div>
<div><ul style="padding-left: 0px;">
<h3>Domains</h3>
<div>
<ul style="padding-left: 0px;">
#{domains}#
<li>#[domain]#</li>
#{/domains}#
</ul></div>
</ul></div>
#(/navigation)#
<h3>Topics</h3>
#{words}#
<a href="yacysearch.html?search=#[newsearch]#&amp;Enter=Search&amp;count=#[count]#&amp;offset=#[offset]#&amp;resource=#[resource]#&amp;contentdom=#[contentdom]#&amp;display=#[display]#">#[word]#</a>
#{/words}#
</div>
<h3>Topics</h3>
<div><ul style="padding-left: 0px;">#{words}#
<li><a href="yacysearch.html?search=#[newsearch]#&amp;Enter=Search&amp;count=#[count]#&amp;offset=#[offset]#&amp;resource=#[resource]#&amp;contentdom=#[contentdom]#&amp;display=#[display]#">#[word]#</a></li>
#{/words}#</ul></div>

0 comments on commit b0e2d85

Please sign in to comment.