AnonSec Shell
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/imobles/ui/theme/lrsys/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/imobles/ui/theme/lrsys//list-unit.tpl
{include file="sections/header.tpl"}
<div class="row">
    <div class="col-md-12">
        <div class="ibox float-e-margins">
            <div class="ibox-title">
                <h5>{$_L['Unit']}</h5>

            </div>
            <div class="ibox-content">
                <a href="#" class="btn btn-success" id="add_new_unit"><i class="fa fa-plus"></i> {$_L['Add New Unit']}</a>
                <a href="{$_url}reorder/unit/" class="btn btn-primary"><i class="fa fa-download"></i> {$_L['Reorder']}</a>

                <br>
                <br>
                <table class="table table-striped table-bordered">
                    <th>{$_L['Initials']}</th>   
                    <th>{$_L['Unit']}</th>
                
                    <th>{$_L['Manage']}</th>
                    {foreach $units as $u}
                        <tr>
                            <!--somente o box, que tem iniciais diferentes -->
                            <td>{if $u['default']==1}{$_L[$u['initials']]}{else}{$u['initials']}{/if}</td>
                            <td>{if $u['default']==1}{$_L[$u['name']]}{else}{$u['name']}{/if}</td>
                            <td>
                                {if $u['default']==0}
                                    <a href="#" class="btn btn-xs btn-warning edit" data-id="{$u['id']}" data-initial="{$u['initials']}" data-name="{$u['name']}" data-int-value="{$u['int_value']}"><i class="fa fa-pencil"></i> {$_L['Edit']}</a>  
                                    <a href='#' id="u{$u['id']}" class="btn btn-xs btn-danger cdelete"><i class="fa fa-trash"></i> {$_L['Delete']}</a>
                                {/if}                 
                            </td>
                        </tr>
                    {/foreach}


                </table>

            </div>
        </div>



    </div>



</div>



<input type="hidden"  id="_msg_add_new_unit" value="{$_L['Add New Unit']}">
<input type="hidden"  id="_msg_name" value="{$_L['Unit Name']}">
<input type="hidden"  id="_msg_initials" value="{$_L['Unit Initials']}">
<input type="hidden"  id="_msg_edit" value="{$_L['Edit']}">
<input type="hidden"  id="_msg_ok" value="{$_L['OK']}">
<input type="hidden"  id="_msg_cancel" value="{$_L['Cancel']}">
{include file="sections/footer.tpl"}

Anon7 - 2022
AnonSec Team