- @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;">
|
#(navigation)#
|
||||||
<h2>Navigation</h2>
|
|
||||||
#(navigation)#
|
|
||||||
::
|
::
|
||||||
<h3>Domains</h3>
|
<h3>Domains</h3>
|
||||||
<div>
|
<div>
|
||||||
After a search is started, it is analysed how many hits are in each site.
|
<ul style="padding-left: 0px;">
|
||||||
If you click on a domain the search is modified using the 'site:' operator.
|
|
||||||
</div>
|
|
||||||
<div><ul style="padding-left: 0px;">
|
|
||||||
#{domains}#
|
#{domains}#
|
||||||
<li>#[domain]#</li>
|
<li>#[domain]#</li>
|
||||||
#{/domains}#
|
#{/domains}#
|
||||||
</ul></div>
|
</ul></div>
|
||||||
#(/navigation)#
|
#(/navigation)#
|
||||||
<h3>Topics</h3>
|
<h3>Topics</h3>
|
||||||
#{words}#
|
<div><ul style="padding-left: 0px;">#{words}#
|
||||||
<a href="yacysearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&offset=#[offset]#&resource=#[resource]#&contentdom=#[contentdom]#&display=#[display]#">#[word]#</a>
|
<li><a href="yacysearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&offset=#[offset]#&resource=#[resource]#&contentdom=#[contentdom]#&display=#[display]#">#[word]#</a></li>
|
||||||
#{/words}#
|
#{/words}#</ul></div>
|
||||||
</div>
|
|
||||||
|
Loading…
Reference in new issue