2010-08-07 09:20:27 -04:00
|
|
|
|
2010-08-08 04:58:26 -04:00
|
|
|
<form action="photos/$id" method="post" id="photo_edit_form" >
|
|
|
|
|
|
|
|
<input type="hidden" name="item_id" value="$item_id" />
|
2010-08-07 09:20:27 -04:00
|
|
|
|
|
|
|
<label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
|
2010-08-08 04:58:26 -04:00
|
|
|
<input id="photo-edit-caption" type="text" size="64" name="desc" value="$caption" />
|
|
|
|
|
|
|
|
<div id="photo-edit-caption-end"></div>
|
2010-08-07 09:20:27 -04:00
|
|
|
|
|
|
|
<label id="photo-edit-tags-label" for="photo-edit-tags-textarea" >$tag_label</label>
|
|
|
|
<textarea name="tags" id="photo-edit-tags-textarea">$tags</textarea>
|
2010-08-08 04:58:26 -04:00
|
|
|
<div id="photo-edit-tags-end"></div>
|
2010-08-07 09:20:27 -04:00
|
|
|
|
|
|
|
<input type="submit" name="submit" value="$submit" />
|
2010-08-08 04:58:26 -04:00
|
|
|
<div id="photo-edit-end"></div>
|
2010-08-07 09:20:27 -04:00
|
|
|
</form>
|