X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/55da6d6c73cdb1627cf71e7419eb3cc2f5e53c08..ab3a2987b2eaca2555a206ac8d4f73903aa9870f:/src/editor/modules/nodeFamilyTree/template.html diff --git a/src/editor/modules/nodeFamilyTree/template.html b/src/editor/modules/nodeFamilyTree/template.html deleted file mode 100644 index 886df06..0000000 --- a/src/editor/modules/nodeFamilyTree/template.html +++ /dev/null @@ -1,19 +0,0 @@ -
- - - - - - - - - - \ No newline at end of file
powyżej<% if(parent) { %><%= parent.repr %><% } else { %>-<% } %>
poniżej -
    - <% if(!contents || contents.length === 0) { %>-<% } else { %> - <% contents.forEach(function(element) { %> -
  • <% if(element.bold) { %><% } %><%= element.repr %><% if(element.bold) { %><% } %>
  • - <% }); %> - <% } %> -
-