File size: 1.31Kb
<?php /*%%SmartyHeaderCode:193184cadfa650060e4-63828470%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'7e890deeecd5db3ed9b109edfbba8566d69a2e53' =>
array (
0 => 'X:/home/biling.ru/www/sys/smarty/templates/upload.tpl',
1 => 1286456233,
),
),
'nocache_hash' => '193184cadfa650060e4-63828470',
'has_nocache_code' => false,
'cache_lifetime' => 3600,
)); /*/%%SmartyHeaderCode%%*/?>
<div class="title">Загрузка файла</div>
<form action="upload.php" method="post" enctype="multipart/form-data">
<idv class="main">
Hазвание:<br/>
<input type="text" name="name" /><br/>
Описание:<br/>
<textarea name="opis" cols="13" rows="5"></textarea><br/>
Выберите файл:<br/>
<input type="file" name="file" /><br/>
Скриншот(необязательно)<br/>
<input type="file" name="scrin" /><br/>
Пароль(необязательно):<br/>
<input type="password" name="pass" /><br/>
Категория:<br/>
<select name="cat">
<option value="1">Картинки</option>
<option value="2">Музыка</option>
<option value="3">Видео</option>
</select><br/>
<input type="submit" name="add" value="Загрузить" />
</div>
</form>