X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a398f2a96740ebe6dd60559d90e74c648e7009af..efe36f4f1b5df351eeb4d40a54c3900cf9a7079b:/modules/nodeFamilyTree/template.html diff --git a/modules/nodeFamilyTree/template.html b/modules/nodeFamilyTree/template.html deleted file mode 100644 index 8a7df5c..0000000 --- a/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(!children || children.length === 0) { %>-<% } else { %> - <% children.forEach(function(child) { %> -
  • <%= child.repr %>
  • - <% }); %> - <% } %> -
-