X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=aad70eeacfa0ee3d79e9f823b583ee8b597b8e7c;hb=dd3edaf932d073e2eacb14069a9f6136d516303d;hp=524d476f25dfb301a529a539a8da2ef80ff0486b;hpb=c182560799d5d40fdc665b9ecc223d596b87107c;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 524d476..aad70ee 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -1,4 +1,4 @@ -
+<%include include/head.html> <%ifnull sone.name> @@ -8,30 +8,34 @@ <%else> -

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

<%= 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.RemoveFriend.Text|l10n|html>
+ <%if ! sone.current> + <%if sone.friend> +
<%= Page.ViewSone.UnfollowSone.Text|l10n|html>
<%else> -
<%= Page.ViewSone.AddFriend.Text|l10n|html>
+
<%= Page.ViewSone.FollowSone.Text|l10n|html>
<%/if> <%/if>
<%foreach sone.posts post> -
- -
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-
+ <%include include/viewPost.html> <%foreachelse>
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach>
+

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

+ +
+ <%foreach sone.friends sone> + <%include include/viewSone.html> + <%/foreach> +
+ <%/if> -
+<%include include/tail.html>