aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app_create.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-20 21:22:19 -0700
committerfriendica <info@friendica.com>2014-05-20 21:22:19 -0700
commitcad481d94fb8cfb350e931620c788f1a2a47a994 (patch)
tree3ef2dd0d825af242a0426381e7a58405d49f091a /view/tpl/app_create.tpl
parent71f5908e216c71e7ab379bc15902ddf59b2884ba (diff)
downloadvolse-hubzilla-cad481d94fb8cfb350e931620c788f1a2a47a994.tar.gz
volse-hubzilla-cad481d94fb8cfb350e931620c788f1a2a47a994.tar.bz2
volse-hubzilla-cad481d94fb8cfb350e931620c788f1a2a47a994.zip
unfinished work for creating app
Diffstat (limited to 'view/tpl/app_create.tpl')
-rw-r--r--view/tpl/app_create.tpl26
1 files changed, 26 insertions, 0 deletions
diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl
new file mode 100644
index 000000000..540effe75
--- /dev/null
+++ b/view/tpl/app_create.tpl
@@ -0,0 +1,26 @@
+<h2>{{$banner}}</h2>
+
+
+<form action="appman" method="post">
+{{if $guid}}
+<input type="hidden" name="guid" value="{{$guid}}" />
+{{/if}}
+{{if $author}}
+<input type="hidden" name="author" value="{{$author}}" />
+{{/if}}
+{{if $addr}}
+<input type="hidden" name="addr" value="{{$addr}}" />
+{{/if}}
+
+{{include file="field_input.tpl" field=$name}}
+{{include file="field_input.tpl" field=$url}}
+{{include file="field_input.tpl" field=$desc}}
+{{include file="field_input.tpl" field=$photo}}
+{{include file="field_input.tpl" field=$version}}
+{{include file="field_input.tpl" field=$price}}
+{{include file="field_input.tpl" field=$page}}
+
+<input type="submit" name="submit" value="{{$submit}}" />
+
+</form>
+