|
@@ -42,7 +42,7 @@ int totalPage = wzCount%pageSize==0?wzCount/pageSize:wzCount/pageSize+1;
|
|
|
<div class="content">
|
|
|
<%@include file="weather.jsp"%>
|
|
|
<div class="innercont zclist">
|
|
|
- <div class="current" style="margin-bottom:5px"> <img style="float:left" src="<s:property value="#application['basePath']"/>/main/images/home1.png" width="23px" height="23px"><p style="text-indent:10px">当前位置 :<a href="<s:property value="#application['basePath']"/>/main/80/index.html">首页 </a>>>文章搜索</p></div>
|
|
|
+ <div class="current" style="margin-bottom:5px"> <img style="float:left" src="<s:property value="#application['basePath']"/>/main/images/home1.png" width="23px" height="23px"><p style="text-indent:10px">当前位置 :<a href="<s:property value="#application['basePath']"/>">首页 </a>>>文章搜索</p></div>
|
|
|
<ul class="listul">
|
|
|
<%
|
|
|
for(WZB wzb : list){
|