Exemplo n.º 1
0
    <th style="width:50px;">报告者</th>

    <th style="width:100px;">版本</th>
    <th style="width:120px;">最后修改</th>
    <td class="last_hidden">&nbsp;</td>
</tr>
<?php 
$priority_list = Config_App::get_priority_list();
$sql = $this->sql;
$query = $this->db->query($sql);
$alt = false;
while ($row = $this->db->fetch_array($query)) {
    $gray = Config_App::STATUS_CLOSE == $row['status'] ? ' gray' : '';
    ?>
<tr class="row<?php 
    $alt = Lib_Global::get_row_alt($alt);
    echo $gray;
    ?>
">
    <td><div class="td_inner">
<input type="checkbox" name="ticket" value="<?php 
    echo $row['id'];
    ?>
" />
    </div></td>
    <td><div class="td_inner">
<?php 
    echo $row['id'];
    ?>
    </div></td>
    <td><div class="td_inner">