aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_edit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/photo_edit.tpl')
-rw-r--r--view/photo_edit.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl
new file mode 100644
index 000000000..7b579492f
--- /dev/null
+++ b/view/photo_edit.tpl
@@ -0,0 +1,11 @@
+
+<form action="photos" method="post" id="photo_edit_form" >
+
+ <label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
+ <input type="text size="64" name="desc" value="$caption" />
+
+ <label id="photo-edit-tags-label" for="photo-edit-tags-textarea" >$tag_label</label>
+ <textarea name="tags" id="photo-edit-tags-textarea">$tags</textarea>
+
+ <input type="submit" name="submit" value="$submit" />
+</form>