File: /www/exchange0old/exchange/admin/cache/%%D2^D28^D2871C5A%%admin_login.html.php
<?php /* Smarty version 2.6.19, created on 2024-06-14 23:03:46
compiled from admin_login.html */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'siteUrl', 'admin_login.html', 7, false),)), $this); ?>
<!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" />
<title>:: Credebt Exchange - Admin Login ::</title>
<link rel="stylesheet" href="css/stylesheet.css" type="text/css" />
<link rel="shortcut icon" href="<?php echo ((is_array($_tmp='/images/logo_favicon.ico')) ? $this->_run_mod_handler('siteUrl', true, $_tmp) : smarty_modifier_siteUrl($_tmp)); ?>
" />
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/aj_admin_home.js"></script>
<script type="text/javascript" src="js/tooltip.js"></script>
<script type="text/javascript" src="js/pngfix.js"></script>
<script type="text/javascript" src="js/row_color.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(document).pngFix();
});
</script>
</head>
<body>
<div id="login_header">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="130">
<tr>
<td width="15%" align="left" valign="top" class="logo"><a href=""> </a></a></td>
<td width="85%" align="right" valign="top"> </td>
</tr>
</table>
<div class="clear"></div>
</div>
<div class="login_panel"><form action="?do=validatelogin" method="post">
<div class="login_hdr">Admin Login</div>
<div class="login_box">
<?php if (count ( $this->_tpl_vars['errmsg'] ) > 0): ?>
<div><span style="color:#FF0000">
<?php $_from = $this->_tpl_vars['errmsg']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['err'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['err']['total'] > 0):
foreach ($_from as $this->_tpl_vars['err']):
$this->_foreach['err']['iteration']++;
?>
<?php echo $this->_tpl_vars['err']; ?>
<br>
<?php endforeach; endif; unset($_from); ?></span></div>
<?php endif; ?>
<div class="login_txt">Email Address</div>
<div class="login_txt"><input type="text" class="login_txtbx" name="email" value="<?php echo $this->_tpl_vars['errval']['email']; ?>
" style="line-height:20px;"/><br/></div>
<div class="login_txt">Password</div>
<div class="login_txt"><input type="password" class="login_txtbx" name="password" value="<?php echo $this->_tpl_vars['errval']['password']; ?>
" style="line-height:20px;" /><br/></div>
<div class="remember_txt"><input type="checkbox" name="" class="chk_bx" /> Remember Me <input type="submit" class="login_btn" value="LOGIN" name="submit"/></div>
</div>
<div class="info_label">
<a href="?do=passwordhelp"><img src="images/lost_pwd.png" alt="Lost Password?" /> Lost Password?</a>
</div></form>
</div>
<div id="footer">
<div class="copy_txt" fon>The Credebt Exchange logo is a European registered Trademark © Credebt Exchange Limited 2011 - <?php echo date("Y"); ?>. Company Number 501210. Registered Office: 15A Baggotrath Place, 15 - 16 Lower Baggot Street, Dublin D02 NX49, Ireland.</div>
</div>
</body>
</html>
<?php echo '<?php'; ?>
unset($_SESSION['error']);
unset($_SESSION['values']);
unset($_SESSION['success']);
<?php echo '?>'; ?>