<%= gettext('Current node') %>
Tag
<% var options = ['', 'section', 'header', 'div', 'span', 'aside']; %> <% options.forEach(function(option) { %>
selected<% } %>><%= utils.getTagLabel(option) %>
<% }); %>
Klasa
<% var options = ['', 'author', 'title', 'comment', 'cite', 'cite.code', 'cite.code.xml', 'list.items', 'list.items.enum', 'item', 'link', 'p', 'footnote', 'todo', 'emp', 'gap'] %> <% options.forEach(function(option) { %>
selected<% } %>><%= utils.getClassLabel(option) %>
<% }); %>