added documents
This commit is contained in:
@@ -121,7 +121,7 @@ if(isset($_GET['write_success'])){
|
||||
<table class="w3-table w3-striped w3-bordered w3-border w3-white"><tr><th>ID</th><th>Přezdívka / Team</th><th>Závod</th><th>Čas</th></tr>
|
||||
<?
|
||||
if(in_array(5, array_keys($reg_racers))){
|
||||
foreach($reg_racers[5] as $racer){
|
||||
foreach($reg_racers_5 as $racer){
|
||||
echo '<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["RACE"].'</td><td>'.$racer["TIME"].'</td></tr>';
|
||||
}
|
||||
}
|
||||
@@ -144,7 +144,7 @@ if(isset($_GET['write_success'])){
|
||||
<table class="w3-table w3-striped w3-bordered w3-border w3-white"><tr><th>ID</th><th>Přezdívka / Team</th><th>Závod</th><th>Čas</th></tr>
|
||||
<?
|
||||
if(in_array(4, array_keys($reg_racers))){
|
||||
foreach($reg_racers[4] as $racer){
|
||||
foreach($reg_racers_4 as $racer){
|
||||
echo '<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["RACE"].'</td><td>'.$racer["TIME"].'</td></tr>';
|
||||
}
|
||||
}
|
||||
@@ -168,7 +168,7 @@ if(isset($_GET['write_success'])){
|
||||
<table class="w3-table w3-striped w3-bordered w3-border w3-white"><tr><th>ID</th><th>Přezdívka / Team</th><th>Závod</th><th>Čas</th></tr>
|
||||
<?
|
||||
if(in_array(3, array_keys($reg_racers))){
|
||||
foreach($reg_racers[3] as $racer){
|
||||
foreach($reg_racers_3 as $racer){
|
||||
echo '<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["RACE"].'</td><td>'.$racer["TIME"].'</td></tr>';
|
||||
}
|
||||
}
|
||||
@@ -191,7 +191,7 @@ if(isset($_GET['write_success'])){
|
||||
<table class="w3-table w3-striped w3-bordered w3-border w3-white"><tr><th>ID</th><th>Přezdívka / Team</th><th>Závod</th><th>Čas</th></tr>
|
||||
<?
|
||||
if(in_array(2, array_keys($reg_racers))){
|
||||
foreach($reg_racers[2] as $racer){
|
||||
foreach($reg_racers_2 as $racer){
|
||||
echo '<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["RACE"].'</td><td>'.$racer["TIME"].'</td></tr>';
|
||||
}
|
||||
}
|
||||
@@ -214,7 +214,7 @@ if(isset($_GET['write_success'])){
|
||||
<table class="w3-table w3-striped w3-bordered w3-border w3-white"><tr><th>ID</th><th>Přezdívka / Team</th><th>Závod</th><th>Čas</th></tr>
|
||||
<?
|
||||
if(in_array(1, array_keys($reg_racers))){
|
||||
foreach($reg_racers[1] as $racer){
|
||||
foreach($reg_racers_1 as $racer){
|
||||
echo '<tr><td>'.$racer['ID'].'</td><td>'.$racer["NICK"].'</td><td>'.$racer["RACE"].'</td><td>'.$racer["TIME"].'</td></tr>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user