Мелкие ошибки из анализатора.
This commit is contained in:
+6
-3
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Battles\Template;
|
||||
|
||||
session_start();
|
||||
if (empty($_SESSION['uid'])) {
|
||||
exit;
|
||||
@@ -110,10 +113,10 @@ if ($_GET['res']) {
|
||||
addchp('<b style="color:#990000">Внимание!</b> <b>' . $user["login"] . '</b>, поднял предмет "' . $gss['name'] . '".', '{[]}' . Nick::id($user["id"])->short() . '{[]}');
|
||||
echo "<font style='color:#990000'>Вы подняли <b>'" . $gss['name'] . "'</b>.</font>";
|
||||
} else {
|
||||
echo " <font style='font-size:12px; color:cc0000;'>Кто-то оказался быстрее!</font>";
|
||||
echo " <font style='font-size:12px; color:#cc0000;'>Кто-то оказался быстрее!</font>";
|
||||
}
|
||||
}
|
||||
\Battles\Template::header('Лес');
|
||||
Template::header('Лес');
|
||||
?>
|
||||
<script src="i/forest/char1.32.js"></script>
|
||||
<script src="i/forest/funcs1.6.js"></script>
|
||||
@@ -197,7 +200,7 @@ if ($_GET['res']) {
|
||||
|
||||
|
||||
<? if ($les_login['room'] == 'G8') { ?>
|
||||
<input class=btn style="width:150px;height:20" type="button"
|
||||
<input class=btn style="width:150px;height:20px;" type="button"
|
||||
value="Выйти из леса" onclick="location.href='?go=vixod';"/><br/>
|
||||
<br/>
|
||||
<? } ?>
|
||||
|
||||
Reference in New Issue
Block a user