File size: 1.22Kb
<?php /* Smarty version Smarty3-RC3, created on 2010-11-14 12:05:50
compiled from "/home/elpik209/public_html/sys/smarty/templates/reg_do.tpl" */ ?>
<?php /*%%SmartyHeaderCode:19778700294cdfa66ebada77-79558067%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ca335f51ac97a23c9e3bc2b24e6bbd11dbdc346a' =>
array (
0 => '/home/elpik209/public_html/sys/smarty/templates/reg_do.tpl',
1 => 1286366612,
),
),
'nocache_hash' => '19778700294cdfa66ebada77-79558067',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div class="title">Регистрация</div>
<form action="reg.php?" method="post">
<div class="main">
Введите логин:<br/>
<input type="text" name="nick" /><br/>
Введите email:<br/>
<input type="text" name="mail" value="@" /><br/>
Введите пароль:<br/>
<input type="password" name="pass1" /><br/>
Подтвердите пароль:<br/>
<input type="password" name="pass2" /><br/>
<input type="submit" name="reg" value="Зарегестрироватся" />
</div></form>