yacy_search_server/htroot/yacysearchtrailer.html
orbiter 9842fab6e4 - fixes to query parameter
- replaced/removed search query attribute (was old style, new is 'query' according to SRU)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6892 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-05-20 22:05:04 +00:00

56 lines
1.6 KiB
HTML

<div style="float:right;width:25%;">
#(cat-location)#::
<div style="float: right; margin-top:5px; width: 220px;">
<div><a href="yacysearch_location.html?query=#[queryenc]#&display=#[display]#">
<img src="/env/grafics/earthsearch.png" width="48" heigth="34" alt="earthsearchlogo" /></a></div>
<div><a href="yacysearch_location.html?query=#[queryenc]#&display=#[display]#">Show search results for '"#[query]#"' on map!</a></div>
</div>
#(/cat-location)#
#(nav-domains)#::
<div id="sidebar1" style="float: right; margin-top:5px; width: 220px;">
<h3 style="padding-left:25px;">Domain Navigator</h3>
<div><ul style="padding-left: 0px;">#{element}#
<li>#[url]#</li>
#{/element}#</ul></div>
</div>
#(/nav-domains)#
#(nav-namespace)#::
<div id="sidebar2" style="float: right; margin-top:5px; width: 220px;">
<h3 style="padding-left:25px;">Name Space Navigator</h3>
<div><ul style="padding-left: 0px;">#{element}#
<li>#[url]#</li>
#{/element}#</ul></div>
</div>
#(/nav-namespace)#
#(nav-authors)#::
<div id="sidebar3" style="float: right; margin-top:5px; width: 220px;">
<h3 style="padding-left:25px;">Author Navigator</h3>
<div><ul style="padding-left: 0px;">#{element}#
<li>#[url]#</li>
#{/element}#</ul></div>
</div>
#(/nav-authors)#
#(nav-topics)#::
<div id="sidebar4" style="float: right; margin-top:5px; width: 220px;">
<h3 style="padding-left:25px;">Topic Navigator</h3>
<div><ul style="padding-left: 0px;">#{element}#
<li>#[url]#</li>
#{/element}#</ul></div>
</div>
#(/nav-topics)#
#(nav-about)#::
<div id="sidebarAbout" style="float: right; margin-top:5px; width: 220px;">
<h3 style="padding-left:25px;">#[headline]#</h3>
<div>
#[body]#
</div>
</div>
#(/nav-about)#
</div>