If creation fails because some parameters are wrong or missing, the
template is shown. Otherwise there will be a redirect to the new album.
<form id="create-album" method="post" action="createAlbum.html">
<input type="hidden" name="formPassword" value="<% formPassword|html>" />
- <input type="hidden" name="returnPage" value="<% request.uri|html>" />
<input type="hidden" name="parent" value="<%ifnull ! album><% album.id|html><%/if>" />
<input type="text" name="album" value="" />
<button type="submit" name="uploadImage" value="1"><%= Page.ImageBrowser.CreateAlbum.Button.CreateAlbum|l10n|html></button>