renamed data directory
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1548972.tpl
diff --git a/data/templates/own_templates/1548972.tpl b/data/templates/own_templates/1548972.tpl
deleted file mode 100644 (file)
index 7296ba0..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-{if $user_id eq false}
-<center>{include file="modules/loginbox.tpl"}</center><br><br>
-{/if}
-
-<form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
-<table align='center'>
-<tr><td><input type='text' name='node_name' value='{$node.node_name}'>
-<td><input type='submit' name='event' value='configure_node_name'>
-<tr><td><select name='node_system_access'>
-<option value='public' {if $node.node_system_access eq 'public'}selected{/if}>public</option>
-<option value='moderated' {if $node.node_system_access eq 'moderated'}selected{/if}>moderated</option>
-<option value='private' {if $node.node_system_access eq 'private'}selected{/if}>private</option>
-<option value='cube' {if $node.node_system_access eq 'cube'}selected{/if}>cube</option>
-<option value='crypto' {if $node.node_system_access eq 'crypto'}selected{/if}>crypto</option>
-</select></td>
-<td><input type='submit' name='event' value='configure_system_access'>
-<tr><td><input name='node_external_access' type='checkbox' value='yes' {if $node.node_external_access eq 'yes'}checked{/if}>
-<td><input type='submit' name='event' value='configure_external_access'>
-<tr><td><input type='file' name='description_image'>
-<td><input type='submit' name='event' value='configure_image'>
-<tr><td><input type='text' name='template_id' value='{$node.template_id}'>
-<td><input type='submit' name='event' value='configure_template_id'>
-</table>
-<table><tr><td>apply on vector ??? <input type='checkbox' name='apply_on_vector'> </td></tr></table>
-</form>
-
-
-
-<form action='/id/{$node.node_id}/' method='post'>
-<table>
-<tr><td colspan='2'>vector: {$node.node_vector} </td></tr>
-<tr><td>
-<input type='text' name='new_parent' value='{$node.node_parent}'>
-</td><td>
-<input type='submit' name='event' value='set_parent'>
-</td></tr>
-</table>
-</form>
-
-<form action='/id/{$node.node_id}/' method='post'>
-<table>
-<tr><td><input type='text' name='owner' value='{$node.owner}'><input type='submit' name='event' value='set_creator'>
-</table>
-</form>
-
-<!--
-<form action='/id/{$node.node_id}/' method='post'>
-<table><tr><td>
-<select name='template_id'>
-{foreach key=key from=$types item=template_id}
-<option value='{$key}'>{$template_id}</option>
-{/foreach}
-</select>
-</td>
-<td>
-<input type='submit' name='event' value='set_type'>
-</td></tr></table>
-</form>
--->
-<form method='post' enctype="multipart/form-data" action='/id/{$node.node_id}/'>
-{if $node.node_system_access eq 'crypto'}crypto password: {$crypto_pass}{/if}
-<input type='file' name='data_file'>&nbsp;&nbsp;<input type='submit' name='event' value='upload_data_file'>
-<br><input type='checkbox' name='unzip'>unzip?
-<input type='checkbox' name='gallery'>gallery<Br><br>
-</form>
-
-{if $user_id eq $node.node_id}
-<form action='/id/{$node.node_id}/' method='post'>
-<table align='center'>
-<tr><td><input type='text' name='header_id' value='{$header_id}'></td><td><input type='submit' name='event' value='set_header_template'></td></tr>
-<tr><td><input type='text' name='listing_amount' value='{$listing_amount}'></td><td><input type='submit' name='event' value='set_listing_amount'></td></tr>
-<tr><td><select name='listing_order'>
-<option value='desc'  {if $smarty.session.listing_order eq 'desc'}selected{/if}>najnovsie hore</option>
-<option value='asc' {if $smarty.session.listing_order eq 'asc'}selected{/if}>najstarsie hore</option>
-</select>
-<td><input type='submit' name='event' value='set_listing_order'></td></tr>
-</table>
-<br>
-<table class='bordered'>
-<tr><td>old password</td><td><input name='old_password' type='password'></td></tr>
-<tr><td>new password</td><td><input name='new_password1' type='password'></td></tr>
-<tr><td>new password (again)</td><td><input name='new_password2' type='password'></td></tr>
-<tr><td colspan='2' align='center'><input type='submit' name='event' value='set_password'></td></tr>
-</table>
-</FORM>
-{/if}
\ No newline at end of file
This page took 0.143435 seconds and 4 git commands to generate.