release.php源代码分析

该网页为九九供求信息网的页面结构,采用HTML编写,包含顶部导航、左侧菜单及主要内容区域。页面使用了PHP来动态加载不同部分的内容,如顶部、左侧导航和主要内容区。

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<link href="css/style.css" rel="stylesheet">

<title>九九供求信息网</title>

<style type="text/css">

<!--

body {

background-image: url(Images/bg.gif);

%背景图片

}

-->

</style></head>

<body>

<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr valign="top">

    <td colspan="2"><?php include("top.php");?></td>

  </tr>

  <tr>

    <td width="217" valign="top" background="Images/line2.gif"><?php include("left.php");?></td>

    <td width="586" valign="top" bgcolor="#FEFEF6"><?php include("release_content.php");?></td>

%包含发布信息的页面

  </tr>

  <tr>

    <td colspan="2"><?php include("bottom.php");?></td>

  </tr>

</table>

</body>

</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值