X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=d3080f6c066d3be2d7f6bb390b286e29c9ae863e;hb=835f3eb22795f974c67aeb19319274489cf5dd1f;hp=6adb3ddc49d67411ecd8713182f4cbb7d06ae634;hpb=6b7326056a7e63e85faf2aef5d03eeceeb082af7;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 6adb3dd..d3080f6 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -2,6 +2,252 @@ + + <%if albumRequested> <%ifnull album> @@ -16,6 +262,7 @@ <%if album.sone.local> <%/if> @@ -81,10 +325,11 @@ <%/foreach> -

<% album.description|html>

+

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

<%if album.sone.local> -

+ +

<%= Page.ImageBrowser.Album.Edit.Title|l10n|html>

@@ -92,6 +337,17 @@ + <%if ! album.images.empty> +
+ + +
+ <%/if>
@@ -105,28 +361,11 @@
<%/if> - <%foreach album.albums album> - <%first>

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

<%/first> - <%if loop.count|mod divisor=3>
<%/if> - - <%= 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> -

+ +
<%include include/createAlbum.html>
@@ -135,8 +374,41 @@ <%foreach album.images image> <%first>

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

<%/first> <%if loop.count|mod divisor=3>
<%/if> -
- <% image|image-link max-width=200 max-height=150> +
+ + +
+
<% image.title|html>
+
<% image.description|parse sone=image.sone>
+
+ <%if album.sone.local> +
+ + + + +
+ + +
+ + +
+ <%/if>
<%= false|store key=endRow> <%if loop.count|mod divisor=3 offset=1><%= true|store key=endRow><%/if> @@ -145,16 +417,21 @@ <%/foreach> <%if album.sone.local> -

+ +
<%include include/uploadImage.html>
<%if album.empty> -
- - -
+ + +
+
+ + +
+
<%/if> <%/if> @@ -174,6 +451,8 @@
>
<%/if> <%/foreach> + <%ifnull !image.previous><%/if> + <%ifnull !image.next><%/if>
<%ifnull image> @@ -195,18 +474,8 @@ }); $("#edit-image label").hide(); - /* hide all those forms. */ - hideBlock = function(blockElement, clickElement) { - $(blockElement).hide(); - $(clickElement).removeClass("hidden").click(function() { - $(blockElement).slideDown(); - $(this).slideUp(); - return false; - }); - }; - - hideBlock(".edit-image", ".show-edit-image"); - hideBlock(".delete-image", ".show-delete-image"); + hideAndShowBlock(".edit-image", ".show-edit-image", ".hide-edit-image"); + hideAndShowBlock(".delete-image", ".show-delete-image", ".hide-delete-image"); }); <%/if> @@ -223,12 +492,14 @@ <%if image.sone.local> -

+ +

<%= Page.ImageBrowser.Image.Edit.Title|l10n|html>

+
@@ -245,7 +516,8 @@
-

+ +

<%= Page.ImageBrowser.Image.Delete.Title|l10n|html>

@@ -276,17 +548,12 @@ }); $("#create-album label").hide(); - /* hide all those forms. */ - hideBlock = function(blockElement, clickElement) { - $(blockElement).hide(); - $(clickElement).removeClass("hidden").click(function() { - $(blockElement).slideDown(); - $(this).slideUp(); - return false; - }); - }; + /* hide non-js move buttons. */ + $(".move-buttons").hide(); + + hideAndShowBlock(".create-album", ".show-create-album", ".hide-create-album"); - hideBlock(".create-album", ".show-create-album"); + prepareAlbums(); }); <%/if> @@ -299,27 +566,11 @@

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

- <%foreach sone.albums album> - <%if loop.count|mod divisor=3>
<%/if> - - <%= 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> -

+ +
<%include include/createAlbum.html>