diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:20:00 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:20:00 +0100 |
commit | 9a6fe2bf696c4c364518159735f4f5d12c666681 (patch) | |
tree | c540d7d1cf76542627673ef36490c641bb02f50f /source/static/templates/statistics.html | |
parent | Updated revision date (diff) | |
download | newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.gz newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.bz2 newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.zip |
Reaorganization of folders for the CSS, templates and pictures.
Diffstat (limited to 'source/static/templates/statistics.html')
-rw-r--r-- | source/static/templates/statistics.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/static/templates/statistics.html b/source/static/templates/statistics.html new file mode 100644 index 00000000..5dfcbfa8 --- /dev/null +++ b/source/static/templates/statistics.html @@ -0,0 +1,14 @@ +## statistics.html +<%inherit file="base.html"/> +<div class="left inner"> + %if articles: + <h1>Statistics</h1> + <h3>Tag cloud</h3> + <form method=get action="/statistics/"> + Minimum size of a word: + <input type="number" name="word_size" value="${word_size}" min="2" max="15" step="1" size="2" /> + </form> + <div style="width: 35%; overflow:hidden; text-align: justify"> + ${tag_cloud} + </div> + %endif
\ No newline at end of file |