加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xzyfaqjcx.html 6.64 KB
一键复制 编辑 原始数据 按行查看 历史
ybjaa 提交于 2015-03-26 22:39 . 页面完成
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href="/css/commoncss.css" rel="stylesheet">
<link rel="stylesheet" href="/css/xzrfaqjcx.css">
<title>选择预防安检项</title>
</head>
<body>
<nav class="navbar-custom">
<ul class="">
<li><a href="#"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span><span>选择预防安检项</span></a></li>
</ul>
<ul class="nav_right">
<li> <button id="xzrfaqjcx_submit" class="btn">确定</button></li>
</ul>
</nav>
<div class="content">
<form class="form-horizontal">
<div class="form-group">
<label for="selectdjjx" class="col-sm-3 col-lp-3 col-sp-3 col-xp-12 control-label">选择待检项目:</label>
<div class="col-sm-9 col-lp-9 col-sp-9 col-xp-12">
<select id="selectdjjx" class="form-control">
<option value="1">请选择项目</option>
<option value="2">北京大学汇丰商学院幕墙安装</option>
</select>
</div>
</div>
<!-- <form class="bs-example bs-example-form" data-example-id="input-group-with-checkbox-radio">
</form>-->
<div class="panel panel-default">
<!-- Default panel contents -->
<!-- <div class="panel-heading">Panel heading</div>-->
<!-- Table -->
<table class="table xzzjxtable">
<thead>
<tr>
<th><div class="input-group">
<input type="checkbox" >
<label>序号</label>
</div></th>
<th>质量检查项</th>
</tr>
</thead>
<tbody>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" checked>
<label>第9.1.1条</label>
</div>
</th>
<td>安全施工</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" checked>
<label>第9.1.2条</label>
</div>
</th>
<td>电线、电箱检查</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" checked>
<label>第9.1.3条</label>
</div>
</th>
<td>安全教育</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" checked>
<label>第9.1.1条</label>
</div>
</th>
<td>安全施工</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" checked>
<label>第9.1.2条</label>
</div>
</th>
<td>电线、电箱检查</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" checked>
<label>第9.1.3条</label>
</div>
</th>
<td>安全教育</td>
</tr>
<!--11-->
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" >
<label>第9.1.1条</label>
</div>
</th>
<td>安全施工</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" >
<label>第9.1.2条</label>
</div>
</th>
<td>电线、电箱检查</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" >
<label>第9.1.3条</label>
</div>
</th>
<td>安全教育</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" >
<label>第9.1.1条</label>
</div>
</th>
<td>安全施工</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" >
<label>第9.1.2条</label>
</div>
</th>
<td>电线、电箱检查</td>
</tr>
<tr>
<th>
<div class="input-group">
<input type="checkbox" aria-label="Checkbox for following text input" >
<label>第9.1.3条</label>
</div>
</th>
<td>安全教育</td>
</tr>
</tbody>
</table>
</div>
</form>
</div>
<script data-main="/scripts/requirejs/config" src="/scripts/requirejs/require.js"></script>
<script>
require(["/scripts/commonjs.js"]);
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化