File size: 1.12Kb
<?php /* Smarty version Smarty3-RC3, created on 2011-09-19 03:32:36
compiled from "/home/spiderwa/public_html/sys/smarty/templates/reg_do.tpl" */ ?>
<?php /*%%SmartyHeaderCode:4548958174e76f01465cfe3-38431739%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'e8aa7a3c6ec73b1e01a954390c5c2994b6f2b8cd' =>
array (
0 => '/home/spiderwa/public_html/sys/smarty/templates/reg_do.tpl',
1 => 1316412729,
),
),
'nocache_hash' => '4548958174e76f01465cfe3-38431739',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div class="title">Registration</div>
<form action="reg.php?" method="post">
<div class="main">
Enter Nick:<br/>
<input type="text" name="nick" /><br/>
Enter Email:<br/>
<input type="text" name="mail" value="@" /><br/>
Password:<br/>
<input type="password" name="pass1" /><br/>
Confirm Password:<br/>
<input type="password" name="pass2" /><br/>
<input type="submit" name="reg" value="Register" />
</div></form>