headTitle($this->config->title->site); $this->headTitle('后台管理'); $this->headTitle()->setSeparator(' - '); $this->headLink()->appendStylesheet('/css/admin.css'); $this->headLink()->appendStylesheet('/css/jquery.jqplot.css'); $this->headScript()->appendFile('/js/jquery-1.7.min.js'); $this->breadcrumb('首页'); $this->breadcrumb('后台首页'); $this->breadcrumb('统计'); $this->breadcrumb('按月统计'); $this->breadcrumb()->setSeparator(' > '); ?>
partial('stat/left.phtml'); ?>
选择年份: 所有年份 2004 2005 2006 2007 2008 2009 2010 2011 2012
y.'年按月在线下载条数(有用途记录,且无数据重复)统计';?>
data!='' && count($this->data)!= 0) { $data = $this->data; ?>
y) echo ' style="width:600px;"'; ?>>
y.'年按月在线下载条数(根据用户下载记录,9月之前无用途记录)统计';?>
online!='' && count($this->online)!= 0) { $online = $this->online; ?>
y) echo ' style="width:600px;"'; ?>>
y.'年按月离线通过申请次数统计';?>
offline!='' && count($this->offline)!= 0) { $offline = $this->offline; ?>
y) echo ' style="width:600px;"'; ?>>
y.'年按月新用户注册量';?>
newuser!='' && count($this->newuser)!=0) { $newuser = $this->newuser; ?>
y) echo ' style="width:600px;"'; ?>>