Мелкие ошибки из анализатора.

This commit is contained in:
Igor Barkov (iwork)
2021-02-01 16:39:48 +02:00
parent 95ade992e0
commit 538047f36f
13 changed files with 148 additions and 168 deletions
+5 -2
View File
@@ -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">