| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/hering/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="panel panel-default">
<div class="panel-body">
<div class="table-responsive">
<table class="table table-bordered table-hover sys_table">
<thead>
<tr>
<th>{$_L['Date']}</th>
<th>{$_L['Order']} #</th>
<th>{$_L['Amount']}</th>
<th>{$_L['Status']}</th>
</tr>
</thead>
<tbody>
{foreach $d as $ds}
<tr>
<td>
<a href="{$_url}client/order-view-full/{$ds['id']}/{$ds['ordernum']}/">{date( $_c['df'], strtotime({$ds['date_added']}))}</a>
</td>
<td>
<a href="{$_url}client/order-view-full/{$ds['id']}/{$ds['ordernum']}/">{$ds['id']}</a>
</td>
<td class="amount">
{$ds['total']}
</td>
<td>
{if $ds['status'] eq 'Active'}
<span class="label label-success">{ib_lan_get_line($_L[$ds['status']])}</span>
{else}
<span class="label label-danger">{ib_lan_get_line($_L[$ds['status']])}</span>
{/if}
</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
</div>
{include file="sections/footer.tpl"}