📄 top.php
字号:
<?php
session_start();
include("conn/conn.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>电子商务平台网</title>
<link rel="stylesheet" type="text/css" href="css/font.css">
</head>
<body>
<table width="766" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#F1B000">
<td colspan="3" valign="bottom"><table width="766" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="224" height="83" background="images/banner.gif"> </td>
<td align="right" bgcolor="#F1B000"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="12" align="right"> </td>
</tr>
<tr>
<td><a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.mrbccd.com');">设为首页</a> | <a href="javascript:window.external.addFavorite('http://www.mrbccd.com/','荣欣电子商城');">加入收藏 </a><a href="mailto:mrbccd**@mrbccd**.com">| 联系站长</a> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<table height="20" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form" method="post" action="findsp.php">
<tr>
<td width="81" height="30" align="right"> </td>
<td width="500" height="30" valign="middle"><div align="left"> <span class="style4"><img src="images/biao.gif" width="15" height="21"> 请输入产品名称:</span>
<input type="text" name="name" size="25" class="inputcss" style="background-color:#e8f4ff " onMouseOver="this.style.backgroundColor='#ffffff'" onMouseOut="this.style.backgroundColor='#e8f4ff'">
<input type="hidden" name="jdcz" value="jdcz">
<input name="submit" type="submit" class="buttoncss" value="立即查找">
<input name="button" type="button" class="buttoncss" onClick="javascript:window.location='highfind.php';" value="高级查找">
</div></td>
</tr>
</form>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td width="568" height="32" bgcolor="#FFFFFF"> <a href="index.php">本站首页</a> | <a href="shownew.php">最新商品</a> | <a href="showtuijian.php">推荐商品</a> | <a href="showhot.php">热门商品</a> | <a href="showfenlei.php">商品分类</a> | <a href="usercenter.php">用户中心</a> | <a href="finddd.php">订单查询</a> | <a href="gouwu1.php">我的购物车</a></td>
<td width="121" align="center" bgcolor="#FFFFFF">
<?php
if($_SESSION[username]!=""){
echo "当前用户:$_SESSION[username]";
}
?>
</td>
<td width="77" bgcolor="#FFFFFF">
<?php
if($_SESSION[username]!=""){
echo "<a href='logout.php'>注销离开</a>";
}
?>
</td>
</tr>
<tr>
<td height="111" colspan="3" background="images/guanggao.gif"> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -