Viewing file: 79f800240c9f4f94093ff45aac821f2bb654f9a4.file.user-auth-restore.tpl.php (1.31 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-07-09 07:12:46 compiled from "user/templates/users/user-auth-restore.tpl" */ ?> <?php /*%%SmartyHeaderCode:13793643474ffa5a3ea8f760-27034087%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '79f800240c9f4f94093ff45aac821f2bb654f9a4' => array ( 0 => 'user/templates/users/user-auth-restore.tpl', 1 => 1333008115, ), ), 'nocache_hash' => '13793643474ffa5a3ea8f760-27034087', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <form name="userauthformpage" method="post"> <div style="text-align:center;font-size:13px;"><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_users']['RestorePasswordMessage'];?> </div> <table align="center" cellspacing="0" cellpadding="3" border="0"> <tr> <td align="right"><?php echo $_smarty_tpl->getVariable('ULANG')->value['UsersLoginEmail'];?> :</td> <td><input type="text" name="user_login" size="30" /></td> </tr> <tr> <td> </td> <td> <input type="submit" value="<?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_users']['UsersSend'];?> " /> </td> </tr> </table> </form>
|