Paginate images within an album.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 31 May 2012 10:12:19 +0000 (12:12 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 31 May 2012 10:12:19 +0000 (12:12 +0200)
src/main/resources/templates/imageBrowser.html

index 7e62490..c999be2 100644 (file)
                                </div>
                        <%/if>
 
                                </div>
                        <%/if>
 
-                       <%foreach album.images image>
-                               <%first><h2><%= Page.ImageBrowser.Header.Images|l10n|html></h2><%/first>
+                       <%foreach album.images image|paginate pageSize=core.preferences.imagesPerPage page=request.page>
+                               <%first>
+                                       <h2><%= Page.ImageBrowser.Header.Images|l10n|html></h2>
+                                       <%include include/pagination.html pageParameter=="page">
+                               <%/first>
                                <%if loop.count|mod divisor==3><div class="image-row"><%/if>
                                <div id="image-<% image.id|html>" class="image">
                                        <div class="image-id hidden"><% image.id|html></div>
                                <%if loop.count|mod divisor==3><div class="image-row"><%/if>
                                <div id="image-<% image.id|html>" class="image">
                                        <div class="image-id hidden"><% image.id|html></div>
                                <%= false|store key==endRow>
                                <%if loop.count|mod divisor==3 offset==1><%= true|store key==endRow><%/if>
                                <%last><%= true|store key==endRow><%/last>
                                <%= false|store key==endRow>
                                <%if loop.count|mod divisor==3 offset==1><%= true|store key==endRow><%/if>
                                <%last><%= true|store key==endRow><%/last>
-                               <%if endRow></div><%/if>
+                               <%if endRow>
+                                       </div>
+                                       <%include include/pagination.html pageParameter=="page">
+                               <%/if>
                        <%/foreach>
 
                        <%if album.sone.local>
                        <%/foreach>
 
                        <%if album.sone.local>