Add page ID.
[Sone.git] / src / main / resources / templates / imageBrowser.html
index fae4026..f868394 100644 (file)
@@ -1,5 +1,7 @@
 <%include include/head.html>
 
+       <div class="page-id hidden">image-browser</div>
+
        <h1><%= Page.ImageBrowser.Page.Title|l10n|html></h1>
 
        <%if albumRequested>
                                <%/foreach>
                        </div>
 
+                       <%include include/createAlbum.html>
+
                <%/if>
 
+       <%elseif imageRequested>
+
+       <%else>
+
+               <%include include/createAlbum.html>
+
        <%/if>
 
 <%include include/tail.html>