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/logs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/leo/application/plugins/module_imobles/views/logs/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/logs/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">
                        <div class="col-xs-12 col-md-3">
                            <div class="row">
                                <div class="col-md-12 ">
                                    <label>  {$_L['module imobles log type']} </label>
                                </div>     
                                <div class="col-md-12 ">
                                    <select class="form-control" style="width:100%" id="type" name="type">
                                        <option value="">{$_L['Select']}</option>
                                        {foreach $types as $type}
                                            <option value="{$type->type}"  {if isset($filter['type']) && $filter['type']==$type->type }selected{/if}>{$type->type}</option>
                                        {/foreach}
                                    </select>
                                </div>
                            </div>
                        </div>
                        <div class="col-xs-12 col-md-3">
                            <div class="row">
                                <div class="col-md-12">
                                    <label class="control-label">{$_L['Date']}</label>
                                </div>

                                <input type="hidden" name="date_period" value="{if isset($filter['date_period'])}{$filter['date_period']}{/if}">
    
                                <div class="btn-group group-data" style="width:100%">
                                    <a href='#' style="width:100%" class="btn btn-default dropdown-toggle-data" >
                                        <i class="fa fa-calendar"></i>
                                        {if isset($filter['date_period']) && $filter['date_period'] != ''}
                                        {if $filter['date_period'] == 'all'}{$_L['All']}{/if}
                                        {if $filter['date_period'] == 'day'}{$_L['In day']}{/if}
                                        {if $filter['date_period'] == 'week'}{$_L['In week']}{/if}
                                        {if $filter['date_period'] == 'month'}{$_L['In month']}{/if}
                                        {if $filter['date_period'] == 'interval'}{$_L['Interval']}{/if}
                                        {else}
                                            {$_L['Date']}
                                        {/if}
                                        <span class="caret"></span>
                                    </a>
                                    <ul class="dropdown-menu dropdown-period" id="filter-period">
                                        <li class="dropdown-header">{$_L['Period']}</li>
                                        <li role="separator" class="divider"></li>
                                        <li {if !isset($filter['date_period']) || (isset($filter['date_period']) && $filter['date_period'] == 'all')}class="active"{/if}>
                                            <a data-val="all" href="#">{$_L['All']}</a>
                                        </li>
                                        <li {if isset($filter['date_period']) && $filter['date_period'] == 'day'}class="active"{/if}>
                                            <a data-val="day" href="#">{$_L['In day']}</a>
                                        </li>
                                        <li {if isset($filter['date_period']) && $filter['date_period'] == 'week'}class="active"{/if}>
                                            <a data-val="week" href="#">{$_L['In week']}</a>
                                        </li>
                                        <li {if isset($filter['date_period']) && $filter['date_period'] == 'month'}class="active"{/if}>
                                            <a data-val="month" href="#">{$_L['In month']}</a>
                                        </li>
                                        <li role="separator" class="divider"></li>
                                        <li class="disabled">
                                            <div class="col-md-12">
                                                <label for="">{$_L['Interval']}:</label>
                                            </div>
                                        </li>
                                        <li>
                                            <div class="col-md-12">
                                                {$_L['Outset']}: <input type="text" class="form-control datepicker dt" name="date_period_ini" data-date-format="dd/mm/yyyy"
                                                        value="{if isset($filter['date_period_ini'])}{implode('/', array_reverse(explode('-', $filter['date_period_ini'])))}{/if}" >
                                            </div>
                                        </li>
                                        <li>
                                            <div class="col-md-12">
                                                {$_L['End']}: <input type="text" class="form-control datepicker dt" name="date_period_end" data-date-format="dd/mm/yyyy"
                                                        value="{if isset($filter['date_period_end'])}{implode('/', array_reverse(explode('-',$filter['date_period_end'])))}{/if}" >
                                            </div>
                                        </li>
                                        <li>
                                            <div class="col-md-12"><br>
                                                <a id="period-filter-interval" data-val="interval" class="btn btn-primary btn-xs" href="#">{$_L['Filtrate']}</a>
                                            </div>
                                        </li>
                                    </ul>
                                </div>

                            </div>
                        </div>
                        <div class="col-md-1 ">
                            <label>  {$_L['module_imobles verify yes']} </label>
                            <select class="form-control" style="width:100%" id="verified" name="verified">
                                <option value="all" {if !isset($filter['verified']) || $filter['verified'] == 'all'}selected{/if}>{$_L['module_imobles_source_all']}</option>
                                <option value="1" {if isset($filter['verified']) && $filter['verified'] == 1}selected{/if}>{$_L['module_imobles verify yes']}</option>
                                <option value="2" {if isset($filter['verified']) && $filter['verified'] == 2}selected{/if}>{$_L['module_imobles verify no']}</option>
                            </select>
                        </div>
                    </div>

                    <div class='row top15'>

                        <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/logs/listAll/'}
                            {$paginator->paginate($url)}
                        </ul>
                    </div>
                </div>
                <div class="row">
                    <div class="col-md-10">
                    </div>
                    <div class="col-md-1">
                        <a href='' id='set_verified_selected' style="margin-left:10px" class="btn btn-green pull-right"  >
                            <i class='fa fa-check-square-o '></i> {$_L['module imobles log set verified selected']}
                        </a>
                    </div>
                </div>
                <br/>
                

                <table id="table-log" class="table table-bordered table-hover sys_table footable"  data-filter="#foo_filter" data-page-size="50">
                    <thead>
                        <tr>
                            <th class='check_all_log'><input id='check_all_log' type='checkbox' class='check_all_log'></th>
                            <td><i class="fa fa-ellipsis-v"></i></td>
                            <th>{$_L['module imobles log type']}</th>
                            <th>{$_L['module imobles log params']}</th>
                            <th>{$_L['module imobles log date']}</th>
                        </tr>
                    </thead>
                    <tbody>
                        {if count($logs) > 0}
                            {foreach $logs as $log}
                                <tr>


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

                                        <input id='log_{$log['id']}' class="check_log select_log" data-id='{$log['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({$log['id']})" href="#"><i class="fa fa-check-square-o"></i> {$_L['module imobles log set verified']}</a></li>
                                            </ul>
                                        </div>
                                    </td>
                                    <td>{$log['type']}</td>
                                    <td>{$log['params']}</td>
                                    <td>{date('d/m/Y H:i:s', strtotime($log['created_at']))}</td>
                                </tr>
                            {/foreach}
                        {else}
                            <tr>
                                <td colspan="8">
                                    {$_L['No_Records_Found']}
                                </td>
                            </tr>
                        {/if}

                    <form action="{$_url}module_imobles/logs/setVerified" 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