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

📄 all_catalog.html

📁 网上商店 使用jsp开发网上商店系统 4.1环境准备 为了利用JSP技术,首先需要建立环境。
💻 HTML
字号:
#set ($pcid = ${StringUtil.getLong($request,"pcid")})
#set ($cid = ${StringUtil.getLong($request,"cid")})
<!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=utf-8" />
<meta name="keywords" content="${systemConfig.getStringConfigValue("webtitle")}">
<meta name="description" content="${systemConfig.getStringConfigValue("webtitle")} ">
<title>${systemConfig.getStringConfigValue("webtitle")}</title>
<link href="../css/light.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="../css/mall_tbsp.css@t=20080730.css" />
<link rel="stylesheet" type="text/css" href="../css/mall_base.css@t=20080730.css" />
<link  rel="stylesheet" type="text/css" href="../css/mall_common.css@t=20080730.css" />	
<link  rel="stylesheet" type="text/css" href="../css/mall_exhibit.css@t=20080730.css" />



<script>
function goBrand(bid)
{
	location="../product/product-brand-"+bid+".html";
}
</script>

<script src="../js/request_c.js"></script>
<script src="../js/common.js"></script>
</head>
<body>
${head}
<div class="page large shadow">
	<style type="text/css">
<!--
#headV3 { font-family:Verdana; height:34px; background:url(../../img/paipai/headbg.gif); overflow:hidden; margin-bottom:10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D6E8ED; }
body { margin: 0px; }
#logo_paipai { background-image: url(../../img/paipai/logo_sm.jpg); display: block; float: left; height: 33px; width: 295px; margin-left: 10px; cursor: hand; }
.top_paipaimenu { font-size: 12px; text-align: right; float: right; height: 25px; width: 300px; margin-top: 8px; margin-right: 15px; }
a.toppaipai:link,a.toppaipai:visited { font-size: 12px; color: #21407d; }
a.toppaipai:hover,a.toppaipai:active { font-size: 12px; color: #ff7e00; }
-->
</style>

				

	<div class="body grid-layout-3">
		<!--内容开始-->
		<div class="body-content">
			<div class="body-skin">
				<!--主内容开始-->
				<div class="main">
					<div>
						<div class="crumbs">
							<ul class="crumbs-patch">
								<li>您的位置</li> 全部分类
							</ul>
						</div>

			
					
						<!--商品列表开始-->
                		<div class="list">
                										<!--商品列表头部翻页开始-->
                			
							<!--商品列表头部翻页结束-->
					
							<!--商品列表形式开始 grid-->
			

							<div style="margin-left:1px;width:790px;" id="allcatalog">
								<ul>
								#foreach ( $mainCatalog in ${catalogMgr.getCatalogByParentId(${StringUtil.getLongType()},null)} )
									<li>
										<a href="list-p-0-${mainCatalog.getString("id")}.html" style="font-size:14px">${mainCatalog.getString("title")}</a>	
										<div>
										#foreach ( $catalog in ${catalogMgr.getCatalogByParentId(${mainCatalog.get("id",${StringUtil.getLongType()})},null)} )
											<a href="list-s-${catalog.getString("parentid")}-${catalog.getString("id")}.html">${catalog.getString("title")}</a>
										#end
										</div>
									</li> 

								#end
								</ul>
							</div>
					<!--商品列表形式结束-->
			
					

									</div>
				<!--商品列表结束-->
           </div>
		</div>
		<!--主内容结束-->
		
		
	</div>
	<div class="body-bottom"></div>
</div><br />

${foot}
		<script>
document.write('<script src="${ConfigBean.getStringValue("systenFolder")}count.jsp?ref='+escape(document.referrer)+'&currentURL='+escape(document.location)+'&color_depth='+screen.colorDepth+'&screen='+screen.width+'x'+screen.height+'&lang='+navigator.systemLanguage+'"><\/script>');
		</script>		
</body>
</html>

⌨️ 快捷键说明

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