6e3623f1b09f16aa3484977408bd333b2b6c6932
[Sone.git] / src / main / resources / templates / include / createAlbum.html
1 <h2><%= View.CreateAlbum.Title|l10n|html></h2>
2
3 <form id="create-album" method="post" action="createAlbum.html">
4         <input type="hidden" name="formPassword" value="<% formPassword|html>" />
5         <input type="hidden" name="parent" value="<%ifnull ! album><% album.id|html><%/if>" />
6         <label for="album"><%= View.CreateAlbum.Label.Name|l10n|html></label>
7         <input type="text" name="name" value="" />
8         <button type="submit" name="uploadImage" value="1"><%= Page.ImageBrowser.CreateAlbum.Button.CreateAlbum|l10n|html></button>
9 </form>