renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-data / templates / own_templates / 2100656.tpl
CommitLineData
51ff3226 1{* header *}{include file="1549864.tpl"}
2
3{if $user_id eq false}
4<center>{* loginbox *}{include
5file="1549885.tpl"}</center><br><br>
6{/if}
7
8<table width='100%'><tr>
9
10<!--left column-->
11<td valign='top' align='center' width='23%'>
12{* node_settings *}
13{include file="1549925.tpl"}
14
15{* get_poll_box *}
16{include file="1549834.tpl"}
17<br>
18{*get_bookmark_statistics_box*}
19{include file="1549386.tpl"}
20</td>
21<!--end of left column-->
22
23<!--main central column-->
24<td width=666 valign='top'>
25{*node_content*}
26{include file="1549916.tpl"}
27{*include file="2072862.tpl"*}
28{*showing form for adding child node*}
29<form enctype="multipart/form-data" action='/id/{$node.node_id}/{if $action neq
30false}{$action}{/if}'method='post' name='formular'>
31{if $permissions.w eq true}{*addnode*}{*include file="1548927.tpl"*}
32{if $permissions.w eq true}
33<table>
34 <tr>
35 <td>
36 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;title or keywords::
37 <input type='text' name='node_name'>
38 </td>
39 <td>
40 <input type='checkbox' name='no_html' value='yes'><td
41valign='middle'>&nbsp;NO HTML
42 </td>
43<!--
44 <td>
45 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;optional data file::<input
46type='file' name='data_file'>
47 &nbsp;{$user_quota}bytez
48-->
49 </tr>
50</table>
51
52<textarea name='node_content'>{$post_vars.node_content}</textarea>
53
54<table width=666>
55 <tr>
56 <td>
57 <input type='submit' name='event' value='add'>
58 </td>
59 <td>
60 <!--
61 <select name='template_id'>
62 <option value='4'>submission</option>
63 <option value='3'>forum</option>
64 <option value='2'>nodeshell</option>
65 <option value='8'>friend</option>
66 </select>
67 -->
68 <input type='text' name='template_id' size=5 value='4'
69title='[submission: 4 | forum: 3 | nodeshell: 2 | article: 5 | data: 12]'>
70 </td>
71 <td>
72 <input type='submit' name='template_event'
73value='preview'>
74 </td>
75 <!--<td>&nbsp;<input type='checkbox' name='between'
76value='yes'><td valign='middle'>&nbsp;use between</td>-->
77
78 <td>
79 {include file="1549913.tpl"}
80 </td>
81 <td align='left'>
82 <input type='submit' name='template_event'
83value='filter_by'>
84 </td>
85 <td align='left'>
86 <select name='search_type'>
87 <option value='user'>user</option>
88 <option value='content'>content</option>
89 </select>
90 </td>
91 <td>
92 <input type='hidden' name='node_parent'
93value='{$node.node_id}'>
94 </td>
95 </tr>
96 <tr>
97 <td colspan='5' align='center'>
98
99{if $permissions.h eq true or $node.node_creator eq $user_id or $node.node_permission eq 'master'}
100<div id='own_toolbar'>
101<!--<input type='submit' name='event' value='offtopic'>-->
102&nbsp;<input type='submit' name='event' value='set_parent2'>::<input
103type='text' name='new_parent'>
104</div>{/if}
105
106
107
108 </td>
109 </tr>
110</table>
111
112<div class='add_put'>
113 <!--&nbsp;<input type='submit' name='event'
114value='delete'>-->
115 u have {$user_k} <input type='submit' value='K' name='event'
116style='margin-right:23px'>
117<input type='submit' name='event' value='destroy_synapse'>
118 <input type='submit' name='event' value='put'> into
119 <select name='nodeshell_id'>
120 {foreach from=$bookmarks key=id item=name}<option
121value='{$id}'>{$name|strip_tags|truncate:42:"":true}</option>{/foreach}
122 </select>
123</div>
124<br>
125{if $permissions.w eq true}
126 {* get_node_userlist *}{include file="1549803.tpl"}
127{/if}
128
129{/if}
130
131
132
133
134
135
136{/if}
137{*get_threaded_children*}{include file="1549839.tpl" children_type=4}
138</form>
139<!--end of central column-->
140
141</td></tr></table>
142
143{*footer*}{include file="1549377.tpl"}
This page took 0.211583 seconds and 4 git commands to generate.