-
Notifications
You must be signed in to change notification settings - Fork 84
/
industry-information.php
executable file
·301 lines (250 loc) · 11.2 KB
/
industry-information.php
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
<!DOCTYPE html>
<!--[if IE 9]>
<html lang="en" class="ie9"> <![endif]-->
<!--[if IE 8]>
<html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>杭州北望生物技术有限公司 | 公司新闻</title>
<meta name="description" content="杭州北望生物技术有限公司网站">
<meta name="author" content="杭城小刘">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="style/images/img/favicon.ico">
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300&subset=latin,latin-ext'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="style/css/bootstrap.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="style/css/font-awesome.css" rel="stylesheet">
<!-- Fontello CSS -->
<link href="style/css/fontello.css" rel="stylesheet">
<!-- Plugins -->
<link href="style/css/settings.css" media="screen" rel="stylesheet">
<link href="style/css/extralayers.css" media="screen" rel="stylesheet">
<link href="style/css/magnific-popup.css" rel="stylesheet">
<link href="style/css/animations.css" rel="stylesheet">
<link href="style/css/owl.carousel.css" rel="stylesheet">
<!-- iDea core CSS file -->
<link href="style/css/style.css" rel="stylesheet">
<!-- Style Switcher Styles (Remove these two lines) -->
<link href="#" data-style="styles" rel="stylesheet">
<link href="style/css/style-switcher.css" rel="stylesheet">
<!-- Custom css -->
<link href="style/css/custom.css" rel="stylesheet">
<script src="http://cdn.bootcss.com/jquery/2.0.3/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script>
<!--.php5 shim and Respond.js for IE8 support of.php5 elements and media queries -->
<!--[if lt IE 9]>
<script src="style/js.php5shiv.min.js"></script>
<script src="style/js/respond.min.js"></script>
<![endif]-->
<style>
.short {
overflow: hidden !important;
text-overflow: ellipsis !important;
display: -webkit-box !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 2 !important;
}
</style>
</head>
<!-- body classes:
"boxed": boxed layout mode e.g. <body class="boxed">
"pattern-1 ... pattern-9": background patterns for boxed layout mode e.g. <body class="boxed pattern-1">
-->
<body class="front no-trans">
<!-- scrollToTop -->
<!-- ================ -->
<div class="scrollToTop"><i class="icon-up-open-big"></i></div>
<!-- page wrapper start -->
<!-- ================ -->
<div class="page-wrapper">
<!-- header-top start (Add "dark" class to .header-top in order to enable dark header-top e.g <div class="header-top dark">) -->
<!-- ================ -->
<!-- header-top end -->
<!-- header start classes:
fixed: fixed navigation mode (sticky menu) e.g. <header class="header fixed clearfix">
dark: dark header version e.g. <header class="header dark clearfix">
================ -->
<?php
require_once "controller/Header.php";
$header = Header::getInstance();
$header->headerGenerate(5, 2);
?>
<!-- header end -->
<!-- page-intro start-->
<!-- ================ -->
<div class="page-intro">
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><i class="fa fa-home pr-10"></i><a href="index.php">主页</a></li>
<li class="active">公司新闻</li>
</ol>
</div>
</div>
</div>
</div>
<!-- page-intro end -->
<!-- main-container start -->
<!-- ================ -->
<section class="main-container">
<div class="container">
<div class="row">
<!-- main start -->
<!-- ================ -->
<div class="main col-md-12" id="newsPanel">
</div>
<ul class="pagination">
<li><a href="#">«</a></li>
<li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">»</a></li>
</ul>
<!-- pagination end -->
</div>
</div>
</section>
<!-- main-container end -->
<!-- section start -->
<!-- ================ -->
<!-- section end -->
<!-- footer start (Add "light" class to #footer in order to enable light footer) -->
<!-- ================ -->
<?php
require_once "controller/Footer.php";
?>
<!-- footer end -->
</div>
<!-- page-wrapper end -->
<!-- JavaScript files placed at the end of the document so the pages load faster
================================================== -->
<!-- Jquery and Bootstap core js files -->
<script type="text/javascript" src="style/js/jquery.min.js"></script>
<script type="text/javascript" src="style/js/bootstrap.min.js"></script>
<!-- Modernizr javascript -->
<script type="text/javascript" src="style/js/modernizr.js"></script>
<!-- Isotope javascript -->
<script type="text/javascript" src="style/js/isotope.pkgd.min.js"></script>
<!-- Owl carousel javascript -->
<script type="text/javascript" src="style/js/owl.carousel.js"></script>
<!-- Magnific Popup javascript -->
<script type="text/javascript" src="style/js/jquery.magnific-popup.min.js"></script>
<!-- Appear javascript -->
<script type="text/javascript" src="style/js/jquery.appear.js"></script>
<!-- Count To javascript -->
<script type="text/javascript" src="style/js/jquery.countTo.js"></script>
<!-- Parallax javascript -->
<script src="style/js/jquery.parallax-1.1.3.js"></script>
<!-- Contact form -->
<script src="style/js/jquery.validate.js"></script>
<!-- SmoothScroll javascript -->
<script type="text/javascript" src="style/js/jquery.browser.js"></script>
<script type="text/javascript" src="style/js/SmoothScroll.js"></script>
<!-- Initialization of Plugins -->
<script type="text/javascript" src="style/js/template.js"></script>
<!-- Custom Scripts -->
<script type="text/javascript" src="style/js/custom.js"></script>
<!-- Color Switcher (Remove these lines) -->
<script type="text/javascript" src="style/js/style-switcher.js"></script>
<!-- Color Switcher End -->
<script type="text/javascript" src="style/js/jquery.js"></script>
<script>
var $des = $("#newsPanel");
var $page = 1;
function switchUI($this, page) {
$(".pagination li").each(function () {
$(this).removeClass("active");
});
$($this).parent().addClass("active");
$page = page;
refreshView(page);
}
function htmldecode(str) {
var t = str;
t = t.replace(/({|})/g, ''); //过滤{}
t = t.replace(/</g, '<'); //置换符号<
t = t.replace(/>/g, '>'); //置换符号>
t = t.replace(/<\/?[^>]*>/g, ''); //*<\/?[^>]*>可以匹配<script></style></body>等,并置空。而不是替换<和>两个符号
return t;
}
function refreshView(page) {
$des.empty();
$.ajax({
dataType: "json",
type: "get",
url: "controller/News.php?type=hy&page=" + page,
success: function (data) {
if (data.code == 200) {
var datas = data.data.data;
var $pagetarget = $(".pagination");
if (datas.length <= 0) {
$pagetarget.empty();
$('<div class="row center-block" style="margin: 10px;" >喵~没找到相关的商品哦。</div>').appendTo($des);
return;
}
for (var i = 1; i <= datas.length; i++) {
var day = datas[0].time.substr(8, 2);
var year = datas[0].time.substr(0, 4);
var month = datas[0].time.substr(5, 2);
$('<article class="clearfix blogpost object-non-visible" data-animation-effect="fadeInUpSmall" data-effect-delay="200" style="opacity: 1">' +
'<div class="blogpost-body">' +
'<div class="post-info">' +
'<span class="day">' + day + '</span>' +
'<span class="month">' + month.toString() + " " + year.toString() + '</span>' +
'</div>' +
'<div class="blogpost-content">' +
'<header>' +
'<h2 class="title"><a href="news-detail.php?id=' + datas[i - 1].id + '">' + datas[i - 1].title + '</a></h2>' +
'<div class="submitted"><i class="fa fa-user pr-5"></i> by <a>' + datas[i - 1].author + '</a></div>' +
'</header>' +
'<p class="short">' + htmldecode(datas[i - 1].content) + '</p>' +
'</div>' +
'</div>' +
'<footer class="clearfix">' +
'<ul class="links pull-left">' +
'<li><i class="fa fa-street-view pr-5"></i> <a a href="news-detail.php?id=' + datas[i - 1].id + '">' + datas[i - 1].pageview + ' 查看</a> </li>' +
'</ul>' +
'<a class="pull-right link" a href="news-detail.php?id=' + datas[i - 1].id + '"><span>查看详情</span></a>' +
'</footer>' +
'</article>').appendTo($des);
}
if (page != "" && page != 1) {
return;
}
$pagetarget.empty();
var pages = Math.ceil(data.data.total / 10);
for (var $i = 0; $i < pages + 2; $i++) {
console.log($i);
if ($i == 0) {
$('<li><a>«</a></li>').appendTo($pagetarget);
} else if ($i == 1) {
$('<li class="active"><a onclick="switchUI(this,1);">1 <span class="sr-only">(current)</span></a></li>').appendTo($pagetarget);
} else if ($i == pages + 1) {
$('<li><a>»</a></li>').appendTo($pagetarget);
} else {
$('<li><a onclick="switchUI(this,' + $i + ');">' + $i + '</a></li>').appendTo($pagetarget);
}
}
}
},
error: function (code, message, data) {
alert("发生错误:" + message);
}
});
}
refreshView(1);
</script>
</body>
</html>