Файл: content/themes/admin/templates_c/eac7202fdfe4465fba14d9b7402a2fda064a9a19.file.signin.tpl.php
Строк: 86
<?php /* Smarty version Smarty-3.1.11, created on 2013-09-11 02:29:17
compiled from "/home/p110476/www/net.wm-scripts.ru/content/themes/admin/templates/signin.tpl" */ ?>
<?php /*%%SmartyHeaderCode:1508417890522f9d3d217816-34337231%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'eac7202fdfe4465fba14d9b7402a2fda064a9a19' =>
array (
0 => '/home/p110476/www/net.wm-scripts.ru/content/themes/admin/templates/signin.tpl',
1 => 1378851653,
2 => 'file',
),
),
'nocache_hash' => '1508417890522f9d3d217816-34337231',
'function' =>
array (
),
'variables' =>
array (
'SITE_URL' => 0,
'translate' => 0,
'error' => 0,
'highlight' => 0,
'year' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.11',
'unifunc' => 'content_522f9d3d2e0280_99932294',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_522f9d3d2e0280_99932294')) {function content_522f9d3d2e0280_99932294($_smarty_tpl) {?><?php echo $_smarty_tpl->getSubTemplate ('_head.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);?>
<body class="login">
<!-- Login -->
<div class="admin-login">
<h1>
<a href="<?php echo $_smarty_tpl->tpl_vars['SITE_URL']->value;?>
/admin">
<?php echo $_smarty_tpl->tpl_vars['translate']->value->__("ADMIN");?>
</a>
</h1>
<div class="login-body">
<h2><?php echo $_smarty_tpl->tpl_vars['translate']->value->__("Login to your account");?>
</h2>
<form class="form-signin" action="login.php" method="post">
<?php if ($_smarty_tpl->tpl_vars['error']->value!=''){?>
<div class="alert alert-error">
<strong><?php echo $_smarty_tpl->tpl_vars['translate']->value->__("ERROR!");?>
</strong> <?php echo $_smarty_tpl->tpl_vars['error']->value;?>
</div>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['highlight']->value!=''){?>
<div class="alert alert-info">
<?php echo $_smarty_tpl->tpl_vars['highlight']->value;?>
</div>
<?php }?>
<div class="control-group <?php if ($_smarty_tpl->tpl_vars['error']->value!=''){?>error<?php }?>">
<div class="email">
<input type="text" class="" placeholder="<?php echo $_smarty_tpl->tpl_vars['translate']->value->__("Username or email");?>
" name="username_email">
</div>
</div>
<div class="control-group <?php if ($_smarty_tpl->tpl_vars['error']->value!=''){?>error<?php }?>">
<div class="pw">
<input type="password" class="" placeholder="<?php echo $_smarty_tpl->tpl_vars['translate']->value->__("Password");?>
" name="password">
</div>
</div>
<div class="submit">
<label class="checkbox">
<input type="checkbox" value="remember"> <?php echo $_smarty_tpl->tpl_vars['translate']->value->__("Remember me");?>
</label>
<button type="submit" class="m-btn green" name="submit"><?php echo $_smarty_tpl->tpl_vars['translate']->value->__("Sign in");?>
<i class="m-icon-swapright m-icon-white"></i></button>
</div>
</form>
<div class="forget">
<a class="login-link" href="<?php echo $_smarty_tpl->tpl_vars['SITE_URL']->value;?>
/recover"><span><?php echo $_smarty_tpl->tpl_vars['translate']->value->__("Forgot your password?");?>
</span></a>
</div>
</div>
<div class="copyright">
© <?php echo $_smarty_tpl->tpl_vars['year']->value;?>
<?php echo $_smarty_tpl->tpl_vars['translate']->value->__("Powered by Sngine");?>
</div>
</div>
<!-- Login -->
</body>
</html><?php }} ?>