Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1434109.tpl
1 {include file="modules/header.tpl"}
2
3 {if $error eq true}
4 <center><font style='error'>{$error}</font></center>
5 {/if}
6
7
8 {if $user_id eq false}
9 <center>{include file="modules/loginbox.tpl"}</center><br><br>
10 {/if}
11
12 <table width='100%'><tr>
13
14 <!--left column-->
15 <td valign='top' align='center' width='23%'>
16 {* show node info *}
17 {include file="modules/node_settings.tpl"}
18 <font color=red>Pünk is not dëd!</font><br>
19
20 {* showing poll *}
21 {include file="modules/get_poll_box.tpl"}
22 <br>
23 {*showing bookmark_statistics*}
24 {include file="modules/get_bookmark_statistics_box.tpl"}
25
26 </td>
27 <!--end of left column-->
28
29 <!--main central column-->
30 <td valign='top'>
31 {*showing node_content*}
32
33 <div style="margin-left: 10px; margin-right: 10px; list-style-type: square;">
34 {get_bookmarks}
35 {foreach from=$get_bookmarks item=bookmark_category}
36 {* showing bookmark category *}
37 {if $bookmark_category.node_name neq false}
38 <hr width="80%" align="left">&nbsp;&nbsp;&nbsp;&nbsp;{$bookmark_category.node_name}<hr width="80%" align="left"><br>
39 {else}<hr width="80%" align="left">&nbsp;&nbsp;&nbsp;&nbsp;[Nezaradene]<hr width="80%" align="left"><br>
40 {/if}
41 {foreach from=$bookmark_category.children item=bookmarks}
42
43 {if $bookmarks.node_name}
44 <li><a href='/id/{$bookmarks.node_id}/'>{$bookmarks.node_name}</a> <form action='/id/{$bookmarks.node_id}/' method='post'>
45 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='submit' name='event' value='unbook'>
46 </form><br>
47 {else}
48
49 {if $bookmarks.node_id neq false}
50 <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'>
51 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type='submit' name='event' value='unbook'></form><br>
52 {else}
53 <li><font color=red>!!!</font> [Chybny bookmark] - neopravitelny typ, obratte sa na lamparen<br><br>
54 {/if}
55
56 {/if}
57 {/foreach}
58 <br>
59
60 {/foreach}
61 </div>
62 </td></tr></table>
63
64 {include file="modules/footer.tpl"}
65 <center>ani prevadzkovatel tohto fora za nic neruci, <font color=red>pünk je pünk</font></center>
This page took 0.377632 seconds and 4 git commands to generate.