Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1446448.tpl
diff --git a/data/templates/own_templates/1446448.tpl b/data/templates/own_templates/1446448.tpl
new file mode 100644 (file)
index 0000000..8a48fb7
--- /dev/null
@@ -0,0 +1,60 @@
+{include file="modules/header.tpl"}
+
+<div style="
+       margin:         1em;
+       padding:        2em;
+       border:         1px solid darkgreen;
+">
+
+
+<form method='post' action='/id/{$node.node_id}'>
+
+{get_bookmarks}
+{foreach from=$get_bookmarks item=bookmark_category}
+       <ul>
+
+       {* showing bookmark category  *}
+       {if $bookmark_category.node_name neq false}
+
+               <li>
+               <a href='/id/{$bookmark_category.node_id}/'>
+                       <h1>{$bookmark_category.node_name}</h1>
+               </a>
+               </li>
+
+
+       {/if}
+
+       {foreach from=$bookmark_category.children item=bookmarks}
+               {if $bookmarks.node_name}
+                       <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
+
+                       <a href='/id/{$bookmarks.node_id}'>
+                               {$bookmarks.node_name}
+                       </a>
+
+                       {if $bookmarks.node_user_subchild_count neq false}
+                               :: <span class='most_important'>
+                                               {$bookmarks.node_user_subchild_count} NEW CHILDREN
+                               </span>
+                       {/if}
+
+                       {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
+                               :: <span class='most_important'>
+                                       !!NEW DESCENDANT!!
+                               </span>
+                       {/if}
+
+                       <br>
+               {/if}
+       {/foreach}
+
+       </ul>
+{/foreach}
+
+<input type='text' name='bookmark_category_id'>
+<input type='submit' name='event' value='set_bookmark_category'>
+</form>
+
+
+</div>
\ No newline at end of file
This page took 0.141554 seconds and 4 git commands to generate.