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