51ff3226 |
1 | {include file="1549864.tpl"} |
2 | |
3 | {if $user_id eq false} |
4 | <center>{include file="1549885.tpl"}</center> |
5 | |
6 | {else} |
7 | |
8 | <form action='/id/{$node.node_id}/' method='post'> |
9 | |
10 | <input type='text' name='k_wallet' value='{$k_wallet}'> |
11 | <input type='submit' name='event' value='k_wallet'> |
12 | <br /><br /> |
13 | <input type='text' name='header_id' value='{$header_id}'> |
14 | <input type='submit' name='event' value='set_header_template'> |
15 | <br /><br /> |
16 | <input type='text' name='listing_amount' value='{$listing_amount}'> |
17 | <input type='submit' name='event' value='set_listing_amount'> |
18 | <br /><br /> |
19 | old password<input name='old_password' type='password'> |
20 | new password<input name='new_password1' type='password'> |
21 | new password<input name='new_password2' type='password'> |
22 | <input type='submit' name='event' value='set_password'> |
23 | |
24 | </form> |
25 | <br /> |
26 | <br> |
27 | |
28 | |
29 | <table style='width: 100%; align:center;' id='configure'> |
30 | <tr> |
31 | <td align='center'> |
32 | |
33 | {if $node.node_creator eq $user_id or $node.node_permission eq 'master'} |
34 | <form method='post' enctype="multipart/form-data" action='/id/1538/'> |
35 | <table align='center'> |
36 | <tr> |
37 | <td><input type='text' name='node_name' value='{$node.node_name}'></td> |
38 | <td><input type='submit' name='event' value='configure_node_name'> |
39 | </tr><tr> |
40 | <td> |
41 | <select name='node_system_access'> |
42 | <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option> |
43 | <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option> |
44 | <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option> |
45 | <option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option> |
46 | <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option> |
47 | </select> |
48 | </td> |
49 | <td><input type='submit' name='event' value='configure_system_access'></td> |
50 | </tr><tr> |
51 | <td><input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}></td> |
52 | <td><input type='submit' name='event' value='configure_external_access'></td> |
53 | </tr> |
54 | {if $node.node_creator eq $user_id} |
55 | <tr> |
56 | <td><input type='file' name='description_image'></td> |
57 | <td><input type='submit' name='event' value='configure_image'></td> |
58 | </tr> |
59 | {/if} |
60 | <tr> |
61 | <td><input type='text' name='template_id' value='{$node.template_id}' title='[submission: 4 | forum: 3 | nodeshell: 2 | article: 5 | data: 12 | user: 7]'></td> |
62 | <td><input type='submit' name='event' value='configure_template_id'></td> |
63 | </tr> |
64 | </table> |
65 | <table> |
66 | <tr> |
67 | <td>apply on vector ??? <input type='checkbox' name='apply_on_vector'> </td> |
68 | </tr> |
69 | </table> |
70 | </form> |
71 | |
72 | <form action='/id/{$node.node_id}/' method='post'> |
73 | <table> |
74 | <tr> |
75 | <td colspan='2'>vector: {$node.node_vector} </td> |
76 | </tr><tr> |
77 | <td><input type='text' name='new_parent' value='{$node.node_parent}'></td> |
78 | <td><input type='submit' name='event' value='set_parent'></td> |
79 | </tr> |
80 | {if $node.node_creator eq $user_id} |
81 | <tr> |
82 | <td><input type='text' name='external_link' value='{$node.external_link}'></td> |
83 | <td><input type='submit' name='event' value='set_external_link'></td> |
84 | </tr> |
85 | {/if} |
86 | </table> |
87 | </form> |
88 | |
89 | {if $node.node_creator eq $user_id} |
90 | <form action='/id/{$node.node_id}/' method='post'> |
91 | <input type='text' name='owner' value='{$node.owner}'><input type='submit' name='event' value='set_creator'> |
92 | </form> |
93 | {/if} |
94 | |
95 | <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'> |
96 | {if $node.node_system_access eq 'crypto'}crypto password: {$crypto_pass}{/if} |
97 | <input type='file' name='data_file'> <input type='submit' name='event' value='upload_data_file'><br> |
98 | <input type='checkbox' name='unzip'>unzip? |
99 | <input type='checkbox' name='gallery'>gallery<Br><br> |
100 | </form> |
101 | |
102 | |
103 | {if $user_id eq $node.node_id} |
104 | <form action='/id/{$node.node_id}/' method='post'> |
105 | <table align='center'> |
106 | <tr> |
107 | <td><input type='text' name='k_wallet' value='{$k_wallet}'></td> |
108 | <td><input type='submit' name='event' value='k_wallet'></td> |
109 | </tr><tr> |
110 | <td><input type='text' name='header_id' value='{$header_id}'></td> |
111 | <td><input type='submit' name='event' value='set_header_template'></td> |
112 | </tr><tr> |
113 | <td><input type='text' name='listing_amount' value='{$listing_amount}'></td> |
114 | <td><input type='submit' name='event' value='set_listing_amount'></td> |
115 | </tr><tr> |
116 | <td> |
117 | <select name='listing_order'> |
118 | <option value='desc' {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option> |
119 | <option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option> |
120 | </select> |
121 | </td> |
122 | <td><input type='submit' name='event' value='set_listing_order'></td> |
123 | </tr> |
124 | </table> |
125 | <br /> |
126 | <table class='bordered'> |
127 | <tr><td>old password</td><td><input name='old_password' type='password'></td></tr> |
128 | <tr><td>new password</td><td><input name='new_password1' type='password'></td></tr> |
129 | <tr><td>new password (again)</td><td><input name='new_password2' type='password'></td></tr> |
130 | <tr><td colspan='2' align='center'><input type='submit' name='event' value='set_password'></td></tr> |
131 | </table> |
132 | </form> <br /> |
133 | |
134 | {get_user_email_icq_www user_id=$node.node_id} |
135 | {get_moods user_id=$user_id} |
136 | <form action='/id/1538/' method='post'> |
137 | <table> |
138 | <tr> |
139 | <td><input type='text' name='user_email' value='{$get_user_email}' /></td> |
140 | <td><input type='submit' name='event' value='configure_email' /></td> |
141 | </tr> |
142 | <br> |
143 | <tr> |
144 | <td><textarea class='small' name='moodlist'>{$get_moods_string}</textarea></td> |
145 | <td><input type='submit' name='event' value='moodlist' /></td> |
146 | </tr> |
147 | <tr> |
148 | <td><select name='mood'> |
149 | {foreach from=$get_moods item=mood} |
150 | <option value='{$mood.node_id}' {if $get_moods_mood.node_id eq $mood.node_id}selected{/if}>{$mood.node_name}</option> |
151 | {/foreach} |
152 | <option value='' {if $get_moods_mood.node_id eq ''}selected{/if}>clear mood</option> |
153 | </select></td> |
154 | <td><input type='submit' name='event' value='set_mood' /></td> |
155 | </tr> |
156 | </table> |
157 | </form> |
158 | {/if} |
159 | {/if} |
160 | |
161 | <form method='post'> |
162 | template_id: <input type='text' value='{$node.node_id}' name='add_template_id'> <br> |
163 | <input type='submit' name='event' value='addTemplate'> |
164 | </form> |
165 | |
166 | {if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'} |
167 | <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'> |
168 | <textarea class=node_content name='node_content'>{$node.node_content|escape:"html"}</textarea><br> |
169 | <center> |
170 | <input type='submit' name='event' value='configure_content'> <input type='checkbox' name='no_html' value='yes'> NO HTML |
171 | <input type='checkbox' name='code' value='yes'> code |
172 | <input type='checkbox' name='wiki' value='yes'> wiki |
173 | </center> |
174 | </form><br /><br /> |
175 | <form method='post' action='/id/{$node.node_id}'> |
176 | {get_node_commanders}{*masterlist*}{include file="1549911.tpl"} |
177 | </form> |
178 | {/if} |
179 | </td> |
180 | </tr> |
181 | </table> |
182 | |
183 | |
184 | |
185 | <center>© kyberia.sk v2 - ergond's crypt<br> |
186 | prevadzkovatel stranky ruci za nic |
187 | </center> |
188 | |
189 | {include file="1549925.tpl"} |
190 | {/if} |
191 | |
192 | |
193 | |
194 | |
195 | |
196 | |
197 | |
198 | |
199 | |
200 | |
201 | |
202 | |
203 | |
204 | |