- EDC98BFF7FE4F217B1A45A90926BA3ABBBD416C50463D9A162886CBFF07402F55E8CEA5486E212014E2FBB23BACE0701F72011452D55A8D12322FFCE2EA0E875
+ 6F80E4416E80A5233DBB3C37868C7D34619F38BB3633C6C6F39D5223679720D9BC92D76F58E06A5E995F04F1DC6363CA566A70281438843EE6E45903F8B25759
logotron/templates/searchres.html
(1 . 7)(1 . 7)
75 {% extends "layout.html" %}
76
77 {% block title %}
78 Results {{ sres }} ... {{ eres }} for {{ query }} in {{ legend }}
79 Results {{ sres + 1 }} ... {{ eres }} for '{{ hquery }}'...
80 {% endblock %}
81
82 {% block body %}
(22 . 4)(22 . 15)
84 {{ format_logline(l, tokens, [], showchan) | safe }}
85 {% endfor %}
86
87 <hr>
88
89 <div id="navbarblock">
90 <div align="center"><span>
91 {% if back %}<a href="/log-search?q={{ query }}&chan={{ chan }}&after={{ sres - psize }}">←</a> | {% endif %}{% if forw %}
92 <a href="/log-search?q={{ query }}&chan={{ chan }}&after={{ eres }}">→</a>
93 {% endif %}
94 </span></div>
95 </div>
96 <div style="clear: both;"></div>
97
98 {% endblock %}