View file Spiderwap.in File Hosting/sys/smarty/templates_c/a180ef93297696c948672145c6cc952bd2ab2555.file.act.cat.tpl.php

File size: 1.68Kb
<?php /* Smarty version Smarty3-RC3, created on 2011-09-19 04:12:54
         compiled from "/home/spiderwa/public_html/sys/smarty/templates//adm/act.cat.tpl" */ ?>
<?php /*%%SmartyHeaderCode:6542138074e76f986ec36a0-41215909%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    'a180ef93297696c948672145c6cc952bd2ab2555' => 
    array (
      0 => '/home/spiderwa/public_html/sys/smarty/templates//adm/act.cat.tpl',
      1 => 1316413924,
    ),
  ),
  'nocache_hash' => '6542138074e76f986ec36a0-41215909',
  'function' => 
  array (
  ),
  'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if (!is_callable('smarty_modifier_escape')) include '/home/spiderwa/public_html/sys/smarty/plugins/modifier.escape.php';
?><div class="title">Change category</div>
<div class="main">
<form action="act.php?act=edic&id=<?php echo $_smarty_tpl->getVariable('cats')->value['id'];?>
" method="post">
Name:<br/>
<input type="text" name="name" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('cats')->value['name'],'html');?>
" /><br/>
Extensions for download (via, for example. Mp3)
<input type="text" name="ext" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('cats')->value['ros'],'html');?>
" /><br/>
Who can upload files:<br/>
<select name="who">
<option value="0">I just</option>
<option value="1">Only Registered </option>
<option value="2">All</option>
</select><br/>
Maximum file size (KB)<br/>
<input type="text" name="max" value="<?php echo $_smarty_tpl->getVariable('cats')->value['max'];?>
" /><br/>
<input type="submit" name="da" value="Change" />
</div></form>