aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/app_create.tpl
diff options
context:
space:
mode:
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>
+