Show markers for Sone statuses.
[Sone.git] / src / main / resources / templates / include / viewSone.html
index a5debbc..868cd70 100644 (file)
@@ -1,6 +1,10 @@
-<div class="sone">
+<div class="sone <% sone.status><%if sone.modified> modified<%/if>">
        <div class="profile-link"><a href="viewSone.html?sone=<% sone.id>" title="<% sone.requestUri|html>"><% sone.niceName|html></a></div>
        <div class="last-update">(<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|date format="MMM d, yyyy, HH:mm:ss">)</div>
+       <div class="modified-marker">!</div>
+       <div class="download-marker">⬊</div>
+       <div class="insert-marker">⬈</div>
+       <div class="idle-marker"></div>
        <%ifnull ! currentSone>
                <%if ! sone.current>
                        <%if sone.friend>