- @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-ef5d649a1542pull/1/head
parent
a5d481eab1
commit
b0e2d854e0
@ -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]#&Enter=Search&count=#[count]#&offset=#[offset]#&resource=#[resource]#&contentdom=#[contentdom]#&display=#[display]#">#[word]#</a>
|
||||
#{/words}#
|
||||
</div>
|
||||
<h3>Topics</h3>
|
||||
<div><ul style="padding-left: 0px;">#{words}#
|
||||
<li><a href="yacysearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&offset=#[offset]#&resource=#[resource]#&contentdom=#[contentdom]#&display=#[display]#">#[word]#</a></li>
|
||||
#{/words}#</ul></div>
|
||||
|
Loading…
Reference in new issue