PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/inc/admin/views/users/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/hotebooking.site/wp-content/themes/traveler/inc/admin/views/users/partner_static.php |
<?php wp_enqueue_script('gmapv3'); wp_enqueue_script('template-user-js'); wp_enqueue_script( 'st-custom-partner' ); ?> <?php echo '<div class="wrap"><div id="icon-tools" class="icon32"></div>'; echo '<h2>'.__('Partner Statistic','traveler').'</h2>'; ?> <div class="container-fluid content-admin"> <div class="row"> <?php $total_price_payout = STAdminWithdrawal::_admin_get_total_price_payout(); $total_price_payout_this_month = STAdminWithdrawal::_admin_get_total_price_payout_this_month(); $number_new_user_pending = STAdminWithdrawal::_admin_count_new_user_pending_partner(); $number_new_user_this_moth = STAdminWithdrawal::_admin_count_new_user_partner_this_month(); ?> <div class="col-md-3"> <div class="st-dashboard-stat st-month-madison st-dashboard-new st-month-1"> <div class="visual"> <i class="fa fa-calculator"></i> </div> <div class="title"> <?php _e("Total Payout",'traveler') ?> </div> <div class="details"> <div class="number"> <?php echo TravelHelper::format_money($total_price_payout) ?> </div> </div> </div> </div> <div class="col-md-3"> <div class="st-dashboard-stat st-month-madison st-dashboard-new st-month-2"> <div class="visual"> <i class="fa fa fa-bar-chart"></i> </div> <div class="title"> <?php _e("Payout this Month",'traveler') ?> </div> <div class="details"> <div class="number"> <?php echo esc_html(TravelHelper::format_money($total_price_payout_this_month)) ?> </div> </div> </div> </div> <div class="col-md-3"> <?php if($number_new_user_pending > 0){ ?> <a href="<?php echo admin_url("admin.php?page=st-users-list-partner-menu&st_tab=partner_pending"); ?>"> <?php } ?> <div class="st-dashboard-stat st-month-madison st-dashboard-new st-month-3"> <div class="visual"> <i class="fa fa-user"></i> </div> <div class="title"> <?php _e("Pending Partner",'traveler') ?> </div> <div class="details"> <div class="number"> <?php echo esc_html($number_new_user_pending) ?> </div> </div> </div> <?php if($number_new_user_pending>0){ ?> </a> <?php } ?> </div> <div class="col-md-3"> <div class="st-dashboard-stat st-month-madison st-dashboard-new st-month-4"> <div class="visual"> <i class="fa fa fa-user"></i> </div> <div class="title"> <?php _e("New Partner / Month",'traveler') ?> </div> <div class="details"> <div class="number"> <?php echo esc_html($number_new_user_this_moth) ?> </div> </div> </div> </div> </div> </div> <div class="container-fluid content-admin "> <div class="row bot-content"> <div class="col-md-9"> <div class="div_single_year"> <?php $data = STUser::_admin_get_data_chart_number_user_partner(); $fist_year = STUser::_admin_get_fist_date_approved_user_partner(); ?> <div class="st_div_canvas"> <div class="head_reports head-st_hotel"> <div class="head_control"> <div class="head_time bc_single"> <div class="row"> <div class="col-md-5"><?php _e("Statistical graphs register",'traveler') ?></div> <form method="get" action="<?php echo admin_url("admin.php?page=st-users-partner-static-menu") ?>"> <input name="page" type="hidden" value="st-users-partner-static-menu"> <div class="col-md-7" style="text-align: right"> <?php $st_year = STInput::request('st_year', date('Y')) ?> <?php _e("Select Year",'traveler') ?>: <select name="st_year" style="margin-right: 20px;"> <option <?php if($st_year == "all") echo "selected"; ?> value="all"><?php _e("All",'traveler') ?></option> <?php for($i= date("Y") ; $i >=$fist_year ; $i-- ){ if($i == $st_year){ echo "<option selected value='{$i}'>{$i}</option>"; }else{ echo "<option value='{$i}'>{$i}</option>"; } } ?> </select> <?php if($st_year != "all"){ ?> <?php _e("Month",'traveler') ?>: <?php $st_month = STInput::request('st_month', date('m')) ?> <select name="st_month"> <option <?php if($st_month == "all") echo "selected"; ?> value="all"><?php _e("All",'traveler') ?></option> <option <?php if($st_month == "01") echo "selected"; ?> value="01"><?php _e("January",'traveler') ?></option> <option <?php if($st_month == "02") echo "selected"; ?> value="02"><?php _e("February",'traveler') ?></option> <option <?php if($st_month == "03") echo "selected"; ?> value="03"><?php _e("March",'traveler') ?></option> <option <?php if($st_month == "04") echo "selected"; ?> value="04"><?php _e("April",'traveler') ?></option> <option <?php if($st_month == "05") echo "selected"; ?> value="05"><?php _e("May",'traveler') ?></option> <option <?php if($st_month == "06") echo "selected"; ?> value="06"><?php _e("June",'traveler') ?></option> <option <?php if($st_month == "07") echo "selected"; ?> value="07"><?php _e("July",'traveler') ?></option> <option <?php if($st_month == "08") echo "selected"; ?> value="08"><?php _e("August",'traveler') ?></option> <option <?php if($st_month == "09") echo "selected"; ?> value="09"><?php _e("September",'traveler') ?></option> <option <?php if($st_month == "10") echo "selected"; ?> value="10"><?php _e("October",'traveler') ?></option> <option <?php if($st_month == "11") echo "selected"; ?> value="11"><?php _e("November",'traveler') ?></option> <option <?php if($st_month == "12") echo "selected"; ?> value="12"><?php _e("December",'traveler') ?></option> </select> <?php } ?> <input type="submit" name="" class="button" value="Filter" > </div> </form> </div> </div> </div> </div> <div class="st_div_item_canvas_year"><canvas id="canvas_this_month"></canvas></div> </div> </div> </div> <div class="col-md-3"> <div class="st_bortlet box st_hotel st_bortlet_new_admin"> <div class="st_bortlet-title"> <div class="caption"><?php _e("Detailed statistics",'traveler') ?></div> </div> <div class="st_bortlet-body"> <strong><?php _e("Total Partner",'traveler') ?></strong>: <?php echo esc_html($data['total']) ?> <div class="table-scrollable"> <table class="table table-bordered table-hover st_table_partner"> <thead> <tr class="text-center"> <th width="50%"> <?php $st_month = STInput::request('st_month',date('m')); $st_year = STInput::request('st_year',date('Y')); if($st_year == "all"){ _e("Year",'traveler'); }else{ if($st_month == "all"){ _e("Month",'traveler'); }else{ _e("Date",'traveler'); } } ?> </th> <th width="50%"><?php _e("Number Partner",'traveler') ?></th> </tr> </thead> <tbody> <?php $check = false; if(!empty($data)){ foreach($data['php'] as $k=>$v){ $st_month = STInput::request('st_month',date('m')); $st_year = STInput::request('st_year',date('Y')); if($st_year == "all"){ $date = $k; $link = "<a href='".admin_url("admin.php?page=st-users-partner-static-menu&st_year={$date}&st_month=all")."'>{$date}</a>"; }else{ if($st_month == 'all'){ $date = date("F", strtotime($st_year."-".$k.'-01')); $link = "<a href='".admin_url("admin.php?page=st-users-partner-static-menu&st_year={$st_year}&st_month={$k}")."'>{$date}</a>"; }else{ $date = date($st_year.'-'.$st_month.'-'.$k); $date = date_i18n(TravelHelper::getDateFormat(),strtotime($date)); $link =$date; } } if($v['number'] > 0 ){ $check = true; echo balanceTags("<tr class='text-center'> <td>{$link}</td> <td>{$v['number']}</td> </tr>"); } } } ?> </tbody> </table> <?php if($check == false){ echo "<h3 class='text-center'>".__("No Data",'traveler')."</h3>"; } ?> </div> </div> </div> </div> </div> <?php ?> <span data-data_label = '<?php echo str_ireplace(array("'"),'\"',balanceTags($data['js']['lable'])) ;?>' data-data_sets = '<?php echo str_ireplace(array("'"),'\"',balanceTags($data['js']['number'])) ;?>' class="hidden st_user_dashboard_info lineChartData_total"> </span> </div>