You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.0 KiB
PHP

<html>
<head>
<?php include('partial/head.php'); ?>
</head>
<?php
include('partial/header.php');
?>
<h1>match x<h1>
<h2>tournament</h2>
<div class="teamBox">team1</div>
vs
<div class="teamBox">team2</div>
<!-- If there's only 1 round, don't show round x, just embed the round page? -->
<h3>Round x</h3>
<!-- if tournament admin (owner, who they set, and our staff), and not already checked -->
<div class="page--admin" style="background-color: #fefefe;">
<h4>Admin</h4>
<a href="" style="background: #cacaca; padding: 6px; border-radius: 4px;">Team1 won</a>
<a href="" style="background: #cacaca; padding: 6px; border-radius: 4px;">Team2 won</a>
<a href="" style="background: #cacaca; padding: 6px; border-radius: 4px;">Draw</a>
</div>
<table>
<tr><td>player1</td></tr>
<tr></tr>
<tr><td>player2</td></tr>
</table>
<h3>Round y</h3>
<table>
<tr><td>player1</td></tr>
<tr></tr>
<tr><td>player2</td></tr>
</table>
<h3>Round z</h3>
<div class="starts">starts 15 aug 2022 @15:00</div>
<?php
include('partial/footer.php');
?>
</html>