?>

    </table>
    <table class="table table-bordered" style="width: 60%" id="002">
        <?php 
if ($num2 == 0) {
    echo "<lable>暂无文档!</lable>";
} else {
    $row = new doc();
    for ($i = 0; $i < $num2; $i++) {
        $row->initDoc($re2[$i]);
        ?>
                <tr>

                    <td style="width:80%;"><?php 
        echo $row->getName();
        ?>
</td>
                    <td><a href="<?php 
        echo $row->getPath();
        ?>
" target="_blank"><label class="btn-default">下载</label></a></td>
                </tr>
            <?php 
    }
}
?>
    </table>

    <a href="historymeeting.php">
        <img class="img-circle" style="width: 100px;height: 100px; border: 5px solid chartreuse;position:absolute;right: 80px; top:280px" title="back" src="./img/back.png">