Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / eventz / bookmarks.inc
1 {* header *}{include file="1549864.tpl"}
2
3 <table width=100%>
4 <tr><td valign='top' width=12%>
5 {* get_userlist *}{include file="1549848.tpl"}
6 </td>
7
8 <td valign='top' width=50%>
9
10 <!-- BANNER PLACE START -->
11 <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='468' height='60'><param name='movie' value='http://www.subclub.sk/images/banners/milkshake468x60.swf'><param name='quality' value='high'><embed src='http://www.subclub.sk/images/banners/milkshake468x60.swf' quality=high width='468' height='60' type='application/x-shockwave-flash' pluginspace='http://www.macromedia.com/go/getflashplayer'></embed></object>
12 <!-- BANNER PLACE END -->
13 <form method='post' action='/id/{$node.node_id}'>
14
15 {get_bookmarks}
16 {foreach from=$get_bookmarks item=bookmark_category}
17 {* showing bookmark category *}
18 {if $bookmark_category.node_name neq false}
19 kategoria::<a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
20 {if $bookmark_category.sum neq false}
21 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
22 {/if}
23 {/if}
24 <br>
25
26 {foreach from=$bookmark_category.children item=bookmarks}
27 <input style='height: 11px; width: 11px;' type='checkbox' name='bookmarks_chosen[]' value='{$bookmarks.node_id}'>
28 {if $bookmarks.node_name}
29 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
30 {if $bookmarks.node_user_subchild_count neq false}
31 :: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW CHILDREN</span>
32 {/if}
33 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
34 :: <span class='most_important'>!!NEW DESCENDANT!!</span>
35 {/if}
36 {if $bookmarks.node_updated > $bookmarks.last_visit}
37 :: <span class='most_important'>!!CONTENT CHANGED!!</span>
38 {/if}
39
40
41 {/if}
42 <br>
43 {/foreach}
44
45 <br>
46 {/foreach}
47 Recycle Bin [<a href='/id/1571388/2086083'>1</a>,<a href='/id/123456/2086083'>2</a>]
48 <br><br>
49 <input type='text' name='bookmark_category_id'><input type='submit' name='event' value='set_bookmark_category'>
50 </form>
51
52 </td></tr></table>
53 {*footer*}{include file="1549377.tpl"}
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
This page took 0.305962 seconds and 4 git commands to generate.