* finish task #3584.

This commit is contained in:
wangyidong
2018-01-04 14:12:02 +08:00
parent b5f462607c
commit 8a9ad3f23a
15 changed files with 107 additions and 14 deletions
+9 -2
View File
@@ -40,8 +40,13 @@
<div class='panel panel-sm'>
<div class='panel-heading'>
<strong>
<?php echo $lang->task->report->common;?>
<span><?php echo $lang->report->notice->help?></span>
<?php echo $lang->task->report->common;?>
<div class="btn-group">
<?php foreach($lang->report->typeList as $type => $typeName):?>
<?php echo html::a("javascript:changeChartType(\"$type\")", $typeName, '', "class='btn btn-sm " . ($type == $chartType ? 'active' : '') . "'")?>
<?php endforeach;?>
</div>
<span><?php echo $lang->report->notice->help?></span>
</strong>
</div>
<table class='table active-disabled'>
@@ -82,4 +87,6 @@
</div>
</div>
</div>
<?php js::set('projectID', $projectID);?>
<?php js::set('browseType', $browseType);?>
<?php include '../../common/view/footer.html.php';?>