game/modules_data/location/zalu_pal.php

104 lines
6.1 KiB
PHP
Raw Normal View History

2023-03-31 18:42:06 +00:00
<?php
2023-06-23 14:44:24 +00:00
use Core\Config;
if (!defined('GAME')) {
die();
}
if ($u->room['file'] != 'zalu_pal') {
return;
}
$usee = $u->getInfoPers($u->info['id'], 0);
if (!$usee) {
$usee = 'information is lost.';
}
if (!empty($re)) {
$re = "<b style='color: red;'>$re</b>";
2022-06-06 21:30:34 +00:00
}
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
2023-06-23 14:44:24 +00:00
<tr>
<td width="250" valign="top">
<?= $usee ?>
</td>
<td width="230" valign="top" style="padding-top:19px;"><?php require_once('modules_data/stats_loc.php'); ?></td>
<td valign="top">
<div align="right">
<table border="0" cellpadding="0" cellspacing="0">
<tr align="right" valign="top">
<td>
<?= $re ?>
<div style="position:relative; cursor: pointer; width: 500px;" id="ione">
<img src="<?= Config::img() ?>/i/images/300x225/club/navig1.jpg" alt="" name="img_ione" width="500" height="240" border="1" id="img_ione"/>
<div style="position: absolute; left: 159px; top: 27px; width: 16px; height: 18px; z-index: 90;">
<img src="<?= Config::img() ?>/i/images/300x225/fl1.gif" width="16" height="18" title="Вы находитесь в '<?= $u->room['name']; ?>'"/>
</div>
<div style="position:absolute; left:354px; top:115px; width:120px; height:35px; z-index:90;">
<img src="<?= Config::img() ?>/i/images/300x225/map_halls.gif" <?php thisInfRm('1.180.0.15'); ?>
onClick="location='main.php?loc=1.180.0.16';" class="aFilter" width="120" height="35"/>
</div>
<div style="position: absolute; left: 53px; top: 47px; width: 122px; height: 31px; z-index: 90;">
<img src="<?= Config::img() ?>/i/images/300x225/map_klub5-1.gif" width="123" height="30"/>
</div>
<div style="position: absolute; left: 202px; top: 167px; width: 122px; height: 31px; z-index: 90;">
<img <?php thisInfRm('1.180.0.16'); ?> onClick="location='main.php?loc=1.180.0.16';" src="<?= Config::img() ?>/i/images/300x225/map_zalu2.gif"
width="122" height="31" class="aFilter"/>
</div>
<div style="position: absolute; left: 264px; top: 44px; width: 122px; height: 31px; z-index: 90;">
<img <?php thisInfRm('1.180.0.16'); ?> onClick="location='main.php?loc=1.180.0.16';" src="<?= Config::img() ?>/i/images/300x225/map_zalu1.gif"
width="122" height="31" class="aFilter"/>
</div>
<div style="position:absolute; left:78px; top:24px; width:76px; height:18px; z-index:90;">
<img src="<?= Config::img() ?>/i/images/300x225/map_zalu6.gif" <?php thisInfRm('1.180.0.0'); ?> onClick="location='main.php?loc=1.180.0.0';"
width="76" height="18" class="aFilter"/>
</div>
<div style="position:absolute; left:17px; top:122px; width:79px; height:32px; z-index:90;">
<img src="<?= Config::img() ?>/i/images/300x225/map_zalu3.gif" width="78" height="33" onclick="alert('Проход через зал паладинов');"/>
</div>
<div style="position:absolute; left:393px; top:170px; width:100px; height:35px; z-index:90;">
<img <?php thisInfRm('1.180.0.3'); ?> onClick="location='main.php?loc=1.180.0.3';" src="<?= Config::img() ?>/i/images/300x225/map_zalu7.gif"
width="100" height="35" class="aFilter"/>
</div>
<?= $goline; ?>
<div id="snow"></div>
</div>
<div style="display:none; height:0 " id="moveto"></div>
Возможно, вы ошиблись этажом - настоящие сражения проходят этажом выше.
</td>
</tr>
</table>
</div>
</td>
<td>
<!-- <br /><span class="menutop"><nobr>Комната для новичков</nobr></span>-->
</td>
</tr>
2022-06-06 21:30:34 +00:00
</table>
2023-06-23 14:44:24 +00:00
<small>
<HR>
<?php $hgo = $u->testHome();
if (!isset($hgo['id'])) { ?><INPUT onclick="location.href='main.php?homeworld=<?= $code; ?>';" class="btn" value="Возврат" type="button"
name="combats2"><?php }
unset($hgo); ?>
<INPUT class="btn" onclick="window.open('/forum/', 'help', 'height=500,width=1024,location=no,menubar=no,status=no,toolbar=no,scrollbars=yes')" value="Подсказка"
style="color:red;" type="button">
<INPUT onclick="location.href='main.php?clubmap=<?= $code; ?>';" class="btn" value="Карта клуба" type="button" name="combats2">
<INPUT id="forum" class="btn" onclick="window.open('/forum/', 'forum', 'location=yes,menubar=yes,status=yes,resizable=yes,toolbar=yes,scrollbars=yes,scrollbars=yes')"
value="Форум" type="button" name="forum">
<INPUT class="btn" value="Объекты" type="button">
<br/>
<strong>Внимание!Смените пароль на уникальный,который не использовался ранее в подобных проектах,это обезопасит вашего персонажа от взлома.<BR>
<em>Администрация.</strong> </em></small> <BR>
<?= $rowonmax; ?><BR>
2022-06-06 21:30:34 +00:00
2023-06-23 14:44:24 +00:00
</div>
</td>
</tr>
</table>