Viewing file: 48d08583db0d8e865157ccc5cfb59116448a3537.file.user-auth-form.tpl.php (1.81 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-04-12 16:09:57 compiled from "user/templates/users/user-auth-form.tpl" */ ?> <?php /*%%SmartyHeaderCode:3907279254f86d42530b1f3-65123730%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '48d08583db0d8e865157ccc5cfb59116448a3537' => array ( 0 => 'user/templates/users/user-auth-form.tpl', 1 => 1333008115, ), ), 'nocache_hash' => '3907279254f86d42530b1f3-65123730', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <form name="userauthformpage" action="/user/login" method="post"> <table align="center" cellspacing="0" cellpadding="3" border="0"> <tr> <td align="left"><?php echo $_smarty_tpl->getVariable('ULANG')->value['UsersLoginEmail'];?> :</td> <td><input type="text" name="user_login" size="30" /></td> </tr> <tr> <td align="left"><?php echo $_smarty_tpl->getVariable('ULANG')->value['UsersPassword'];?> : </td> <td><input type="password" name="user_password" size="30"/></td> </tr> <tr> <td><a href="/user/register"><?php echo $_smarty_tpl->getVariable('ULANG')->value['UsersRegister'];?> </a> </td> <td align="right"> <input type="submit" value="<?php echo $_smarty_tpl->getVariable('ULANG')->value['UsersLoginButton'];?> " /></td> </tr> <tr> <td><a href="/user/restore"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_users']['ForgotPassword'];?> </a></td> <td align="right"><label style="color: #00F;"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_users']['Remember'];?> : <input type="checkbox" name="remember"/></label> </td> </tr> </table> </form>
|