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.
|
|
|
<div id="#[ID]#"></div>
|
|
|
|
<!-- linklist begin -->
|
|
|
|
#(resultTable)#::<table width="100%"><tr class="TableHeader"><td width="30%">Media</td><td width="70%">URL</tr>#(/resultTable)#
|
|
|
|
#{results}#
|
|
|
|
<script type="text/javascript">
|
|
|
|
$(function() {
|
|
|
|
var id = "#"+"#[ID]#";
|
|
|
|
$.get("/yacy/ui/ritem.html?rss=false&item=#[item]#&eventID=#[eventID]#", function(html) {
|
|
|
|
$(id).append(html);
|
|
|
|
$(id).trigger("update");
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
#{/results}#
|
|
|
|
#(resultTable)#::</table>#(/resultTable)#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|