aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/templates/search
diff options
context:
space:
mode:
authorAlvin Li <liweitianux@gmail.com>2013-08-15 00:20:55 +0800
committerAlvin Li <liweitianux@gmail.com>2013-08-15 00:20:55 +0800
commit5bcf6aa3b784c81aad353b3cefb433493f05f4a0 (patch)
tree4d99f2d5643b50100f1ec6659efd5518cb2c328c /97suifangqa/templates/search
parent8a7b2f6ff9e2760c872625fcd906afcbdf75c2e4 (diff)
download97dev-5bcf6aa3b784c81aad353b3cefb433493f05f4a0.tar.bz2
* updated 'apps/indicator/templates/indicator/' pages,
extends "base.html", make use of the django template system * added 'static_url', 'indicator_url' js variables * implemented the AJAX function for 'apps/indicator/templates/' pages TODO: * finish 'indicator.views': get_card_data_chart(), get_card_data_table() * link the front pages with the django models, forms and search!
Diffstat (limited to '97suifangqa/templates/search')
-rw-r--r--97suifangqa/templates/search/search.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/97suifangqa/templates/search/search.html b/97suifangqa/templates/search/search.html
index 7308de0..43f1210 100644
--- a/97suifangqa/templates/search/search.html
+++ b/97suifangqa/templates/search/search.html
@@ -37,3 +37,5 @@
{% endif %}
</form>
{% endblock %}
+
+<!-- vim: set ts=2 sw=4 tw=0 fenc=utf-8 ft=htmldjango.html: -->