56 lines
1.0 KiB
HTML
56 lines
1.0 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<title>查看</title>
|
||
|
|
<link rel="stylesheet" href="js/layui-v2.5.6/layui/css/layui.css" media="all">
|
||
|
|
<script type="text/javascript">
|
||
|
|
</script>
|
||
|
|
</head>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<div style="text-align: center;">
|
||
|
|
<div class="layui-inline">
|
||
|
|
|
||
|
|
<table class="layui-table">
|
||
|
|
<colgroup>
|
||
|
|
<col width="150">
|
||
|
|
<col width="200">
|
||
|
|
<col>
|
||
|
|
</colgroup>
|
||
|
|
<thead>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<td>课程标题</td>
|
||
|
|
<td>技术部门培训</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>课程类别</td>
|
||
|
|
<td>技术</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>必须/选修</td>
|
||
|
|
<td>必修</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>培训时间</td>
|
||
|
|
<td>2018-11-01至2018-11-30</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>作业数量</td>
|
||
|
|
<td>60</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|