X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=d3080f6c066d3be2d7f6bb390b286e29c9ae863e;hb=835f3eb22795f974c67aeb19319274489cf5dd1f;hp=3c58011b15384c85258243e2907402971a820e14;hpb=b7a4b01e5dc006b99379821ae9d12ba876f3ec26;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 3c58011..d3080f6 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -3,25 +3,249 @@ <%if albumRequested> @@ -39,44 +263,6 @@ <%if album.sone.local> <%/if> @@ -143,7 +325,7 @@ <%/foreach> -

<% album.description|html>

+

<% album.description|parse sone=album.sone>

<%if album.sone.local> @@ -179,29 +361,7 @@ <%/if> - <%foreach album.albums album> - <%first>

<%= Page.ImageBrowser.Header.Albums|l10n|html>

<%/first> - <%if loop.count|mod divisor=3>
<%/if> -
- -
-
<% album.title|html>
-
<% album.description|html>
-
-
- <%= 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>
<%/if> - <%/foreach> + <%include include/browseAlbums.html albums=album.albums> <%if album.sone.local> @@ -217,11 +377,11 @@
- <% image|image-link max-width=200 max-height=200 mode=enlarge title==image.title> + <% image|image-link max-width=250 max-height=250 mode=enlarge title==image.title>
<% image.title|html>
-
<% image.description|html>
+
<% image.description|parse sone=image.sone>
<%if album.sone.local>
@@ -229,6 +389,11 @@ +
+ + +
+
@@ -286,6 +451,8 @@
>
<%/if> <%/foreach> + <%ifnull !image.previous><%/if> + <%ifnull !image.next><%/if>
<%ifnull image> @@ -381,7 +548,12 @@ }); $("#create-album label").hide(); + /* hide non-js move buttons. */ + $(".move-buttons").hide(); + hideAndShowBlock(".create-album", ".show-create-album", ".hide-create-album"); + + prepareAlbums(); }); <%/if> @@ -394,28 +566,7 @@

<%= Page.ImageBrowser.Sone.Title|l10n|replace needle='{sone}' replacementKey=sone.niceName|html>

- <%foreach sone.albums album> - <%if loop.count|mod divisor=3>
<%/if> -
- -
-
<% album.title|html>
-
<% album.description|html>
-
-
- <%= 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>
<%/if> - <%/foreach> + <%include include/browseAlbums.html albums=sone.albums> <%if sone.local>