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.
39 lines
911 B
39 lines
911 B
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$('#ritems')
|
|
.tablesorter({widgets: ['zebra']})
|
|
.tablesorterPager({container: $('#pager'), size: 15, positionFixed: false});
|
|
});
|
|
</script>
|
|
|
|
<!-- resultTable -->
|
|
#(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}#
|
|
<!--#include virtual="/yacy/ui/ritem.html?rss=false&item=#[item]#&eventID=#[eventID]#" -->
|
|
#{/results}#
|
|
#(resultTable)#
|
|
</tbody>
|
|
</table>
|
|
<!-- Navigation -->
|
|
#(/resultTable)# |