latest changes after koniec lekcji
This commit is contained in:
parent
8f2606bacd
commit
9be1d6a641
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="pl">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="pl">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@ -14,13 +14,20 @@
|
|||||||
<a href="index.php"><img src="herb.png" alt="HERB"></a>
|
<a href="index.php"><img src="herb.png" alt="HERB"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<h3>
|
||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
$_SESSION['zadanie']=1;
|
||||||
|
echo'Pytanie nr. ', $_SESSION['zadanie']++.' z 5';
|
||||||
|
?>
|
||||||
|
</h3>
|
||||||
<div class="form-container">
|
<div class="form-container">
|
||||||
<form action="page2.php">
|
<form action="page2.php">
|
||||||
<h3>UCHWALENIE KONSTYTUCJI 3 MAJA</h3>
|
<h3>UCHWALENIE KONSTYTUCJI 3 MAJA</h3>
|
||||||
<input type="radio" name="pytanie1" id=""><span>1788</span><br>
|
<input type="radio" name="p1" id=""><span>1788</span><br>
|
||||||
<input type="radio" name="pytanie1" id=""><span>1791</span><br>
|
<input type="radio" name="p1" id=""><span>1791</span><br>
|
||||||
<input type="radio" name="pytanie1" id=""><span>1794</span><br>
|
<input type="radio" name="p1" id=""><span>1794</span><br>
|
||||||
<input type="radio" name="pytanie1" id=""><span>1793</span><br>
|
<input type="radio" name="p1" id=""><span>1793</span><br>
|
||||||
<br>
|
<br>
|
||||||
<input type="submit" value="NASTĘPNE PYTANIE" class="next">
|
<input type="submit" value="NASTĘPNE PYTANIE" class="next">
|
||||||
</form>
|
</form>
|
||||||
|
36
php/najwazniejsze_daty/page2.php
Normal file
36
php/najwazniejsze_daty/page2.php
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Najważniejsze Daty Polski</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="menu-lewy">
|
||||||
|
<h1>Najważniejsze daty w historii Polski</h1>
|
||||||
|
</div>
|
||||||
|
<div class="menu-prawy">
|
||||||
|
<a href="index.php"><img src="herb.png" alt="HERB"></a>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>
|
||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
echo'Pytanie nr. ', $_SESSION['zadanie']++.' z 5';
|
||||||
|
?>
|
||||||
|
</h3>
|
||||||
|
<div class="form-container">
|
||||||
|
<form action="page3.php">
|
||||||
|
<h3>UNIA LUBELSKA</h3>
|
||||||
|
<input type="radio" name="p2" id=""><span>1648</span><br>
|
||||||
|
<input type="radio" name="p2" id=""><span>1525</span><br>
|
||||||
|
<input type="radio" name="p2" id=""><span>1492</span><br>
|
||||||
|
<input type="radio" name="p2" id=""><span>1589</span><br>
|
||||||
|
<br>
|
||||||
|
<input type="submit" value="NASTĘPNE PYTANIE" class="next">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
36
php/najwazniejsze_daty/page3.php
Normal file
36
php/najwazniejsze_daty/page3.php
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Najważniejsze Daty Polski</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="menu-lewy">
|
||||||
|
<h1>Najważniejsze daty w historii Polski</h1>
|
||||||
|
</div>
|
||||||
|
<div class="menu-prawy">
|
||||||
|
<a href="index.php"><img src="herb.png" alt="HERB"></a>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>
|
||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
echo'Pytanie nr. ', $_SESSION['zadanie']++.' z 5';
|
||||||
|
?>
|
||||||
|
</h3>
|
||||||
|
<div class="form-container">
|
||||||
|
<form action="page4.php">
|
||||||
|
<h3>ODZYSKANIE NIEPODLEGŁOŚCI PRZEZ POLSKĘ</h3>
|
||||||
|
<input type="radio" name="p3" id=""><span>1788</span><br>
|
||||||
|
<input type="radio" name="p3" id=""><span>1791</span><br>
|
||||||
|
<input type="radio" name="p3" id=""><span>1794</span><br>
|
||||||
|
<input type="radio" name="p3" id=""><span>1793</span><br>
|
||||||
|
<br>
|
||||||
|
<input type="submit" value="NASTĘPNE PYTANIE" class="next">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
36
php/najwazniejsze_daty/page4.php
Normal file
36
php/najwazniejsze_daty/page4.php
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Najważniejsze Daty Polski</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="menu-lewy">
|
||||||
|
<h1>Najważniejsze daty w historii Polski</h1>
|
||||||
|
</div>
|
||||||
|
<div class="menu-prawy">
|
||||||
|
<a href="index.php"><img src="herb.png" alt="HERB"></a>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>
|
||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
echo'Pytanie nr. ', $_SESSION['zadanie']++.' z 5';
|
||||||
|
?>
|
||||||
|
</h3>
|
||||||
|
<div class="form-container">
|
||||||
|
<form action="page5.php">
|
||||||
|
<h3>UCHWALENIE KONSTYTUCJI 3 MAJA</h3>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1788</span><br>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1791</span><br>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1794</span><br>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1793</span><br>
|
||||||
|
<br>
|
||||||
|
<input type="submit" value="NASTĘPNE PYTANIE" class="next">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
36
php/najwazniejsze_daty/page5.php
Normal file
36
php/najwazniejsze_daty/page5.php
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Najważniejsze Daty Polski</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="menu-lewy">
|
||||||
|
<h1>Najważniejsze daty w historii Polski</h1>
|
||||||
|
</div>
|
||||||
|
<div class="menu-prawy">
|
||||||
|
<a href="index.php"><img src="herb.png" alt="HERB"></a>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>
|
||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
echo'Pytanie nr. ', $_SESSION['zadanie']++.' z 5';
|
||||||
|
?>
|
||||||
|
</h3>
|
||||||
|
<div class="form-container">
|
||||||
|
<form action="index.php">
|
||||||
|
<h3>UCHWALENIE KONSTYTUCJI 3 MAJA</h3>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1788</span><br>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1791</span><br>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1794</span><br>
|
||||||
|
<input type="radio" name="pytanie1" id=""><span>1793</span><br>
|
||||||
|
<br>
|
||||||
|
<input type="submit" value="NASTĘPNE PYTANIE" class="next">
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -28,25 +28,26 @@ body {
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 500px;
|
width: 400px;
|
||||||
height: 500px;
|
height: 400px;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
border: 1.5px solid black;
|
border: 1.5px solid black;
|
||||||
border-radius: 25px;
|
border-radius: 50px;
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content form {
|
.content form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 30%;
|
margin-top: 15%;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content h3 {
|
.content h3 {
|
||||||
color: white;
|
color: white;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.start {
|
.start {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user