www.gusucode.com > cso中国seo优化html整站源码程序 > index/lv5.asp

    
	<div class="box" id="lv5">
		<div class="mainbar">
			<div class="bar_left">
				<div class="title">
					<h2>瑜伽减肥</h2>
					<a href="/article/fangfa/yujia/" title="更多瑜伽减肥"><img src="/images/more.png" alt="更多瑜伽减肥" /></a>
				</div>
				<div class="special">
					<div class="spe_img"><a href="/article/fangfa/yujia/" title="瑜伽减肥"><img src="<%=id2formstr(15,"so_class","pic_min")%>" alt="瑜伽减肥" /></a></div>
					<div class="spe_txt">
						<h3><%=id2formstr(15,"so_class","page_title")%></h3>
						<p><%=id2formstr(15,"so_class","page_description")%>...<a href="/article/fangfa/yujia/" title="更多瑜伽减肥内容">[详细]</a></p>
					</div>
				</div>
				<div class="list">
					<ul>
					<%
					sql = "select top 6 * from so_article where smallid = 15 order by orderid desc,id desc"
					rs.open sql,conn,1,1
					if not rs.eof then
					do while not rs.eof
					%>
						<li><a href="<%=rs("url_html")%>" title="<%=rs("page_title")%>"><%=rs("title")%></a><%if rs("reg_top") = 1 then%><em>[推荐]</em><%end if%></li>
					<%
					rs.movenext
					loop
					end if
					rs.close
					%>
					</ul>
				</div>
			</div>
			<div class="bar_right">
				<div class="title">
					<h2>针灸减肥</h2>
					<a href="/article/fangfa/zhenjiu/" title="更多针灸减肥"><img src="/images/more.png" alt="更多针灸减肥" /></a>
				</div>
				<div class="special">
					<div class="spe_img"><a href="/article/fangfa/zhenjiu/" title="针灸减肥"><img src="<%=id2formstr(18,"so_class","pic_min")%>" alt="针灸减肥" /></a></div>
					<div class="spe_txt">
						<h3><%=id2formstr(18,"so_class","page_title")%></h3>
						<p><%=id2formstr(18,"so_class","page_description")%>...<a href="/article/fangfa/zhenjiu/" title="更多针灸减肥内容">[详细]</a></p>
					</div>
				</div>
				<div class="list">
					<ul>
					<%
					sql = "select top 6 * from so_article where smallid = 18 order by orderid desc,id desc"
					rs.open sql,conn,1,1
					if not rs.eof then
					do while not rs.eof
					%>
						<li><a href="<%=rs("url_html")%>" title="<%=rs("page_title")%>"><%=rs("title")%></a><%if rs("reg_top") = 1 then%><em>[推荐]</em><%end if%></li>
					<%
					rs.movenext
					loop
					end if
					rs.close
					%>
					</ul>
				</div>
			</div>
		</div>
		<div class="sidebar">
			<div class="title">
				<h2>局部减肥</h2>
				<a href="/article/jubu/" title="更多局部减肥"><img src="/images/more.png" alt="更多局部减肥" /></a>
			</div>
			<div class="list_side">
				<ul>
					<%
					sql = "select top 10 * from so_article where classid = 11 order by orderid desc,id desc"
					rs.open sql,conn,1,1
					if not rs.eof then
					do while not rs.eof
					%>
					<li><%if rs("smallid") <> 0 then%>[<a href="<%=id2formstr(rs("smallid"),"so_class","url_html")%>"><em><%=id2formstr(rs("smallid"),"so_class","title")%></em></a>] <%end if%><a href="<%=rs("url_html")%>" title="<%=rs("page_title")%>"><%=rs("title")%></a></li>
					<%
					rs.movenext
					loop
					end if
					rs.close
					%>
				</ul>
			</div>
		</div>
	</div>