%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/statistics/ |
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/statistics/users.php |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $sections = array( 'students' => __( 'Students', 'learnpress' ), 'instructors' => __( 'Instructors', 'learnpress' ), ); $section = 'students'; $sections_count = sizeof( $sections ); $count = 0; ?> <div id="learn-press-statistic" class="learn-press-statistic-users"> <ul class="subsubsub chart-buttons"> <li> <button class="button" data-type="user-last-7-days" disabled="disabled"><?php _e( 'Last 7 Days', 'learnpress' ); ?></button> </li> <li> <button class="button" data-type="user-last-30-days"><?php _e( 'Last 30 Days', 'learnpress' ); ?></button> </li> <li> <button class="button" data-type="user-last-12-months"><?php _e( 'Last 12 Months', 'learnpress' ); ?></button> </li> <li> <button class="button" data-type="user-all"><?php _e( 'All', 'learnpress' ); ?></button> </li> <li> <form id="user-custom-time"> <span><?php _e( 'From', 'learnpress' ) ?></span> <input type="text" placeholder="Y/m/d" name="from" class="date-picker" readonly="readonly"> <span><?php _e( 'To', 'learnpress' ) ?></span> <input type="text" placeholder="Y/m/d" name="to" class="date-picker" readonly="readonly"> <input type="hidden" name="action" value="learnpress_custom_stats"> <button class="button button-primary" data-type="user-custom-time" type="submit" disabled="disabled"><?php _e( 'Go', 'learnpress' ); ?></button> </form> </li> </ul> <div class="clear"></div> <ul class="chart-description"> <li class="all"><span><?php _e( 'All', 'learnpress' ); ?></span></li> <li class="instructors"><span><?php _e( 'Instructors', 'learnpress' ); ?></span></li> <li class="students"><span><?php _e( 'Students', 'learnpress' ); ?></span></li> </ul> <div id="learn-press-chart" class="learn-press-chart"> </div> <script type="text/javascript"> var LP_Chart_Config = <?php learn_press_config_chart();?>; jQuery(document).ready(function ($) { $('#learn-press-chart').LP_Chart_Line(<?php echo json_encode( learn_press_get_chart_users( null, 'days', 7 ) );?>, LP_Chart_Config); }); </script> </div>