git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4547 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
7a902424af
commit
c75fa90206
@ -1,39 +1,19 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#ritems')
|
var url = "/yacy/user/sidebar_history.html?eventID=#[eventID]#";
|
||||||
.tablesorter({widgets: ['zebra']})
|
$('<div id="history" class="boxed"></div>').appendTo('#sidebar')
|
||||||
.tablesorterPager({container: $('#pager'), size: 15, positionFixed: false});
|
$("#history").load(url);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- resultTable -->
|
<!-- linklist begin -->
|
||||||
#(resultTable)#
|
#(resultTable)#::<table width="100%"><tr class="TableHeader"><td width="30%">Media</td><td width="70%">URL</tr>#(/resultTable)#
|
||||||
<table class="ytable" id="ritems">
|
|
||||||
<colgroup>
|
|
||||||
<col width="25"/>
|
|
||||||
<col width="25"/>
|
|
||||||
<col width="220"/>
|
|
||||||
<col width="220"/>
|
|
||||||
<col width="285"/>
|
|
||||||
<col width="25"/>
|
|
||||||
</colgroup>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th class="{sorter: false}"></th>
|
|
||||||
<th class="{sorter: false}"></th>
|
|
||||||
<th>Description</th>
|
|
||||||
<th>URL</th>
|
|
||||||
<th>Snippet</th>
|
|
||||||
<th class="{sorter: false}"></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
#(/resultTable)#
|
|
||||||
#{results}#
|
#{results}#
|
||||||
<!--#include virtual="/yacy/ui/ritem.html?rss=false&item=#[item]#&eventID=#[eventID]#" -->
|
<!--#include virtual="/yacy/user/ysearchitem.html?rss=false&item=#[item]#&eventID=#[eventID]#" -->
|
||||||
#{/results}#
|
#{/results}#
|
||||||
#(resultTable)#
|
#(resultTable)#::</table>#(/resultTable)#
|
||||||
</tbody>
|
/yacy/user/sidebar_history.html?eventID=#[eventID]#
|
||||||
</table>
|
|
||||||
<!-- Navigation -->
|
|
||||||
#(/resultTable)#
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue