2023-03-31 18:42:06 +00:00
|
|
|
<?php
|
2022-06-06 21:30:34 +00:00
|
|
|
if(!defined('GAME')){
|
|
|
|
die();
|
|
|
|
}
|
|
|
|
|
|
|
|
if($u->room['file']=='magportal_podval') {
|
|
|
|
?>
|
|
|
|
<style type="text/css">
|
|
|
|
.pH3 {COLOR: #8f0000; FONT-FAMILY: Arial; FONT-SIZE: 12pt; padding:20px 10px; FONT-WEIGHT: bold; }
|
|
|
|
</style>
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
|
|
<td valign="top">
|
|
|
|
<div align="center" class="pH3"><?=$u->room['name']?></div>
|
|
|
|
</td>
|
|
|
|
<td width="280" valign="top"><table align="right" cellpadding="0" cellspacing="0">
|
|
|
|
<tr>
|
|
|
|
<td width="100%"> </td>
|
|
|
|
<td>
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
|
|
<tr align="right" valign="top">
|
|
|
|
<td>
|
|
|
|
<!-- -->
|
2023-03-31 16:54:33 +00:00
|
|
|
<?= $goLis; ?>
|
2022-06-06 21:30:34 +00:00
|
|
|
<!-- -->
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
|
|
<td nowrap="nowrap">
|
|
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#DEDEDE">
|
|
|
|
<tr>
|
2023-03-31 18:30:14 +00:00
|
|
|
<td bgcolor="#D3D3D3"><img src="//img.new-combats.tech/i/move/links.gif" width="9" height="7" /></td>
|
2023-03-31 16:54:33 +00:00
|
|
|
<td bgcolor="#D3D3D3" nowrap="nowrap"><a href="#" id="greyText" class="menutop" onclick="location='main.php?loc=1.180.0.321&rnd=<?= $code; ?>';" title="<?php thisInfRm('1.180.0.321',1); ?>">Покинуть помещение</a></td>
|
2022-06-06 21:30:34 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td >
|
|
|
|
<div>
|
2023-01-10 16:29:32 +00:00
|
|
|
<i>— Как хорошо, что вы очнулись! <strong>Страж Подземелья</strong> нашел вас без сознания и принес в эту комнату.</i><br/>
|
2022-06-06 21:30:34 +00:00
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2023-03-31 18:42:06 +00:00
|
|
|
<?php
|
2022-06-06 21:30:34 +00:00
|
|
|
}
|
|
|
|
?>
|