View file Spiderwap.in File Hosting/sys/smarty/templates_c/615c30232e559afb45b8972060262eedfd0bdf3d.file.ank.edit.tpl.php

File size: 1.9Kb
<?php /* Smarty version Smarty3-RC3, created on 2010-10-10 17:28:33
         compiled from "X:/home/biling.ru/www/sys/smarty/templates/ank.edit.tpl" */ ?>
<?php /*%%SmartyHeaderCode:83504cb1cd91de3523-45886202%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    '615c30232e559afb45b8972060262eedfd0bdf3d' => 
    array (
      0 => 'X:/home/biling.ru/www/sys/smarty/templates/ank.edit.tpl',
      1 => 1286566237,
    ),
  ),
  'nocache_hash' => '83504cb1cd91de3523-45886202',
  'function' => 
  array (
  ),
  'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if (!is_callable('smarty_modifier_escape')) include 'X:\home\biling.ru\www\sys\smarty\plugins\modifier.escape.php';
?><div class="title">Редактировать анкету</div>
<form action="editme.php" method="post">
<div class="main">
Имя:<br/>
<input type="text" name="name" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('user')->value['name'],'html');?>
" /><br/>
Место проживания:<br/>
<input type="text" name="siti" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('user')->value['siti'],'html');?>
" /><br/>
ICQ:<br/>
<input type="text" name="icq" value="<?php echo $_smarty_tpl->getVariable('user')->value['icq'];?>
" /><br/>
Skype:<br/>
<input type="text" name="skype" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('user')->value['skype'],'html');?>
" /><br/>
Сайт (c http://):<br/>
<input type="text" name="url" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('user')->value['site'],'html');?>
" /><br/>
О себе:<br/>
<textarea name="osebe" cols="15" rows="5"><?php echo smarty_modifier_escape($_smarty_tpl->getVariable('user')->value['osebe'],'html');?>
</textarea><br/>
<input type="submit" name="edit" value="Изменить" />
</div></form>