initial commit
|
After Width: | Height: | Size: 138 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 170 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 160 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
@@ -0,0 +1,41 @@
|
||||
<?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="design/css/fight.css" />
|
||||
<link rel="stylesheet" type="text/css" href="//capitalcity.old-dark.ru/css/tooltip.css" />
|
||||
<script src="//capitalcity.old-dark.ru/js/jquery-1.7.2.min.js"></script>
|
||||
<script src="//capitalcity.old-dark.ru/js/tooltip.js"></script>
|
||||
<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.jpg" 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: 335px; top: 30px; width: 306px; height: 200px;"><img class="loc" onclick="solo(1)" title="<b>Бойцовский клуб</b>" src="<?php echo $imgPath; ?>/n/zima_club.png" width="306" height="200" /></div>
|
||||
<div class="location" style="left: 290px; top: 202px; width: 70px; height: 46px;"><img class="loc" onclick="solo(4)" title="<b>Ремонтная мастерская</b>" src="<?php echo $imgPath; ?>/n/zima_rem.png" width="70" height="46" /></div>
|
||||
<div class="location" style="left: 430px; top: 230px; width: 44px; height: 54px;"><img class="loc" onclick="solo(13)" title="<b>Памятник Архангелу</b>" src="<?php echo $imgPath; ?>/n/vesna_cap_statue.png" width="44" height="54" /></div>
|
||||
<div class="location" style="left: 535px; top: 205px; width: 110px; height: 76px;"><img class="loc" onclick="solo(17)" title="<b>Магазин «Берёзка»</b>" src="<?php echo $imgPath; ?>/n/zima_berezka.png" width="110" height="76" /></div>
|
||||
<div class="location" style="left: 640px; top: 180px; width: 112px; height: 76px;"><img class="loc" onclick="solo(6)" title="<b>Почта</b>" src="<?php echo $imgPath; ?>/n/zima_po4ta.png" width="112" height="76" /></div>
|
||||
<div class="location" style="left: 105px; top: 205px; width: 70px; height: 46px;"><img class="loc" onclick="solo(3)" title="<b>Комиссионный магазин</b>" src="<?php echo $imgPath; ?>/n/zima_kom.png" width="70" height="46" /></div>
|
||||
<div class="location" style="left: 171px; top: 202px; width: 122px; height: 77px;"><img class="loc" onclick="solo(2)" title="<b>Магазин</b>" src="<?php echo $imgPath; ?>/n/zima_shop.png" width="122" height="77" /></div>
|
||||
<div class="location" style="left: 715px; top: 230px; width: 100px; height: 69px;"><img class="loc" onclick="solo(10)" title="<b>Сувенирный магазин</b>" src="<?php echo $imgPath; ?>/n/zima_loto.png" width="100" height="69" /></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>
|
||||