2018-01-28 16:40:49 +00:00
< ? 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 " />
2020-09-30 22:12:53 +00:00
< 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.jpg " id = " img_ione " width = " 950 " height = " 330 " border = " 1 " />
< div class = " fireworks " >< div id = " frvrks " ></ div ></ div >
< div class = " location " style = " left: 375px; top: 15px; width: 135px; height: 275px; " >< img class = " loc " onclick = " solo(16) " title = " <b>Башня смерти</b> " src = " <?php echo $imgPath ; ?>/n/zima_cap_tower.png " width = " 135 " height = " 275 " /></ div >
< div class = " location " style = " left: 20px; top: 165px; width: 134px; height: 104px; " >< img class = " loc " onclick = " solo(555555) " title = " <b>Дерево</b> " src = " <?php echo $imgPath ; ?>/n/zima_cap_tree.png " width = " 134 " height = " 104 " /></ div >
< div class = " location " style = " left: 585px; top: 180px; width: 135px; height: 88px; " >< img class = " loc " onclick = " solo(5) " title = " <b>Банк</b> " src = " <?php echo $imgPath ; ?>/n/zima_cap_bank.png " width = " 135 " height = " 88 " /></ 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: 743px; top: 220px; width: 98px; height: 80px; " >< img class = " loc " onclick = " solo(13) " title = " <b>Цветочный магазин</b> " src = " <?php echo $imgPath ; ?>/n/zima_cap_flowershop.png " width = " 98 " height = " 80 " /></ div >
< div class = " location " style = " left: 143px; top: 170px; width: 165px; height: 105px; " >< img class = " loc " onclick = " solo(14) " title = " <b>Регистратура кланов</b> " src = " <?php echo $imgPath ; ?>/n/zima_cap_registratura.png " width = " 165 " height = " 105 " /></ div >
< div class = " location " style = " left: 12px; top: 243px; width: 38px; height: 55px; " >< img class = " loc " onclick = " solo(4) " title = " <b>Центральная площадь</b> " src = " <?php echo $imgPath ; ?>/n/zima_cap_arr_left.png " width = " 38 " height = " 55 " /></ div >
< div class = " location " style = " left: 851px; top: 243px; width: 38px; height: 55px; " >< img class = " loc " onclick = " alert('Проход закрыт'); " title = " <b>Проход закрыт</b> " src = " <?php echo $imgPath ; ?>/n/zima_cap_arr_right.png " width = " 38 " height = " 55 " /></ div >
</ div >
< div class = " footnote " style = " padding-top: 11px; " >
< p >< strong > Внимание !</ strong > Никогда и никому не говорите пароль от своего персонажа . Н е вводите пароль на других сайтах , типа " новый город " , " лотерея " , " там, где все дают на халяву " . Пароль не нужен ни паладинам , ни кланам , ни администрации , < u > только взломщикам </ u > для кражи вашего героя .</ p >< em > Администрация .</ em >
</ div >
</ div >
</ div >
</ body >