X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=4364cb1e3b031eb699a3ea6d42a55d751fa2c101;hb=a95d49d12c6cd9a6811128f4124cceb594ee324c;hp=3f2240599f23b540e15b83c7703ed828b69db95a;hpb=80653fc4094a2bb75991d8f87094b95f1dc9a3de;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 3f22405..4364cb1 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -4,40 +4,7 @@
<%foreach knownSones sone> -
- -
(<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|date format="MMM d, yyyy, HH:mm:ss">)
- <%ifnull ! currentSone> - <%if ! sone.isCurrent> - <%if sone.isFriend> -
- - - -
- <%else> - - <%/if> - <%if sone.isBlocked> -
- - - -
- <%else> -
- - - -
- <%/if> - <%/if> - <%/if> -
+ <%include include/viewSone.html> <%foreachelse>
<%= Page.KnownSones.Text.NoKnownSones|l10n|html>
<%/foreach>