Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1434109.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 <hr width="80%" align="left">&nbsp;&nbsp;&nbsp;&nbsp;{$bookmark_category.node_name}<hr width="80%" align="left"><br>
47 {else}<hr width="80%" align="left">&nbsp;&nbsp;&nbsp;&nbsp;[Nezaradene]<hr width="80%" align="left"><br>
48 {/if}
49 {foreach from=$bookmark_category.children item=bookmarks}
50
51 {if $bookmarks.node_name}
52 <li><a href='/id/{$bookmarks.node_id}/'>{$bookmarks.node_name}</a> <form action='/id/{$bookmarks.node_id}/' method='post'>
53 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='submit' name='event' value='unbook'>
54 </form><br>
55 {else}
56
57 {if $bookmarks.node_id neq false}
58 <li><a href='/id/{$bookmarks.node_id}/'><font color=red>!!!</font> [chybny bookmark]</a> - unbook nemusi fungovat <form action='/id/{$bookmarks.node_id}/' method='post'>
59 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='submit' name='event' value='unbook'></form><br>
60 {else}
61 <li><font color=red>!!!</font> [Chybny bookmark] - neopravitelny typ, obratte sa na lamparen<br><br>
62 {/if}
63
64 {/if}
65 {/foreach}
66 <br>
67
68 {/foreach}
69 </div>
70 </td></tr></table>
71
72 {include file="modules/footer.tpl"}
73 <center>ani prevadzkovatel tohto fora za nic neruci, <font color=red>pünk je pünk</font></center>
This page took 0.2613 seconds and 4 git commands to generate.