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
<!--
功能描述:资源中心
-->
<!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">
<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/Index.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" src="/js/ZiYuanZhongXin/Index.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" 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}]];
        /*]]>*/
    </script>
</head>
<body>
<div layout:fragment="content">
    <div style="min-height: 800px !important;">
        <div style="background-image: url(/image/TopMenu/search_02bg.jpg);height: 112px;" id="div_SearchBox">
            <div style="height: 100%;width:950px;margin:0 auto;">
                <div style="float:left;margin-top:21px;">
                    <img src="/image/TopMenu/ResourceSearch.png" style="height:42px;width:165px;" />
                </div>
                <div style="float:left;margin-left:25px;">
                    <div style="width: 750px;padding-top: 24px;height: 65px;">
                        <div style="background-color: white;border: 1px solid #8FC9FB;float:left;border-radius: 5px;width: 590px;">
                            <input type="text" id="guanjianziSeach" placeholder="请输入关键字" />
                            <div class="col-sm-1" style="height: 29px; text-align: center; line-height: 29px; font-size: 20px; margin: 3px 0; border-left:1px solid rgb(221, 221, 221); float: right;">
                                <i class="fa fa-search" style="color: #ddd;"></i>
                            </div>
                        </div>
                        <img src="/image/TopMenu/search_btn.png" id="sousuoziyuan" style="float: left;margin-left:15px;cursor: pointer;" title="搜索资源" onclick="Search()" />
                    </div>
                </div>
            </div>
            <div style="float: left;margin-top: -40px;" id="ReMenSouSuoBox">
                <ul></ul>
            </div>
        </div>
        <div id="div_content" style="float:left;width:98%;">
            <div style="height: 100%;margin:0 259px 0 281px;">
                <div style="margin-bottom:10px;margin-top:10px;">
                    <div class="portlet box tjzy_blue" style="margin-right: 1.35%; margin-bottom: 0px; margin-left: 1.8%;border:1px solid #6c98fe;border-color: #ddd!important;">
                        <div class="PanelBoxTitle" style="border-top-color: #43b0f5 !important;">
                            <img src="/image/ZiYuanZhongXin/tongji_icon.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">资源统计</span>
                        </div>
                        <div id="divziyuantongji" class="portlet-body" style="height:463px; padding: 0px;" name="loadbox">
                            <table style="height:100%;width:100%">
                                <tr>
                                    <td style="width:40%">
                                        <div id="zylx" style="height:200px;margin-top: 10px;"></div>
                                    </td>
                                    <td style="width:60%">
                                        <div id="zyly" style="height:200px;margin-top: 10px;"></div>
                                    </td>
                                </tr>
                                <tr>
                                    <td colspan="2">
                                        <div id="zyml" style="height:220px;margin-top: 10px;"></div>
                                    </td>
                                </tr>
                            </table>
                        </div>
                    </div>
                </div>
                <div style="margin-bottom:10px;margin-top:10px;">
                    <div class="portlet box tjzy_blue" style="margin-right: 1.35%; margin-bottom: 0px; margin-left: 1.8%;border:1px solid #6c98fe;border-color: #ddd!important;">
                        <div class="PanelBoxTitle" style="border-top-color: #43b0f5 !important;">
                            <img src="/image/ZiYuanZhongXin/tuijian_icon.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">定向推送</span>
                            <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 style="margin-bottom:10px;margin-top:10px;">
                    <div class="portlet box tjzy_blue" style="margin-right: 1.35%; margin-bottom: 0px; margin-left: 1.8%;border:1px solid #6c98fe;border-color: #ddd!important;">
                        <div class="PanelBoxTitle" style="border-top-color: #30c5cb !important;">
                            <img src="/image/ZiYuanZhongXin/tuijian_icon3.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">资源推荐</span>
                            <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>
            </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:270px;height:100%;margin-left: -265px;margin-top:10px;">
            <div id="ZuiXinZiYuan">
                <div class="PanelBoxTitle" id="ZuiXinZiYuanPanelBoxTitle">
                    <img src="/image/ZiYuanZhongXin/zuixin_icon.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">最新资源</span>
                    <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 id="FanWenPaiHang" style="border: 1px solid #ddd;">
                <div class="PanelBoxTitle" id="FanWenPaiHangPanelBoxTitle">
                    <img src="/image/ZiYuanZhongXin/paihang_icon.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">访问排行</span>
                    <a onclick="window.open('/res/ZiYuanZhongXin/FangWenPaiHangGD?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 id="fwph">
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>