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.
38 lines
1.4 KiB
38 lines
1.4 KiB
#(rssreferences)#::
|
|
<yacyTopwords:topwords>
|
|
#{words}#
|
|
<yacyTopwords:item><yacyTopwords:word>#[word]#</yacyTopwords:word></yacyTopwords:item>
|
|
#{/words}#
|
|
</yacyTopwords:topwords>
|
|
#(/rssreferences)#
|
|
#(navigation)#::
|
|
<div id="navigate" class="boxed">
|
|
<h2 class="title">Navigate</h2>
|
|
<div class="content">
|
|
<p><Strong>Page</strong>:
|
|
#[resnav]#
|
|
</p>
|
|
#(topwords)#::
|
|
<p><strong>Category</strong>:
|
|
<select onchange="window.location.href=this.options[this.selectedIndex].value">
|
|
<option selected="selected">-select-</option>
|
|
#{words}#
|
|
<option value="/yacy/user/ysearch.html?search=#[newsearch]#&Enter=Search&count=#[count]#&offset=#[offset]#&resource=#[resource]#&contentdom=#[contentdom]#&zone=#[zonecode]#">#[word]#</option>
|
|
#{/words}#
|
|
</select>
|
|
</p>
|
|
#(/topwords)#
|
|
#(languagezone)#::
|
|
<p><strong>Language Zone</strong>:
|
|
<select onchange="window.location.href=this.options[this.selectedIndex].value">
|
|
<option selected="selected">-select-</option>
|
|
#{zones}#
|
|
<option value="/yacy/user/ysearch.html?search=#[search]#&Enter=Search&count=#[count]#&offset=#[offset]#&resource=#[resource]#&contentdom=#[contentdom]#&zone=#[zonecode]#">#[zone]#</option>
|
|
#{/zones}#
|
|
</select>
|
|
</p>
|
|
#(/languagezone)#
|
|
</div>
|
|
</div>
|
|
#(/navigation)#
|