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/hering/application/plugins/module_teammanagement/views/extract/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/hering/application/plugins/module_teammanagement/views/extract/list.tpl
<div class="row">

    <div class="screen-header">
        <div class="screen-title header-padding">{$_L['Points statement']}</div>
    </div>
    
    <div class="col-md-12" style="background-color: #FFF; padding-top: 10px">
        <form action="{U}client/module_teammanagement/extract/index" method="post" id="form-filter"  class="form-horizontal"  autocomplete="off">
                    <input type="hidden" name="filter" value='Y'>
                    <input type="hidden" name="items_per_page" value="{if isset($filter['items_per_page'])}{$filter['items_per_page']}{/if}">
                    <input type="hidden" name="period" value="{if isset($filter['filter_teammanagement_period'])}{$filter['filter_teammanagement_period']}{/if}">
                 
                    <div class="row">
                        <div   class="col-md-12 col-xs-12" style="margin-bottom: 20px;">
                            <div class="input-group">
                                <input type="text" id="search" name="search" class="form-control"
                                       placeholder="{$_L['module_teammanagement Search by description']}"
                                       {if isset( $filter['filter_module_teammanagement_search_register'])} value="{$filter['filter_module_teammanagement_search_register']}"{/if}>
                                <span class="input-group-btn">
                                    <button type="submit" class="btn btn-primary"><i class="fa fa-search"></i></button>
                                </span>
                            </div>
                        </div>
                        <div class=""></div>
                        <div   class="col-md-12 col-xs-12">
                                    <div class="btn-group">
                                        <button class="btn btn-default dropdown-toggle" data-toggle="dropdown"
                                                aria-haspopup="true" aria-expanded="false">
                                                                <i class="fa fa-calendar"></i>
                                            {if isset($filter['filter_teammanagement_period']) && $filter['filter_teammanagement_period'] != ''}
                                                {if $filter['filter_teammanagement_period'] == 'all'}{$_L['All']}{/if}
                                                {if $filter['filter_teammanagement_period'] == 'day'}{$_L['In day']}{/if}
                                                {if $filter['filter_teammanagement_period'] == 'week'}{$_L['In week']}{/if}
                                                {if $filter['filter_teammanagement_period'] == 'month'}{$_L['In month']}{/if}
                                                {if $filter['filter_teammanagement_period'] == 'interval'}{$_L['Interval']}{/if}
                                            {else}
                                                {$_L['Period']}
                                            {/if}
                                            <span class="caret"></span>
                                        </button>
                                        <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['filter_teammanagement_period']) && $filter['filter_teammanagement_period'] == 'all'}class="active"{/if}>
                                                <a data-val="all" href="#">{$_L['All']}</a>
                                            </li>
                                            <li {if isset($filter['filter_teammanagement_period']) && $filter['filter_teammanagement_period'] == 'day'}class="active"{/if}>
                                                <a data-val="day" href="#">{$_L['In day']}</a>
                                            </li>
                                            <li {if isset($filter['filter_teammanagement_period']) && $filter['filter_teammanagement_period'] == 'week'}class="active"{/if}>
                                                <a data-val="week" href="#">{$_L['In week']}</a>
                                            </li>
                                            <li {if isset($filter['filter_teammanagement_period']) && $filter['filter_teammanagement_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="period_ini"  autocomplete="off" data-date-format="{$_c['formatDate']}"
                                                             value="{if not empty($filter['filter_teammanagement_period_ini'])}{date( $_c['df'], strtotime($filter['filter_teammanagement_period_ini']))}{/if}"  >
                                                </div>
                                            </li>
                                            <li>
                                                <div class="col-md-12">
                                                    {$_L['End']}: <input type="text"   class="form-control datepicker dt" name="period_end" autocomplete="off" data-date-format="{$_c['formatDate']}"
                                                             value="{if not empty($filter['filter_teammanagement_period_end'])}{date( $_c['df'], strtotime($filter['filter_teammanagement_period_end']))}{/if}" >
                                                </div>
                                            </li>
                                            <li>
                                                <div class="col-md-12"><br>
                                                    <button id="period-filter-interval" class="btn btn-primary btn-xs" type='button'>{$_L['Filtrate']}</button>
                                                </div>
                                            </li>
                                        </ul>
                                    </div>
                       
                            <a class="btn btn-primary" id="filter-clear" href="#">
                                <i class="fa fa-eraser"></i> {$_L['Clean Filter']}
                            </a>
                        </div> 
                    </div>
                    <div class="row">
                            <div class="col-md-12">
                                <br/>
                                <small>{$_L['Page']} {$paginator->current_page} de {$paginator->total_pages}.</small>
                            </div>
                    
                            <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:'client/module_teammanagement/extract/index/'}
                                            {$paginator->paginate($url)}
                                    </ul>
                            </div>
                        </div> 
                </form>
                            <br/>
                <table class="table table-bordered table-hover sys_table footable"  data-filter="#foo_filter" data-page-size="50">
                    <thead>
                        <tr>
                            <th class="col-xs-1">{$_L['Date']}</th>
                            <th>{$_L['Description']}</th>
                            <th class="col-xs-1">{$_L['module_teammanagement points']}</th>
                                                    </tr>
                    </thead>
                    <tbody>
                    {if count($statment) > 0}
                        {foreach $statment as $d}
                            <tr>
                                <td>{$d['date']}</td>
                                <td>{$d['description']}</td>
                                <td>{$d['points']}</td>
                            </tr>
                        {/foreach}
                    {else}
                        <tr>
                            <td colspan="5">
                                {$_L['No_Records_Found']}
                            </td>
                        </tr>
                    {/if}
                    </tbody>
                </table>
                <div class="col-md-12">
                    <ul class="pagination pagination-xs">
                            {$paginator->paginate($url)}
                    </ul>
                </div>

    </div>

</div>

Anon7 - 2022
AnonSec Team