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
<!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/CommonPage/Layout">
<head>
    <meta charset="UTF-8" />
    <title th:text="'资源服务 - ' + ${systemName}"></title>
    <link rel="stylesheet" type="text/css" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
    <link rel="stylesheet" type="text/css" href="/css/mtree.css" />
    <link rel="stylesheet" type="text/css" href="/css/firstebox.css" />
    <link rel="stylesheet" type="text/css" href="/css/ZiYuanZhongXin/Indexnew.css" />
    <script type="text/javascript" th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>
    <script type="text/javascript" th:src="@{${pubzyWebRoot} + 'media/js/jquery.firstebox.pack.js'}"></script>
    <script type="text/javascript" src="/js/GrayPhoto.js"></script>
    <script type="text/javascript" th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
    <script type="text/javascript" th:src="@{${pubzyWebRoot} + 'echarts/echarts-all-2.2.7.js'}"></script>
    <script type="text/javascript" src="/js/openresource.js"></script>
    <script type="text/javascript" src="/js/ZiYuanZhongXin/Indexnew.js"></script>
    <script type="text/javascript" th:inline="javascript">
        /*<![CDATA[*/
        var resourceclassSeriesStr = [[${resourceclassSeries}]];
        var resourceclassSeries = eval('(' + resourceclassSeriesStr + ')');
 
        var DataSourceLegendsStr = [[${DataSourceLegends}]];
        var DataSourceLegends = eval('(' + DataSourceLegendsStr + ')');
        var DataSourceSeriesStr = [[${DataSourceSeries}]];
        var DataSourceSeries = eval('(' + DataSourceSeriesStr + ')');
 
        var MuLuLegendsStr = [[${MuLuLegends}]];
        var MuLuLegends = eval('(' + MuLuLegendsStr + ')');
        var MuLuSeriesStr = [[${MuLuSeries}]];
        var MuLuSeries = eval('(' + MuLuSeriesStr + ')');
        var totalpNum = [[${totalpNum}]];
        var totalrNum = [[${totalrNum}]];
 
        var shenhezhuangtaiSeriesStr = [[${shenhezhuangtaiSeries}]];
        var shenhezhuangtaiSeries = eval('(' + shenhezhuangtaiSeriesStr + ')');
 
        var sharprotocolSeriesStr = [[${sharprotocolSeries}]];
        var sharprotocolSeries = eval('(' + sharprotocolSeriesStr + ')');
        /*]]>*/
    </script>
 
    <style>
        #div_SearchBox {
            box-shadow: 0px 0px 1px 1px #bfbfbf;
            border-radius: 6px;
        }
 
        /*边框公共样式*/
        .div_border {
            box-shadow: 0px 0px 1px 1px #bfbfbf;
            border-radius: 6px;
            min-height: 340px;
        }
 
        #rrzy .label {
            padding: 3px 5px 5px !important;
            font-size: 13px;
            margin-right: 5px !important;
            font-weight: normal;
            border-radius: 2px;
        }
    </style>
 
</head>
<body>
<div layout:fragment="content">
    <div style="min-height: 800px !important;width: 100%;">
 
        <div id="div_content" style="float:left;width:1045px;margin-right: 25px;">
            <div style="height: 100%;">
 
                <div class="div_border div_top">
                    <div class="portlet box tjzy_blue" >
                        <div class="PanelBoxTitle" style="margin-left: 30px;">
                            <span>资源推荐</span>
                            <div onclick="ChangeNext(1)" class="moreurl">换一批</div>
                            <!--<a onclick="ChangeNext(1)" style="cursor:pointer;float:right;color: gray;font-size:14px;padding-right:10px;">换一批></a>-->
                        </div>
                        <div id="divRandomRecommend" class="portlet-body" style="padding: 3px;" name="loadbox">
                            <div class="lanren">
                                <ul id="rrzy" class="list-inline" style="margin: auto; text-align: center;">
                                </ul>
                            </div>
                        </div>
                    </div>
                    <div class="portlet box tjzy_blue" style="margin-top: -10px;">
                        <div class="PanelBoxTitle" style="margin-left: 30px;margin-top: 8px;">
                            <span style="font-size: 16px;">定向推送</span>
                            <div onclick="ChangeNext(0)" class="moreurl">换一批</div>
                            <!--<div onclick="ChangeNext(0)" class="moreurl">换一批</div>-->
                            <!--<a onclick="ChangeNext(0)" style="cursor:pointer;float:right;color: gray;font-size:14px;padding-right:10px;">换一批></a>-->
                        </div>
                        <div id="divtuijianziyuan" class="portlet-body" style="padding: 3px;" name="loadbox">
                            <div class="lanren">
                                <ul id="tjzy" class="list-inline" style="margin: auto; text-align: center;">
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
 
                <div class="div_border div_top">
                    <div class="portlet box tjzy_blue">
                        <!--<div class="PanelBoxTitle" style="margin-left: 30px;">-->
                        <!--<span>资源统计</span>-->
                        <!--</div>-->
                        <div id="divziyuantongji" class="" style="padding: 0px; height: 350px;padding-left: 40px;padding-right: 40px;padding-top:30px;" name="loadbox">
                            <table style="height:100%;width:100%">
                                <tr>
                                    <td style="width:48%">
                                        <div id="zylx" style="height:320px;"></div>
                                    </td>
                                    <td style="width:4%">
                                        <div id="shzt" style="height:320px;"></div>
                                    </td>
                                    <td style="width:48%">
                                        <div id="gxxy" style="height:320px;"></div>
                                    </td>
                                </tr>
                            </table>
                        </div>
                    </div>
                </div>
 
                <div class="div_border div_top">
                    <div class="portlet box tjzy_blue">
                        <div style="width: 100%;float: left;">
                            <div class="PanelBoxTitle" style="margin-left: 30px;height: auto;">
                                <span>资源目录统计</span>
                            </div>
                            <div class="portlet-body" style="padding: 0px;" name="loadbox">
                                <table style="height:100%;width:100%">
                                    <tr>
                                        <td colspan="2">
                                            <div id="zyml" style="height:270px;"></div>
                                        </td>
                                    </tr>
                                </table>
                            </div>
                        </div>
                        <div style="width:37%;float:left;" id="zylyHide">
                            <div class="PanelBoxTitle" style="margin-left: 30px;height: auto;">
                                <span >资源来源排行</span>
                            </div>
                            <div class="portlet-body" style="padding: 0px;" name="loadbox">
                                <table style="height:100%;width:100%">
                                    <tr>
                                        <td colspan="2">
                                            <div id="zyly" style="height:270px;"></div>
                                        </td>
                                    </tr>
                                </table>
                            </div>
                        </div>
                    </div>
                </div>
 
 
 
            </div>
        </div>
        <!--<div id="div_left" style="float:left;width:270px;height:100%;margin-left:-96.5%;margin-top:10px;">-->
        <!--<div id="ShenQingZiYuan">-->
        <!--<div class="PanelBoxTitle" id="ShenQingZiYuanPanelBoxTitle">-->
        <!--<img src="/image/ZiYuanZhongXin/shenqing_icon.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">我的申请</span>-->
        <!--<a onclick="window.open('/res/resActionRecord/ShenQingZiYuanGD?Menu=ZYZX&menuId=07')" style="cursor:pointer;float:right;color: gray;font-size:14px;padding-right:10px;">更多>></a>-->
        <!--</div>-->
        <!--<div id="sqzy">-->
        <!--<ul>-->
        <!--</ul>-->
        <!--</div>-->
        <!--</div>-->
        <!--<div id="MyFavorite" style="border-left: 1px solid #ddd;">-->
        <!--<div class="PanelBoxTitle" id="MyFavoritePanelBoxTitle">-->
        <!--<img src="/image/ZiYuanZhongXin/shoucang_icon.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">我的收藏夹</span>-->
        <!--<a id="mySC" onclick="window.open('/res/ZiYuanZhongXin/WoDeShouCangJiaGD?Menu=ZYZX&menuId=07')" style="cursor:pointer;float:right;color: gray;font-size:14px;padding-right:10px;">更多>></a>-->
        <!--</div>-->
        <!--<div class="htmleaf-content bgcolor-3 blue" style="padding-left:5px;">-->
        <!--<ul class="mtree" style="margin: 0px 5px 0px 1px;padding: 0;">-->
        <!--</ul>-->
        <!--</div>-->
        <!--</div>-->
        <!--</div>-->
        <div id="div_right" style="float:left;width: 350px;">
            <div id="ShenQingZiYuan" class="div_border div_top">
                <div class="PanelBoxTitle" id="ShenQingZiYuanPanelBoxTitle">
                    <span>我的申请</span>
                    <div class="moreurl" onclick="window.open('/res/resActionRecord/ShenQingZiYuanGD?Menu=ZYZX&menuId=07')">更多</div>
                </div>
                <div id="sqzy">
                    <ul>
                    </ul>
                </div>
            </div>
            <div id="MyFavorite" class="div_border div_top">
                <div class="PanelBoxTitle" id="MyFavoritePanelBoxTitle">
                    <span style="font-size: 16px;">我的收藏夹</span>
                    <div class="moreurl" onclick="window.open('/res/ZiYuanZhongXin/WoDeShouCangJiaGD?Menu=ZYZX&menuId=07')">更多</div>
                    <!--<a id="mySC" onclick="window.open('/res/ZiYuanZhongXin/WoDeShouCangJiaGD?Menu=ZYZX&menuId=07')" style="cursor:pointer;float:right;color: gray;font-size:14px;padding-right:10px;">更多>></a>-->
                </div>
                <div class="htmleaf-content bgcolor-3 blue">
                    <ul class="mtree" style="margin: 0px 5px 0px 1px;padding: 0;">
                    </ul>
                </div>
            </div>
 
 
            <div id="ZuiXinZiYuan" class="div_border div_top">
                <div class="PanelBoxTitle" id="ZuiXinZiYuanPanelBoxTitle">
                    <span style="font-size: 16px;">最新资源</span>
                    <div class="moreurl" onclick="window.open('/res/resActionRecord/ZuiXinZiYuanGD?Menu=ZYZX&menuId=07')">更多</div>
                    <!--<a onclick="window.open('/res/resActionRecord/ZuiXinZiYuanGD?Menu=ZYZX&menuId=07')" style="cursor:pointer;float:right;color: gray;font-size:14px;padding-right:10px;">更多>></a>-->
                </div>
                <div class="htmleaf-content bgcolor-3 blue">
                    <ul id="zxzy">
                    </ul>
                </div>
            </div>
 
        </div>
    </div>
</div>
</body>
</html>