-
Notifications
You must be signed in to change notification settings - Fork 1
/
industry.php
87 lines (80 loc) · 3.96 KB
/
industry.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>蝶舞----随时随地管账、管货、管生产,尽享行云流水畅快管理;心情,如蝶一般随之飞扬</title>
<link rel="stylesheet" href="style/base.css" />
<link rel="stylesheet" href="style/sp.css" />
<link rel="stylesheet" href="style/ip.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">
<?php
include 'section/side-category.html';//加入左侧内容
?>
<div class="sidebox grey">
<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-cats">
<h2>按行业分类</h2>
<div>
<ul class="clearfix">
<li class="rh"><a href="category-rh.php"><span>日化</span></a></li>
<li class="dz"><a href="category-dz.php"><span>电子</span></a></li>
<li class="yy"><a href="category-yy.php"><span>医药</span></a></li>
<li class="sp"><a href="category-sp.php"><span>食品</span></a></li>
<li class="jx"><a href="category-jx.php"><span>机械</span></a></li>
<li class="sw"><a href="category-ls.php"><span>零售</span></a></li>
<li class="fz"><a href="category-fz.php"><span>服装</span></a></li>
<li class="qp"><a href="category-qp.php"><span>汽配</span></a></li>
</ul>
</div>
</div>
<div class="m-cats">
<h2>按管理领域</h2>
<div>
<ul class="clearfix">
<li class="cw"><a href="category-cw.php"><span>财务管理</span></a></li>
<li class="xt"><a href="category-xt.php"><span>协同管理</span></a></li>
<li class="gy"><a href="category-gy.php"><span>供应链管理</span></a></li>
<li class="cp"><a href="category-sm.php"><span>产品生命周期管理</span></a></li>
<li class="sc"><a href="category-sc.php"><span>生产制造</span></a></li>
<li class="bi"><a href="category-bi.php"><span>商业分析(BI)</span></a></li>
<li class="hr"><a href="category-hr.php"><span>人力资源管理</span></a></li>
<li class="yd"><a href="#"><span>金蝶移动应用</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<?php
include 'section/footer.html';//加入页尾内容
?>
</div>
<script src="javascript/header.js"></script>
</body>
</html>