View file Spiderwap.in File Hosting/sys/smarty/templates_c/a84f1d02799061163271d8ed3ff048fdba0958de.file.reg_do.tpl.php

File size: 1.2Kb
<?php /* Smarty version Smarty3-RC3, created on 2010-10-10 17:28:04
         compiled from "X:/home/biling.ru/www/sys/smarty/templates/reg_do.tpl" */ ?>
<?php /*%%SmartyHeaderCode:278924cb1cd74d69ef7-50229455%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    'a84f1d02799061163271d8ed3ff048fdba0958de' => 
    array (
      0 => 'X:/home/biling.ru/www/sys/smarty/templates/reg_do.tpl',
      1 => 1286370213,
    ),
  ),
  'nocache_hash' => '278924cb1cd74d69ef7-50229455',
  '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>