ADD: Login button when logged out
[phorkie.git] / data / templates / search.htm
index cb03cecd5a4e85f24f3531c665657f3c02009f6c..074b5e6a698b85db23a476e70ac5cbd63af51e3c 100644 (file)
    {% include 'repo-list.htm' %}
  {% endfor %}
  </ul>
    {% include 'repo-list.htm' %}
  {% endfor %}
  </ul>
+ {% include 'pager.htm' %}
 {% endif %}
 
 {% endblock %}
 {% endif %}
 
 {% endblock %}
+
+{% block sidebar %}
+ <h3>Search tips</h3>
+ <dl>
+  <dt>Exclusion</dt>
+   <dd><tt>+foo -bar</tt></dd>
+  <dt>Logical OR</dt>
+   <dd><tt>foo OR bar</tt></dd>
+  <dt>Quoting</dt>
+   <dd><tt>"foo bar"</tt></dd>
+  <dt>Partial words</dt>
+   <dd><tt>foo*</tt></dd>
+  <dt>Particular fields only</dt>
+   <dd><tt>description:foo</tt></dd>
+   <dd><tt>name:foo.txt</tt></dd>
+   <dd><tt>extension:rst</tt></dd>
+   <dd><tt>content:Hello</tt></dd>
+ </dl>
+{% endblock %}