From: alison benjamin Date: Mon, 29 Aug 2011 17:47:23 +0000 (-0000) Subject: Tablets and smartphones now receive different versions of statistics; no graph is... X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=atutor.git;a=commitdiff_plain;h=8330025b971b1be22bcee33ee8104cb91d197537 Tablets and smartphones now receive different versions of statistics; no graph is present for smartphone users. --- diff --git a/docs/themes/mobile/instructor/statistics/course_stats.tmpl.php b/docs/themes/mobile/instructor/statistics/course_stats.tmpl.php index 4f013bf77..21d359416 100644 --- a/docs/themes/mobile/instructor/statistics/course_stats.tmpl.php +++ b/docs/themes/mobile/instructor/statistics/course_stats.tmpl.php @@ -1,3 +1,4 @@ +mobile_device_type == IPAD_DEVICE): ?> -
\ No newline at end of file + + +mobile_device_type != IPAD_DEVICE): ?> + + + + + +num_days == 0) || ($this->empty)) { + echo ''; + echo ''; + echo ''; + echo '
last_month).SEP.'year='.$this->last_year.'">'; + echo ' '.AT_date('%F', $this->last_month, AT_DATE_INDEX_VALUE ); ?> | + month, AT_DATE_INDEX_VALUE ); ?> | next_month.SEP.'year='.$this->next_year.'">'; + echo AT_date('%F', $this->next_month, AT_DATE_INDEX_VALUE); ?>
'._AT('no_month_data').'
'; + require(AT_INCLUDE_PATH.'footer.inc.php'); + exit; + } +?> + + : + total_logins; ?> + + + + : + max_total_logins; ?> + + + + + : + min_total_logins < 99999999) { + echo $this->min_total_logins; + } else { + echo '0'; + } ?> + + + + : + avg_total_logins, 1); ?> + + + + + + + : + + + + + + + + + + + + + days as $day => $logins):?> + + + + + + + +
+ + + + + \ No newline at end of file