Мелкие ошибки из анализатора.
This commit is contained in:
+5
-2
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Battles\Template;
|
||||
|
||||
ob_start("ob_gzhandler");
|
||||
session_start();
|
||||
require_once "functions.php";
|
||||
@@ -294,7 +297,7 @@ if (isset($_GET['exitlaba'])) {
|
||||
header('Location: labirint.php');
|
||||
}
|
||||
}
|
||||
\Battles\Template::header('Вход в Лабиринты');
|
||||
Template::header('Вход в Лабиринты');
|
||||
?>
|
||||
<div style="float: right;">
|
||||
<input type="button" onclick="location.href='lab_enter.php';" value="Обновить">
|
||||
@@ -417,7 +420,7 @@ while ($pl = mysql_fetch_array($sp)) {
|
||||
<td valign="top">
|
||||
<form id="from" autocomplete="off" name="from"
|
||||
action="lab_enter.php?pz1=<? echo mt_rand(1000000, 99999999); ?>" method="post">
|
||||
<fieldset style='padding-left: 5; width=50%'>
|
||||
<fieldset style='padding-left: 5px; width=50%'>
|
||||
<legend><b> Группа </b></legend>
|
||||
Тип похода:
|
||||
<select name="type_gors" style="margin-left:7px;" id="type_gors">
|
||||
|
||||
Reference in New Issue
Block a user