From fc0967b84b5e1301c0ce3a9a41c00985ce16bc82 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 20 May 2014 18:08:49 -0700 Subject: most of the remaining apps basic infrastructure except a form to create the things. Don't let this fool you - there is still a lot of work, but there isn't a whole lot of work to create a demo; in fact you can demo it now. --- view/tpl/app.tpl | 11 +++++++++-- view/tpl/app_select.tpl | 4 +--- view/tpl/myapps.tpl | 9 +++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100755 view/tpl/myapps.tpl (limited to 'view/tpl') diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl index 30287b044..323dfbe63 100644 --- a/view/tpl/app.tpl +++ b/view/tpl/app.tpl @@ -1,6 +1,13 @@
- -
{{$ap.name}}
+
+
{{$app.name}}
+{{if $install || $update || $delete }} +
+ +{{if $install}}{{/if}} +{{if $delete}}{{/if}} +
+{{/if}}
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl index 9613b4976..d6eb2c31a 100644 --- a/view/tpl/app_select.tpl +++ b/view/tpl/app_select.tpl @@ -1,10 +1,8 @@

{{$title}}

diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl new file mode 100755 index 000000000..1a591f9f8 --- /dev/null +++ b/view/tpl/myapps.tpl @@ -0,0 +1,9 @@ +

{{$title}}

+ +{{foreach $apps as $ap}} +
+{{$ap}} +
+{{/foreach}} +
+ -- cgit v1.2.3