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.
|
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function() {
|
|
|
|
var url = "/yacy/user/sidebar_history.html?eventID=#[eventID]#";
|
|
|
|
$('<div id="history" class="boxed"></div>').appendTo('#sidebar')
|
|
|
|
$("#history").load(url);
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- linklist begin -->
|
|
|
|
#(resultTable)#::<table width="100%"><tr class="TableHeader"><td width="30%">Media</td><td width="70%">URL</tr>#(/resultTable)#
|
|
|
|
#{results}#
|
|
|
|
<!--#include virtual="/yacy/user/ysearchitem.html?rss=false&item=#[item]#&eventID=#[eventID]#" -->
|
|
|
|
#{/results}#
|
|
|
|
#(resultTable)#::</table>#(/resultTable)#
|
|
|
|
/yacy/user/sidebar_history.html?eventID=#[eventID]#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|