* adjust for web and fix bugs.

This commit is contained in:
wangyidong
2017-04-07 10:10:24 +08:00
parent d12b51d827
commit a8110589a4
9 changed files with 30 additions and 9 deletions
+6
View File
@@ -60,6 +60,12 @@
<legend><?php echo $lang->testtask->legendDesc;?></legend>
<div class='article-content'><?php echo $task->desc;?></div>
</fieldset>
<?php if($task->report):?>
<fieldset>
<legend><?php echo $lang->testtask->legendReport;?></legend>
<div class='article-content'><?php echo $task->report;?></div>
</fieldset>
<?php endif;?>
<?php include '../../common/view/action.html.php';?>
<div class='actions'><?php echo $actionLinks;?></div>
</div>