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