aboutsummaryrefslogblamecommitdiffstats
path: root/view/album_edit.tpl
blob: 56a7b73fcdaf70d712d0911a6e7c744ffc02103e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                   
                                                                                                                       












                                                                                                                         
<div id="photo-album-edit-wrapper">
<form name="photo-album-edit-form" id="photo-album-edit-form" action="photos/$nickname/album/$hexalbum" method="post" >


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

<div id="photo-album-edit-name-end"></div>

<input id="photo-album-edit-submit" type="submit" name="submit" value="$submit" />
<input id="photo-album-edit-drop" type="submit" name="dropalbum" value="$dropsubmit" onclick="return confirmDelete();" />

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