Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1663920.tpl
diff --git a/data/templates/own_templates/1663920.tpl b/data/templates/own_templates/1663920.tpl
new file mode 100644 (file)
index 0000000..aa11e83
--- /dev/null
@@ -0,0 +1,60 @@
+<link rel='stylesheet' type='text/css' href='http://www.mic.jablonka.org/kyberia/css/bookmarks.css'>\r
+<script language="javascript" src="http://www.mic.jablonka.org/kyberia/js/bookmarks.js"></script>\r
+\r
+<table width=80% cellpadding='5' cellspacing='0' border="0">\r
+<tr>\r
+\r
+<td valign="top" width="15%">\r
+{include file="modules/get_userlist.tpl"}\r
+</td>\r
+\r
+<td width="5%">&nbsp;</td>\r
+\r
+<td valign='top' width=60%>\r
+\r
+<form method='post' action='/id/{$node.node_id}'>\r
+<span class='tt'><h1>Bookmarks:</h1></span>\r
+{get_bookmarks}\r
+{foreach from=$get_bookmarks item=bookmark_category}\r
+<div class='b_cat'>\r
+{* showing bookmark category  *}\r
+{if $bookmark_category.node_name neq false}\r
+&nbsp;<a href="javascript:chngbukcat('{$bookmark_category.node_id}')">kategoria:</a>&nbsp;<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>   \r
+               {if $bookmark_category.sum neq false}\r
+                               : <span class='newdesc'> {$bookmark_category.sum}new</span>\r
+               {/if}\r
+\r
\r
+{/if}\r
+{if $bookmark_category.node_name neq true}\r
+<span style="color:white;">&nbsp;&nbsp;nezatriedené ***</span>\r
+{/if}\r
+\r
+\r
+\r
+<div class='b_item'>\r
+{foreach from=$bookmark_category.children item=bookmarks}\r
+{if $bookmarks.node_name neq false && $bookmarks.node_id neq ''}\r
+<input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' \r
+value='{$bookmarks.node_id}'>\r
+<a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>\r
+{if $bookmarks.node_user_subchild_count neq false}<span class='newdesc'> {$bookmarks.node_user_subchild_count}new</span>\r
+{/if}\r
+{if $bookmarks.lastdescendant_created > $bookmarks.last_visit}<span class='newdesc'>.desc.</span>\r
+{/if}\r
+<br>\r
+{/if}\r
+{/foreach}</div></div>\r
+\r
+<br>\r
+\r
+{/foreach}\r
+<input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>\r
+</form>\r
+\r
+\r
+\r
+</td></tr></table>\r
+\r
+\r
+\r
This page took 0.143609 seconds and 4 git commands to generate.