X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=b736f8d9184d540d11dd0552ead8563155c610ee;hb=e508676493627c055b09e1eef26ba551aefa6e67;hp=a15eb8ef65d3ab89736146baa1a5c5a0876a64c3;hpb=c5ef8ee93d423ceb270311681fa09bfa495de78c;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index a15eb8e..b736f8d 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -1,10 +1,19 @@ <%include include/head.html> - <%ifnull sone.name> + + + + <%ifnull sone>

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

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

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

+ + <%elseifnull sone.name> + +

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

+ +

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

<%else> @@ -12,10 +21,6 @@ <%include include/viewSone.html> <%/if> -
-
<% sone.requestUri|html>
-
-

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

@@ -31,21 +36,6 @@ <%include include/pagination.html>
-

<%= Page.ViewSone.Following.Title|l10n|html>

- -
- <%getpage parameter=sonePage> - <%paginate list=sone.friends pagesize=25> - <%= sonePage|store key=pageParameter> - <%include include/pagination.html> - <%foreach pagination.items sone> - <%include include/viewSone.html> - <%foreachelse> -
<%= Page.ViewSone.Following.FollowingNone.Text|l10n|html>
- <%/foreach> - <%include include/pagination.html> -
- <%/if> <%include include/tail.html>