battles/locations/central-square2/map.php

36 lines
3.7 KiB
PHP
Raw Normal View History

2018-01-28 16:40:49 +00:00
<?php
require_once('engine/datetime.php');
$now = new \Oldcombats\Datetime();
$imgPath = '/locations/central-square/img/'.$now->getTimeOfDay();
?>
<head>
<title>Capital City :: Замковая Площадь</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="ru" />
<link rel="stylesheet" type="text/css" href="/css/fight.css" />
2018-01-28 16:40:49 +00:00
<script>$(function() { $(".loc").tipTip({maxWidth: "auto", edgeOffset: 0, fadeIn: 300, fadeOut: 500}); });</script>
</head>
<body>
<div class="city-location-container">
<div class="loc_background">
<div class="location-map" id="ione">
<img src="<?php echo $imgPath; ?>/background.png" id="img_ione" width="950" height="330" border="1" />
<div class="fireworks"><div id="frvrks" style="position: relative;"></div></div>
<div class="location" style="left: 246px; top: -6px; width: 393px; height: 252px;"><img class="loc" onclick="solo(1)" title="<b>Бойцовский клуб</b>" src="<?php echo $imgPath; ?>/n/castle.png" width="393" height="252" /></div>
<div class="location" style="left: 301px; top: 138px; width: 137px; height: 141px;"><img class="loc" onclick="solo(4)" title="<b>Ремонтная мастерская</b>" src="<?php echo $imgPath; ?>/n/blacksmith.png" width="137" height="141" /></div>
<div class="location" style="left: 398px; top: 172px; width: 89px; height: 127px;"><img class="loc" onclick="solo(13)" title="<b>Памятник Архангелу</b>" src="<?php echo $imgPath; ?>/n/statue.png" width="89" height="127" /></div>
<div class="location" style="left: 509px; top: 170px; width: 146px; height: 140px;"><img class="loc" onclick="solo(17)" title="<b>Магазин &laquo;Берёзка&raquo;</b>" src="<?php echo $imgPath; ?>/n/shop.png" width="146" height="140" /></div>
<div class="location" style="left: 620px; top: 146px; width: 154px; height: 155px;"><img class="loc" onclick="solo(6)" title="<b>Почта</b>" src="<?php echo $imgPath; ?>/n/postoffice.png" width="154" height="155" /></div>
<div class="location" style="left: 149px; top: 155px; width: 173px; height: 161px;"><img class="loc" onclick="solo(2)" title="<b>Магазин</b>" src="<?php echo $imgPath; ?>/n/bigshop.png" width="173" height="161" /></div>
<div class="location" style="left: 752px; top: 158px; width: 119px; height: 167px;"><img class="loc" onclick="solo(10)" title="<b>Сувенирный магазин</b>" src="<?php echo $imgPath; ?>/n/loto.png" width="119" height="167" /></div>
<div class="location" style="left: 856px; top: 246px; width: 69px; height: 79px;"><img class="loc" onclick="solo(7)" title="<b>Страшилкина улица</b>" src="<?php echo $imgPath; ?>/n/signright.png" width="69" height="79" /></div>
<div class="location" style="left: 8px; top: 246px; width: 70px; height: 79px;"><img class="loc" onclick="solo(8)" title="<b>Замковая улица</b>" src="<?php echo $imgPath; ?>/n/signleft.png" width="70" height="79" /></div>
<div class="footnote" style="padding-top: 11px;">
<p><strong>Внимание!</strong> Никогда и никому не говорите пароль от своего персонажа. Не вводите пароль на других сайтах, типа "новый город", "лотерея", "там, где все дают на халяву". Пароль не нужен ни паладинам, ни кланам, ни администрации, <u>только взломщикам</u> для кражи вашего героя.</p><em>Администрация.</em>
</div>
</div>
</div>
</div>
</body>