initial commit

This commit is contained in:
lopar
2018-01-28 18:40:49 +02:00
commit 46c75d1542
8193 changed files with 183296 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
<?php
require_once('engine/datetime.php');
$now = new \Oldcombats\Datetime();
$imgPath = '/locations/castle-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.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: 532px; top: 127px; width: 120px; height: 124px;"><img class="loc" onclick="solo(1051)" title="<b>Лабиринт Хаоса</b>" src="<?php echo $imgPath; ?>/n/labirinth.png" width="262" height="119" /></div>
<div class="location" style="left: 124px; top: -8px; width: 89px; height: 127px;"><img class="loc" onclick="solo(1052)" title="<b>Гора Мерлина</b>" src="<?php echo $imgPath; ?>/n/dragon.png" width="253" height="254" /></div>
<div class="location" style="left: 305px; top: 104px; width: 302px; height: 235px;"><img class="loc" onclick="solo(50)" title="<b>Арена Ангелов</b>" src="<?php echo $imgPath; ?>/n/arena.png" width="302" height="235" /></div>
<div class="location" style="left: 707px; top: 182px; width: 192px; height: 159px;"><img class="loc" onclick="solo(1000)" title="<b>Проклятый Рудник</b>" src="<?php echo $imgPath; ?>/n/catacomb.png" width="192" height="159" /></div>
<div class="location" style="left: 73px; top: 142px; width: 173px; height: 161px;"><img class="loc" onclick="solo(43)" title="<b>Хижина Знахаря</b>" src="<?php echo $imgPath; ?>/n/znakhar.png" width="202" height="195" /></div>
<div class="location" style="left: -45px; top: 243px; width: 146px; height: 140px;"><img class="loc" onclick="solo(23)" title="<b>Парковая Улица</b>" src="<?php echo $imgPath; ?>/n/fonar_left.png" width="62" height="98" /></div>
<div class="location" style="left: 842px; top: 243px; width: 154px; height: 155px;"><img class="loc" onclick="solo(4)" title="<b>Центральная площадь</b>" src="<?php echo $imgPath; ?>/n/fonar_right.png" width="61" height="98" /></div>
</div>
<div class="footnote" style="padding-top: 11px;">
<p><strong>Внимание!</strong> Никогда и никому не говорите пароль от своего персонажа. Не вводите пароль на других сайтах, типа "новый город", "лотерея", "там, где все дают на халяву". Пароль не нужен ни паладинам, ни кланам, ни администрации, <u>только взломщикам</u> для кражи вашего героя.</p><em>Администрация.</em>
</div>
</div>
</div>
</body>