Viewing file: 70a2ce5badf1391279dfdb7e6c921c2be873927d.file.user-auth-panel.tpl.php (1.04 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-03-29 11:05:35 compiled from "user/templates/users/user-auth-panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:4597679764f7417cf9479d4-64240432%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '70a2ce5badf1391279dfdb7e6c921c2be873927d' => array ( 0 => 'user/templates/users/user-auth-panel.tpl', 1 => 1333008115, ), ), 'nocache_hash' => '4597679764f7417cf9479d4-64240432', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <form class="regist" action="/user/login" method="post">
<input type="text" placeholder="<?php echo $_smarty_tpl->getVariable('ULANG')->value['UsersLoginEmail'];?> " class="email">
<input type="password" placeholder="<?php echo $_smarty_tpl->getVariable('ULANG')->value['UsersPassword'];?> " class="password">
<input type="submit" class="sign in" value=""/>
<input type="submit" class="sign up" value=""/>
</form>
|