1 {if $header_id neq true}
5 <meta http-equiv="Default-Style" content="kyberia">
6 <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
7 <link rel='stylesheet' title="kyberia" type='text/css' href='/data/templates/own_templates/2019722.tpl'>
8 <title>{* title.tpl *}{include file="791948.tpl"}</title>
10 <script language="JavaScript" type="text/javascript">
15 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
16 var browser = navigator.appName;
17 if(browser == "Microsoft Internet Explorer")
19 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
23 xmlhttp = new XMLHttpRequest();
25 get_id_url = 'http://kyberia.sk/ajax/get_username_by_id.php?name=';
26 get_id_url += document.formular.mail_to.value;
27 xmlhttp.open("GET", get_id_url);
28 xmlhttp.onreadystatechange = function()
30 if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
32 id = xmlhttp.responseText;
33 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
38 function chngto(name,id)
40 document.formular.mail_to.value = name ;
41 name = name.toLowerCase() ;
42 document.images['fricon'].src = '/images/nodes/'+id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
51 {if $user_id eq true}{include file="1549959.tpl"}{/if}
52 {if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
53 {if $new_mail eq true}<center><a href='/id/24/' class='mail'>u have {$new_mail} new mail,last from {$new_mail_name}</a></center>{/if}
56 <table style='width: 100%; align:center;' id='configure'>
59 {if $user_id eq false}<center>{* loginbox *}{include file="1549885.tpl"}</center><br /><br />{/if}
60 {if $node.node_creator eq $user_id or $node.node_permission eq 'master'}
61 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
62 <table align='center'>
64 <td><input type='text' name='node_name' value='{$node.node_name}' /></td>
65 <td><input type='submit' name='event' value='configure_node_name' /></td>
69 <select name='node_system_access'>
70 <option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
71 <option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
72 <option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
73 <option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option>
74 <option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
77 <td><input type='submit' name='event' value='configure_system_access' /></td>
80 <td><input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if} /></td>
81 <td><input type='submit' name='event' value='configure_external_access' /></td>
83 {if $node.node_creator eq $user_id}
85 <td><input type='file' name='description_image' /></td>
86 <td><input type='submit' name='event' value='configure_image' /></td>
90 <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>
91 <td><input type='submit' name='event' value='configure_template_id' /></td>
96 <td>apply on vector ??? <input type='checkbox' name='apply_on_vector' /></td>
101 <form action='/id/{$node.node_id}/' method='post'>
104 <td colspan='2'>vector: {$node.node_vector}</td>
107 <td><input type='text' name='new_parent' value='{$node.node_parent}' /></td>
108 <td><input type='submit' name='event' value='set_parent' /></td>
110 {if $node.node_creator eq $user_id}
112 <td><input type='text' name='external_link' value='{$node.external_link}' /></td>
113 <td><input type='submit' name='event' value='set_external_link' /></td>
119 {if $node.node_creator eq $user_id}
120 <form action='/id/{$node.node_id}/' method='post'>
121 <input type='text' name='owner' value='{$node.owner}' />
122 <input type='submit' name='event' value='set_creator' />
126 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
127 {if $node.node_system_access eq 'crypto'}crypto password: {$crypto_pass}{/if}
128 <input type='file' name='data_file' />
129 <input type='submit' name='event' value='upload_data_file' /><br />
130 <input type='checkbox' name='unzip' />unzip?
131 <input type='checkbox' name='gallery'>gallery<br /><br />
134 {if $user_id eq $node.node_id}
135 <form action='/id/{$node.node_id}/' method='post'>
136 <table align='center'>
138 <td><input type='text' name='k_wallet' value='{$k_wallet}' /></td>
139 <td><input type='submit' name='event' value='k_wallet' /></td>
142 <td><input type='text' name='header_id' value='{$header_id}' /></td>
143 <td><input type='submit' name='event' value='set_header_template' /></td>
146 <td><input type='text' name='listing_amount' value='{$listing_amount}' /></td>
147 <td><input type='submit' name='event' value='set_listing_amount' /></td>
151 <select name='listing_order'>
152 <option value='desc' {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option>
153 <option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option>
156 <td><input type='submit' name='event' value='set_listing_order' /></td>
160 <table class='bordered'>
161 <tr><td>old password</td><td><input name='old_password' type='password' /></td></tr>
162 <tr><td>new password</td><td><input name='new_password1' type='password' /></td></tr>
163 <tr><td>new password (again)</td><td><input name='new_password2' type='password' /></td></tr>
164 <tr><td colspan='2' align='center'><input type='submit' name='event' value='set_password' /></td></tr>
168 {get_user_email_icq_www user_id=$node.node_id}
169 {get_moods user_id=$user_id}
170 <form action='/id/{$node.node_id}/' method='post'>
173 <td><input type='text' name='user_email' value='{$get_user_email}' /></td>
174 <td><input type='submit' name='event' value='configure_email' /></td>
177 <td><textarea class='small' name='moodlist'>{$get_moods_string}</textarea></td>
178 <td><input type='submit' name='event' value='moodlist' /></td>
183 {foreach from=$get_moods item=mood}
184 <option value='{$mood.node_id}' {if $get_moods_mood.node_id eq $mood.node_id}selected{/if}>{$mood.node_name}</option>
186 <option value='' {if $get_moods_mood.node_id eq ''}selected{/if}>clear mood</option>
189 <td><input type='submit' name='event' value='set_mood' /></td>
197 template_id: <input type='text' value='{$node.node_id}' name='add_template_id' /><br />
198 <input type='submit' name='event' value='addTemplate' />
201 {if $node.node_creator eq $user_id or $node.node_permission eq 'master' or $node.node_permission eq 'op'}
202 <form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
203 <textarea class=node_content name='node_content'>{$node.node_content|escape:"html"}</textarea><br />
205 <input type='submit' name='event' value='configure_content'>
206 <input type='checkbox' name='no_html' value='yes' /> NO HTML
207 <input type='checkbox' name='code' value='yes'> code
208 <input type='checkbox' name='wiki' value='yes'> wiki
209 </center><br /><br />
211 <form method='post' action='/id/{$node.node_id}'>
212 {get_node_commanders}{*masterlist*}{include file="1549911.tpl"}
219 <!-- in memorian ergond 23.7.2002 -->
221 © kyberia.sk v2.3 - solon's revenge<br />
222 prevadzkovatel stranky ruci za nic<br />