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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.w3.org/1999/xhtml" layout:decorator="MasterPage/Layout">
<head>
    <meta charset="UTF-8">
    <title th:text="${systemName}"></title>
 
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link th:href="@{${pubzyWebRoot} + 'ext-4.2.1.883/resources/css/ext-all-neptune.css'}" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
    <link th:href="@{${pubzyWebRoot} + 'media/css/select2_metro.css'}" type="text/css" rel="stylesheet" />
    <link th:href="@{${pubzyWebRoot} + 'media/css/pagination.css'}" type="text/css" rel="stylesheet" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css'}" />
    <link th:href="@{${pubzyWebRoot} + 'zTree/css/metroStyle/metroStyle.css'}" rel="stylesheet" type="text/css" />
    <script th:src="@{${pubzyWebRoot} + 'jqPaginator/jqpaginator.min.js'}"></script>
    <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="@{${pubzyWebRoot} + 'ext-4.2.1.883/PagingToolbar.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/tabPages.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'media/js/select2.min.js'}" type="text/javascript"></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 src="/js/ZiYuanZhongXin/ziyuantuijian.js"></script>
    <script src="/js/openresource.js"></script>
    <style type="text/css">
        .control-label {
            padding-top: 0 !important;
            width: 160px;
            float: left;
            line-height: 30px;
            padding-right: 1em;
        }
 
        .control-group {
            margin-bottom: 1em;
        }
 
        .controls {
            margin-left: 160px;
            line-height: 30px;
        }
 
        .col-sm-3,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-10,
        .col-sm-12,
        .col-md-4,
        .col-lg-3,
        .col-xl-3 {
            padding-left: 0;
            padding-right: 0;
        }
 
        .row {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 15px;
        }
 
        /*拼音首字母文本框高度*/
        .select2-container .select2-choice {
            height: 35px;
        }
 
        .tabbable-custom > .tab-content{
            background-color: #fff;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding: 10px;
        }
    </style>
</head>
<body>
<div id="rapp" layout:fragment="content">
    <div class="content-page" style="min-height: 530px !important; margin-top: 8px; background-color: #fff; margin-left:10px">
        <div class="container-fluid" style="padding-right: 0; padding-left: 0;">
            <div class="row">
                <div id="div_content" style="width: 100%;">
                    <div class="tabbable tabbable-custom" id="divTabsView">
                        <div class="tab-pane active" id="tabContent" style="overflow-y: hidden;">
                            <div class="row">
                                <div class="col-sm-12">
                                    <!--BEGIN TABS-->
                                    <div class="tabbable tabbable-custom" style="padding-right: 20px;height: 100%;">
                                        <div style="height: 99%;">
                                            <div  id="tab_1_2">
                                                <div id="divSearch">
                                                    <form action="#" class="form-horizontal" id="SearchForm">
                                                        <div class="portlet box ltblue" style="margin-bottom: 5px !important;">
                                                            <div class="portlet-title">
                                                                <div class="caption">
                                                                    <i class="icon-reorder"></i>查询区
                                                                </div>
                                                                <div class="tools">
                                                                    <a href="javascript:;" class="collapse"></a>
                                                                </div>
                                                            </div>
                                                            <div class="portlet-body SearchBox" style="padding: 20px;">
                                                                <div class="row">
                                                                    <div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 DivHeight" style="height:40px;padding-right: 20px;">
                                                                        <div class="control-group">
                                                                            <label class="control-label">资源名称</label>
                                                                            <div class="controls input-icon">
                                                                                <input type="text" id="title" name="title" value="" class="form-control col-sm-12" placeholder="输入资源名称、简称或关键字" />
                                                                            </div>
                                                                        </div>
                                                                    </div>
                                                                    <div class="col-xs-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 DivHeight" style="height:40px;padding-right: 20px;">
                                                                        <div class="control-group">
                                                                            <label class="control-label">资源类型</label>
                                                                            <div class="controls input-icon">
                                                                                <select id="resourceclass" name="resourceclass" class="form-control col-sm-12">
                                                                                    <option value="">--请选择--</option>
                                                                                    <option th:each="item,itemStat:${resourceTypeList}" th:value="${item.key}" th:text="${item.value}">
                                                                                    </option>
                                                                                </select>
                                                                            </div>
                                                                        </div>
                                                                    </div>
                                                                    <div class="col-sm-12 col-md-6 col-lg-4 col-xl-3" style="padding-right: 20px;">
                                                                        <label class="control-label">发布时间</label>
                                                                        <div class="controls">
                                                                            <input type="text" class="custom-form-control date-picker" id="pubdateBegin" name="pubdateBegin" style="width:49%; display: inline-block;" readonly="readonly" />
                                                                            <input type="text" class="custom-form-control date-picker" id="pubdatefinish" name="pubdatefinish" style="width:49%; display: inline-block;" readonly="readonly" />
                                                                        </div>
                                                                    </div>
                                                                </div>
                                                                <div class="row">
                                                                    <div class="col-sm-6" align="left"></div>
                                                                    <div class="col-sm-6" align="right">
                                                                        <button type="button" class="btn btn-primary" onclick="Search('');">
                                                                            <i class="fa fa-search"></i>查询
                                                                        </button>
                                                                        <button type="button" class="btn btn-primary" onclick="Clear();">
                                                                            <i class="fa fa-trash"></i>清除
                                                                        </button>
                                                                        <button type="button" class="btn btn-primary" onclick="Export();">
                                                                            <i class="fa fa-share-alt"></i>导出
                                                                        </button>
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </form>
                                                </div>
                                                <div id="grid"></div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>