Initial commit
This commit is contained in:
commit
dc264b89a1
89 changed files with 31377 additions and 0 deletions
|
|
@ -0,0 +1,29 @@
|
|||
<f:comment>
|
||||
<!--
|
||||
=====================
|
||||
Partials/ResultRows.html
|
||||
-->
|
||||
</f:comment>
|
||||
|
||||
<div class="clearer"> </div>
|
||||
<f:render partial="Sorting" arguments="{conf: conf, numberofresults: numberofresults, sortingLinks: sortingLinks}" />
|
||||
<f:if condition="{conf.pagebrowserOnTop}">
|
||||
<div id="kesearch_pagebrowser_top">
|
||||
<f:render partial="PageBrowser"
|
||||
arguments="{conf: conf, numberofresults:numberofresults, pagebrowser:pagebrowser}" />
|
||||
</div>
|
||||
</f:if>
|
||||
<div id="kesearch_results">
|
||||
<f:for each="{resultrows}" as="resultrow">
|
||||
<f:render partial="ResultRow" arguments="{conf: conf, resultrow: resultrow}" />
|
||||
</f:for>
|
||||
</div>
|
||||
<f:if condition="{conf.pagebrowserAtBottom}">
|
||||
<div id="kesearch_pagebrowser_bottom">
|
||||
<f:render partial="PageBrowser"
|
||||
arguments="{conf: conf, numberofresults:numberofresults, pagination:pagination}" />
|
||||
</div>
|
||||
</f:if>
|
||||
<f:if condition="{conf.showQueryTime}">
|
||||
<div id="kesearch_query_time">{queryTimeText}</div>
|
||||
</f:if>
|
||||
Loading…
Add table
Add a link
Reference in a new issue