aboutsummaryrefslogblamecommitdiffstats
path: root/view/photo_edit.tpl
blob: bf8563b3c252a9fcc6c56d8baeee7210ef2ab3d8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 
                                                                                 

                                                               
 





                                                                                               
                                                                                         
                                                                                            

                                               
 

                                                                                               
                                            
 


                                                                                                                             
                                       
       
<form action="photos/$nickname/$resource_id" method="post" id="photo_edit_form" >

	<input type="hidden" name="item_id" value="$item_id" />

	<label id="photo-edit-albumname-label" for="photo-edit-albumname">$newalbum</label>
	<input id="photo-edit-albumname" type="text" size="32" name="albname" value="$album" />

	<div id="photo-edit-albumname-end"></div>


	<label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
	<input id="photo-edit-caption" type="text" size="84" name="desc" value="$caption" />

	<div id="photo-edit-caption-end"></div>

	<label id="photo-edit-tags-label" for="photo-edit-newtag" >$tag_label</label>
	<input name="newtag" id="photo-edit-newtag" size="84" title="$help_tags" type="text" />
	<div id="photo-edit-tags-end"></div>

	<input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" />
	<input id="photo-edit-delete-button" type="submit" name="delete" value="$delete" onclick="return confirmDelete()"; />

	<div id="photo-edit-end"></div>
</form>