-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
41 lines (41 loc) · 1.58 KB
/
header.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
<div class="top">
<div class="logo"><a href="index.php"><img src="images/logo.png" width="161" height="42" border="0" /></a></div>
<div class="qlink"><!-- <a href="#">管理员登陆</a> --> <a href="../en/index.php">English</a></div>
<div class="ms">
<div class="nav"><a href="about.php">关于蓝码动力</a> <a href="contact.php">联系我们</a></div>
<!-- <div class="search"><input type="text" name="textfield" id="textfield" style="width:182px; height:27px; border:0px; text-indent:5px; background:url(images/sear_10.png) no-repeat left center; line-height:27px;"/></div> -->
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
<div class="menu">
<div class="menu_m">
<ul class="ms_list01">
<li><center><a href="index.php">首页</a></center></li>
<li><center>
<a href="products.php">产品</a>
</center></li>
<li><center>
<a href="solutions.php">解决方案</a>
</center></li>
<li><center>
<a href="success_stories.php">客户案例</a>
</center></li>
<li><center>
<a href="downloads.php">下载中心</a>
</center></li>
<li><center>
<a href="online_trial.php">在线试用</a>
</center></li>
<li><center>
<a href="purchase.php">软件购买</a>
</center></li>
<li><center>
<a href="support.php">服务与支持</a>
</center></li>
<li><center>
<a href="documents.php">相关文档</a>
</center></li>
</ul>
</div>
</div>