Viewing file: d46d3420631fc4da0de4f5115065125f53429bed.file.auth.tpl.php (3.2 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-02-09 11:58:49 compiled from "admin/templates/auth.tpl" */ ?> <?php /*%%SmartyHeaderCode:857798254f3398d98e2b40-79358558%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'd46d3420631fc4da0de4f5115065125f53429bed' => array ( 0 => 'admin/templates/auth.tpl', 1 => 1328738770, ), ), 'nocache_hash' => '857798254f3398d98e2b40-79358558', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="/admin/admin.css" /> <link rel="stylesheet" type="text/css" href="/admin/ui-lightness/jquery-ui-1.8.4.custom.css" /> <link rel="stylesheet" type="text/css" href="/admin/ui.checkbox.css" /> <script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/js/jquery-ui-1.8.4.custom.min.js"></script> <script type="text/javascript" src="/js/ui.checkbox.js"></script> <script type="text/javascript" src="/js/jquery.form.js"></script> <script type="text/javascript" src="/js/jquery.tablednd.js"></script> <script type="text/javascript" src="/js/globalite.js"></script> <script type="text/javascript" src="/modules-alien/ckeditor/ckeditor.js"></script> <script type="text/javascript" src="/js/admin.js"></script> <script type="text/javascript">Globalite.setLang("<?php echo $_smarty_tpl->getVariable('alang')->value;?> ");</script> <title><?php echo $_smarty_tpl->getVariable('PageTitle')->value;?> </title> </head> <body style="background-color:#FFF;"> <div class="container"> <div id="header"><?php echo $_smarty_tpl->getVariable('HeaderTitle')->value;?> </div> <div id="auth-block"> <div id="auth-error-message" style="display:none"></div> <form method="post" action="" name="auth-form" id="auth-form"> <table border="0" align="center" cellpadding="3" cellspacing="3"> <tr> <td align="right"><?php echo $_smarty_tpl->getVariable('ALANG')->value['Admins_login'];?> :</td> <td><input type="text" name="login" id="login" class="ui-state-default ui-widget ui-corner-all" /></td> </tr> <tr> <td align="right"><?php echo $_smarty_tpl->getVariable('ALANG')->value['Admins_admin_password'];?> :</td> <td><input name="password" type="password" id="password" value="" class="ui-state-default ui-widget ui-corner-all"/></td> </tr> <tr> <td> </td> <td><button type="submit" id="submit" class="ui-state-default ui-widget ui-corner-all"><?php echo $_smarty_tpl->getVariable('ALANG')->value['AdminsLoginButton'];?> </button></td> </tr> </table> </form> </div> <?php $_template = new Smarty_Internal_Template("footer.tpl", $_smarty_tpl->smarty, $_smarty_tpl, $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null); echo $_template->getRenderedTemplate();?><?php $_template->updateParentVariables(0);?><?php unset($_template);?> </div> </body> </html>
|