| 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-b-sm">
<div class="pull-right">
<a href="{$_url}contacts/list/" class="btn btn-xs btn-danger"><i class="fa fa-arrow-left"></i> {$_L['Cancel']}</a>
<a href="{$app_url}application/storage/system/contacts.csv" class="btn btn-xs btn-primary"><i class="fa fa-download"></i> {$_L['Download Sample File']}</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default" id="uploading_inside">
<div class="panel-body">
<form action="{$_url}contacts/csv_upload/" class="dropzone" id="upload_container">
<div class="dz-message">
<h3> <i class="fa fa-cloud-upload"></i> {$_L['Drop CSV File Here']}</h3>
<br />
<span class="note">{$_L['Or Click to Upload']}</span>
</div>
</form>
</div>
</div>
</div>
</div>
<input type="hidden" id="_msg_importing" value="{$_L['Importing']} ...">
<input type="hidden" id="_msg_are_you_sure" value="{$_L['are_you_sure']}">
{include file="sections/footer.tpl"}