From: root Date: Mon, 20 Jan 2014 12:02:21 +0000 Subject: 2.1/ssl rss feed fixes X-Git-Url: https://maxious.lambdacomplex.org/git/?p=ckanext-datagovau.git&a=commitdiff&h=b364d0186cfa52e7b34adb417ae84481476e926d --- 2.1/ssl rss feed fixes --- --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ * Provides HTML to users to embed data previews on their own website * A cut down licenses.json file -This extension is complimented by ckanext-agls for AGLS metadata and ckanext-googleanalytics for Google Analytics tracking of API usage +This extension is complemented by ckanext-agls for AGLS metadata, ckanext-googleanalytics for Google Analytics tracking of API usage and ckanext-dga-stats for the customised site statistics page. Installation ============ --- /dev/null +++ b/ckanext/datagovau/templates/header.html @@ -1,1 +1,18 @@ +{% ckan_extends %} +{% block header_site_navigation %} + +{% endblock %} + --- /dev/null +++ b/ckanext/datagovau/templates/home/index.html @@ -1,1 +1,62 @@ +{% ckan_extends %} + {% block home_search %} +
+ + + +
+
+
+ + + + + +
+

{{ _("Search Your Data") }}

+
+ + +
+
+ {% endblock %} + --- /dev/null +++ b/ckanext/datagovau/templates/home/snippets/search.html @@ -1,1 +1,70 @@ +
+ + + +
+
+
+ + + + + +{% set tags = h.get_facet_items_dict('tags', limit=3) %} +{% set placeholder = _('eg. Gold Prices') %} + + +