2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org" layout:decorator="MasterPage/Layout.Empty">
<head>
    <meta charset="UTF-8" />
    <title>资源新增或修改</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/jqgrid/ui.jqgrid-bootstrap.css'}" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css'}" />
    <link rel="stylesheet" href="/css/tagsinput.css"/>
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
    <link th:href="@{${pubzyWebRoot} + 'media/css/bootstrap-fileupload.css'}"/>
    <link th:href="@{${pubzyWebRoot} + 'media/css/uniform.default.css'}"/>
    <link href="/js/selectChosen/component-chosen.min.css" rel="stylesheet" />
 
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.zh-CN.min.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/bootstrap-fileupload.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/tabPages.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/jquery.form-3.51.0.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/layer/layer.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/jquery.tagsinput.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/validation/jquery.validate.min.js'}" type="text/javascript"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/validation/messages_zh.js'}" type="text/javascript"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/validation/additional-methods.min.js'}" type="text/javascript"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/yanzhen.js'}" type="text/javascript"></script>
    <link th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet" type="text/css" />
    <script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/ext-all.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'ext-4.2.1.883/locale/ext-lang-zh_CN.js'}"></script>
    <script th:src="@{${jspwebroot}+'utf8-jsp/ueditor.config.js'}"></script>
    <script th:src="@{${jspwebroot}+'utf8-jsp/ueditor.all.js'}"></script>
    <script th:src="@{${jspwebroot}+'utf8-jsp/lang/zh-cn/zh-cn.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
    <script src="../../../js/validator.js"></script>
    <script src="../../../js/esbmanage.js"></script>
    <script src="/js/selectChosen/chosen.jquery.js"></script>
    <style>
        body {
            background-color: white;
            box-sizing: border-box;
            overflow-x: hidden;
        }
 
        .form-control {
            padding: 0.3rem 0.7rem;
            height: 34px;
            display: inline-block;
        }
 
        .control-label {
            padding-top: 0 !important;
            width: 160px;
            float: left;
            line-height: 30px;
            padding-right: 1.5em;
        }
 
        .control-group {
            margin-bottom: 1em;
        }
 
        .controls {
            margin-left: 160px;
        }
 
        .col-sm-3, .col-sm-6, .col-sm-12 {
            padding-left: 0;
            padding-right: 0;
        }
 
        .fade {
            display: none;
        }
 
        .in.fade {
            display: block;
        }
 
        .control-group error {
            border-color: #b94a48;
        }
 
        #button {
            color: #fff !important;
            background-color: #039cfd !important;
            border-color: #039cfd !important;
        }
 
        img {
            cursor: pointer;
        }
 
        .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }
 
        . {
            display: none;
        }
 
        .tags-wrapper {
            width: 75%;
            display: inline-block;
        }
 
        #tagInput {
            width: 100%;
        }
 
        .layer-tags-wrapper {
            z-index: 9;
        }
 
        #tbGKList td {
            border: 1px solid #ccc;
        }
 
        #tbGKList input{
            text-align:center;
            width:100%;
            min-height: 30px;
        }
 
        /*富文本编辑器底部元素路径隐藏*/
        .edui-default .edui-editor-breadcrumb {
            display: none;
        }
 
        #contents{
            margin-left: -0.6%;
        }
 
        #PhotoDiv1:hover {
            -webkit-animation:blink 1s;
            animation:blink 1s;
        }
 
        @-webkit-keyframes blink {
            0% {
                opacity: 1
            }
 
            50% {
                opacity: .7
            }
 
            100% {
                opacity: 1
            }
        }
 
        @keyframes blink {
            0% {
                opacity: 1
            }
 
            50% {
                opacity: .7
            }
 
            100% {
                opacity: 1
            }
        }
    </style>
    <style>
        .controls .chosen-container {
            width: 75% !important;
        }
    </style>
</head>
<body style="background-color:white !important;">
<div layout:fragment="content">
    <form class="form-horizontal">
        <div class="portlet-body" style="margin-top: 10px;">
            <div id="div_upload" style="text-align:center;display:none">
                <img src="/image/loading.gif" alt='正在上传'/>
            </div>
            <div id="div_id" style="text-align:center;display:none">
                <input id="input_logs" value="1" type="hidden"/>
                <img id="img_load" src="/image/loading.gif" alt='正在加载'/>
                <a id="showlog" onclick="showLog();">正在分析中...</a>
                <div id="logs_div" style="overflow-y:auto;width:100%;height:150px;display:none">
                    <table style="border-spacing: 0px 0px;" >
                        <tbody id="logs">
                        </tbody>
                    </table>
                </div>
            </div>
            <div class="row">
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">文件资源类型<span style="color: red;">*</span></label>
                        <div class="controls input-icon">
                            <select id="sourcetype" name="sourcetype" class="form-control col-sm-9" required="" onchange="changeLX(this);">
                                <option value="">--请选择--</option>
                                <option value="文件">文件</option>
                                <option value="文件夹">文件目录</option>
                            </select>
                            <span class="input-warning tooltips" data-original-title="">
                                <i class="fa-warning-sign" style="display: none;margin-left:30px;"></i>
                            </span>
 
                            <input type="file" name="filepath" id="filepath" style="display:none;" />
                        </div>
                    </div>
                </div>
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">存储方式</label>
                        <div class="controls input-icon">
                            <select id="storagemode" name="storagemode" class="form-control col-sm-9" onchange="changeCCFS(this);">
                                <option value="">--请选择--</option>
                                <option value="本地">本地</option>
                                <option value="远程">远程</option>
                            </select>
                            <span class="input-warning tooltips" data-original-title="">
                                <i class="fa-warning-sign" style="display: none;margin-left:30px;"></i>
                            </span>
                        </div>
                    </div>
                </div>
            </div>
 
            <div class="row wenjian">
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">文件名称</label>
                        <div class="controls input-icon">
                            <input id="filename" name="filename" type="text" class="form-control col-sm-8"/>
                            <span class="input-warning tooltips" data-original-title="">
                                <i class="fa-warning-sign" style="display: none;margin-left:30px;"></i>
                            </span>
                            <input type="file" name="filepath2" id="filepath2" style="display:none;" onchange="uploadfile('filepath2')"/>
                            <button type="button" id="filebutton" class="btn btn-primary wenjian" style="vertical-align: baseline;" onclick="openDialog('filepath2')">
                                <span class="fa fa-upload"></span> 上传
                            </button>
                        </div>
                    </div>
                </div>
 
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">文档页数</label>
                        <div class="controls input-icon">
                            <input id="filepages" name="filepages" type="text" class="form-control col-sm-9" />
                        </div>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">文件类型</label>
                        <div class="controls input-icon">
                            <!--<input th:value="${Res_ExtFileSource.filetype}"   id="filetype" name="filetype" type="text" class="form-control col-sm-9" />-->
                            <select id="filetype" name="filetype" class="form-control col-sm-9">
                                <option value="">--请选择--</option>
                                <option></option>
                            </select>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">大小<span style="color: red;">*</span></label>
                        <div class="controls input-icon" >
                            <input value="" type="text" id="filesize" name="filesize" class="form-control col-sm-7" required=""/>
                            <select id="unit" name="unit" class="form-control col-sm-2" style="width:15%">
                                <option vaule="bytes">B</option>
                                <option value="KB">KB</option>
                                <option value="MB">MB</option>
                                <option value="GB">GB</option>
                            </select>
                            <span class="input-warning tooltips" data-original-title="">
                                <i class="fa-warning-sign" style="display: none;margin-left:30px;"></i>
                            </span>
                        </div>
                    </div>
                </div>
            </div>
            <div class="row" style="display: none;">
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">下载方式</label>
                        <div class="controls input-icon">
                            <select id="downloadmodel" name="downloadmodel" class="form-control col-sm-9" onchange="DownLoadModeChange(this)">
                                <option value="">--请选择--</option>
                                <option value="FTP">FTP</option>
                                <option value="HTTP">HTTP</option>
                            </select>
                            <span class="input-warning tooltips" data-original-title="">
                                <i class="fa-warning-sign" style="display: none;margin-left:30px;"></i>
                            </span>
                        </div>
                    </div>
                </div>
                <div class="col-sm-6" id="httpType">
                    <div class="control-group">
                        <div class="control-group">
                            <label class="control-label">获取方式</label>
                            <div class="controls input-icon">
                                <select id="gettype" name="gettype" class="form-control col-sm-9">
                                    <option value="">--请选择--</option>
                                    <option value="跳转">跳转</option>
                                    <option value="代理">代理</option>
                                </select>
                                <span class="input-warning tooltips" data-original-title="">
                                <i class="fa-warning-sign" style="display: none;margin-left:30px;"></i>
                            </span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="row" id="XiaZaiSet" style="display: none">
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">FTP用户名</label>
                        <div class="controls input-icon">
                            <input id="ftpusername" name="ftpusername" type="text" class="form-control col-sm-9" />
                        </div>
                    </div>
                </div>
                <div class="col-sm-6">
                    <div class="control-group">
                        <label class="control-label">FTP密码</label>
                        <div class="controls input-icon">
                            <input id="ftppwd" name="ftppwd" type="password" class="form-control col-sm-9" />
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </form>
</div>
</body>
</html>