Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1550938.tpl
1 {if $user_id eq false}
2 <center>{include file="modules/loginbox.tpl"}</center><br><br>
3 {/if}
4
5 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/' class='c_conf1'>
6 <div id='conf1'>
7 <input type='text' name='node_name' value='{$node.node_name}'>
8 <input type='submit' name='event' value='configure_node_name'>
9 <select name='node_system_access'>
10 <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
11 <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
12 <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
13 <option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option>
14 <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
15 </select>
16 <input type='submit' name='event' value='configure_system_access'>
17 <input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}>
18 <input type='submit' name='event' value='configure_external_access'>
19 <input type='file' name='description_image'>
20 <input type='submit' name='event' value='configure_image'>
21 <input type='text' name='template_id' value='{$node.template_id}'>
22 <input type='submit' name='event' value='configure_template_id'>
23 </div>
24 apply on vector ??? <input type='checkbox' name='apply_on_vector'>
25 </form>
26
27
28 <form action='/id/{$node.node_id}/' method='post' class='c_parent'>
29 vector: {$node.node_vector}
30 <input type='text' name='new_parent' value='{$node.node_parent}'>
31 <input type='submit' name='event' value='set_parent'>
32 </form>
33
34 <form action='/id/{$node.node_id}/' method='post'>
35 <input type='text' name='owner' value='{$node.owner}'><input type='submit' name='event' value='set_creator'>
36 </form>
37
38 <!--
39 <form action='/id/{$node.node_id}/' method='post'>
40 <table><tr><td>
41 <select name='template_id'>
42 {foreach key=key from=$types item=template_id}
43 <option value='{$key}'>{$template_id}</option>
44 {/foreach}
45 </select>
46 </td>
47 <td>
48 <input type='submit' name='event' value='set_type'>
49 </td></tr></table>
50 </form>
51 -->
52 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
53 {if $node.node_system_access eq 'crypto'}crypto password: {$crypto_pass}{/if}
54 <input type='file' name='data_file'>&nbsp;&nbsp;<input type='submit' name='event' value='upload_data_file'>
55 <br><input type='checkbox' name='unzip'>unzip?
56 <input type='checkbox' name='gallery'>gallery<Br><br>
57 </form>
58
59 {if $user_id eq $node.node_id}
60 <form action='/id/{$node.node_id}/' method='post'>
61 <input type='text' name='header_id' value='{$header_id}'><input type='submit' name='event' value='set_header_template'>
62 <input type='text' name='listing_amount' value='{$listing_amount}'><input type='submit' name='event' value='set_listing_amount'>
63 <tr><td><select name='listing_order'>
64 <option value='desc' {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option>
65 <option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option>
66 </select>
67 <td><input type='submit' name='event' value='set_listing_order'>
68
69 <br>
70 <div class='bordered'>
71 old password<input name='old_password' type='password'>
72 new password><input name='new_password1' type='password'>
73 new password (again)<input name='new_password2' type='password'>
74 <input type='submit' name='event' value='set_password'>
75 </div>
76 </FORM>
77 {/if}
78
This page took 0.287505 seconds and 4 git commands to generate.