add date sorting
[phinde.git] / data / templates / search / list.htm
index 97584d6cbe6d739128a682917f891864ab97cebf..c034dc2f0a8a6b66a3de3c42520f689fcfe02c51 100644 (file)
@@ -1,16 +1,23 @@
 {% if hitcount == 0 %}
- <p>
-  Sorry, no results for "<tt>{{query}}</tt>".
- </p>
+ <div style="text-align: center; margin-top: 5ex; margin-bottom: 5ex">
+  No results
+  for "<strong><tt>{{cleanQuery}}</tt></strong>"
+  {% if site %}
+  on <strong><tt>{{site}}</tt></strong>
+  &#160;&#160;&#160;|&#160;&#160;&#160;
+  <a href="{{urlNoSite}}">Show all results</a>
+  {% endif %}
+ </div>
 {% else %}
- <p>
-  Found {{hitcount}} search
+<p class="resultinfo">
+  {{hitcount}}
   {% if hitcount == 1 %}result{% else %}results{%endif%}
-  for "<tt>{{cleanQuery}}</tt>"
+  for "<strong><tt>{{cleanQuery}}</tt></strong>"
   {% if site %}
-  on <tt>{{site}}</tt>
+  on <strong><tt>{{site}}</tt></strong>
+  &#160;&#160;&#160;|&#160;&#160;&#160;
+  <a href="{{urlNoSite}}">Show all results</a>
   {% endif %}
-  in {{queryTime}}:
  </p>
  <ul class="hits">
  {% for hit in hits %}