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 From dfd91889ad1cb6460cebbc1478a187ca94c3dd83 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 10 Sep 2013 20:15:09 +0100 Subject: Admin templates. --- view/tpl/admin_logs.tpl | 2 +- view/tpl/admin_plugins.tpl | 2 +- view/tpl/admin_plugins_details.tpl | 2 +- view/tpl/admin_site.tpl | 2 +- view/tpl/admin_summary.tpl | 2 +- view/tpl/admin_users.tpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_logs.tpl b/view/tpl/admin_logs.tpl index e5412429f..3d2adc660 100755 --- a/view/tpl/admin_logs.tpl +++ b/view/tpl/admin_logs.tpl @@ -1,4 +1,4 @@ -
+

{{$title}} - {{$page}}

diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl index 01c178c3e..729ba5dc8 100755 --- a/view/tpl/admin_plugins.tpl +++ b/view/tpl/admin_plugins.tpl @@ -1,4 +1,4 @@ -
+

{{$title}} - {{$page}}

    diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl index 47c33bec3..f72142e41 100755 --- a/view/tpl/admin_plugins_details.tpl +++ b/view/tpl/admin_plugins_details.tpl @@ -1,4 +1,4 @@ -
    +

    {{$title}} - {{$page}}

    {{$info.name}} - {{$info.version}} : {{$action}}

    diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 32c5db8fc..d0a5254fe 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -34,7 +34,7 @@ }); }); -
    +

    {{$title}} - {{$page}}

    diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index 88d87c35d..d3665626f 100755 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -1,4 +1,4 @@ -
    +

    {{$title}} - {{$page}}

    diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl index 86389e9f2..770df7eba 100755 --- a/view/tpl/admin_users.tpl +++ b/view/tpl/admin_users.tpl @@ -10,7 +10,7 @@ return false; } -
    +

    {{$title}} - {{$page}}

    -- cgit v1.2.3 From a36cc949a1d4c106cd02ec8386c24bf964369571 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 14 Sep 2013 16:11:15 -0700 Subject: this might fix "find channels" but I can't test the keyword search until this is running on a production site. --- view/tpl/peoplefind.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index 72c0830cf..831cd9614 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -1,7 +1,7 @@

    {{$findpeople}}

    {{$desc}}
    - + -- cgit v1.2.3