Pārlūkot izejas kodu

git-svn-id: https://192.168.57.71/svn/jsgkj@1355 931142cf-59ea-a443-aa0e-51397b428577

ld_liqk 8 gadi atpakaļ
vecāks
revīzija
2d4ccfdd65

+ 3 - 2
gkjsjy/trunk/WebContent/WEB-INF/pages/index/indexmain.jsp

@@ -134,10 +134,11 @@
 				</div>
 			<!-- 省级 -->
 			<div id="province" style="display:none;">
-				<img alt=""  usemap="#provincemap" style="position:absolute;width:100%;height:100%; top: 0;left: 0;overflow: hidden;"  src="${app }/static/biz/image/index/map.jpg">
+				<img alt=""  usemap="#provincemap" style="position:relative;height:100%; top: 0;left: 0;overflow: hidden;"  src="${app }/static/biz/image/index/map.jpg">
 				<map name="provincemap" id="provincemap">
 					<!-- <area id="czgk" shape="circle" coords="381,188,11" onclick="index.main.getData('E8FFA9E619AA4A1BB560876281FBC27C','','czgk')"  href="#" > -->
 					<area id="cznhgk" shape="circle" coords="722,575,11" onclick="index.main.getData('6806736F9463483B97DEAAD549A8DAC4','','cznhgk')"  href="#" >
+					<area id="czgk" shape="circle" coords="691,620,11" onclick="index.main.getData('E8FFA9E619AA4A1BB560876281FBC27C','','czgk')"  href="#" >
 					<area id="hagk" shape="circle" coords="597,325,11" onclick="index.main.getData('C92E3C8D6AF845C6B41117A280C64CCF','','hagk')"  href="#" >
 					<area id="jygk" shape="circle" coords="754,554,11" onclick="index.main.getData('B79F862FE3EB4C769D25B5DB0FB0B7BC','','jygk')"  href="#" >
 					<area id="lyggk" shape="circle" coords="682,145,11" onclick="index.main.getData('583C76313E4149339C46D588F32D32DF','','lyggk')"  href="#" >
@@ -158,7 +159,7 @@
 					<area id="yzgk" shape="circle" coords="668,485,11" onclick="index.main.getData('820E961344AA480DB4AAA9E43130918E','','yzgk')"  href="#" >
 					<area id="yznhgk" shape="circle" coords="643,427,11" onclick="index.main.getData('CB8C7F6DD3C1491C9F8F4461080F5273','','yznhgk')"  href="#" >
 					<area id="zjgk" shape="circle" coords="648,513,11" onclick="index.main.getData('BEA06E3449714B79A1CD28B5600A4AFC','','zjgk')"  href="#" >
-					<area id="zjnhgk" shape="circle" coords="676,546,11" onclick="index.main.getData('9B2ACF86744D467F8FB28AB7DF86E250','','zjnhgk')"  href="#" >
+					<!-- <area id="zjnhgk" shape="circle" coords="676,546,11" onclick="index.main.getData('9B2ACF86744D467F8FB28AB7DF86E250','','zjnhgk')"  href="#" > -->
 				</map>
 			</div>
 			

BIN
gkjsjy/trunk/WebContent/static/biz/image/index/map.jpg


+ 1 - 1
gkjsjy/trunk/resources/spring/spring-mvc.xml

@@ -70,7 +70,7 @@
 	<bean id="multipartResolver"
 		class="org.springframework.web.multipart.commons.CommonsMultipartResolver">
 		<!-- set the max upload size100MB -->
-		<property name="maxUploadSize" value="20971520"></property>
+		<property name="maxUploadSize" value="999999999999"></property>
 		<property name="maxInMemorySize" value="4096"></property>
 		<property name="defaultEncoding" value="UTF-8"></property>
 	</bean>