diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 10:03:34 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-13 10:03:34 +0200 |
commit | dec57654f8b33e14c92c8f5db504e5a5ec461545 (patch) | |
tree | b6783f6db36be5ec7b4c6bd0253f6379181ca35d /source/templates/statistics.html | |
parent | Removed epub module. (diff) | |
download | newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.tar.gz newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.tar.bz2 newspipe-dec57654f8b33e14c92c8f5db504e5a5ec461545.zip |
Removed static, templates and var files.
Diffstat (limited to 'source/templates/statistics.html')
-rw-r--r-- | source/templates/statistics.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source/templates/statistics.html b/source/templates/statistics.html deleted file mode 100644 index 5dfcbfa8..00000000 --- a/source/templates/statistics.html +++ /dev/null @@ -1,14 +0,0 @@ -## 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 |