Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1432305.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{get_movement_params children_count=$node.node_children_count}<br />
10{include file="modules/header.tpl"}
11
12{if $error eq true}
13<center><font style='error'>{$error}</font></center>
14{/if}
15
16
17{if $user_id eq false}
18<center>{include file="modules/loginbox.tpl"}</center><br><br>
19{/if}
20
21<table width='100%'><tr>
22
23<!--left column-->
24<td valign='top' align='center' width='23%'>
25{* show node info *}
26{include file="modules/node_settings.tpl"}
27
28
29{* showing poll *}
30{include file="modules/get_poll_box.tpl"}
31
32{*showing bookmark_statistics*}
33{include file="modules/get_bookmark_statistics_box.tpl"}
34</td>
35<!--end of left column-->
36
37<!--main central column-->
38<td valign='top'>
39<table width='666' class='bordered'><tr><td>
40<div style="background-color: #664411; padding-bottom: 3px; padding-left: 14px; padding-top: 3px"><span style=" color: #D4CB50; font-size: larger;">- <strong>Posledne pridane datanody</strong> -</span></div><br />
41<div style="padding-left: 14px; list-style-type: square;">
42(V zozname je poslednych 50 pridanych datanod kamkolvek v kyberii, nielen v kniznici)<br /><br />
43{get_nodes_by_type type=12 listing_amount=50 offset=$offset}
44{foreach from=$get_nodes_by_type item=child}
45<a href='/id/{$child.node_id}'>{$child.node_name|wordwrap:80:"<br>":true}</a><br>
46by <a href='/id/{$child.node_creator}'>{$child.login|wordwrap:50:"<br>":true}</a> in <a href='/id/{$child.node_parent}'>{$child.parent_name|wordwrap:80:"<br>":true}</a> on {$child.lastchild_created|wordwrap:80:"<br>":true}<br><br>
47
48{/foreach}
49
50thnx to MARIN
51
52<table width="100%" border="0" summary=""><tr>
53<td width="15%" valign="top">=> <a href='http://hysteria.sk/kbase/' target='_blank'><span style=" color: #D4CB50">.kbase</span></a></td><td width="15%" valign="top"><li><a href='/id/683817' >Kniznica</a></td><td width="13%" valign="top"><li><a href='/id/683643' >Sklad</a></td><td width="12%" valign="top"><li><a href='/id/1446809' >Share</a></td><td width="14%" valign="top"><li><a href='/id/1392818' >Katalog</a></td><td width="16%" valign="top"><li><a href='/id/978453' >Pripomienky</a></td><td width="15%"><li><a href='/id/63532'>L:teratura</a></td></tr></table></div>
54</td></tr></table>
55<!--end of central column-->
56</td></tr></table>
57
58{include file="modules/footer.tpl"}
This page took 0.1391 seconds and 4 git commands to generate.