Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / hysteria / modules / configure.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{if $user_id eq false}
10<center>{include file="modules/loginbox.tpl"}</center><br><br>
11{/if}
12
13<table width='70%'>
14<tr><td>name/keywordz:
15<td><input type='text' name='node_name' value='{$node.node_name}'>
16<td>system_access
17<td><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='personal' {if $node.node_system_access eq 'personal'}selected{/if}>personal</option>
22<option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
23</select></td>
24{*<td>node_creator<td><input type='text' name='node_creator' value='$node.owner'>*}
25<tr><td>parent:
26<td align='left'>
27<input type='text' name='node_parent' value='{$node.node_parent}'>
28<td>external_access<td><input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}>
29<td>image</td><td><input type='file' name='description_image'>
30<tr><td colspan='6' align='center'><input type='submit' name='event' value='configure'></td></tr></table>
31<br>
32{if $node.node_system_access eq 'crypto'}crypto password: {$crypto_pass}{/if}
33<br>sablona:
34default: <input type='radio' name='node_template' value='default' {if $node.node_template eq 'default'}checked{/if}>
35own: <input type='radio' name='node_template' value='own' {if $node.node_template eq 'own'}checked{/if}>
36<input type='file' name='template_file'>&nbsp;&nbsp;<input type='submit' name='event' value='upload_own_template'><br><br>
This page took 0.157436 seconds and 4 git commands to generate.