Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

bihuisong 8 kuukautta sitten
vanhempi
commit
8b10d43480
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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){