| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link href="../css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
- <link href="../css/bootstrap.min.css" />
- <link href="../css/init.css" rel="stylesheet" />
- <link rel="stylesheet" href="../css/boot/bootstrap-table.css" />
- <link href="../css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
- <link href="../css/animate.min.css" rel="stylesheet">
- <link href="../css/style.min862f.css?v=4.1.0" rel="stylesheet">
- <link href="../css/layer/need/layer.css" />
- <link rel="stylesheet" href="../css/zhibiaoguanli.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <title>问卷调查</title>
- <style>
- .fr {
- float: right;
- }
-
- .fr li {
- float: left;
- }
-
- .size-14 {
- font-size: 14px!important;
- }
-
- .size-16 {
- font-size: 16px;
- }
-
- .anniu i {
- margin-right: 5px;
- }
-
- .x-color {
- height: 34px;
- line-height: 34px;
- width: 100px;
- background-color: #FFF;
- background-image: none;
- border: 1px solid #e5e6e7;
- border-radius: 1px;
- color: inherit;
- }
-
- .inputs {
- border: 1px solid #e5e6e7;
- width: 150px;
- padding: 6px 12px;
- }
-
- .d {
- color: forestgreen;
- }
-
- .du {
- color: #0064B6;
- }
-
- .w {
- color: #e43926;
- }
-
- .Title_box {
- line-height: 20px;
- border-bottom: 1px solid #ccc;
- padding-bottom: 10px;
- }
-
- .ce {
- width: 50px;
- }
- </style>
- </head>
- <body>
- <div class="daoHang clearfix">
- <div class="dhLeft">
- <sapn><i class="syIcon"></i>位置:
- <a id="ReIndex">首页</a>>
- <a href="javaScript:;">问卷调查</a>>
- <a href="" style="color: #000;">试题管理</a>
- </sapn>
- </div>
- </div>
- <div class="top clearfix ">
- <div class="fr">
- <span> 题型:
- <select name="" id="Quetions" class="x-color">
- <option value="">所有试题</option>
- <option value="1">问答题</option>
- <option value="2">单选题</option>
- <option value="3">多选题</option>
- </select>
- </span>
- <span> 试题标题:<input class="inputs" type="text" id="KeyWords" /></span>
- <button class="btns searchGo size-14"> <i class="fa fa-search size-14"></i> 搜索</button>
- </div>
- </div>
- <div class='wrap'>
- <div class="tbleft">
- <h4 class="Title_box">试题分类</h4>
- <div class="anniu " class="toolbar1 ">
- <button class="leftAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
- <button class="leftChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
- <button class="leftDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
- </div>
- <table id="tb1">
- <thead>
- <tr>
- <th data-field="checkbox" data-align="center" data-formatter="setCode">编号</th>
- <th data-align="center" data-field="F_CategoryName">试题分类</th>
- </tr>
- </thead>
- <tbody>
- </tbody>
- </table>
- </div>
- <!--右边/-->
- <div class="tbright">
- <h4 class="Title_box">试题列表</h4>
- <div class="anniu" class="toolbar2">
- <button class="rightAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
- <button class="rightChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
- <button class="rightDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
- <button class="rightAll btn size-14"><i class="fa fa-file size-14"></i>所有试题</button>
- </div>
- <table id="tbr">
- <thead>
- <tr>
- <th data-align="center" data-field="id" data-formatter="setCode">编号</th>
- <th data-align="center" data-field="F_CategoryName">试题分类</th>
- <th data-align="center" data-field="F_Type" data-formatter="Type">试题类型</th>
- <th data-align="center" data-field="F_Title">试题标题</th>
- <th data-align="center" data-field="F_Content">试题内容</th>
- <th data-align="center" data-field="F_Remark">试题说明</th>
- <th data-align="center" data-field="F_Type" data-formatter="Code">操作</th>
- </tr>
- </thead>
- <tbody>
- </tbody>
- </table>
- </div>
- </div>
- </body>
- <script src="../css/layer/layer.js"></script>
- <script src="../js/Questions/QuestionsManagement.js"></script>
- </script>
- </html>
|