| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../css/init.css" />
- <title>新版知识库添加</title>
- <style type="text/css">
- ul,li{
- padding: 0;
- margin: 0;
- list-style: none;
- }
- .tab_list{
- border-bottom: 1px solid #d5d5d5;
- }
- .tab_list li{
- padding: 10px 15px;
- float: left;
- color: #333333;
- font-size: 14px;
- position: relative;
- }
- .tab_list li.active{
- color: #19aad0;
- }
- .tab_list li.active:after{
- content: "";
- width: 100%;
- height: 2px;
- background: #19aad0;
- position: absolute;
- bottom: -1px;
- left: 0;
- }
- .tab_content{
- font-size: 14px;
- color: #4c4c4c;
- padding: 15px 0;
- /*text-indent: 28px;*/
- }
- .tab_content>div{
- display: none;
- }
- .table tr td input[type="text"]{
- width: 100%;
- height: 34px;
- background: #f3f3f4;
- outline: none;
- border: 1px solid #e7e7e7;
- padding-left: 10px;
- }
- .radio-inline input[type=radio]{
- margin-top: 2px;
- }
- .table tr td textarea{
- width: 100%;
- height: 100%;
- background: #f3f3f4;
- border: 1px solid #e7e7e7;
- resize: none;
- }
- #scwj{
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px!important;
- }
- .files{
- padding: 5px!important;
- }
- .time-box{
- position: relative;
- width: 197px!important;
- height: 34px;
- margin: 0;
- }
- .tub + input {
- padding-right: 30px;
- border: 1px solid #e5e6e7!important;
- }
- i.tub {
- position: absolute;
- right: 8px;
- top: 8px;
- font-size: 18px;
- color: #00a0ca;
- }
-
- </style>
- </head>
- <body class="gray-bg">
- <div class="container-fluid wrapper-content animated fadeInRight">
- <table class="table table-bordered table-condensed">
- <tr>
- <td width="100">关键词</td>
- <td colspan="3"><input type="text" id="key"/></td>
- </tr>
- <tr>
- <td width="100">事件名称</td>
- <td colspan="3"> <input type="text" id="title" /></td>
- </tr>
- <tr>
- <td width="100">主办单位</td>
- <td colspan="3"> <input type="text" id="maindept" /></td>
- </tr>
- <tr >
- <td rowspan="2" width="100">公开电话</td>
- <td> <input type="text" id="publicphone1" /></td>
- <td rowspan="2" width="100">内部电话</td>
- <td> <input type="text" id="privatephone1" /></td>
-
- </tr>
- <tr>
- <td> <input type="text" id="publicphone2" /></td>
- <td> <input type="text" id="privatephone2" /></td>
- </tr>
- <tr>
- <td width="100" height="100"> 咨询要点</td>
- <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="points"></textarea></td>
- </tr>
- <tr>
- <td width="100" height="100"> 标准话术</td>
- <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="baseanswer"></textarea></td>
- </tr>
- <tr>
- <td width="100" height="100"> 结案参考</td>
- <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="endanswer"></textarea></td>
- </tr>
- <tr>
- <td width="100"> 办理方式</td>
- <td><input type="text" id="dealtype"/></td>
- <td width="100"> 法定办结时限</td>
- <td><input type="text" id="legallimittime" /></td>
- </tr>
- <tr>
- <td width="100"> 是否收费</td>
- <td>
- <label class="radio-inline">
- <input type="radio" name="ispay" id="ispay1" value="1"> 是
- </label>
- <label class="radio-inline">
- <input type="radio" name="ispay" id="ispay2" value="0"> 否
- </label>
-
-
- </td>
- <td width="100"> 承诺办结时限</td>
- <td><input type="text" id="promiselimittime" /></td>
- </tr>
- <tr>
- <td width="100"> 收费标准</td>
- <td> <input type="text" id="paymoney" /></td>
- <td width="100"> 办公地点</td>
- <td><textarea name="" rows="" cols="" id="officeaddress"></textarea></td>
- </tr>
- <tr>
- <td width="100"> 办理对象</td>
- <td colspan="3"><input type="text" id="serobject" /></td>
- <!--<td width="100"> 乘车路线</td>
- <td><textarea name="" rows="" cols=""id="busline"></textarea></td>-->
- </tr>
- <tr>
- <td width="100"> 办公时间</td>
- <td colspan="3">
- <input type="text" id="officetime"/>
- <!--<div class="form-group time-box">
- <i class="tub fa fa-calendar"></i>
- <input class="form-control" type="text" placeholder="请选择开始时间">
- </div>
- -->
- </td>
- </tr>
- <tr>
- <td width="100" rowspan="2"> 协办单位</td>
- <td rowspan="2"><input type="text" name="otherdept" id="otherdept" style="border: 0;" /></td>
- <td width="100"> 公开电话</td>
- <td><input type="text" id="otherpublicphone" /></td>
- </tr>
- <tr>
- <td width="100"> 内部电话</td>
- <td><input type="text" id="otherprivatephone" /></td>
- </tr>
- <tr>
- <td width="100" height="100"> 备注</td>
- <td colspan="3" height="100">
- <!--<input type="text" />-->
- <textarea name="" rows="" cols="" id="remark"></textarea>
- </td>
- </tr>
- <!--<tr>
- <td width="100" > 修改人</td>
- <td></td>
- <td width="100" > 修改日期</td>
- <td></td>
- </tr>-->
- </table>
-
- <ul class="tab_list clearfix">
- <li class="active">设定依据</li>
- <li>办理流程</li>
- <li>办理材料</li>
- <li>办理结果样本</li>
- <li>收费标准及依据</li>
- <li>附件</li>
- </ul>
- <div class="tab_content">
- <div class="cons" style="display: block;">
- <textarea name="" data-adaptheight id="baseon" style="width: 100%;height: 300px;"></textarea>
- </div>
- <div class="cons">
- <textarea name="" data-adaptheight id="process" style="width: 100%;height: 300px;"></textarea>
- </div>
- <div class="cons">
- <textarea name="" data-adaptheight id="material" style="width: 100%;height: 300px;"></textarea>
- </div>
- <div class="cons">
- <textarea name="" data-adaptheight id="template" style="width: 100%;height: 300px;"></textarea>
- </div>
- <div class="cons">
- <textarea name="" data-adaptheight id="payinfo" style="width: 100%;height: 300px;"></textarea>
- </div>
-
- <div class="cons">
- <div class="fileBox">
- <!--<span class="files">文件1<i class="fa fa-remove"></i></span>-->
- </div>
- <!--<input type="text" placeholder="输入附件详情" style="width:66%" />-->
- <!--<span class="fjnr"></span>-->
- <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
- <input class="input" type="button" value="上传" id="scwj" />
- <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
- <input type="hidden" id="file" />
- <span style="color:#FF0000; border: none;">
- (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
- </span>
- </div>
- </div>
-
-
- <!--<p style="text-align: center;"><button class="btns save">确认保存</button></p>-->
- <p style="text-align: center;">
- <button class="btns save">保存</button>
- <button class="btns savetj">提交</button>
- </p>
-
- </div>
-
-
- <script src="../js/kindeditor/kindeditor-all-min.js"></script>
- <script src="../js/kindeditor/lang/zh-CN.js"></script>
- <script src="../js/adjustHeight.js"></script>
- <script src="../js/laydate/laydate.js"></script>
- <script src="js/newRepositoryAdd.js"></script>
-
- </body>
- </html>
|