whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
cleaner
/
modules
/
ma
/
views
/
dashboard
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/cleaner/modules/ma/views/dashboard/manage.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <?php init_head(); ?> <div id="wrapper"> <div class="content"> <div class="panel_s"> <div class="panel-body"> <div class="row _buttons"> <div class="col-md-6"> <h4 class="no-margin text-bold ptop-15"><i class="fa fa-dashboard menu-icon"></i> <?php echo html_entity_decode($title); ?></h4> </div> <div class="col-md-6"> <?php echo form_hidden('timezone', date_default_timezone_get()); ?> <div class="_hidden_inputs _filters _tasks_filters"> <?php echo form_hidden('last_30_days'); echo form_hidden('this_month'); echo form_hidden('this_quarter'); echo form_hidden('this_year'); echo form_hidden('last_month'); echo form_hidden('last_quarter'); echo form_hidden('last_year'); ?> </div> <div class="btn-group pull-right mleft4 btn-with-tooltip-group _filter_data" data-toggle="tooltip" data-title="<?php echo _l('filter_by'); ?>"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="btn_filter"> <i class="fa fa-filter" aria-hidden="true"></i> <?php echo _l('last_30_days'); ?> </button> <ul class="dropdown-menu width300"> <li class="filter-group active" data-filter-group="group-date"> <a href="#" data-cview="last_30_days" onclick="dashboard_custom_view('last_30_days','<?php echo _l("last_30_days"); ?>','last_30_days'); return false;"> <?php echo _l('last_30_days'); ?> </a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="this_month" onclick="dashboard_custom_view('this_month','<?php echo _l("this_month"); ?>','this_month'); return false;"> <?php echo _l('this_month'); ?> </a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="this_quarter" onclick="dashboard_custom_view('this_quarter','<?php echo _l("this_quarter"); ?>','this_quarter'); return false;"> <?php echo _l('this_quarter'); ?> </a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="this_year" onclick="dashboard_custom_view('this_year','<?php echo _l("this_year"); ?>','this_year'); return false;"> <?php echo _l('this_year'); ?> </a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="last_month" onclick="dashboard_custom_view('last_month','<?php echo _l("last_month"); ?>','last_month'); return false;"> <?php echo _l('last_month'); ?> </a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="last_quarter" onclick="dashboard_custom_view('last_quarter','<?php echo _l("last_quarter"); ?>','last_quarter'); return false;"> <?php echo _l('last_quarter'); ?> </a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="last_year" onclick="dashboard_custom_view('last_year','<?php echo _l("last_year"); ?>','last_year'); return false;"> <?php echo _l('last_year'); ?> </a> </li> <div class="clearfix"></div> <li class="divider"></li> <li class="dropdown-submenu pull-left filter-group" data-filter-group="group-date"> <a href="#" tabindex="-1"><?php echo _l('year'); ?></a> <?php $current_year = date('Y'); $y0 = (int)$current_year; $y1 = (int)$current_year - 1; $y2 = (int)$current_year - 2; $y3 = (int)$current_year - 3; $y4 = (int)$current_year - 4; ?> <ul class="dropdown-menu dropdown-menu-left"> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="financial_year_<?php echo html_entity_decode($y0); ?>" onclick="dashboard_custom_view('financial_year_<?php echo html_entity_decode($y0); ?>','<?php echo _l("financial_year").': '.$y0; ?>','financial_year_<?php echo html_entity_decode($y0); ?>'); return false;"><?php echo html_entity_decode($y0); ?></a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="financial_year_<?php echo html_entity_decode($y1); ?>" onclick="dashboard_custom_view('financial_year_<?php echo html_entity_decode($y1); ?>','<?php echo _l("financial_year").': '.$y1; ?>','financial_year_<?php echo html_entity_decode($y1); ?>'); return false;"><?php echo html_entity_decode($y1); ?></a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="financial_year_<?php echo html_entity_decode($y2); ?>" onclick="dashboard_custom_view('financial_year_<?php echo html_entity_decode($y2); ?>','<?php echo _l("financial_year").': '.$y2; ?>','financial_year_<?php echo html_entity_decode($y2); ?>'); return false;"><?php echo html_entity_decode($y2); ?></a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="financial_year_<?php echo html_entity_decode($y3); ?>" onclick="dashboard_custom_view('financial_year_<?php echo html_entity_decode($y3); ?>','<?php echo _l("financial_year").': '.$y3; ?>','financial_year_<?php echo html_entity_decode($y3); ?>'); return false;"><?php echo html_entity_decode($y3); ?></a> </li> <li class="filter-group" data-filter-group="group-date"> <a href="#" data-cview="financial_year_<?php echo html_entity_decode($y4); ?>" onclick="dashboard_custom_view('financial_year_<?php echo html_entity_decode($y4); ?>','<?php echo _l("financial_year").': '.$y4; ?>','financial_year_<?php echo html_entity_decode($y4); ?>'); return false;"><?php echo html_entity_decode($y4); ?></a> </li> </ul> </li> </ul> </div> </div> </div> <hr class="mtop-5"> <div class="clearfix"></div> <div class="row"> <div class="col-md-12"> <div class="panel_s"> <div class="panel-body"> <div id="lead_chart"></div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="panel_s"> <div class="panel-body"> <div id="form_submit_chart"></div> </div> </div> </div> <div class="col-md-6"> <div class="panel_s"> <div class="panel-body"> <div id="email_template_chart"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- box loading --> <div id="box-loading"></div> <?php init_tail(); ?> <?php require('modules/ma/assets/js/dashboard/manage_js.php'); ?> </body> </html>
Copyright ©2021 || Defacer Indonesia