X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=38ab779455a689518ae4227b89630490bbe00d78;hb=04b208b68bfb8c59647067b4a3b29ddd674455ac;hp=46c98da65f8090e05c11bddf2c142f9b3813f65a;hpb=db1981cee6635b3d9e56cb37d795bbe931046330;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 46c98da..38ab779 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -8,59 +8,27 @@ <%else> -

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

- -

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

- - <%if ! sone.isCurrent> - <%if sone.isFriend> -
<%= Page.ViewSone.UnfollowSone.Text|l10n|html>
- <%else> -
<%= Page.ViewSone.FollowSone.Text|l10n|html>
- <%/if> + <%if ! sone.current> + <%include include/viewSone.html> <%/if> -
- <%foreach sone.posts post> -
- -
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%foreach post.replies reply> -
- -
<% reply.text|html>
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%/foreach> -
-
- - - - -
-
- <%foreachelse> -
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
- <%/foreach> +
+
<% sone.requestUri|html>
-

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

+

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

-
- <%foreach sone.friends friend> - <%first> - - <%/last> +
+ <%getpage parameter=postPage> + <%paginate list=sone.posts pagesize=25> + <%= postPage|store key=pageParameter> + <%include include/pagination.html> + <%foreach pagination.items post> + <%include include/viewPost.html> <%foreachelse> -
<%= Page.ViewSone.Following.FollowingNone.Text|l10n|html>
+
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach> + <%include include/pagination.html>
<%/if>