diff --git a/f_install/install.php b/f_install/install.php
index 064a9c02..efbbd332 100644
--- a/f_install/install.php
+++ b/f_install/install.php
@@ -83,7 +83,7 @@ require(__dir__.'/../vendor/autoload.php');
+ value="../image/icons" />
@@ -92,7 +92,7 @@ require(__dir__.'/../vendor/autoload.php');
+ value="../image/game" />
diff --git a/hwe/b_diplomacy.php b/hwe/b_diplomacy.php
index a7afc738..1ee8dd2e 100644
--- a/hwe/b_diplomacy.php
+++ b/hwe/b_diplomacy.php
@@ -68,8 +68,8 @@ $(function(){
});
-
+
diff --git a/hwe/css/map.css b/hwe/css/map.css
index d2a7348f..89ea6b30 100644
--- a/hwe/css/map.css
+++ b/hwe/css/map.css
@@ -11,12 +11,6 @@
text-align:center;
}
-.map_detail .map_title{
- background:
- url('/images/ltitle.jpg') no-repeat left,
- url('/images/rtitle.jpg') no-repeat right;
-}
-
.map_title_text{
margin:auto;
text-align:center;
@@ -27,52 +21,12 @@
font-weight:bold;
}
-.map_detail.map_spring .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/spring.gif') no-repeat right;
-}
-
-.map_detail.map_summer .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/summer.gif') no-repeat right;
-}
-
-.map_detail.map_fall .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/fall.gif') no-repeat right;
-}
-
-.map_detail.map_winter .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/winter.gif') no-repeat right;
-}
-
.map_body{
width:700px;
height:500px;
position:relative;
}
-.map_spring .map_body{
- background: url('/images/map1.jpg') no-repeat;
-}
-
-.map_summer .map_body{
- background: url('/images/map2.jpg') no-repeat;
-}
-
-.map_fall .map_body{
- background: url('/images/map3.jpg') no-repeat;
-}
-
-.map_winter .map_body{
- background: url('/images/map4.jpg') no-repeat;
-}
-
.world_map .city_tooltip{
position: absolute;
z-index:6;
@@ -135,7 +89,7 @@
/*
.map_detail .city_base.city_level_{0} .city_bg{
- //$img = loadImg('/images/cast_{0}.gif');
+ //$img = loadImg('cast_{0}.gif');
//$parent = cssSelect('.city_base');
width: $img.width;
height: $img.height;
@@ -222,7 +176,7 @@
/*
.map_detail .city_base.city_level_{0} .city_img{
- //$img = loadImg('/images/cast_{0}.gif');
+ //$img = loadImg('cast_{0}.gif');
//$parent = cssSelect('.city_base');
width: $img.width;
height: $img.height;
diff --git a/hwe/index.php b/hwe/index.php
index cc771a31..8301996f 100644
--- a/hwe/index.php
+++ b/hwe/index.php
@@ -79,8 +79,8 @@ $(function(){
});
});
-
+
diff --git a/hwe/j_server_basic_info.php b/hwe/j_server_basic_info.php
index e2459c74..480978bb 100644
--- a/hwe/j_server_basic_info.php
+++ b/hwe/j_server_basic_info.php
@@ -29,7 +29,7 @@ if($general){
$me['name'] = $general['name'];
if($general['imgsvr'] == 0) {
- $me['picture'] = '../../image/'.$general['picture'];
+ $me['picture'] = ServConfig::getSharedIconPath().'/'.$general['picture'];
} else {
$me['picture'] = AppConf::getUserIconPathWeb().'/'.$general['picture'];
}
diff --git a/hwe/processing.php b/hwe/processing.php
index 93807182..b62d7c90 100644
--- a/hwe/processing.php
+++ b/hwe/processing.php
@@ -137,8 +137,8 @@ $(function(){
});
});
-
+
diff --git a/tmp_map/map.css b/tmp_map/map.css
index 10ed27c5..78cb116e 100644
--- a/tmp_map/map.css
+++ b/tmp_map/map.css
@@ -10,12 +10,6 @@
text-align:center;
}
-.map_detail .map_title{
- background:
- url('/images/ltitle.jpg') no-repeat left,
- url('/images/rtitle.jpg') no-repeat right;
-}
-
.map_title_text{
margin:auto;
text-align:center;
@@ -26,52 +20,12 @@
font-weight:bold;
}
-.map_detail.map_spring .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/spring.gif') no-repeat right;
-}
-
-.map_detail.map_summer .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/summer.gif') no-repeat right;
-}
-
-.map_detail.map_fall .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/fall.gif') no-repeat right;
-}
-
-.map_detail.map_winter .map_title_text{
- background:
- url('/images/ad.gif') no-repeat left,
- url('/images/winter.gif') no-repeat right;
-}
-
.map_body{
width:700px;
height:500px;
position:relative;
}
-.map_spring .map_body{
- background: url('/images/map1.jpg') no-repeat;
-}
-
-.map_summer .map_body{
- background: url('/images/map2.jpg') no-repeat;
-}
-
-.map_fall .map_body{
- background: url('/images/map3.jpg') no-repeat;
-}
-
-.map_winter .map_body{
- background: url('/images/map4.jpg') no-repeat;
-}
-
.world_map .city_tooltip{
position: absolute;
z-index:6;
@@ -134,7 +88,7 @@
/*
.map_detail .city_base.city_level_{0} .city_bg{
- //$img = loadImg('/images/cast_{0}.gif');
+ //$img = loadImg('cast_{0}.gif');
//$parent = cssSelect('.city_base');
width: $img.width;
height: $img.height;
@@ -221,7 +175,7 @@
/*
.map_detail .city_base.city_level_{0} .city_img{
- //$img = loadImg('/images/cast_{0}.gif');
+ //$img = loadImg('cast_{0}.gif');
//$parent = cssSelect('.city_base');
width: $img.width;
height: $img.height;
diff --git a/tmp_map/map.html b/tmp_map/map.html
index 37706b26..7e45073a 100644
--- a/tmp_map/map.html
+++ b/tmp_map/map.html
@@ -8,7 +8,8 @@
-
+
+