battles/locations/strashilkina2/map.php

34 lines
3.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
require_once('engine/datetime.php');
$now = new \Oldcombats\Datetime();
$imgPath = '/locations/strashilkina/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" />
<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"></div></div>
<div class="location" style="left: 358px; top: -3px; width: 307px; height: 352px;"><img class="loc" onclick="solo(16)" title="<b>Башня смерти</b>" src="<?php echo $imgPath; ?>/n/deathtower.png" width="307" height="352" /></div>
<div class="location" style="left: 589px; top: 68px; width: 164px; height: 191px;"><img class="loc" onclick="solo(5)" title="<b>Банк</b>" src="<?php echo $imgPath; ?>/n/bank.png" width="164" height="191" /></div>
<div class="location" style="left: 68px; top: 75px; width: 147px; height: 236px;"><img class="loc" onclick="alert('На стадии строительства');" src="<?php echo $imgPath; ?>/n/casino.png" width="147" height="236" title="<b>Казино (Стройка)</b>" /></div>
<div class="location" style="left: 715px; top: 109px; width: 169px; height: 207px;"><img class="loc" onclick="solo(13)" title="<b>Цветочный магазин</b>" src="<?php echo $imgPath; ?>/n/flowershop.png" width="169" height="207" /></div>
<div class="location" style="left: 187px; top: 19px; width: 254px; height: 246px;"><img class="loc" onclick="solo(14)" title="<b>Регистратура кланов</b>" src="<?php echo $imgPath; ?>/n/register.png" width="254" height="246" /></div>
<div class="location" style="left: 12px; top: 243px; width: 69px; height: 87px;"><img class="loc" onclick="solo(4)" title="<b>Центральная площадь</b>" src="<?php echo $imgPath; ?>/n/signleft.png" width="69" height="87" /></div>
<div class="location" style="left: 851px; top: 243px; width: 68px; height: 87px;"><img class="loc" onclick="alert('Проход закрыт');" title="<b>Проход закрыт</b>" src="<?php echo $imgPath; ?>/n/signright.png" width="68" height="87" /></div>
</div>
<div class="footnote" style="padding-top: 11px;">
<p><strong>Внимание!</strong> Никогда и никому не говорите пароль от своего персонажа. Не вводите пароль на других сайтах, типа "новый город", "лотерея", "там, где все дают на халяву". Пароль не нужен ни паладинам, ни кланам, ни администрации, <u>только взломщикам</u> для кражи вашего героя.</p><em>Администрация.</em>
</div>
</div>
</div>
</body>