X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=6dd3912bd3fed99956401c378e7e17e580ad673f;hp=689ff38dd41b7dd0123bc32f0ef8a212c40f367d;hb=e174a13df3a9de5ab54ede5f2aa761c7727bfaff;hpb=b72db16cd16e8bfbaadc44604bdff3f49a1aff51 diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 689ff38..6dd3912 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -7,13 +7,20 @@

<%= Page.ViewSone.Page.TitleWithoutSone|l10n|html>

-

<%= Page.ViewSone.NoSone.Description|l10n|replace needle="{sone}" replacementKey=soneId|html>

+

+ <%= Page.ViewSone.NoSone.Description|l10n|replace needle="{sone}" replacementKey=soneId|html> + <%= Page.ViewSone.Profile.Name.WoTLink|l10n|html> +

<%elseifnull sone.name>

<%= Page.ViewSone.Page.TitleWithoutSone|l10n|html>

<%= Page.ViewSone.UnknownSone.Description|l10n|html>

+

+ <%= Page.ViewSone.UnknownSone.LinkToWebOfTrust|l10n|html> + <%= Page.ViewSone.Profile.Name.WoTLink|l10n|html> +

<%else> @@ -28,6 +35,20 @@
<% sone.niceName|html> (<%= Page.ViewSone.Profile.Name.WoTLink|l10n|html>)
+ <%foreach sone.albums album> + <%first> +
+
<%= Page.ViewSone.Profile.Label.Albums|l10n|html>
+
+ <% =Page.ViewSone.Profile.Albums.Text.All|l10n|html>, + <%/first> + <%album.title|html><%notlast>, <%/notlast> + <%last> +
+
+ <%/last> + <%/foreach> + <%foreach sone.profile.fields field>
<% field.name|html>
@@ -63,7 +84,7 @@ <%foreach posts post> <%first>
- <%include include/pagination.html pagination=postPagination pageParameter==postPage> + <%include include/pagination.html pagination=postPagination pageParameter==postPage paginationName==post-navigation> <%/first> <%include include/viewPost.html> <%last> @@ -78,7 +99,7 @@ <%first>

<%= Page.ViewSone.Replies.Title|l10n|html|replace needle="{sone}" replacementKey=sone.niceName>

- <%include include/pagination.html pagination=repliedPostPagination pageParameter==repliedPostPage> + <%include include/pagination.html pagination=repliedPostPagination pageParameter==repliedPostPage paginationName==reply-navigation> <%/first> <%include include/viewPost.html> <%last>