szurubooru/public_html/templates/post-notes.tpl

14 lines
265 B
Smarty
Raw Normal View History

2014-10-25 15:02:46 +02:00
<% _.each(notes, function(note) { %>
<div class="post-note"
style="left: <%= note.left %>px;
top: <%= note.top %>px;
width: <%= note.width %>px;
height: <%= note.height %>px">
<div class="text-wrapper">
<%= note.text %>
</div>
</div>
<% }) %>