1 {* header *}{include file="1549864.tpl"}
4 <center><font style='error'>{$error}</font></center>
9 <center>{* loginbox *}{include file="1549885.tpl"}</center>
13 <table width='100%'><tr>
16 <td valign='top' align='center' width='23%'>
17 {* node_settings *}{include file="1549925.tpl"}
20 {* showing poll *}{*include file="1549834.tpl"*}
22 {*showing bookmark_statistics*}{include file="1549386.tpl"}
24 <!--end of left column-->
26 <!--main central column-->
29 <table style='width: 100%; align:center;' id='configure'>
32 <table align='center'>
34 <td><input type='text' name='node_name' value='{$node.node_name}'></td>
35 <td><input type='submit' name='event' value='configure_node_name'>
38 <select name='node_system_access'>
39 <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
40 <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
41 <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
42 <option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option>
43 <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
46 <td><input type='submit' name='event' value='configure_system_access'></td>
48 <td><input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}></td>
49 <td><input type='submit' name='event' value='configure_external_access'></td>
52 <td><input type='file' name='description_image'></td>
53 <td><input type='submit' name='event' value='configure_image'></td>
56 <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>
57 <td><input type='submit' name='event' value='configure_template_id'></td>
62 <td>apply on vector ??? <input type='checkbox' name='apply_on_vector'> </td>
67 <form action='/id/{$node.node_id}/' method='post'>
70 <td colspan='2'>vector: {$node.node_vector} </td>
72 <td><input type='text' name='new_parent' value='{$node.node_parent}'></td>
73 <td><input type='submit' name='event' value='set_parent'></td>
76 <td><input type='text' name='external_link' value='{$node.external_link}'></td>
77 <td><input type='submit' name='event' value='set_external_link'></td>
82 <form action='/id/{$node.node_id}/' method='post'>
83 <input type='text' name='owner' value='{$node.owner}'><input type='submit' name='event' value='set_creator'>
86 <form action='/id/{$node.node_id}/' method='post'>
87 <table align='center'>
89 <td><input type='text' name='k_wallet' value='{$k_wallet}'></td>
90 <td><input type='submit' name='event' value='k_wallet'></td>
92 <td><input type='text' name='header_id' value='{$header_id}'></td>
93 <td><input type='submit' name='event' value='set_header_template'></td>
95 <td><input type='text' name='listing_amount' value='{$listing_amount}'></td>
96 <td><input type='submit' name='event' value='set_listing_amount'></td>
99 <select name='listing_order'>
100 <option value='desc' {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option>
101 <option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option>
104 <td><input type='submit' name='event' value='set_listing_order'></td>
109 {get_user_email_icq_www user_id=$node.node_id}
110 <form action='/id/{$node.node_id}/' method='post'>
113 <td><input type='text' name='user_email' value='{$get_user_email}' /></td>
114 <td><input type='submit' name='event' value='configure_email' /></td>
120 template_id: <input type='text' value='{$node.node_id}' name='add_template_id'> <br>
121 <input type='submit' name='event' value='addTemplate'>
124 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
125 <textarea class=node_content name='node_content'>{$node.node_content|escape:"html"}</textarea><br>
127 <input type='submit' name='event' value='configure_content'> <input type='checkbox' name='no_html' value='yes'> NO HTML
128 <input type='checkbox' name='code' value='yes'> code
129 <input type='checkbox' name='wiki' value='yes'> wiki
136 <!--end of central column-->