-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.php
105 lines (98 loc) · 4.26 KB
/
news.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>蝶舞----随时随地管账、管货、管生产,尽享行云流水畅快管理;心情,如蝶一般随之飞扬</title>
<link rel="stylesheet" href="style/base.css" />
<link rel="stylesheet" href="style/sp.css" />
<script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<meta name="description" content="" />
<meta name="keywords" content="" />
</head>
<body>
<?php
include 'section/header.html';//加入头部内容
?>
<div class="g-bd">
<div class="inner">
<div class="m-pagename">
<h2>互动分享</h2>
<p>
<a href="#">首页</a>
>
<a href="#">互动分享</a>
</p>
</div>
<div class="m-main clearfix">
<div class="m-sidemenu">
<div class="sidebox grey grey-1">
<h4>联系蝶舞</h4>
<ul class="contact">
<li><span class="t"></span>0571-87758515</li>
<li><span class="m"></span>[email protected]</li>
</ul>
</div>
</div>
<div class="m-mb">
<div class="m-list">
<ul>
<li>
<span class="time">2013年6月18日</span>
<a href="news-detail.php">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
<li>
<span class="time">2013年6月18日</span>
<a href="#">商贸销售助手最新版本,全面更新啦</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<?php
include 'section/footer.html';//加入页尾内容
?>
</div>
<script src="javascript/header.js"></script>
<script src="javascript/tabs.js"></script>
<script>
(function() {
$('#J_GoTab').goTabs({
'switchOps' : 'hover'
});
})();
</script>
</body>
</html>