2022-05-31 02:14:17 +02:00
|
|
|
<!DOCTYPE html>
|
2022-06-14 22:51:00 +02:00
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"
|
|
|
|
xmlns="http://www.w3.org/1999/html">
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Padel Tournaments System</title>
|
|
|
|
<link href="style.css" rel="stylesheet">
|
2022-06-10 15:33:05 +02:00
|
|
|
<script type="text/javascript" src="app.js"></script>
|
2022-06-14 22:51:00 +02:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.min.css"/>
|
2022-05-31 02:14:17 +02:00
|
|
|
</head>
|
|
|
|
|
2022-06-10 12:23:44 +02:00
|
|
|
<body onload="logoutVisibility(); loginVisibility()">
|
2022-05-31 02:14:17 +02:00
|
|
|
<header>
|
2022-06-01 15:49:42 +02:00
|
|
|
<div class="logoBox">
|
2022-06-14 22:51:00 +02:00
|
|
|
<a class="header_link" href="../../normal_user/index.html"><img class="logo" src="../../_global/logo.svg"
|
|
|
|
alt="Logo error"></a>
|
2022-06-01 15:49:42 +02:00
|
|
|
</div>
|
|
|
|
<div class="linkBox">
|
|
|
|
<!-- <span class="dot">JM</span>-->
|
2022-06-14 22:51:00 +02:00
|
|
|
|
|
|
|
<button class="loginButton" type="submit" onclick="window.location.href='../../normal_user/logowanie/index.html'"
|
2022-06-10 12:23:44 +02:00
|
|
|
id="login">LOGOWANIE</button>
|
2022-06-14 22:51:00 +02:00
|
|
|
<button class="loginButton" id="logout" onclick="logout()">Wyloguj</button>
|
|
|
|
|
|
|
|
<a class="header_link" href="../../normal_user/kontakt/index.html">Kontakt</a>
|
|
|
|
<a class="header_link" href="../../normal_user/ranking/index.html">Ranking</a>
|
|
|
|
<a class="header_link" href="../../normal_user/index.html">Kalendarz turniejów</a>
|
|
|
|
|
2022-06-01 15:49:42 +02:00
|
|
|
</div>
|
2022-05-31 02:14:17 +02:00
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="container">
|
2022-06-14 22:51:00 +02:00
|
|
|
<div class="title">
|
|
|
|
Edycja turnieju
|
|
|
|
</div>
|
2022-05-31 02:14:17 +02:00
|
|
|
<div class="form">
|
2022-06-14 15:12:31 +02:00
|
|
|
|
2022-05-31 02:14:17 +02:00
|
|
|
<h3 class="descriptor">Nazwa Turnieju</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="name">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Termin</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-14 15:12:31 +02:00
|
|
|
<input id="term_from">
|
|
|
|
</label>
|
|
|
|
</br>
|
|
|
|
<label>
|
|
|
|
<input id="term_to">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Miejsce</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="place">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Kategorie</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="category">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Ranga</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="rank">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Wpisowe</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="entry-fee">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Dyrektor Turnieju</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="director">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Telefon</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="phone">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Zapisy</h3>
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<input id="entries">
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
<h3 class="descriptor">Dodatkowe informacje</h3>
|
|
|
|
|
2022-05-31 02:20:18 +02:00
|
|
|
<label>
|
2022-06-10 00:56:06 +02:00
|
|
|
<textarea name="Text1" cols="40" rows="5" id="add-info"></textarea>
|
2022-05-31 02:20:18 +02:00
|
|
|
</label>
|
2022-06-14 22:51:00 +02:00
|
|
|
</br>
|
2022-05-31 02:14:17 +02:00
|
|
|
|
2022-06-14 15:12:31 +02:00
|
|
|
|
2022-06-14 22:51:00 +02:00
|
|
|
<div class="binaryButtonsBox">
|
|
|
|
Widoczność turnieju
|
2022-06-14 15:12:31 +02:00
|
|
|
|
2022-06-14 22:51:00 +02:00
|
|
|
<div class="pretty p-switch p-fill" style="margin-left: 5%">
|
|
|
|
<input type="checkbox" />
|
|
|
|
<div class="state p-success">
|
|
|
|
<label></label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-06-14 15:12:31 +02:00
|
|
|
|
2022-06-14 22:51:00 +02:00
|
|
|
<div class="binaryButtonsBox2">
|
|
|
|
Rankingowość turnieju
|
2022-06-14 15:12:31 +02:00
|
|
|
|
|
|
|
|
2022-06-14 22:51:00 +02:00
|
|
|
<div class="pretty p-switch p-fill" style="margin-left: 5%">
|
|
|
|
<input type="checkbox" />
|
|
|
|
<div class="state p-success">
|
|
|
|
<label></label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-06-14 15:12:31 +02:00
|
|
|
|
|
|
|
|
2022-06-14 22:51:00 +02:00
|
|
|
<button class="cancelButton" type="button" id="cancel" onclick="">Anuluj</button>
|
2022-06-14 15:12:31 +02:00
|
|
|
|
2022-06-14 22:51:00 +02:00
|
|
|
<button class="submitButton" type="submit" id="tournamentsubmit" onclick="createTournament()">
|
|
|
|
Załóż turniej
|
|
|
|
</button>
|
2022-06-06 13:50:45 +02:00
|
|
|
|
2022-05-31 02:14:17 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|