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
<!--
功能描述:地图服务
-->
<!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 href="/css/mtree.css" />
    <link rel="stylesheet" th:href="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/css/portlet.css'}" />
    <link rel="stylesheet" href="/css/ditufuwu/indexnew.css" />
    <script th:src="@{${pubzyWebRoot} + 'BootStrap4/expand/plugins/portlet/portlet.js'}"></script>
    <!--<script src="/js/GrayPhoto.js"></script>-->
    <script th:src="@{${pubzyWebRoot} + 'media/js/winPro.js'}"></script>
    <script th:src="@{${pubzyWebRoot} + 'echarts/echarts-all-2.2.7.js'}"></script>
    <script src="/js/openresource.js"></script>
    <script src="/js/ditufuwu/indexnew.js"></script>
    <script th:inline="javascript">
        /*<![CDATA[*/
        var BianMu = [[${BianMu}]];
        var ShouCang = [[${ShouCang}]];
        var Liulan = [[${Liulan}]];
        var gisPortal = [[${gisPortal}]];
        var userId = [[${userId}]];
        var totalpNum = [[${totalpNum}]];
        var totalrNum = [[${totalrNum}]];
        /*]]>*/
    </script>
 
    <style>
        #div_SearchBox {
            box-shadow: 0px 0px 1px 1px #0064eb;
            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;
            margin-left: 5px !important;
            font-weight: normal;
            border-radius: 2px;
        }
    </style>
</head>
<body>
<div layout:fragment="content">
    <div style="min-height: 870px !important;width: 100%;">
        <!--<div style="height: 120px;" id="div_SearchBox" class="div_top">-->
            <!--&lt;!&ndash;<div style="float: left;position: relative;top: 60px;margin-top: -35px;">&ndash;&gt;-->
                <!--&lt;!&ndash;<img src="/image/ZiYuanZhongXin/New/search.png" style="margin: 0 30px;" />&ndash;&gt;-->
 
            <!--&lt;!&ndash;</div>&ndash;&gt;-->
 
        <!--</div>-->
        <div id="div_left">
            <div id="ShenQingZiYuan" class="div_border div_top">
                <div class="PanelBoxTitle">
                    <span>我的申请</span>
                    <div class="moreurl" onclick="window.open('/res/ditufuwu/ShenQingZiYuanGD?Menu=DTFW&menuId=01')">更多</div>
                </div>
 
                <!--<div class="sqzy-title">-->
                    <!--<img src="/image/ZiYuanZhongXin/wodeshenqing.png" style="margin-bottom: 6px;" /> &nbsp;<span style="font-size: 16px;">我的申请</span>-->
                    <!--<a onclick="window.open('/res/ditufuwu/ShenQingZiYuanGD?Menu=DTFW&menuId=01')" style="cursor:pointer;float:right;color: white;font-size:14px;padding-right:10px;">更多>></a>-->
                <!--</div>-->
                <div class="htmleaf-content bgcolor-3 blue">
                    <ul id="sqzy"></ul>
                </div>
            </div>
            <div id="WoDeShouCangJia" class="div_border div_top">
                <div class="PanelBoxTitle">
                    <span>我的收藏夹</span>
                    <div class="moreurl" onclick="window.open('/res/ditufuwu/wodeshoucanggd?Menu=DTFW&menuId=01')">更多</div>
                </div>
 
                <!--<div class="WDSCJ-title">-->
                    <!--<img src="/image/ZiYuanZhongXin/wodeshoucang_icon.png" />-->
                    <!--&nbsp;<span>我的收藏夹</span>-->
                    <!--<a id="mySC" onclick="window.open('/res/ditufuwu/wodeshoucanggd?Menu=DTFW&menuId=01')">更多>></a>-->
                <!--</div>-->
                <div class="htmleaf-content bgcolor-3 blue WDSCJ-list">
                    <ul class="mtree"></ul>
                </div>
            </div>
        </div>
        <div id="div_center" style="margin-left: 25px;">
            <div class="content">
 
                <div style="border: 1px solid #8DB3E0;border-radius: 6px;margin-top: 18px;">
                    <input type="text" id="txtSearchKey" placeholder="请输入资源名称、简称或关键字" maxlength="20" />
                    <div class="col-sm-1" onclick="HotSearch(0, null)" style="cursor: pointer;border-radius: 4px; text-align: center; line-height: 50px; width: 100px; font-size: 18px; float: right;color: #fff;background-color: #2B85FF;">
                        <!--<i class="fa fa-search"></i>-->
                        <span>搜&nbsp;索</span>
                    </div>
                </div>
                <div id="ReMenSouSuoBox">
                    <ul></ul>
                </div>
 
                <div class="module div_border div_top" >
                    <div class="portlet box tjzy_blue">
                        <div id="divziyuantongji" class="portlet-body" style="padding: 0px;height: 350px;" name="loadbox">
                        </div>
                    </div>
                </div>
                <!--<div class="module div_border div_top">-->
 
                <!--</div>-->
                <div class="module 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>
                        </div>
                        <div id="divRandomRecommend" class="portlet-body" style="padding: 0px;" 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">
                        <div class="PanelBoxTitle" style="margin-left: 30px;margin-top: 8px;">
                            <span style="font-size: 16px;">定向推送</span>
                            <div onclick="ChangeNext(0)" class="moreurl">换一批</div>
                        </div>
                        <div id="divtuijianziyuan" class="portlet-body" style="padding: 0px;" name="loadbox">
                            <div class="lanren">
                                <ul id="tjzy" class="list-inline" style="margin: auto; text-align: center;">
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div id="div_right" style="margin-left: 25px;">
            <div id="ZuiXinZiYuan" class="div_border div_top">
                <div class="PanelBoxTitle">
                    <span>最新资源</span>
                    <div class="moreurl" onclick="window.open('/res/ditufuwu/zuixinziyuangd?Menu=DTFW&menuId=01')">更多</div>
                </div>
 
                <!--<div class="ZXZY-title">-->
                    <!--<img src="/image/ZiYuanZhongXin/ziyuan.png" />-->
                    <!--&nbsp;<span>最新资源</span>-->
                    <!--<a onclick="window.open('/res/ditufuwu/zuixinziyuangd?Menu=DTFW&menuId=01')">更多>></a>-->
                <!--</div>-->
                <div class="htmleaf-content bgcolor-3 blue">
                    <ul id="zxzy"></ul>
                </div>
            </div>
            <div id="FanWenPaiHang" class="div_border div_top">
                <div class="PanelBoxTitle">
                    <span>访问排行</span>
                    <div class="moreurl" onclick="window.open('/res/ditufuwu/fangwenpaihanggd?Menu=DTFW&menuId=01')">更多</div>
                </div>
 
                <!--<div class="FWPH-title">-->
                    <!--<img src="/image/ZiYuanZhongXin/fangwenpaihang_icon.png" />-->
                    <!--&nbsp;<span>访问排行</span>-->
                    <!--<a onclick="window.open('/res/ditufuwu/fangwenpaihanggd?Menu=DTFW&menuId=01')">更多>></a>-->
                <!--</div>-->
                <div class="htmleaf-content bgcolor-3 blue FWPH-list">
                    <ul id="fwph"></ul>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>