aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/head_chart.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:35 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-17 23:07:35 +0000
commit80e1b696eb2b1bb15822bccd5baa0181bc406792 (patch)
tree17cf76937ac25cf35f6c8ebb0c8118b488ae66de /tmpl/head_chart.html
parent5d9ad62cb3940986954c4ba48645fc1506f0ea82 (diff)
downloadmgatres-80e1b696eb2b1bb15822bccd5baa0181bc406792.tar
mgatres-80e1b696eb2b1bb15822bccd5baa0181bc406792.tar.gz
mgatres-80e1b696eb2b1bb15822bccd5baa0181bc406792.tar.bz2
mgatres-80e1b696eb2b1bb15822bccd5baa0181bc406792.tar.xz
mgatres-80e1b696eb2b1bb15822bccd5baa0181bc406792.zip
Add donations graphs
git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8323 5b7c3c08-40e5-403b-9995-ace06908e4af
Diffstat (limited to 'tmpl/head_chart.html')
-rw-r--r--tmpl/head_chart.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/head_chart.html b/tmpl/head_chart.html
new file mode 100644
index 0000000..a808d98
--- /dev/null
+++ b/tmpl/head_chart.html
@@ -0,0 +1,6 @@
+ <script src="[% config.staticdir_url %]/Chart.js"></script>
+ <meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
+ <style>
+ canvas{
+ }
+ </style>