You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
3.9 KiB
123 lines
3.9 KiB
<div style="float:right;width:25%;">
|
|
|
|
#(cat-location)#::
|
|
<div style="float:right; margin-top:5px; width:220px;">
|
|
<a href="yacysearch_location.html?query=#[queryenc]#">
|
|
<img src="/env/grafics/earthsearch.png" width="215" height="159" alt="earthsearchlogo" /></a>
|
|
<a href="yacysearch_location.html?query=#[queryenc]#">Show search results for "#[query]#" on map</a>
|
|
</div>
|
|
#(/cat-location)#
|
|
|
|
#(nav-topics)#::
|
|
<div style="float: right; margin-top:5px; width: 220px; height: 80px">
|
|
<div><ul id="sidebarTopics" style="padding-left: 0px;">#{element}#
|
|
<li value="#[count]#"><a href="#[url]#">#[name]#</a></li>
|
|
#{/element}#</ul></div>
|
|
</div>
|
|
#(/nav-topics)#
|
|
|
|
#(nav-protocols)#::
|
|
<div id="sidebarProtocols" style="float:right; margin-top:5px; width:220px;">
|
|
<h3 style="padding-left:25px;">Protocol Navigator</h3>
|
|
<dl class="bplike" style="padding-left:5px;">#{element}#
|
|
<dt><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/></dt>
|
|
<dd>#[name]# (#[count]#)</dd>
|
|
#{/element}#</dl>
|
|
</div>
|
|
#(activate)#
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(function() { $("#sidebarProtocols").accordion('activate', false); });
|
|
//]]>
|
|
</script>
|
|
::#(/activate)#
|
|
#(/nav-protocols)#
|
|
|
|
#(nav-filetypes)#::
|
|
<div id="sidebarFiletypes" style="float:right; margin-top:5px; width:220px;">
|
|
<h3 style="padding-left:25px;">Filetype Navigator</h3>
|
|
<dl class="bplike" style="padding-left:5px;">#{element}#
|
|
<dt><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/></dt>
|
|
<dd>#[name]# (#[count]#)</dd>
|
|
#{/element}#</dl>
|
|
</div>
|
|
#(activate)#
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(function() { $("#sidebarFiletypes").accordion('activate', false); });
|
|
//]]>
|
|
</script>
|
|
::#(/activate)#
|
|
#(/nav-filetypes)#
|
|
|
|
#(nav-domains)#::
|
|
<div id="sidebarDomains" style="float:right; margin-top:5px; width:220px;">
|
|
<h3 style="padding-left:25px;">Domain Navigator</h3>
|
|
<dl class="bplike" style="padding-left:5px;">#{element}#
|
|
<dt><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/></dt>
|
|
<dd>#[name]# (#[count]#)</dd>
|
|
#{/element}#</dl>
|
|
</div>
|
|
#(activate)#
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(function() { $("#sidebarDomains").accordion('activate', false); });
|
|
//]]>
|
|
</script>
|
|
::#(/activate)#
|
|
#(/nav-domains)#
|
|
|
|
#(nav-namespace)#::
|
|
<div id="sidebarNameSpace" style="float:right; margin-top:5px; width:220px;">
|
|
<h3 style="padding-left:25px;">Name Space Navigator</h3>
|
|
<dl class="bplike" style="padding-left:5px;">#{element}#
|
|
<dt><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/></dt>
|
|
<dd>#[name]# (#[count]#)</dd>
|
|
#{/element}#</dl>
|
|
</div>
|
|
#(activate)#
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(function() { $("#sidebarNameSpace").accordion('activate', false); });
|
|
//]]>
|
|
</script>
|
|
::#(/activate)#
|
|
#(/nav-namespace)#
|
|
|
|
#(nav-authors)#::
|
|
<div id="sidebarAuthors" style="float:right; margin-top:5px; width:220px;">
|
|
<h3 style="padding-left:25px;">Author Navigator</h3>
|
|
<dl class="bplike" style="padding-left:5px;">#{element}#
|
|
<dt><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/></dt>
|
|
<dd>#[name]# (#[count]#)</dd>
|
|
#{/element}#</dl>
|
|
</div>
|
|
#(activate)#
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
$(function() { $("#sidebarAuthors").accordion('activate', false); });
|
|
//]]>
|
|
</script>
|
|
::#(/activate)#
|
|
#(/nav-authors)#
|
|
|
|
#{nav-vocabulary}#
|
|
<div id="sidebar#[navname]#" style="float:right; margin-top:5px; width:220px;">
|
|
<h3 style="padding-left:25px;">#[navname]# Navigator</h3>
|
|
<dl class="bplike" style="padding-left:5px;">#{element}#
|
|
<dt><input type="checkbox" onchange="window.location.href='#[url]#'"#(on)# checked="checked"::#(/on)#/></dt>
|
|
<dd>#[name]# (#[count]#)</dd>
|
|
#{/element}#</dl>
|
|
</div>
|
|
#{/nav-vocabulary}#
|
|
|
|
#(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> |