X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/f372f2a7ad1cf8d0c9320559d406a1df4ea53a12..efe36f4f1b5df351eeb4d40a54c3900cf9a7079b:/modules/nodeFamilyTree/template.html diff --git a/modules/nodeFamilyTree/template.html b/modules/nodeFamilyTree/template.html deleted file mode 100644 index 021709a..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 %>
  • - <% }); %> - <% } %> -
-