From d867dec3d22ce5ea01c0189e05172a326ce15d5c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 17 Aug 2016 18:07:35 +0200 Subject: [dozmod] Add secret hidden block statistics --- .../dozmod/templates/blockstats-details.html | 16 +++++++++++ modules-available/dozmod/templates/blockstats.html | 33 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 modules-available/dozmod/templates/blockstats-details.html create mode 100644 modules-available/dozmod/templates/blockstats.html (limited to 'modules-available/dozmod/templates') diff --git a/modules-available/dozmod/templates/blockstats-details.html b/modules-available/dozmod/templates/blockstats-details.html new file mode 100644 index 00000000..68e03fbc --- /dev/null +++ b/modules-available/dozmod/templates/blockstats-details.html @@ -0,0 +1,16 @@ + + + + + + + + {{#rows}} + + + + + + + {{/rows}} +
{{lang_imageName}}{{lang_createTime}}{{lang_fileSize}}{{lang_blockCount}}
{{displayname}}{{createtime_s}}{{filesize_s}}{{blockcount}}
\ No newline at end of file diff --git a/modules-available/dozmod/templates/blockstats.html b/modules-available/dozmod/templates/blockstats.html new file mode 100644 index 00000000..82a66146 --- /dev/null +++ b/modules-available/dozmod/templates/blockstats.html @@ -0,0 +1,33 @@ + + + + + + + {{#hashes}} + + + + + + {{/hashes}} +
{{lang_hash}}{{lang_size}}{{lang_count}}
{{hash_hex}}{{blocksize_s}}{{blockcount}}
+ + + + \ No newline at end of file -- cgit v1.2.3-55-g7522