Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1961033.tpl~
CommitLineData
e586807d
H
1{if $user_id eq false}
2
3<html>
4<head>
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/css/kyberia.css'>
8<title>analyza dokazala hovno</title>
9<script>
10function vymena() {ldelim}
11 document.formular.mail_to.value = document.formular.mail_to.value.toLowerCase() ;
12 document.images['fricon'].src = '/images/users/'+document.formular.mail_to.value+'.gif';
13{rdelim}
14
15function chngto(name,id) {ldelim}
16 document.formular.mail_to.value = name ;
17 name = name.toLowerCase() ;
18 document.images['fricon'].src = '/images/nodes/' +id.substr(0,1)+'/'+id.substr(1,1)+'/'+id+'.gif';
19{rdelim}
20</script>
21</head>
22
23<body>
24{if $user_id eq true}{include file="modules/toolbar.tpl"}{/if}
25{if $error eq true}<center><span class='most_important'>{$error}</span></center>{/if}
26{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}
27<!--<span class='most_important'>dnes v noci od 23:23 bude niekolko hodin kyberia vypnuta, vdaka za pochopenie</span>-->
28{/if}
29
30<table style='width: 100%; align:center;'>
31<tr><td align='center'>
32
33{if $node.node_creator eq $user_id}
34{if $user_id eq false}
35<center>{include file="modules/loginbox.tpl"}</center><br><br>
36{/if}
37
38<form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
39<table align='center'>
40<tr><td><input type='text' name='node_name' value='{$node.node_name}'>
41<td><input type='submit' name='event' value='configure_node_name'>
42<tr><td><select name='node_system_access'>
43<option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
44<option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
45<option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
46<option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option>
47<option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
48</select></td>
49<td><input type='submit' name='event' value='configure_system_access'>
50<tr><td><input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}>
51<td><input type='submit' name='event' value='configure_external_access'>
52<tr><td><input type='file' name='description_image'>
53<td><input type='submit' name='event' value='configure_image'>
54<tr><td><input type='text' name='template_id' value='{$node.template_id}'>
55<td><input type='submit' name='event' value='configure_template_id'>
56</table>
57<table><tr><td>apply on vector ??? <input type='checkbox' name='apply_on_vector'> </td></tr></table>
58</form>
59
60
61
62<form action='/id/{$node.node_id}/' method='post'>
63<table>
64<tr><td colspan='2'>vector: {$node.node_vector} </td></tr>
65<tr><td>
66<input type='text' name='new_parent' value='{$node.node_parent}'>
67</td><td>
68<input type='submit' name='event' value='set_parent'>
69</td></tr>
70</table>
71</form>
72
73<form action='/id/{$node.node_id}/' method='post'>
74<table>
75<tr><td><input type='text' name='owner' value='{$node.owner}'><input type='submit' name='event' value='set_creator'>
76</table>
77</form>
78
79<!--
80<form action='/id/{$node.node_id}/' method='post'>
81<table><tr><td>
82<select name='template_id'>
83{foreach key=key from=$types item=template_id}
84<option value='{$key}'>{$template_id}</option>
85{/foreach}
86</select>
87</td>
88<td>
89<input type='submit' name='event' value='set_type'>
90</td></tr></table>
91</form>
92-->
93<form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
94{if $node.node_system_access eq 'crypto'}crypto password: {$crypto_pass}{/if}
95<input type='file' name='data_file'>&nbsp;&nbsp;<input type='submit' name='event' value='upload_data_file'>
96<br><input type='checkbox' name='unzip'>unzip?
97<input type='checkbox' name='gallery'>gallery<Br><br>
98</form>
99
100{if $user_id eq $node.node_id}
101<form action='/id/{$node.node_id}/' method='post'>
102<table align='center'>
103<tr><td><input type='text' name='header_id' value='{$header_id}'></td><td><input type='submit' name='event' value='set_header_template'></td></tr>
104<tr><td><input type='text' name='listing_amount' value='{$listing_amount}'></td><td><input type='submit' name='event' value='set_listing_amount'></td><
105<tr><td><select name='listing_order'>
106<option value='desc' {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option>
107<option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option>
108</select>
109<td><input type='submit' name='event' value='set_listing_order'></td></tr>
110</table>
111<br>
112<table class='bordered'>
113<tr><td>old password</td><td><input name='old_password' type='password'></td></tr>
114<tr><td>new password</td><td><input name='new_password1' type='password'></td></tr>
115<tr><td>new password (again)</td><td><input name='new_password2' type='password'></td></tr>
116<tr><td colspan='2' align='center'><input type='submit' name='event' value='set_password'></td></tr>
117</table>
118</FORM>
119{/if}
120
121{/if}
122
123
124{if $node.node_creator eq $user_id or $node.node_permission eq 'master'}
125<form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
126<input type='checkbox' name='no_html' value='yes'>&nbsp;NO HTML<br>
127<textarea class=node_content name='node_content'>
128{$node.node_content|escape:"html"}
129</textarea><br>
130<center><input type='submit' name='event' value='configure_content'></center>
131</form>
132<br><br>
133{/if}
134
135
136</form>
137</td></tr>
138</table>
139
140
141
142<center>&copy; kyberia.sk v2 - ergond's crypt<br>
143prevadzkovatel stranky ruci za nic
144</center>
145<!-- NAJ.sk -->
146<noscript>
147<img src="http://www.naj.sk/hit?id=10686;n=1" width="1" height="1" alt="" border="0">
148</noscript>
149<!-- NAJ.sk - konec -->
150
151</body>
152</html>
This page took 0.253008 seconds and 4 git commands to generate.