加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
addplan_kecheng_choice.html 4.59 KB
一键复制 编辑 原始数据 按行查看 历史
薛纪克 提交于 2016-11-09 17:07 . 初始化...
<link rel="import" href="header.html?__inline">
<!-- 顶部结束-->
<div class="content">
<div class="main container clearfix">
<link rel="import" href="contents.html?__inline">
<!-- 左侧结束-->
<div class="slide-ch">
<div class="news-ch"><p class="news-a"><span>信息管理</span><i class="xiayige">&#xe6d6;</i><a href="http://localhost:8080/index.html"><span>&nbsp培训计划管理</span></a>
<i class="xiayige">&#xe6d6;</i><a href="http://localhost:8080/addplan.html"><span>&nbsp添加计划</span></a><i class="xiayige">&#xe6d6;</i><em>选取课程</em></p>
<div class="sui-steps-round">
<div class="finished">
<div class="wrap">
<div class="round">1</div>
<div class="bar"></div>
</div>
<label>填写信息</label>
</div>
<div class="current">
<div class="wrap">
<div class="round round-2">2</div>
<div class="bar"></div>
</div>
<label class="choice-ke">选取课程</label>
</div>
<div class="current">
<div class="wrap">
<div class="round">3</div>
</div>
<label>信息确认</label>
</div>
</div>
<div class="addplan-b">
<p class="search-p"><span >课程名称:</span><input type="text" class="search"><i class="search-f"></i></p>
<table class="sui-table table-bordered-simple">
<thead>
<tr>
<th>序号</th>
<th>课程名称</th>
<th>课时(分钟)</th>
<th>教师</th>
<th><input type="checkbox">&nbsp全选</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td><select name="" id=""><option value="">土德培</option></select></td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td><select name="" id=""><option value="">土德培</option></select></td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td><select name="" id=""><option value="">土德培</option></select></td>
<td><input type="checkbox"></td>
</tr>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td><select name="" id=""><option value="">土德培</option></select></td>
<td><input type="checkbox"></td>
</tr>
</tbody>
</table>
<link rel="import" href="page_list.html?__inline">
<div class="addplan-b-add addplan-b-add-margin"><a href="">添加</a></div>
<table class="sui-table table-bordered-simple">
<thead>
<tr>
<th>序号</th>
<th>课程名称</th>
<th>课时(分钟)</th>
<th>教师</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td>土德培</td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td>土德培</td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td>土德培</td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td>1</td>
<td>高压电工作培训</td>
<td>60</td>
<td>土德培</td>
<td><a href="">删除</a></td>
</tr>
</tbody>
</table>
<div class="sui-pagination pagination-large">
<ul class="index-page-list-one">
<li class="index-home-page"><a href="#">首页</a></li>
<li class="index-previous-page"><a href="#">上一页</a></li>
<li class="active index-paging-list"><a href="#">1</a></li>
<li class="index-paging-list"><a href="#">2</a></li>
<li class="index-next-page"><a href="#">下一页</a></li>
<li class="next index-last-page"><a href="#">末页</a></li>
</ul>
</div>
<p class="add-keep"><a href="http://localhost:8080/addplan_kecheng_trues#" class="add-keb">下一步</a>
<a href="http://localhost:8080/addplan.html#" class="add-kef">返回</a></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化