3 Star 0 Fork 0

moon/miduoduo-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
querstion_edit.html 5.22 KB
一键复制 编辑 原始数据 按行查看 历史
w_x_f 提交于 2017-09-25 15:50 . cs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>问卷管理</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/plugins/summernote/summernote.css" rel="stylesheet">
<link href="css/plugins/webuploader/webuploader.css" rel="stylesheet" type="text/css" >
<link href="css/plugins/fileinput/fileinput.css" rel="stylesheet" type="text/css" />
<link href="css/demo/webuploader-demo.css" rel="stylesheet" type="text/css" >
<link href="css/plugins/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css" rel="stylesheet">
<link href="css/plugins/switchery/switchery.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<!-- fileinput -->
<script src="js/plugins/fileinput/fileinput.js"></script>
<script src="js/plugins/fileinput/fileinput_locale_zh.js"></script>
<!-- jQuery Validation plugin javascript-->
<script src="js/plugins/validate/jquery.validate.min.js"></script>
<script src="js/plugins/validate/messages_zh.min.js"></script>
<script src="js/core.js"></script>
</head>
<body>
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-sm-5">
<div class="ibox float-e-margins">
<div class="ibox-content">
<div class="input-group">
<input type="hidden" id="naireId">
<span class="input-group-addon">标题</span>
<input type="text" class="form-control" id="title">
<!-- <span class="input-group-addon" onclick="naireEdit()">修改</span>-->
</div>
<div class="input-group-btn">
<button class=" btn btn-info" onclick="naireEdit()">修改</button>
</div>
</div>
<div class="ibox-content col-lg-12" id="divHtml">
<div class="list-group">
<a href="#" class="list-group-item ">
<h4 class="list-group-item-heading">
<div class="input-group ">
<span class="input-group-addon">标题</span>
<input type="text" class="form-control">
</div>
<div class="input-group ">
<span class="input-group-addon">类型</span>
<select class="selectpicker form-control">
<option value="1">单选</option>
<option value="2">多选</option>
</select>
</div>
<div class="input-group-btn" style="margin-top: 10px;padding-top: 10px">
<button class=" btn btn-info">修改</button>
<button class=" btn btn-danger ">删除</button>
</div>
</h4>
</a>
<a href="#" class="list-group-item">
<h4 class="list-group-item-heading">
<label class="form-label">选项:</label><input type="text" style="width:5%" maxlength="1">
<label class="form-label">内容:</label><input type="text" style="width:50%">
<button class="btn btn-info btn-xs">修改</button>
<button class="btn btn-danger btn-xs">删除</button>
</h4>
<h4 class="list-group-item-heading">
<label class="form-label">选项:</label><input type="text" style="width:5%" maxlength="1">
<label class="form-label">内容:</label><input type="text" style="width:50%">
<button class="btn btn-info btn-xs">修改</button>
<button class="btn btn-danger btn-xs">删除</button>
</h4>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--bootstrap-table-->
<script src="js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
<script src="js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
<script src="js/querstion_edit.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yun_token/miduoduo-admin.git
git@gitee.com:yun_token/miduoduo-admin.git
yun_token
miduoduo-admin
miduoduo-admin
master

搜索帮助