Преглед изворни кода

修改搜索页中的返回首页地址错误问题

limeng пре 8 месеци
родитељ
комит
cad7186e10
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      WebRoot/main/search.jsp

+ 1 - 1
WebRoot/main/search.jsp

@@ -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){