prepare for season 2025

This commit is contained in:
2025-01-15 11:27:12 +01:00
parent ce7958d0bb
commit 2f15e9408f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<?
$year = date("Y");
echo $year;
$sql = "SELECT ID, NAME, LENGTH, CLIMB from RACES where YEAR like '".$year."'";
$result = $conn->query($sql);
if ($result->num_rows > 0){

View File

@@ -9,7 +9,7 @@ include './lib/show_reg_public.php'; // should it return preformatted table?
<!DOCTYPE html>
<html lang="cs">
<head>
<title>Kalské Borec //24</title>
<title>Kalské Borec //25</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=2">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
@@ -57,7 +57,7 @@ if(isset($_GET['write_success'])){
<div class="w3-row w3-black" id="title">
<div class="w3-full w3-center w3-black">
<div class="w3-purple w3-round-xxlarge">
<h1>Kalské Borec <span class="w3-purple">//2ř</span></h1>
<h1>Kalské Borec <span class="w3-purple">//25</span></h1>
<h3>Legendární MTB závod kolem obce Kaly, vrchem i spodem Bránou Vysočiny</h3>
</div>
</div>