discourse-legacysite-perl/site/slowtwitch.com/cgi-bin/articles/admin/templates/luna/bookmark_link.html
2024-06-17 21:49:12 +10:00

12 lines
511 B
HTML

<div class="bookmark_link">
<%~Links::Utils::load_link_info%>
<%include link.html%>
<%~if editable or my_comment%>
<p class="comments">
<label><%if my_folder_user_username_fk eq $user.Username%>My<%else%><%escape_html my_folder_user_username_fk%>'s<%endif%> Comments
<%~if editable%> <span>(<a href="<%config.db_cgi_url%>/bookmark.cgi?action=edit_bookmark;my_id=<%my_id%>">edit</a>)</span><%endif~%>
:</label> <%if my_comment%><%my_comment%><%else%><em>none</em><%endif%>
</p>
<%~endif%>
</div>