yacy_search_server/htroot/yacy/ui/result.html

39 lines
911 B
HTML
Raw Normal View History

<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)#