This commit is contained in:
tianshujie98
2021-03-11 15:29:27 +08:00
13 changed files with 90 additions and 54 deletions
+4 -3
View File
@@ -37,13 +37,14 @@
</nav>
<div class='main-table'>
<table class='table has-sort-head tablesorter' id='tasktable'>
<table class='table has-sort-head' id='tasktable'>
<?php $vars = "userID={$user->id}&type=$type&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"; ?>
<thead>
<tr class='colhead'>
<th class='w-id'><?php echo $lang->idAB;?></th>
<th class='w-pri'><?php echo $lang->priAB;?></th>
<th><?php echo $lang->task->execution;?></th>
<th><?php echo $lang->task->name;?></th>
<th><?php common::printOrderLink('execution', $orderBy, $vars, $lang->task->execution);?></th>
<th><?php common::printOrderLink('name', $orderBy, $vars, $lang->task->name);?></th>
<th class='w-70px hours'><?php echo $lang->task->estimateAB;?></th>
<th class='w-70px hours'><?php echo $lang->task->consumedAB;?></th>
<th class='w-hour hours'><?php echo $lang->task->leftAB;?></th>