X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=d2a8f6e2fc0eb592a95c21f4ee19431e24df3d4d;hb=93d3bf2c536e0a444cabd63f0af9cd889d051596;hp=a54c2cb4a7237c64fe1134fd85c3bc10016f7a89;hpb=ecf753a31601e558b681daab0598009fe9eec99a;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index a54c2cb..d2a8f6e 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> @@ -35,19 +35,30 @@ <%/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>