Ejemplo n.º 1
0
" target="_blank"><label class="btn-default">下载</label></a></td>
                </tr>
            <?php 
    }
}
?>

    </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 
    }
}