X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=8df39e01917e269fe300d7823331fc922e624d4c;hb=c3745c94d79e6fba53c95003287f539b79b2e749;hp=c6dadf716856cdcb572599ec2d02d0fbb9b91bfa;hpb=97026238827c62aa0aaa0e7a4c14251749d6ac49;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index c6dadf7..8df39e0 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -7,7 +7,7 @@

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

-

<%= Page.ViewSone.NoSone.Description|l10n|insert needle="{sone}" key=sone.id|html>

+

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

<%elseifnull sone.name> @@ -25,33 +25,44 @@
<%= Page.ViewSone.Profile.Label.Name|l10n|html>
-
<% sone.niceName|html>
+
<% sone.niceName|html>
<%foreach sone.profile.fields field>
<% field.name|html>
-
<% field.value|html>
+
<% field.value|parse>
<%/foreach> - <%if ! sone.current> -

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

- -
- - - - - -
+ <%ifnull ! currentSone> + <%if ! sone.current> +

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

+ +
+ + + + +
+ +
+
+ + +
+ <%/if> <%/if> -

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html>

+

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

- <%getpage parameter=postPage> - <%paginate list=sone.posts pagesize=25> + <%:getpage parameter=postPage> + <%:paginate list=sone.posts pagesize=25> <%= postPage|store key=pageParameter> <%include include/pagination.html> <%foreach pagination.items post>