Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1550938.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 {if $user_id eq false}
10 <center>{include file="modules/loginbox.tpl"}</center><br><br>
11 {/if}
12
13 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/' class='c_conf1'>
14 <div id='conf1'>
15 <input type='text' name='node_name' value='{$node.node_name}'>
16 <input type='submit' name='event' value='configure_node_name'>
17 <select name='node_system_access'>
18 <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
19 <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
20 <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
21 <option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option>
22 <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
23 </select>
24 <input type='submit' name='event' value='configure_system_access'>
25 <input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}>
26 <input type='submit' name='event' value='configure_external_access'>
27 <input type='file' name='description_image'>
28 <input type='submit' name='event' value='configure_image'>
29 <input type='text' name='template_id' value='{$node.template_id}'>
30 <input type='submit' name='event' value='configure_template_id'>
31 </div>
32 apply on vector ??? <input type='checkbox' name='apply_on_vector'>
33 </form>
34
35
36 <form action='/id/{$node.node_id}/' method='post' class='c_parent'>
37 vector: {$node.node_vector}
38 <input type='text' name='new_parent' value='{$node.node_parent}'>
39 <input type='submit' name='event' value='set_parent'>
40 </form>
41
42 <form action='/id/{$node.node_id}/' method='post'>
43 <input type='text' name='owner' value='{$node.owner}'><input type='submit' name='event' value='set_creator'>
44 </form>
45
46 <!--
47 <form action='/id/{$node.node_id}/' method='post'>
48 <table><tr><td>
49 <select name='template_id'>
50 {foreach key=key from=$types item=template_id}
51 <option value='{$key}'>{$template_id}</option>
52 {/foreach}
53 </select>
54 </td>
55 <td>
56 <input type='submit' name='event' value='set_type'>
57 </td></tr></table>
58 </form>
59 -->
60 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
61 {if $node.node_system_access eq 'crypto'}crypto password: {$crypto_pass}{/if}
62 <input type='file' name='data_file'>&nbsp;&nbsp;<input type='submit' name='event' value='upload_data_file'>
63 <br><input type='checkbox' name='unzip'>unzip?
64 <input type='checkbox' name='gallery'>gallery<Br><br>
65 </form>
66
67 {if $user_id eq $node.node_id}
68 <form action='/id/{$node.node_id}/' method='post'>
69 <input type='text' name='header_id' value='{$header_id}'><input type='submit' name='event' value='set_header_template'>
70 <input type='text' name='listing_amount' value='{$listing_amount}'><input type='submit' name='event' value='set_listing_amount'>
71 <tr><td><select name='listing_order'>
72 <option value='desc' {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option>
73 <option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option>
74 </select>
75 <td><input type='submit' name='event' value='set_listing_order'>
76
77 <br>
78 <div class='bordered'>
79 old password<input name='old_password' type='password'>
80 new password><input name='new_password1' type='password'>
81 new password (again)<input name='new_password2' type='password'>
82 <input type='submit' name='event' value='set_password'>
83 </div>
84 </FORM>
85 {/if}
86
This page took 0.407024 seconds and 4 git commands to generate.