Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 23.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
10{get_movement_params}
11{include file="modules/header.tpl"}
12
13{if $error eq true}
14<center><font style='error'>{$error}</font></center>
15{/if}
16
17{if $user_id eq false}
18<center>{include file="modules/loginbox.tpl"}</center>
19
20{else}
21
22<table width='100%'><tr>
23
24<!--left column-->
25<td valign='top' align='center' width='23%'>
26<span class='important'>random forumz</span><br><br>
27{include file="modules/get_nodes_by_type_small.tpl" type=3 listing_amount=$listing_amount}
28<br><br>
29<span class='important'>data</span><br><br>
30{include file="modules/get_nodes_by_type_small.tpl" vector=;1;101 type=12 listing_amount=$listing_amount}
31<br>
32</td>
33<!--end of left column-->
34
35<!--main central column-->
36<td valign='top'>
37<!--
38<form method='post'>
39<table align='center'><tr>
40<td><input type='hidden' name='get_children_offset' value='{$offset}'></td>
41<td><input type='submit' name='get_children_move' value='<'></td>
42<td><input type='submit' name='get_children_move' value='<<'></td>
43<td><input name='get_children_move' type='submit' value='>>'></td>
44<td><input type='submit' name='get_children_move' value='>'></td>
45</tr></table>
46</form>
47-->
48{include file="modules/get_last.tpl" vector=$action listing_amount=$listing_amount}
49<!--end of central column-->
50
51</td></tr></table>
52{/if}
53
54{include file="modules/footer.tpl"}
55
56
57
58
This page took 0.157913 seconds and 4 git commands to generate.