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