| 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/public_html/lrsys_apps/leve/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="row">
<div class="col-md-12 m-t-md">
<div class="alert alert-danger" id="emsg">
<span id="emsgbody"></span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 ib_profile_width">
<div class="panel panel-default" id="ibox_panel">
<div class="panel-body">
<div class="thumb-info mb-md">
{if $d['img'] eq 'gravatar'}
<img src="http://www.gravatar.com/avatar/{($d['email'])|md5}?s=400" class="img-thumbnail img-responsive" alt="{$d['fname']} {$d['lname']}">
{elseif $d['img'] eq ''}
<img src="{$app_url}application/storage/system/profile-icon.png" class="img-thumbnail img-responsive" alt="{$d['fname']} {$d['lname']}">
{else}
<img src="{$d['img']}" class="img-thumbnail img-responsive" alt="{$d['account']}">
{/if}
<div class="thumb-info-title">
<span class="thumb-info-inner">{$d['account']}</span>
</div>
</div>
{if $d['email'] neq ''}
<h5 class="text-muted">{$d['email']}</h5>
{/if}
{if $d['phone'] neq ''}
<h5 class="text-muted">{$d['phone']}</h5>
{/if}
</div>
<div class="panel-body list-group border-bottom m-t-n-lg">
<a href="#" id="summary" class="list-group-item active"><span class="fa fa-bar-chart-o"></span> {$_L['Summary']} </a>
<a href="#" id="edit" class="list-group-item"><span class="fa fa-pencil"></span> {$_L['Edit']}</a>
<a href="#" id="activity" class="list-group-item"><span class="fa fa-tasks"></span> {$_L['Activity']}</a>
{$extra_tab}
<a href="#" id="more" class="list-group-item"><span class="fa fa-bars"></span> {$_L['More']}</a>
{if $plugin_module_med_schedulling}
<a href="#" id="module_med_agreement" class="list-group-item"><span class="fa fa-credit-card"></span> {$_L['Scheduling_Agreement_Module']}<span class="label label-info pull-right">{$module_med_agreement_count}</span></a>
<a href="#" id="module_med_shedulling" class="list-group-item"><span class="fa fa-credit-card"></span> {$_L['Scheduling_Scheduling_Module'] }<span class="label label-info pull-right">{$module_med_schedulling_count}</span></a>
{/if}
{if $plugin_module_helpdesk}
{else}
<a href="#" id="invoices" class="list-group-item"><span class="fa fa-credit-card"></span> {$_L['Invoices']}<span class="label label-info pull-right">{$inv_count}</span></a>
<a href="#" id="quotes" class="list-group-item"><span class="fa fa-file-text-o"></span> {$_L['Quotes']}<span class="label label-info pull-right">{$quote_count}</span></a>
<a href="#" id="orders" class="list-group-item"><span class="fa fa-server"></span> {$_L['Orders']}<span class="label label-info pull-right">{$order_count}</span></a>
<a href="#" id="files" class="list-group-item"><span class="fa fa-file-o"></span> {$_L['Files']}</a>
<a href="#" id="transactions" class="list-group-item"><span class="fa fa-th-list"></span> {$_L['Transactions']}</a>
<a href="#" id="email" class="list-group-item"><span class="fa fa-envelope-o"></span> {$_L['Email']}</a>
{/if}
</div>
<div class="panel-body {if $plugin_module_helpdesk}hide{/if}">
<h5 class="text-muted">{$_L['Contact Notes']}</h5>
<textarea class="form-control" id="notes" rows="6">{$d['notes']}</textarea>
<input type="hidden" id="cid" value="{$d['id']}">
<button type="button" id="note_update" class="btn btn-primary btn-block mt-sm">{$_L['Save']}</button>
</div>
</div>
</div>
<div class="col-md-9">
<!-- START TIMELINE -->
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$d['account']} | ID: {$d['id']}</h5>
</div>
<div class="ibox-content" id="ibox_form">
{*<div id="progressbar">*}
{*</div>*}
<div id="application_ajaxrender" style="min-height: 200px;">
</div>
</div>
</div>
<!-- END TIMELINE -->
</div>
</div>
<input type="hidden" id="_lan_are_you_sure" value="{$_L['are_you_sure']}">
<input type="hidden" id="_active_tab" value="{$tab}">
{include file="sections/footer.tpl"}