From d2b4ba7be6adee976972091d4fe11fe08016341b Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 9 Sep 2013 02:06:21 +0100 Subject: Quick and dirty file storage module. --- view/tpl/filestorage.tpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 view/tpl/filestorage.tpl (limited to 'view/tpl') diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl new file mode 100644 index 000000000..995b52cc8 --- /dev/null +++ b/view/tpl/filestorage.tpl @@ -0,0 +1,22 @@ +{{if $files}} + +
+ {{if $limit}}{{$limitlabel}}{{$limit}}{{/if}} {{if $used}} {{$usedlabel}}{{$used}}{{/if}} + + + {{foreach $files as $key => $items}} + {{foreach $items as $item}} +
+ {{$download}} | + {{$delete}} + {{$title}} {{$item.title}} | + {{$item.size}} bytes + +
+ {{/foreach}} + {{/foreach}} +
+ +
+ +{{/if}} -- cgit v1.2.3