Upload files to 'projektpp'
This commit is contained in:
parent
466cf24c80
commit
6bec50fbba
@ -120,8 +120,8 @@
|
||||
if ($wszystko_OK==true)
|
||||
{
|
||||
//Hurra, wszystkie testy zaliczone, dodajemy gracza do bazy
|
||||
|
||||
if ($polaczenie->query("INSERT INTO uzytkownicy VALUES (NULL, '$nick', '$imie', '$nazwisko', '$haslo_hash', '$email', 3, 100, 100, 14)"))
|
||||
$obecna_data=date("Y-m-d");
|
||||
if ($polaczenie->query("INSERT INTO uzytkownicy VALUES (NULL, '$nick', '$imie', '$nazwisko', '$haslo_hash', '$email', 3, '$obecna_data')"))
|
||||
{
|
||||
$_SESSION['udanarejestracja']=true;
|
||||
header('Location: witamy.php');
|
||||
@ -160,15 +160,6 @@
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:400,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
|
||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||
|
||||
<style>
|
||||
.error
|
||||
{
|
||||
color:red;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -183,7 +174,7 @@
|
||||
<div class="option"><a href="index.html">Strona główna</a></div>
|
||||
<div class="option"><a href="login.php">Zaloguj</a></div>
|
||||
<div class="option"><a href="rejestracja.php">Dołącz</a></div>
|
||||
<div class="option"><a href="terminaz.html">Terminaż</a></div>
|
||||
<div class="option"><a href="terminarz.php">Terminarz</a></div>
|
||||
<div class="option"><a href="kontakt.html">Kontakt</a></div>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
@ -279,13 +270,13 @@
|
||||
?>" name="haslo2" /><br />
|
||||
|
||||
<label>
|
||||
<input type="checkbox" name="regulamin" <?php
|
||||
<input type="checkbox" name="regulamin" Akceptuję class="1"><a href="regulamin.html">Akceptuję Regulamin</a> <?php
|
||||
if (isset($_SESSION['fr_regulamin']))
|
||||
{
|
||||
echo "checked";
|
||||
unset($_SESSION['fr_regulamin']);
|
||||
}
|
||||
?>/> <div Akceptuję class="1"><a href="terminaz.html">Regulamin</a></div>
|
||||
?>
|
||||
</label>
|
||||
|
||||
<?php
|
||||
|
@ -47,6 +47,11 @@ body
|
||||
|
||||
}
|
||||
|
||||
#conten
|
||||
{
|
||||
font-size: 2px;
|
||||
}
|
||||
|
||||
#footer
|
||||
{
|
||||
clear: both;
|
||||
@ -66,6 +71,7 @@ body
|
||||
#contentp
|
||||
{
|
||||
float:right;
|
||||
|
||||
}
|
||||
|
||||
#lok
|
||||
@ -101,6 +107,7 @@ body
|
||||
border-right: 2px dotted #444444;
|
||||
border-left: 2px dotted #444444;
|
||||
opacity: 0.8;
|
||||
|
||||
}
|
||||
a:link
|
||||
{
|
||||
@ -118,11 +125,47 @@ a:hover
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
b:link
|
||||
{
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
b:visited
|
||||
{
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
b:hover
|
||||
{
|
||||
color: grey;
|
||||
text-decoration: none;
|
||||
}
|
||||
.option:hover
|
||||
{
|
||||
background-color: #000000;
|
||||
cursor: pointer;
|
||||
}
|
||||
.plan
|
||||
{
|
||||
float: left;
|
||||
min-width: 40px;
|
||||
width: 100px;
|
||||
height: 25px;
|
||||
font-size: 16px;
|
||||
padding: 8px;
|
||||
border-right: 2px dotted #444444;
|
||||
border-left: 2px dotted #444444;
|
||||
opacity: 0.8;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.plan:hover
|
||||
{
|
||||
background-color: #000000;
|
||||
cursor: pointer;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.bigtitle
|
||||
{
|
||||
@ -143,4 +186,83 @@ a:hover
|
||||
color:red;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.option1
|
||||
{
|
||||
float: left;
|
||||
min-width: 50px;
|
||||
height: 25px;
|
||||
font-size: 18px;
|
||||
padding: 10px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.month {
|
||||
padding: 70px 25px;
|
||||
width: 100%;
|
||||
background: #1abc9c;
|
||||
}
|
||||
|
||||
|
||||
.month ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.month ul li {
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 3px;
|
||||
}
|
||||
|
||||
|
||||
.month .prev {
|
||||
float: left;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
.month .next {
|
||||
float: right;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
.weekdays {
|
||||
margin: 0;
|
||||
padding: 10px 0;
|
||||
background-color:#ddd;
|
||||
}
|
||||
|
||||
.weekdays li {
|
||||
display: inline-block;
|
||||
width: 13.6%;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.days {
|
||||
padding: 10px 0;
|
||||
background: #eee;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.days li {
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
width: 13.6%;
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
font-size:12px;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
|
||||
.days li .active {
|
||||
padding: 5px;
|
||||
background: #1abc9c;
|
||||
color: white !important
|
||||
}
|
||||
|
143
projektpp/terminarz-kwiecien.php
Normal file
143
projektpp/terminarz-kwiecien.php
Normal file
@ -0,0 +1,143 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Kontakt </title>
|
||||
<meta name="description" content="Serwis poświęcony siłowni. />
|
||||
<meta name="keywords" content="gym, fit, gymfit" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:400,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="menu">
|
||||
<div id="logo">
|
||||
<img src="png/logo.png" />
|
||||
</div>
|
||||
<div id="menuP">
|
||||
<div class="option"><a href="index.html">Strona główna</a></div>
|
||||
<div class="option"><a href="login.php">Zaloguj</a></div>
|
||||
<div class="option"><a href="rejestracja.php">Dołącz</a></div>
|
||||
<div class="option"><a href="terminarz.php">Terminarz</a></div>
|
||||
<div class="option"><a href="kontakt.html">Kontakt</a></div>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<center>
|
||||
<table border="10" cellspacing="5" width="50%">
|
||||
<thead>
|
||||
<tr>
|
||||
<?php
|
||||
ini_set("display_errors", 0);
|
||||
require_once 'connect.php';
|
||||
$polaczenie = mysqli_connect($host, $db_user, $db_password);
|
||||
mysqli_query($polaczenie, "SET CHARSET utf8");
|
||||
mysqli_query($polaczenie, "SET NAMES 'utf8' COLLATE 'utf8_polish_ci'");
|
||||
mysqli_select_db($polaczenie, $db_name);
|
||||
|
||||
|
||||
|
||||
$rezultat = mysqli_query($polaczenie, "SELECT * FROM terminarz, uzytkownicy Where terminarz.idzajec=1 AND terminarz.id=uzytkownicy.id");
|
||||
|
||||
$rezultat1 = mysqli_query($polaczenie, "SELECT * FROM terminarz, uzytkownicy Where terminarz.idzajec=2 AND terminarz.id=uzytkownicy.id");
|
||||
|
||||
$rezultat2 = mysqli_query($polaczenie, "SELECT * FROM terminarz, uzytkownicy Where terminarz.idzajec=3 AND terminarz.id=uzytkownicy.id");
|
||||
|
||||
$rezultat3 = mysqli_query($polaczenie, "SELECT * FROM terminarz, uzytkownicy Where terminarz.idzajec=4 AND terminarz.id=uzytkownicy.id");
|
||||
|
||||
$rezultat4 = mysqli_query($polaczenie, "SELECT * FROM terminarz, uzytkownicy Where terminarz.idzajec=5 AND terminarz.id=uzytkownicy.id");
|
||||
|
||||
echo<<<END
|
||||
<td align="left"><b><div class="plan"><a href="terminarz-marzec.php">Marzec2021</a></div></b></td>
|
||||
<th colspan="6">Terminarz Kwiecień2021</th>
|
||||
<td align="right"><b><div class="plan"><a href="terminarz-maj.php">Maj2021</a></div></b></td>
|
||||
</tr><tr>
|
||||
<td align="center"><b>godz.</b></td> <td align="center"><b>Poniedziałek</b></td> <td align="center"><b>Wtorek</b></td> <td align="center"><b>Sroda</b></td> <td align="center"><b>Czwartek</b></td> <td align="center"><b>Piatek</b></td><td align="center"><b>Sobota</b></td><td align="center"><b>Niedziela</b></td>
|
||||
</tr><tr>
|
||||
END;
|
||||
|
||||
|
||||
|
||||
$row = mysqli_fetch_assoc($rezultat);
|
||||
$idzajec = $row['idzajec'];
|
||||
$id = $row['id'];
|
||||
$nazwa = $row['nazwa'];
|
||||
$czas = $row['czas'];
|
||||
$nazwisko = $row['nazwisko'];
|
||||
$imie = $row['imie'];
|
||||
|
||||
|
||||
$row = mysqli_fetch_assoc($rezultat1);
|
||||
$idzajec1 = $row['idzajec'];
|
||||
$id1 = $row['id'];
|
||||
$nazwa1 = $row['nazwa'];
|
||||
$czas1 = $row['czas'];
|
||||
$nazwisko1 = $row['nazwisko'];
|
||||
$imie1 = $row['imie'];
|
||||
|
||||
$row = mysqli_fetch_assoc($rezultat2);
|
||||
$idzajec2 = $row['idzajec'];
|
||||
$id2 = $row['id'];
|
||||
$nazwa2 = $row['nazwa'];
|
||||
$czas2 = $row['czas'];
|
||||
$nazwisko2 = $row['nazwisko'];
|
||||
$imie2 = $row['imie'];
|
||||
|
||||
$row = mysqli_fetch_assoc($rezultat3);
|
||||
$idzajec3 = $row['idzajec'];
|
||||
$id3 = $row['id'];
|
||||
$nazwa3 = $row['nazwa'];
|
||||
$czas3 = $row['czas'];
|
||||
$nazwisko3 = $row['nazwisko'];
|
||||
$imie3 = $row['imie'];
|
||||
|
||||
$row = mysqli_fetch_assoc($rezultat4);
|
||||
$idzajec4 = $row['idzajec'];
|
||||
$id4 = $row['id'];
|
||||
$nazwa4 = $row['nazwa'];
|
||||
$czas4 = $row['czas'];
|
||||
$nazwisko4 = $row['nazwisko'];
|
||||
$imie4 = $row['imie'];
|
||||
|
||||
|
||||
echo<<<END
|
||||
<td align="center"><b>8:00</b></td> <td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td> <td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td> <td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td><td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td><td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td><td align="center"><b></b>brak_zajęć</td> <td align="center"><b></b>brak_zajęć</td>
|
||||
</tr><tr>
|
||||
<td align="center"><b>10:00</b></td> <td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td> <td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td><td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td><td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td><td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td> <td align="center"><b></b>brak_zajęć</td> <td align="center"><b></b>brak_zajęć</td>
|
||||
</tr><tr>
|
||||
<td align="center"><b>12:00</b></td> <td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td> <td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td><td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td><td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td><td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td> <td align="center"><b></b>brak_zajęć</td> <td align="center"><b></b>brak_zajęć</td>
|
||||
</tr><tr>
|
||||
<td align="center"><b>14:00</b></td> <td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td> <td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td><td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td><td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td><td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td> <td align="center"><b></b>brak_zajęć</td> <td align="center"><b></b>brak_zajęć</td>
|
||||
</tr><tr>
|
||||
<td align="center"><b>16:00</b></td> <td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td> <td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td> <td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td><td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td><td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td> <td align="center"><b></b>brak_zajęć</td> <td align="center"><b></b>brak_zajęć</td>
|
||||
</tr><tr>
|
||||
<td align="center"><b>18:00</b></td> <td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td> <td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td> <td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td><td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td><td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td> <td align="center"><b></b>brak_zajęć</td> <td align="center"><b></b>brak_zajęć</td>
|
||||
</tr><tr>
|
||||
<td align="center"><b>20:00</b></td> <td align="center"><b></b>$nazwa3 czas $czas2 min prowadzący: $imie3 $nazwisko3</td> <td align="center"><b></b>$nazwa4 czas $czas4 min prowadzący: $imie4 $nazwisko4</td> <td align="center"><b></b>$nazwa1 czas $czas1 min prowadzący: $imie1 $nazwisko1</td><td align="center"><b></b>$nazwa2 czas $czas2 min prowadzący: $imie2 $nazwisko2</td><td align="center"><b></b>$nazwa3 czas $czas3 min prowadzący: $imie3 $nazwisko3</td> <td align="center"><b></b>brak_zajęć</td> <td align="center"><b></b>brak_zajęć</td>
|
||||
|
||||
END;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
GymFit. Strona w sieci od 2021r. © Wszelkie prawa zastrzeżone
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
10
projektpp/terminarz.php
Normal file
10
projektpp/terminarz.php
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Portal informatyczny Wiedza Na Plus</title>
|
||||
<meta http-equiv="refresh" content="0; terminarz-styczeń.php" />
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user