- 2B005C8DC669CD7229E8A3CB3932D0B53B7E49FE8D1C7E6A5C33192F81E0937F21324307473A24F7670EB3FF82FB2147DAB48B3B8C3E902F25937AFC1DCA5783
+ EDC98BFF7FE4F217B1A45A90926BA3ABBBD416C50463D9A162886CBFF07402F55E8CEA5486E212014E2FBB23BACE0701F72011452D55A8D12322FFCE2EA0E875
logotron/templates/searchres.html
(1 . 12)(1 . 20)
222 {% extends "layout.html" %}
223
224 {% block title %}
225 {{ nres }} Results for {{ query }} in #{{ chan }}
226 Results {{ sres }} ... {{ eres }} for {{ query }} in {{ legend }}
227 {% endblock %}
228
229 {% block body %}
230
231 <div align="center"><span>{{ search_head | safe }}</span></div>
232 <div id="navbarblock">
233 <div align="center"><span>
234 {% if back %}<a href="/log-search?q={{ query }}&chan={{ chan }}&after={{ sres - psize }}">←</a> | {% endif %}
235 Results <b>{{ sres + 1 }} ... {{ eres }}</b> found in {{ legend | safe }} for <b>'{{ hquery }}'</b> :{% if forw %} |
236 <a href="/log-search?q={{ query }}&chan={{ chan }}&after={{ eres }}">→</a>
237 {% endif %}
238 </span></div>
239 </div>
240 <div style="clear: both;"></div>
241
242 <hr>
243