⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shop_list.php

📁 LOVESTUdio多校园网络店铺 VER 3.0基于2.0开发
💻 PHP
字号:
<?php
require_once('libs/config.inc');
require_once('libs/dbmanager.inc');
require_once('libs/function.inc');
$conn = DBManager::getConnection(); 
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>店铺列表</title>
<link rel="stylesheet" type="text/css" href="skin/style.css" />
</head>
<script language="javascript" type="text/javascript" src="js/menu.js"></script>
<body>
<?php require_once('pagetag/page_top.html'); ?>
<table align="center" width="964" cellpadding="0" cellspacing="0">
<tr><td height="10"></td></tr>
<tr>
<td width="203" valign="top">
<table width="100%" cellpadding="0" cellspacing="0">
	   <tr>
	   <td align="center" colspan="3" height="9" background="skin/line_top.gif"></td>
	   </tr>
	   <tr>
	   <td width="1" class="line1"></td>
	   <td valign="top" width="201" align="center">
	   <table width="100%" cellpadding="0" cellspacing="0">
	   <tr>
	   <td><img src="skin/search.gif" /></td>
	   </tr>
	   <tr>
	   <td height="10" align="center"><img src="skin/m_m.gif" width="180" height="1" /></td>
	   </tr>
	   </table>
<?php require_once('pagetag/search_page.php'); ?>
	   </td>
	   <td width="1" class="line1"></td>
	   </tr>
	   <tr>
	   <td colspan="3" height="11" background="skin/sch_bot.gif"></td>
	   </tr>
	   <tr>
	   <td height="5"></td>
	   </tr>
	 </table>

<table height="149" width="100%" cellpadding="0" cellspacing="0" background="skin/star_shopbak.gif">
<tr>
<td height="8"></td>
</tr>
<tr>
<td height="24" align="center"><img src="skin/s_b.gif" /></td>
</tr>
<tr>
<td align="center" valign="top">
<?php require_once('pagetag/showtextstar.php'); ?>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
	   <tr>
	   <td height="10"></td>
	   </tr>
	   <tr>
	   <td align="center" colspan="3" height="9" background="skin/line_top.gif"></td>
	   </tr>
	   <tr>
	   <td width="1" class="line1"></td>
	   <td valign="top" width="201" align="center">
	   <table width="100%" cellpadding="0" cellspacing="0">
	   <tr>
	   <td><img src="skin/new.gif" /></td>
	   </tr>
	   <tr>
	   <td height="10" align="center"><img src="skin/m_m.gif" width="180" height="1" /></td>
	   </tr>
	   </table>
	   <table width="100%" cellpadding="0" cellspacing="0">
	   <tr>
	   <td>
<?php require_once('pagetag/new_user.html'); ?>
	   </td><td width="15"></td>
	   </tr>
	   </table>
	   </td>
	   <td width="1" class="line1"></td>
	   </tr>
	   <tr>
	   <td colspan="3" height="11" background="skin/sch_bot.gif"></td>
	   </tr>
	 </table>


 
	 
</td>
<td width="10"></td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td height="40" background="skin/m_l.gif" width="8"></td>
<td>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" background="skin/m_m.gif" height="1"></td>
</tr>
<tr height="38">
<td width="40"><img src="skin/m_pic.gif" /></td><td>
  <a href="?action=news" target="_parent">最新店铺</a>&nbsp;
              |&nbsp;<a href="?action=star" target="_parent">星级店铺</a>&nbsp;
			  |&nbsp;<a href="?action=hot" target="_parent">热门店铺</a>&nbsp;				
</td>
</tr>
<tr>
<td colspan="2" background="skin/m_m.gif" height="1"></td>
</tr>
</table>
</td>
<td background="skin/m_r.gif" width="8"></td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>
<?php require_once('pagetag/shop_list.php'); ?>
</td>
</tr>
</table>
<?php require_once('pagetag/bottommation.php'); ?>
<?php require_once('pagetag/index_bot.html'); ?><?php $conn->close();?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -