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.
15 lines
457 B
15 lines
457 B
17 years ago
|
#(history)#::
|
||
|
<div id="partners" class="boxed">
|
||
|
<h2 class="title">Recent Searches</h2>
|
||
|
<div class="content">
|
||
|
<ul>
|
||
|
#{list}#
|
||
|
<li><a href="/yacy/user/ysearch.html?search=#[querystring]#&resource=#[searchdom]#&contentdom=#[contentdom]#">#[querystring]#</a></li>
|
||
|
#{/list}#
|
||
|
</ul>
|
||
|
<p>The search history is only visible for users from host #[host]#</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
#(/history)#
|
||
|
|