소스 검색

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

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