X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=eeda403fa8edbb8f75dbb405a460b94351da548d;hb=835b5eb29b0f4b346a5023af0426c670be661031;hp=3f2240599f23b540e15b83c7703ed828b69db95a;hpb=70d5f459347ce273eb0adfb5c8cc27b393ee98df;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 3f22405..eeda403 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -1,43 +1,27 @@ <%include include/head.html> + + +

<%= Page.Index.AddSone.Title|l10n|html>

+ +
<%= Page.Index.AddSone.Description|l10n|html>
+ +
+ + + + +
+

<%= Page.KnownSones.Page.Title|l10n|html>

<%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>