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