You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
717 B
26 lines
717 B
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
|
|
<div class="slider">
|
|
<div id="slideBox" class="slideBox">
|
|
<div class="hd">
|
|
<ul><li></li><li></li><li></li><li></li><li></li></ul>
|
|
</div>
|
|
<div class="bd">
|
|
<ul>
|
|
<%
|
|
int bhti=0;
|
|
int xxbbt=0;
|
|
for(HashMap map:new CommDAO().select("select shouyetupian from xinwentongzhi where leibie='±ä»Ãͼ' order by id desc ")){
|
|
bhti++;
|
|
xxbbt++;
|
|
%>
|
|
<li style="background: url(<%=map.get("shouyetupian")%>) center center no-repeat;"></li>
|
|
<%
|
|
}
|
|
%>
|
|
|
|
</ul>
|
|
</div>
|
|
<a class="prev" href="javascript:void(0)"></a>
|
|
<a class="next" href="javascript:void(0)"></a>
|
|
</div>
|
|
</div> |