File size: 1.87Kb
<?php /* Smarty version Smarty3-RC3, created on 2011-09-19 01:52:11
compiled from "/home/spiderwa/public_html/sys/smarty/templates/ank.edit.tpl" */ ?>
<?php /*%%SmartyHeaderCode:2769929664e76d88b06c4c7-31798078%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'490568a500c68b171e8be18f706bc5a6507b2b24' =>
array (
0 => '/home/spiderwa/public_html/sys/smarty/templates/ank.edit.tpl',
1 => 1316411208,
),
),
'nocache_hash' => '2769929664e76d88b06c4c7-31798078',
'function' =>
array (
),
'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<?php if (!is_callable('smarty_modifier_escape')) include '/home/spiderwa/public_html/sys/smarty/plugins/modifier.escape.php';
?><div class="title">Edit Profile</div>
<form action="editme.php" method="post">
<div class="main">
Name:<br/>
<input type="text" name="name" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('user')->value['name'],'html');?>
" /><br/>
Location:<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/>
Website (Without http://):<br/>
<input type="text" name="url" value="<?php echo smarty_modifier_escape($_smarty_tpl->getVariable('user')->value['site'],'html');?>
" /><br/>
About Me:<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="Submit" />
</div></form>