Revert "renamed data directory"
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1446353.tpl
diff --git a/data/templates/own_templates/1446353.tpl b/data/templates/own_templates/1446353.tpl
new file mode 100644 (file)
index 0000000..0254581
--- /dev/null
@@ -0,0 +1,36 @@
+{include file="modules/header.tpl"}
+
+<ul id="bookmarks">
+
+{get_bookmarks}
+{foreach from=$get_bookmarks item=bookmark_category}
+
+       {if $bookmark_category.node_name neq false}
+               <li><h1>{$bookmark_category.node_name}</h1></li>
+       {else}
+               <li>{$bookmark_category.node_id}</li>
+       {/if}
+
+       {foreach from=$bookmark_category.children item=bookmarks}
+               <ul>
+
+               {if $bookmarks.node_name}
+                       <li>
+                       <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
+
+                       {if $bookmarks.node_user_subchild_count neq false}
+                               <strong>({$bookmarks.node_user_subchild_count} New Children)</strong>
+                       {/if}
+
+                       {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
+                               <strong>(New descendant)</strong>
+                       {/if}
+                       </li>
+               {/if}
+
+               </ul>
+       {/foreach}
+
+{/foreach}
+
+</ul>
This page took 0.132585 seconds and 4 git commands to generate.