page playermap so u can see it. border tech fix - photoshop missin
This commit is contained in:
parent
30ea1c4909
commit
8cdf34b851
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once("pomm_conf.php");
|
require_once(dirname(__FILE__)."/pomm_conf.php");
|
||||||
require_once("func.php");
|
require_once(dirname(__FILE__)."/func.php");
|
||||||
require_once("map_english.php");
|
require_once(dirname(__FILE__)."/map_english.php");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<HTML><HEAD><title>Online Playermap by Lasoto</title>
|
<HTML><HEAD><title>Online Playermap by Lasoto</title>
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
require_once("/func.php");
|
require_once(dirname(__FILE__)."/func.php");
|
||||||
|
|
||||||
|
|
||||||
require_once("/config/playermap_config.php");
|
require_once(dirname(__FILE__)."/config/playermap_config.php");
|
||||||
require_once '/libs/data_lib.php';
|
require_once dirname(__FILE__).'/libs/data_lib.php';
|
||||||
|
|
||||||
|
|
||||||
$realm_id = intval( $_COOKIE['cur_selected_realmd'] );
|
$realm_id = intval( $_COOKIE['cur_selected_realmd'] );
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
require_once("pomm_conf.php");
|
require_once(dirname(__FILE__)."/pomm_conf.php");
|
||||||
require_once("func.php");
|
require_once(dirname(__FILE__)."/func.php");
|
||||||
require_once("map_english.php");
|
require_once(dirname(__FILE__)."/map_english.php");
|
||||||
|
|
||||||
$_RESULT = NULL;
|
$_RESULT = NULL;
|
||||||
|
|
||||||
|
|||||||
@ -12,11 +12,12 @@
|
|||||||
}
|
}
|
||||||
.right{
|
.right{
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 69%;
|
width: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.bottom{
|
.bottom{
|
||||||
display: table-row;
|
display: table-row;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -48,14 +48,13 @@
|
|||||||
<div id="next" style="float: right;"><a href="#"><img src="${PICPATH}arrow_right.png"/></a></div>
|
<div id="next" style="float: right;"><a href="#"><img src="${PICPATH}arrow_right.png"/></a></div>
|
||||||
<div id="register" style="float: right; display: none;"><a href="#">REG NOW BUTTON</a></div>
|
<div id="register" style="float: right; display: none;"><a href="#">REG NOW BUTTON</a></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right" style="background: url(${PICPATH}border_right.png) repeat-y; width: 25px;">
|
<div class="right" style="background: url(${PICPATH}border_right.png) repeat-y;"></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="bottom">
|
||||||
|
<div class="" style="display: table-cell; background: url(${PICPATH}border_bot.png) no-repeat;"> </div>
|
||||||
|
<div class="" style="display: table-cell; background: url(${PICPATH}border_bot.png) no-repeat;"> </div>
|
||||||
|
<div class="" style="display: table-cell; background: url(${PICPATH}border_bot.png) no-repeat;"> </div>
|
||||||
</div>
|
</div>
|
||||||
<div class="" style="width: 100%; display: table-row; position: relative">
|
|
||||||
<img src="${PICPATH}border_bot.png" width="100%"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1 +1,3 @@
|
|||||||
abc
|
<div id="map_kalimdor">
|
||||||
|
<img src="${PICPATH}kalimdor_map.png"/>
|
||||||
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user