| 
					
				 | 
			
			
				@@ -1,5 +1,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <%@ page language="java" contentType="text/html; charset=UTF-8" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	pageEncoding="UTF-8"%> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <!DOCTYPE html> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <html lang="en"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -82,7 +84,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<div class="placeinfo" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<div style="float: left;margin: 5px 0 0 30px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<c:choose> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   						<c:when test="${cityname == '省厅港口局'}">   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					       <div style="float: left;margin: 5px 0 0 13px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					    </c:when> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					    <c:otherwise>  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					 	   <div style="float: left;margin: 5px 0 0 30px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					    </c:otherwise> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					</c:choose> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<!-- <div style="float: left;margin: 5px 0 0 30px"> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<img alt=""  src="${app }/static/biz/image/index/placelogo.png"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<div style="float: left; margin: 6px 0 0 15px"> 
			 |