* 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
+12 -2
View File
@@ -40,8 +40,13 @@
<div class='panel panel-sm'>
<div class='panel-heading'>
<strong>
<?php echo $lang->testtask->report->common;?>
<span><?php echo $lang->report->notice->help?></span>
<?php echo $lang->testtask->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'>
@@ -81,4 +86,9 @@
</div>
</div>
</div>
<?php js::set('productID', $productID);?>
<?php js::set('browseType', $browseType);?>
<?php js::set('branchID', $branchID);?>
<?php js::set('moduleID', $moduleID);?>
<?php js::set('taskID', $taskID);?>
<?php include '../../common/view/footer.html.php';?>