File: /www/exchange0old/exchange/admin/cache/%%E6^E6D^E6DBA34F%%investment_history.html.php
<?php /* Smarty version 2.6.19, created on 2024-07-22 10:54:56
compiled from investors/investment_history.html */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'siteUrl', 'investors/investment_history.html', 10, false),array('modifier', 'number_format', 'investors/investment_history.html', 39, 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 Panel ::</title>
<link rel="stylesheet" href="css/stylesheet.css" type="text/css"/>
<link type="text/css" href="../css/bootstrap.min.css?ver=2" rel="stylesheet"/>
<link rel="shortcut icon" href="<?php echo $_SESSION['base_url']; ?>
images/logo_favicon.ico"/>
<link type="text/css" href="<?php echo ((is_array($_tmp='/css/ui-lightness/jquery-ui-1.10.4.custom.min.css')) ? $this->_run_mod_handler('siteUrl', true, $_tmp) : smarty_modifier_siteUrl($_tmp)); ?>
"
rel="stylesheet"/>
<script type="text/javascript" src="<?php echo ((is_array($_tmp='/js/jquery.js')) ? $this->_run_mod_handler('siteUrl', true, $_tmp) : smarty_modifier_siteUrl($_tmp)); ?>
"></script>
<script type="text/javascript" src="<?php echo ((is_array($_tmp='/js/jquery-ui-1.10.4.custom.js')) ? $this->_run_mod_handler('siteUrl', true, $_tmp) : smarty_modifier_siteUrl($_tmp)); ?>
"></script>
<script type="text/javascript" src="js/aj_admin_home.js"></script>
</head>
<body style="background: none; padding: 2px">
<h4 style="color: #FFF;background: #555;margin: 0;padding: 15px 0 15px 0;">Investment history</h4>
<table class="table table-striped table-responsive table-bordered">
<tr>
<th nowrap="nowrap">Currency</th>
<th nowrap="nowrap">Commission</th>
<th nowrap="nowrap">Months</th>
<th nowrap="nowrap">Buy rate</th>
<th nowrap="nowrap">Notes/Comments</th>
<th nowrap="nowrap">Amount</th>
<?php if ($this->_tpl_vars['investment']['investment_type'] == 1): ?>
<th nowrap="nowrap">Investment Type</th>
<?php endif; ?>
<th nowrap="nowrap">Modified at</th>
<th nowrap="nowrap">Modified by</th>
</tr>
<?php $_from = $this->_tpl_vars['history']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['item']):
?>
<tr>
<td nowrap="nowrap" align="left">
<?php echo $this->_tpl_vars['item']['currency_code']; ?>
</td>
<td nowrap="nowrap" align="right">
<?php echo ((is_array($_tmp=$this->_tpl_vars['item']['commission'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 3) : smarty_modifier_number_format($_tmp, 3)); ?>
%
</td>
<td nowrap="nowrap" align="right">
<?php echo $this->_tpl_vars['item']['months']; ?>
</td>
<td nowrap="nowrap" align="right">
<?php echo ((is_array($_tmp=$this->_tpl_vars['item']['buy_rate'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 3) : smarty_modifier_number_format($_tmp, 3)); ?>
%
</td>
<td>
<?php echo $this->_tpl_vars['item']['comment']; ?>
</td>
<td nowrap="nowrap" align="right">
<?php echo ((is_array($_tmp=$this->_tpl_vars['item']['amount'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2) : smarty_modifier_number_format($_tmp, 2)); ?>
</td>
<?php if ($this->_tpl_vars['investment']['investment_type'] == 1): ?>
<td>
<?php echo $this->_tpl_vars['item']['investment_source']; ?>
</td>
<?php endif; ?>
<td>
<?php echo $this->_tpl_vars['item']['modified_at']; ?>
</td>
<td>
<?php echo $this->_tpl_vars['item']['admin']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</table>
</body>
</html>