AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.192
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/leo/application/plugins/module_imobles/views/cache/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/leo/application/plugins/module_imobles/views/cache/list.tpl
<div class="row">

    <div class="col-md-12">

        <div class="panel panel-default">

            <div class="panel-body">

                <form action="{U}{if isset($client)}{'client/'}{/if}module_imobles/cache/listAll" method="post"  id="form-filter" class="search">
                    <input type="hidden" id="clear_filter" name="clear_filter" value="0">
                    <input type="hidden" name="items_per_page" value="{if isset($filter['items_per_page'])}{$filter['items_per_page']}{/if}">
                    <div class="row">
                        {if count($controller)>0}
                            <div class="col-xs-12 col-md-3">
                                <label>  {$_L['module imobles controller']} </label>
                                <select class="form-control" style="width:100%" id="method" name="method">
                                    <option value="">{$_L['Select']}</option>
                                    {foreach $controller as $m}
                                        <option value="{$m->controller}"  {if isset($filter['controller']) && $filter['controller']==$m->controller }selected{/if}>{$m->controller}</option>
                                    {/foreach}
                                </select>
                            </div>
                        {/if}
                        {if  count($method)>0}
                            <div class="col-xs-12 col-md-3">
                                <label>  {$_L['module imobles method']} </label>
                                <select class="form-control" style="width:100%" id="method" name="method">
                                    <option value="">{$_L['Select']}</option>
                                    {foreach $method as $m}
                                        <option value="{$m->method}"  {if isset($filter['method']) && $filter['method']==$m->method }selected{/if}>{$m->method}</option>
                                    {/foreach}
                                </select>
                            </div>
                        {/if}

                        <div class="col-xs-12 col-md-2">
                            <label class="control-label" for="state">{$_L['State Region']}</label>
                            <select name="state_id" id="state_id" class="form-control" style="width:100%">
                                <option value="">{$_L['Select State']}</option>
                                {foreach $state as $s}
                                    <option {if isset($filter['state_id'])  && $filter['state_id']==$s['id']}selected{/if} value="{$s['id']}">{$s['state_name']}</option>
                                {/foreach}
                            </select>
                        </div>                 

                        <div class="col-xs-12 col-md-4">
                            <label class=" control-label" id="label_cidade" for="city">{$_L['City']}</label>
                            <select data-value='{$filter['city']}' name="city" id="city" class="form-control" style="width:100%">
                                <option val="0" selected="">{$_L['module imobles Select city']}</option>
                            </select>
                        </div>
                    </div>
                    
                    <div class="row top10">
                        <div class="col-xs-12 col-md-6">
                            <label class="control-label" >  {$_L['module imobles enterprise']} </label>
                            <select name="module_imobles_enterprise_id"  id="module_imobles_enterprise_id" class="form-control ">
                                {if $module_imobles_enterprise}
                                    <option value="{$module_imobles_enterprise->id}" selected >{$module_imobles_enterprise->name}{if not empty($module_imobles_enterprise->alias)} - ({$module_imobles_enterprise->alias}){/if}</option>
                                {/if}
                            </select>
                        </div>
                        <div class="col-xs-12 col-md-6">
                            <label class="control-label" >  {$_L['module imobles company_construction']} </label>
                            <select name="module_imobles_company_construction_id"  id="module_imobles_company_construction_id" class="form-control ">
                                {if $module_imobles_company_construction}
                                    <option value="{$module_imobles_company_construction->id}" selected >{$module_imobles_company_construction->name}</option>
                                {/if}
                            </select>
                        </div>
                    </div>


                    <div class='row'>

                        <div class="col-xs-4 col-md-2">
                            <br/>
                            <a class="btn btn-primary col-xs-12" id="filter-clear" href="#">
                                <i class="fa fa-eraser"></i> {$_L['Clean Filter']}
                            </a>
                        </div>
                        <div class="col-xs-4 col-md-2 ">
                            <br/>
                            <a class="btn btn-success col-xs-12 " id="filter-post" href="#">
                                <i class="fa fa-search"></i> {$_L['Filtrate']}
                            </a>
                        </div>
                    </div>

                </form>
                <div class="row">
                    <br>
                    <div class="col-md-12"><small>{$_L['Page']} {$paginator->current_page} de {$paginator->total_pages}.</small></div>
                </div>
                <div class="row">
                    <div class="col-md-1">
                        <div class="dropdown inline margin-10px0">
                            <select class="form-control input-sm select-custom" id="items_per_page">
                                <option {if $filter['items_per_page'] == 5}selected="selected"{/if} value="5">5</option>
                                <option {if $filter['items_per_page'] == 10}selected="selected"{/if} value="10">10</option>
                                <option {if $filter['items_per_page'] == 50}selected="selected"{/if} value="50">50</option>
                                <option {if $filter['items_per_page'] == 100}selected="selected"{/if} value="100">100</option>
                                <option {if $filter['items_per_page'] == 500}selected="selected"{/if} value="500">500</option>
                                <option {if $filter['items_per_page'] == all}selected="selected"{/if} value="all">Todos</option>
                            </select>
                        </div>
                    </div>
                    <div class="col-md-11">
                        <ul class="pagination pagination-xs margin-10px0">
                            {assign var=url value=U|cat:'module_imobles/cache/listAll/'}
                            {$paginator->paginate($url)}
                        </ul>
                    </div>
                </div>
                <div class="row">
                    <div class="col-md-10">
                    </div>
                    <div class="col-md-1">
                        <a href='' id='renew_cache_selected' style="margin-left:10px" class="btn btn-green pull-right"  >
                            <i class='fa fa-refresh '></i> {$_L['module imobles cache renew']}
                        </a>
                    </div>

                    {*
                    <div class="col-md-1">
                        <a href='' id='delete_cache_selected' style="margin-left:10px" class="btn btn-danger  pull-right"  ><i class='fa fa-trash '></i> {$_L['module imobles delete selected']}</a>
                    </div>
                    <div class="col-md-1">
                        <a href='' id='delete_cache_all' style="margin-left:10px" class="btn btn-danger  pull-right"  ><i class='fa fa-trash '></i> {$_L['module imobles delete caches all']}</a>
                    </div>
                    *}
                </div>
                <br/>
                

                <table id="table-cache" class="table table-bordered table-hover sys_table footable"  data-filter="#foo_filter" data-page-size="50">
                    <thead>
                        <tr>
                            <th class='check_all_cache'><input id='check_all_cache' type='checkbox' class='check_all_cache'></th>
                            <td><i class="fa fa-ellipsis-v"></i></td>
                            <th>{$_L['State Region']} </th>
                            <th>{$_L['City']}</th>
                            <th>{$_L['Neighborhood']}</th>
                            <th>{$_L['module imobles controller']}</th>
                            <th>{$_L['module imobles method']}</th>
                            <th>{$_L['module imobles view result']}</th>
                            <th>{$_L['module imobles cache created at']}</th>
                        </tr>
                    </thead>
                    <tbody>
                        {if count($cache) > 0}
                            {foreach $cache as $d}
                                <tr>


                                    <td data-id='{$d['id']}' class=" select_cache vertical-middle">

                                        <input id='cache_{$d['id']}' class="all_check_cache select_cache" data-id='{$d['id']}' type='checkbox'></td>
                                    <td>
                                        <div class="btn-group dropdown">
                                            <button class="btn btn-primary btn-xs dropdown-toggle"
                                                    data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
                                                <i class="fa fa-cog"></i> <span class="caret"></span>
                                            </button>
                                            <ul class="dropdown-menu" aria-labelledby="dropdown-list">
                                                <li><a class="delete_record" onclick="ConfirmDelete({$d['id']})" href="#"><i class="fa fa-trash-o"></i> {$_L['Delete']}</a></li>
                                            </ul>
                                        </div>
                                    </td>
                                    <td>{$d['desc_state']}</td>
                                    <td>{$d['desc_city']}</td>
                                    <td>{$d['desc_neighborhood']}</td>
                                    <td>{$d['controller']}</td>
                                    <td>{$d['method']}</td>

                                    <td>
                                        <a target="_blank" href="{$_url}module_imobles/cache/view/{$d['id']}"  class=" btn btn-warning"><i class="fa fa-eye"></i> {$_L['module imobles view result']} </a>
                                    </td>
                                    <td>{date('d/m/Y H:i:s', strtotime($d['updated_at']))}</td>
                                </tr>
                            {/foreach}
                        {else}
                            <tr>
                                <td colspan="8">
                                    {$_L['No_Records_Found']}
                                </td>
                            </tr>
                        {/if}

                    <form action="{$_url}module_imobles/cache/delete" method="post" id="formdelete"></form>

                    </tbody>
                </table>
                <div class="row">
                    <div class="col-md-12">
                        <ul class="pagination pagination-xs">
                            {$paginator->paginate($url)}
                        </ul>
                    </div>
                </div>
            </div>

        </div>

    </div>

</div>




<input type="hidden"  id="_msg_select_city" value="{$_L['module imobles Select city']}">


<div id="view_processing" class="dataTables_processing" style="display: none;"><i class="fa fa-spinner fa-spin fa-3x fa-fw"></i><span class="sr-only">Processando...</span></div>
<form id="form_send_msg">
</form>

<form id="form_send_data">
</form>

Anon7 - 2022
AnonSec Team