Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1561422.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{include file="modules/header.tpl"}
10
11{if $user_id eq false}
12<center>{include file="modules/loginbox.tpl"}</center><br><br>
13{/if}
14<!--main column-->
15<table width='100%'><tr>
16<td width=666 valign='top' align='center'>
17{*showing node_content*}
18{include file="modules/node_content.tpl"}
19</td>
20</tr></table>
21<!--end of main column-->
22
23<!--bottom column-->
24<table width='666' align='center'><tr>
25
26<td width='222'>
27<table align='center'>
28<tr><td colspan='2' align='center'>
29<img src='/images/nodes/1/5/1561354.gif'>
30</td></tr>
31<tr><td>node:</td><td><a href='/id/{$node.node_id}'>{$node.node_name}</a></td></tr>
32<tr><td>template:</td><td><a href='/id/1561422'>1561422</a></td></tr>
33<tr><td>parent:</td><td><a href='/id/{$node.node_parent}'>{$node.node_parent_name}</a></td>
34<tr><td>owner:</td><td><a href='/id/{$node.node_creator}'>{$node.node_creator}</a></td>
35<tr><td>datetime:</td><td>15.04.2005. - 15:12:41</td></tr>
36</table>
37</td>
38
39<td width='222'>
40<table class='bordered' align='center'>
41<tr><td colspan='2' align='center' class='important'>permissions</td></tr>
42<tr><td>you:</td><td align='center'>
43{if $permissions.r eq true}r,{/if}{if $permissions.w eq true}w,{/if}{$node.node_permission}
44</td>
45<tr><td>system:</td><td align='center'>{$node.node_system_access}</td>
46<tr><td>net:</td><td align='center'>{$node.node_external_access}</td>
47</table>
48</td>
49
50<td width='222'>
51<center><a href='/id/{$node.node_id}/neurons'>neurons</a><br>
52<a href='/id/{$node.node_id}/stats'>statistics</a><br>
53<a href='/id/{$node.node_id}/offtopic'>offtopic</a><br>
54<a href='/id/{$node.node_id}/links'>links</a><br>
55<a href='/id/{$node.node_id}/print'>print</a><br>
56<a href='/id/15/'>k</a><br>
57<span class='important'> total children::{$node.node_children_count} </span><br>
58{$k.k}</center>
59<table align='center'>
60<form action='/id/{$node.node_id}/' method='post'>
61<tr><td colspan='2' align='center'>
62<input type='submit' name='event' value='book'>
63<input type='submit' name='event' value='unbook'>
64&nbsp;
65<input type='submit' name='event' value='K'>
66</td></tr>
67</form>
68</table>
69<center>{if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'}<a href='/id/{$node.node_id}/configure'>configure</a><br>{/if}
70<a href='/id/{$node.node_id}/forum'>!!!show flat!!!</a><br></center>
71</td>
72
73</tr></table>
74<!--end of bottom column-->
75
76{include file="modules/footer.tpl"}
This page took 0.142488 seconds and 4 git commands to generate.