Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1445992.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}
10{include file="modules/header.tpl"}
11
12{if $error eq true}
13<center><font style='error'>{$error}</font></center>
14{/if}
15
16{if $user_id eq false}
17<center>{include file="modules/loginbox.tpl"}</center><br><br>
18{/if}
19
20<table width='100%'><tr>
21
22<!--left column-->
23<td valign='top' align='center' width='23%'>
24
25<table>
26<tr><td colspan='2' align='center'>
27<img src='/images/nodes/1/4/{$node.node_id}.gif'>
28</td></tr>
29<tr><td>node:</td><td><a href='/id/{$node.node_id}'>23.02.2005-10:28:34</a></td></tr>
30<tr><td>template:</td><td><a href='/id/4'>4</a></td></tr>
31<tr><td>parent:</td><td><a href='/id/821926'>N0T3P4D</a></td>
32<tr><td>owner:</td><td><a href='/id/1434594'>replica</a></td>
33<tr><td>datetime:</td><td>23.02.2005. - 10:28:34</td></tr>
34</table>
35
36<br>
37
38<table class='bordered'>
39<tr><td colspan='2' align='center' class='important'>permissions</td></tr>
40<tr><td>you:</td><td align='center'>
41r,w,owner
42</a></td>
43<tr><td>system:</td><td align='center'>private</a></td>
44<tr><td>net:</td><td align='center'>yes</a></td>
45</table>
46<br>
47
48<center><a href='/id/{$node.node_id}/neurons'>neurons</a></center>
49<br>
50<center><a href='/id/{$node.node_id}/stats'>statistics</a></center>
51<center><a href='/id/{$node.node_id}/offtopic'>offtopic</a></center>
52<center><a href='/id/{$node.node_id}/links'>links</a></center>
53<center><a href='/id/{$node.node_id}/print'>print</a></center>
54<center><a href='/id/15/{$node.node_id}'>k</a></center>
55
56
57<table>
58<tr>
59
60 <td colspan='2' align='center'>
61 <br><span class='important'>node viewed 9 times</span>
62 <br><span class='important'>total descendants::</span>
63 <br><span class='important'>total children::0</span>
64 </td>
65
66<form action='/id/{$node.node_id}/' method='post'>
67
68<tr>
69 <td colspan='2' align='center'>
70 <input type='submit' name='event' value='book'>
71 &nbsp;
72 <input type='submit' name='event' value='K'>
73 </td>
74</tr>
75
76</form>
77</table>
78
79<center><a href='/id/{$node.node_id}/configure'>configure</a></center><br>
80<center><a href='/id/{$node.node_id}/forum'>!!!show flat!!!</a></center>
81
82<br>
83
84{* showing poll *}
85{include file="modules/get_poll_box.tpl"}
86<br>
87{*showing bookmark_statistics*}
88{include file="modules/get_bookmark_statistics_box.tpl"}
89</td>
90<!--end of left column-->
91
92<!--main central column-->
93<td width=66% valign='top'>
94{*showing node_content*}
95{include file="modules/node_content.tpl"}
96
97{*showing form for adding child node*}
98<form enctype="multipart/form-data" action='/id/{$node.node_id}/
99{if $action neq false}{$action}{/if}' method='post' name='formular'>
100{if $permissions.w eq true}
101{* include file="modules/addnode.tpl" *}
102
103<table>
104 <tr>
105 <td>
106 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title or keywords::
107 <input type='text' name='node_name'>
108 </td>
109 <td><input type='checkbox' name='no_html' value='yes'><td valign='middle'>&nbsp;NO HTML</td>
110 </tr>
111</table>
112
113<textarea name='node_content'></textarea>
114
115<table width=666>
116
117<tr><!- -------------------------------------------- -->
118
119<td>
120
121{if $user_id eq 2133}
122 <input type='submit' name='event' value='add'>
123{else}
124 <input type='submit' name='event' value='ass'>
125{/if}
126
127<td>
128 <select name='template_id'>
129 <option value='4'>submission</option>
130 <option value='3'>forum</option>
131 <option value='2'>nodeshell</option>
132 <option value='12'>data</option>
133 </select>
134</td>
135
136<td>
137 <input type='submit' name='template_event' value='preview'>
138
139<td>
140
141 <table>
142 <tr>
143 <td><input type='hidden' name='get_children_offset' value='0'></td>
144 <td><input type='submit' name='get_children_move' value='<'></td>
145 <td><input type='submit' name='get_children_move' value='<<'></td>
146 <td><input class='small' name='listing_amount' type='text' value='100'></td>
147 <td><select name='listing_order'>
148 <option value='desc' selected >zozadu :-)</option>
149 <option value='asc' >(-: zpredu</option>
150 </select></td>
151 <td><input name='get_children_move' type='submit' value='>>'></td>
152 <td><input type='submit' name='get_children_move' value='>'></td>
153 </tr>
154 </table>
155
156</td>
157
158<td align='left'><input type='submit' name='template_event' value='filter_by'>
159<td align='left'>
160<select name='search_type'>
161 <option value='user'>user</option>
162 <option value='content'>content</option>
163</select>
164<td align='left'><input type='submit' name='event' value='put'>
165<td align='left'><input class='small' type='text' value='' name='nodeshell_id'>
166<td><input type='hidden' name='node_parent' value='{$node.node_id}'>
167
168</tr><!- -------------------------------------------- -->
169
170<tr><!- -------------------------------------------- -->
171
172<td colspan='5' align='center'>
173 <table><tr>
174 <td colspan='5' align='center'>
175 <input type='submit' name='event' value='delete'>
176 &nbsp;<input type='submit' name='event' value='set_parent'>
177 ::<input type='text' name='new_parent'>
178 </td>
179 </tr></table>
180
181</td>
182
183</tr><!- -------------------------------------------- -->
184</table>
185
186<table align='center'><tr>
187 <td>u have 23</td>
188 <td><input type='submit' value='K' name='event'>&nbsp;&nbsp;</td>
189</tr></table>
190
191<br>
192
193<table align='center'>
194<tr>
195<td><a href='/id/{$user_id}/'>
196 <img hspace='0' vspace='0' width='50' height='50' border='0' align='left' name='pwnd' alt='pwnd' src='/images/nodes/{$user_id[0]}/{$user_id[1]}/{$user_id}.gif'>
197</a></td>
198</tr></table>
199
200{/if}
201{include file="modules/get_threaded_children.tpl"}
202
203</form>
204
205
206<!--end of central column-->
207
208</td></tr></table>
209
210{include file="modules/footer.tpl"}
211
212
213
214
This page took 0.265278 seconds and 4 git commands to generate.