X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/b1187c750167bfbdb0c50f62923d11ad77d26a34..4a170a70ed8171fc66d9d139df5f7be5208d838c:/philo/contrib/sobol/templates/sobol/search/_list.html diff --git a/philo/contrib/sobol/templates/sobol/search/_list.html b/philo/contrib/sobol/templates/sobol/search/_list.html new file mode 100644 index 0000000..99db761 --- /dev/null +++ b/philo/contrib/sobol/templates/sobol/search/_list.html @@ -0,0 +1,56 @@ +{% with node.view.enable_ajax_api as ajax %} +{% if ajax %} + {% if not suppress_scripts %}{% endif %} + +{% endif %} +{% if favored_results %} + +{% endif %} +{% for search in searches %} +
+
+ +

{{ search }}

+
+ {% if not ajax %} + {% if search.results %} +
+ {% for result in search.results %} + {{ result }} + {% endfor %} +
+ {% if search.has_more_results and search.more_results_url %} + + {% endif %} + {% else %} +

No results found.

+ {% endif %} + {% endif %} +
+{% endfor %} +{% endwith %} \ No newline at end of file