지도 데이터 이동. 기본 이미지 경로 수정
This commit is contained in:
@@ -83,7 +83,7 @@ require(__dir__.'/../vendor/autoload.php');
|
|||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input type="text" class="form-control" name="shared_icon_path" id="shared_icon_path"
|
<input type="text" class="form-control" name="shared_icon_path" id="shared_icon_path"
|
||||||
placeholder="공용 아이콘 주소(웹 주소, 또는 접속 경로에 따른 상대 주소)"
|
placeholder="공용 아이콘 주소(웹 주소, 또는 접속 경로에 따른 상대 주소)"
|
||||||
value="image/icons" />
|
value="../image/icons" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -92,7 +92,7 @@ require(__dir__.'/../vendor/autoload.php');
|
|||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<input type="text" class="form-control" name="game_image_path" id="game_image_path"
|
<input type="text" class="form-control" name="game_image_path" id="game_image_path"
|
||||||
placeholder="게임 이미지 주소(웹 주소, 또는 접속 경로에 따른 상대 주소)"
|
placeholder="게임 이미지 주소(웹 주소, 또는 접속 경로에 따른 상대 주소)"
|
||||||
value="image/game" />
|
value="../image/game" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -68,8 +68,8 @@ $(function(){
|
|||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<link href="../d_shared/common.css" red="stylesheet">
|
|
||||||
<link href="css/normalize.css" rel="stylesheet">
|
<link href="css/normalize.css" rel="stylesheet">
|
||||||
|
<link href="../d_shared/common.css" red="stylesheet">
|
||||||
<link href="css/common.css" rel="stylesheet">
|
<link href="css/common.css" rel="stylesheet">
|
||||||
<link href="css/map.css" rel="stylesheet">
|
<link href="css/map.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|||||||
+2
-48
@@ -11,12 +11,6 @@
|
|||||||
text-align:center;
|
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{
|
.map_title_text{
|
||||||
margin:auto;
|
margin:auto;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@@ -27,52 +21,12 @@
|
|||||||
font-weight:bold;
|
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{
|
.map_body{
|
||||||
width:700px;
|
width:700px;
|
||||||
height:500px;
|
height:500px;
|
||||||
position:relative;
|
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{
|
.world_map .city_tooltip{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index:6;
|
z-index:6;
|
||||||
@@ -135,7 +89,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
.map_detail .city_base.city_level_{0} .city_bg{
|
.map_detail .city_base.city_level_{0} .city_bg{
|
||||||
//$img = loadImg('/images/cast_{0}.gif');
|
//$img = loadImg('cast_{0}.gif');
|
||||||
//$parent = cssSelect('.city_base');
|
//$parent = cssSelect('.city_base');
|
||||||
width: $img.width;
|
width: $img.width;
|
||||||
height: $img.height;
|
height: $img.height;
|
||||||
@@ -222,7 +176,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
.map_detail .city_base.city_level_{0} .city_img{
|
.map_detail .city_base.city_level_{0} .city_img{
|
||||||
//$img = loadImg('/images/cast_{0}.gif');
|
//$img = loadImg('cast_{0}.gif');
|
||||||
//$parent = cssSelect('.city_base');
|
//$parent = cssSelect('.city_base');
|
||||||
width: $img.width;
|
width: $img.width;
|
||||||
height: $img.height;
|
height: $img.height;
|
||||||
|
|||||||
+1
-1
@@ -79,8 +79,8 @@ $(function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<link href="../d_shared/common.css" red="stylesheet">
|
|
||||||
<link href="css/normalize.css" rel="stylesheet">
|
<link href="css/normalize.css" rel="stylesheet">
|
||||||
|
<link href="../d_shared/common.css" red="stylesheet">
|
||||||
<link href="css/common.css" rel="stylesheet">
|
<link href="css/common.css" rel="stylesheet">
|
||||||
<link href="css/main.css" rel="stylesheet">
|
<link href="css/main.css" rel="stylesheet">
|
||||||
<link href="css/map.css" rel="stylesheet">
|
<link href="css/map.css" rel="stylesheet">
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ if($general){
|
|||||||
$me['name'] = $general['name'];
|
$me['name'] = $general['name'];
|
||||||
|
|
||||||
if($general['imgsvr'] == 0) {
|
if($general['imgsvr'] == 0) {
|
||||||
$me['picture'] = '../../image/'.$general['picture'];
|
$me['picture'] = ServConfig::getSharedIconPath().'/'.$general['picture'];
|
||||||
} else {
|
} else {
|
||||||
$me['picture'] = AppConf::getUserIconPathWeb().'/'.$general['picture'];
|
$me['picture'] = AppConf::getUserIconPathWeb().'/'.$general['picture'];
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -137,8 +137,8 @@ $(function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<link href="../d_shared/common.css" red="stylesheet">
|
|
||||||
<link href="css/normalize.css" rel="stylesheet">
|
<link href="css/normalize.css" rel="stylesheet">
|
||||||
|
<link href="../d_shared/common.css" red="stylesheet">
|
||||||
<link href="css/common.css" rel="stylesheet">
|
<link href="css/common.css" rel="stylesheet">
|
||||||
<link href="css/main.css" rel="stylesheet">
|
<link href="css/main.css" rel="stylesheet">
|
||||||
<link href="css/map.css" rel="stylesheet">
|
<link href="css/map.css" rel="stylesheet">
|
||||||
|
|||||||
+2
-48
@@ -10,12 +10,6 @@
|
|||||||
text-align:center;
|
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{
|
.map_title_text{
|
||||||
margin:auto;
|
margin:auto;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@@ -26,52 +20,12 @@
|
|||||||
font-weight:bold;
|
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{
|
.map_body{
|
||||||
width:700px;
|
width:700px;
|
||||||
height:500px;
|
height:500px;
|
||||||
position:relative;
|
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{
|
.world_map .city_tooltip{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index:6;
|
z-index:6;
|
||||||
@@ -134,7 +88,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
.map_detail .city_base.city_level_{0} .city_bg{
|
.map_detail .city_base.city_level_{0} .city_bg{
|
||||||
//$img = loadImg('/images/cast_{0}.gif');
|
//$img = loadImg('cast_{0}.gif');
|
||||||
//$parent = cssSelect('.city_base');
|
//$parent = cssSelect('.city_base');
|
||||||
width: $img.width;
|
width: $img.width;
|
||||||
height: $img.height;
|
height: $img.height;
|
||||||
@@ -221,7 +175,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
.map_detail .city_base.city_level_{0} .city_img{
|
.map_detail .city_base.city_level_{0} .city_img{
|
||||||
//$img = loadImg('/images/cast_{0}.gif');
|
//$img = loadImg('cast_{0}.gif');
|
||||||
//$parent = cssSelect('.city_base');
|
//$parent = cssSelect('.city_base');
|
||||||
width: $img.width;
|
width: $img.width;
|
||||||
height: $img.height;
|
height: $img.height;
|
||||||
|
|||||||
+2
-1
@@ -8,7 +8,8 @@
|
|||||||
<script src="common.js"></script>
|
<script src="common.js"></script>
|
||||||
<script src="base_map.js"></script>
|
<script src="base_map.js"></script>
|
||||||
<script src="map.js"></script>
|
<script src="map.js"></script>
|
||||||
<link href="../twe/css/normalize.css" rel="stylesheet">
|
<link href="../hwe/css/normalize.css" rel="stylesheet">
|
||||||
|
<link href="../d_shared/common.css" rel="stylesheet">
|
||||||
<link href="../twe/css/common.css" rel="stylesheet">
|
<link href="../twe/css/common.css" rel="stylesheet">
|
||||||
<link href="map.css" rel="stylesheet">
|
<link href="map.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user