X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a398f2a96740ebe6dd60559d90e74c648e7009af..b5fab6c09bccfcdd09ed63f6fddfab6486d1d919:/modules/nodePane/template.html diff --git a/modules/nodePane/template.html b/modules/nodePane/template.html index d1e8ab2..b9a1254 100644 --- a/modules/nodePane/template.html +++ b/modules/nodePane/template.html @@ -6,18 +6,20 @@ <select class="rng-module-nodePane-tagSelect"> <% var options = ['', 'section', 'header', 'div', 'span', 'aside']; %> <% options.forEach(function(option) { %> - <option value="<%= option %>" <% if(option === '') { %>selected<% } %>><%= option %></option> + <option value="<%= option %>" <% if(option === '') { %>selected<% } %>><%= tagNames[option] %></option> <% }); %> </select> </div> <div> <label>Klasa</label> <select class="rng-module-nodePane-classSelect"> - <% var options = ['', 'author', 'title', 'cite', 'cite.code', 'cite.code.xml', 'list', 'list.items', 'list.items.enum', 'item', 'uri', 'p', 'footnote', 'todo', 'emp', 'emph.tech'] %> + <% var options = ['', 'author', 'title', 'cite', 'cite.code', 'cite.code.xml', 'list.items', 'list.items.enum', 'item', 'uri', 'p', 'footnote', 'todo', 'emp'] %> <% options.forEach(function(option) { %> - <option value="<%= option.replace(/\./g, '-') %>" <% if(option === '') { %>selected<% } %>><%= option %></option> + <option value="<%= option.replace(/\./g, '-') %>" <% if(option === '') { %>selected<% } %>><%= classNames[option] %></option> <% }); %> </select> </div> + <div class="metaFields"> + </div> </fieldset> </div> \ No newline at end of file