-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop.php
40 lines (39 loc) · 1.85 KB
/
top.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
<?php
session_start();
error_reporting(1);
?>
<center>
<table width=100% border=0>
<tr>
<td rowspan=2><img src="image\\logo.jpg" style="width:216px; height:68px"> </td>
<td style="font-size:x-small;">
<?php
echo $_SESSION['email'];
?>
欢迎光临鲜花礼品网</td>
<td style="background:url('image/topxmenubg.jpg'); font-size:x-small;text-align:center;">
<a href="member.php" style="text-decoration:none;">我的帐户</a>|
<a href="showorder.php" style="text-decoration:none;">我的订单</a>|
<a href="mycart.php" style="text-decoration:none;">购物车</a>|帮助中心
</td>
</tr>
<tr>
<td><a href="login.php" style="font-size:x-small;text-decoration:none;">登录</a>
<a href="register.php" style="font-size:x-small;text-decoration:none;">注册</a>
<a href="adminlogin.php" style="font-size:x-small;text-decoration:none;">后台登录</a> </td>
<td style="text-align:right;"><img src="image\\ttel.jpg"></td>
</tr>
<tr ><td colspan=3 style="background:url('image/bg-navbox.png'); font-size: small;text-align:center; width:999px;height:40px">
<span style=" color:White;"> |</span>
<a href="index.php" style="text-decoration:none;"><span style=" color:White; font-weight:bold; font-size:medium; font-family:宋体"> 主页</span></a>
<span style=" color:White;"> |</span>
<a href="showflower.php" style=" text-decoration:none;"><span style=" color:White; font-weight:bold; font-size:medium; font-family:宋体">鲜花</span></a>
<span style=" color:White;"> |</span>
</td>
</tr>
<tr style="opacity: 0"><td colspan=3 style="background:url('image/search_bg.jpg'); font-size: small;text-align:center; width:999px;height:35px">
<span style="font-weight:bold; font-size:x-small; font-family:宋体">
</span>
</td>
</tr>
</table></center>