Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2500049.tpl
1 {include file="modules/header.tpl"} <table width=100%> <tr><td valign='top'> <form method='post' action='/id/{$node.node_id}'> {get_bookmarks} {foreach from=$get_bookmarks item=bookmark_category} {* showing bookmark category *} {if $bookmark_category.node_name neq false} kat <a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a> {if $bookmark_category.sum neq false}|<span class='most_important'> {$bookmark_category.sum} N</span> {/if} {/if} <br> {foreach from=$bookmark_category.children item=bookmarks} {if $bookmarks.node_name neq false && $bookmarks.node_id neq ''} <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} CH</span> {/if} {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}|<span class='most_important'>D</span> {/if}{if $bookmarks.node_creator eq $user_id or $bookmarks.node_permission eq 'master' or $bookmarks.node_permission eq 'op'} | [<a href='/id/{$bookmarks.node_id}/1961033'>cfg</a>] {/if} <br> {/if} {/foreach} <br> {/foreach} <input type='text' name='bookmark_category_id' /><input type='submit' name='event' value='set_bookmark_category' /><br /> <input type='submit' name='event' value='unbook_multi' /> <input type='submit' name='event' value='set_as_read' /> </form> </td></tr></table> {include file="modules/footer.tpl"}
This page took 0.24982 seconds and 4 git commands to generate.