Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1845091.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {include file="modules/header.tpl"}
10
11 {if $error eq true}
12 <center><font style='error'>{$error}</font></center>
13 {/if}
14
15
16 {if $user_id eq false}
17 <center>{include file="modules/loginbox.tpl"}</center><br><br>
18 {/if}
19
20 <table width='100%'><tr>
21
22 <!--left column-->
23 <td valign='top' align='center' width='23%'>
24 {* show node info *}
25 {include file="modules/node_settings.tpl"}
26 <font color=red>Pünk is not dëd!</font><br>
27
28 {* showing poll *}
29 {include file="modules/get_poll_box.tpl"}
30 <br>
31 {*showing bookmark_statistics*}
32 {include file="modules/get_bookmark_statistics_box.tpl"}
33
34 </td>
35 <!--end of left column-->
36
37 <!--main central column-->
38 <td valign='top'>
39 {*showing node_content*}
40
41 <div style="margin-left: 10px; margin-right: 10px; list-style-type: square;">
42 {get_bookmarks}
43 {foreach from=$get_bookmarks item=bookmark_category}
44 {* showing bookmark category *}
45 {if $bookmark_category.node_name neq false}
46 &nbsp;&nbsp;{$bookmark_category.node_name}<br>
47 {else}&nbsp;&nbsp;[Nezaradene]<br>
48 {/if}
49 {foreach from=$bookmark_category.children item=bookmarks}
50
51 {if $bookmarks.node_name}
52 <code>&#60;a href='/id/{$bookmarks.node_id}/'&#62;{$bookmarks.node_name}&#60;/a&#62;</code>
53 <br>
54 {/if}
55 {/foreach}
56 <br>
57
58 {/foreach}
59 </div>
60 </td></tr></table>
61
62 {include file="modules/footer.tpl"}
63 <center>ani prevadzkovatel tohto fora za nic neruci, <font color=red>pünk je pünk</font></center>
This page took 0.307675 seconds and 4 git commands to generate.