. /** * @package MantisBT * @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org * @copyright Copyright (C) 2002 - 2014 MantisBT Team - mantisbt-dev@lists.sourceforge.net * @link http://www.mantisbt.org */ /** * MantisBT Core API's */ require_once( 'core.php' ); require_once( 'Period.php' ); access_ensure_project_level( config_get( 'view_summary_threshold' ) ); $f_interval = gpc_get_int( 'interval', 0 ); $t_today = date( 'Y-m-d' ); $f_type = gpc_get_int( 'graph_type', 0 ); $f_show_as_table = gpc_get_bool( 'show_table', FALSE ); html_page_top1( plugin_lang_get( 'graph_page' ) ); $t_path = config_get( 'path' ); // follows the convention in html_api::html_javascript_link if( config_get_global( 'minimal_jscss' ) ) { echo '' . "\n"; } else { echo '' . "\n"; } html_javascript_link( 'jscalendar/calendar.js'); html_javascript_link( 'jscalendar/lang/calendar-en.js'); html_javascript_link( 'jscalendar/calendar-setup.js'); html_page_top2(); $t_period = new Period(); $t_period->set_period_from_selector( 'interval' ); $t_types = array( 0 => plugin_lang_get( 'select' ), 2 => plugin_lang_get( 'select_bystatus'), 3 => plugin_lang_get( 'select_summbystatus'), 4 => plugin_lang_get( 'select_bycat'), 6 => plugin_lang_get( 'select_both') ); $t_show = array( 0 => plugin_lang_get( 'show_as_graph' ), 1 => plugin_lang_get( 'show_as_table' ), ); ?>
0 ) && ( gpc_get( 'show', '' ) != '') ) { $t_width = plugin_config_get( 'window_width' ); $t_summary = ( $f_type % 2 ) != 0; $t_body = (int)( $f_type / 2 ); $f_start = $t_period->get_start_formatted(); $f_end = $t_period->get_end_formatted(); if ( ($t_body == 1 ) || ($t_body == 3) ) { if ( $f_show_as_table ) { echo '