Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1663920.tpl
1 <link rel='stylesheet' type='text/css' href='http://www.mic.jablonka.org/kyberia/css/bookmarks.css'>
2 <script language="javascript" src="http://www.mic.jablonka.org/kyberia/js/bookmarks.js"></script>
3
4 <table width=80% cellpadding='5' cellspacing='0' border="0">
5 <tr>
6
7 <td valign="top" width="15%">
8 {include file="modules/get_userlist.tpl"}
9 </td>
10
11 <td width="5%">&nbsp;</td>
12
13 <td valign='top' width=60%>
14
15 <form method='post' action='/id/{$node.node_id}'>
16 <span class='tt'><h1>Bookmarks:</h1></span>
17 {get_bookmarks}
18 {foreach from=$get_bookmarks item=bookmark_category}
19 <div class='b_cat'>
20 {* showing bookmark category *}
21 {if $bookmark_category.node_name neq false}
22 &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>
23 {if $bookmark_category.sum neq false}
24 : <span class='newdesc'> {$bookmark_category.sum}new</span>
25 {/if}
26
27
28 {/if}
29 {if $bookmark_category.node_name neq true}
30 <span style="color:white;">&nbsp;&nbsp;nezatriedené ***</span>
31 {/if}
32
33
34
35 <div class='b_item'>
36 {foreach from=$bookmark_category.children item=bookmarks}
37 {if $bookmarks.node_name neq false && $bookmarks.node_id neq ''}
38 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]'
39 value='{$bookmarks.node_id}'>
40 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name|strip_tags}</a>
41 {if $bookmarks.node_user_subchild_count neq false}<span class='newdesc'> {$bookmarks.node_user_subchild_count}new</span>
42 {/if}
43 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}<span class='newdesc'>.desc.</span>
44 {/if}
45 <br>
46 {/if}
47 {/foreach}</div></div>
48
49 <br>
50
51 {/foreach}
52 <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
53 </form>
54
55
56
57 </td></tr></table>
58
59
60
This page took 0.284211 seconds and 4 git commands to generate.