Include album creation form when showing an album.
[Sone.git] / src / main / resources / templates / imageBrowser.html
index ece0dfc..c2b3785 100644 (file)
                                <%/foreach>
                        </div>
 
+                       <%include include/createAlbum.html>
+
                <%/if>
 
        <%elseif imageRequested>
 
        <%else>
 
-               <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="file" name="image" />
-                       <button type="submit" name="uploadImage" value="1"><%= Page.ImageBrowser.CreateAlbum.Button.CreateAlbum|l10n|html></button>
-               </form>
+               <%include include/createAlbum.html>
 
        <%/if>