battles/locations/parkovaja/map.php

35 lines
3.6 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/parkovaja/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" style="position: relative;"></div></div>
<div class="location" style="left: 385px; top: 86px; width: 170px; height: 163px;"><img class="loc" onclick="alert('На стадии строительства');" title="<b>Портал (Стройка)</b>" src="<?php echo $imgPath; ?>/n/portal.png" width="170" height="163" /></div>
<div class="location" style="left: 529px; top: 56px; width: 210px; height: 223px;"><img class="loc" onclick="alert('На стадии строительства');" title="<b>Клановое хранилище (Стройка)</b>" src="<?php echo $imgPath; ?>/n/repository.png" width="210" height="223" /></div>
<div class="location" style="left: 602px; top: 73px; width: 299px; height: 252px;"><img class="loc" onclick="alert('На стадии строительства');" title="<b>Вокзал (Стройка)</b>" src="<?php echo $imgPath; ?>/n/horse.png" width="299" height="252" /></div>
<div class="location" style="left: 1px; top: 66px; width: 235px; height: 193px;"><img class="loc" onclick="alert('На стадии строительства');" title="<b>Темный лес (Стройка)</b>" src="<?php echo $imgPath; ?>/n/darkforest.png" width="235" height="193" /></div>
<div class="location" style="left: 168px; top: 103px; width: 232px; height: 181px;"><img class="loc" onclick="solo(660)" title="<b>Гостиница</b>" src="<?php echo $imgPath; ?>/n/inn.png" width="232" height="181" /></div>
<div class="location" style="left: 870px; top: 233px; width: 85px; height: 108px;"><img class="loc" onclick="solo(2)" title="<b>Замковая улица</b>" src="<?php echo $imgPath; ?>/n/fonar_right.png" width="85" height="108" /></div>
<div class="location" style="left: 5px; top: 233px; width: 85px; height: 108px;"><img class="loc" onclick="alert('Нет прохода');" title="<b>Нет прохода</b>" src="<?php echo $imgPath; ?>/n/fonar_left.png" width="85" height="108" /></div>
<div class="location" style="left: 420px; top: 248px; width: 100px; height: 76px;"><img class="loc" onclick="solo(202)" title="<b>Фонтан Удачи</b>" src="<?php echo $imgPath; ?>/n/vesna_cap_fontan2.png" width="100" height="76" /></div>
</div>
<div class="footnote" style="padding-top: 11px;">
<p><strong>Внимание!</strong> Никогда и никому не говорите пароль от своего персонажа. Не вводите пароль на других сайтах, типа "новый город", "лотерея", "там, где все дают на халяву". Пароль не нужен ни паладинам, ни кланам, ни администрации, <u>только взломщикам</u> для кражи вашего героя.</p><em>Администрация.</em>
</div>
</div>
</div>
</body>