2018-12-01 22:54:48 +01:00
|
|
|
<html lang="pl-PL">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Bloggero</title>
|
|
|
|
<link rel="Shortcut icon" href="img/name-label.png" />
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
|
|
<meta content="" name="keywords">
|
|
|
|
<meta content="" name="description">
|
|
|
|
|
|
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
|
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Oswald:400,300,700|Lato:400,700" rel="stylesheet">
|
|
|
|
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="css/style.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
|
<!-- ikony -->
|
2018-12-06 00:58:20 +01:00
|
|
|
|
2018-12-01 22:54:48 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="dropdown">
|
|
|
|
<div id="menuwrap">
|
|
|
|
<button class="btn btn-light dropdown-toggle btn-lg" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
|
Menu
|
|
|
|
</button>
|
|
|
|
<div class="dropdown-menu" aria-labelledby="dropdownMenu2">
|
2018-12-11 12:46:32 +01:00
|
|
|
<li><a href="blog.php#about">O mnie</a></li>
|
|
|
|
<li><a href="blog.php#post">Posty</a></a></li>
|
2018-12-01 22:54:48 +01:00
|
|
|
<li class="divider"></li>
|
2018-12-11 12:46:32 +01:00
|
|
|
<li><a href="../index.html">Strona główa</a></li>
|
2018-12-01 22:54:48 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="aboutdown">
|
|
|
|
<section id="about" name="about"></section>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="aboutwrap">
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
include "../settings/db_connect.php";
|
|
|
|
|
|
|
|
|
|
|
|
$trash = '';
|
|
|
|
if ($sql = $mysqli->prepare("SELECT * FROM post WHERE post_id = 18"))
|
|
|
|
{
|
|
|
|
$sql->execute();
|
|
|
|
$sql->bind_result($post_id,$trash,$title,$description,$main,$image,$date,$mod_date);
|
|
|
|
while ($sql->fetch())
|
|
|
|
{
|
|
|
|
echo "
|
|
|
|
|
|
|
|
|
|
|
|
<div class=\"col-lg-12 name foto2 cover foto1\">
|
|
|
|
|
|
|
|
|
|
|
|
<img class=\"align-text-bottom\" src=\"$image\" alt=\"\">
|
|
|
|
|
|
|
|
|
|
|
|
<h1> $title</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class=\"col-lg-12 name-desc\">
|
|
|
|
<h3>$description</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class=\"col-lg-12 name-desc\">
|
2018-12-06 00:58:20 +01:00
|
|
|
<post>$main</post>
|
|
|
|
<br>
|
2018-12-01 22:54:48 +01:00
|
|
|
</div>
|
2018-12-06 00:58:20 +01:00
|
|
|
|
|
|
|
<div id=\"particles-js\">
|
|
|
|
<div class=\"container\">
|
|
|
|
<form class=\"form\" action=\"rating.php\" method=\"post\" enctype=\"multipart/form-data\" autocomplete=\"off\">
|
|
|
|
<div class=\"row registerMain\">
|
|
|
|
<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 name-desc\">
|
|
|
|
<h4>$date</h4>
|
|
|
|
</div><br>
|
|
|
|
<div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12 name-desc elementsOnRegisterMain\">
|
|
|
|
<div class=\"form-group inputmain\">
|
|
|
|
<div class=\"form-group\">
|
|
|
|
<div class=\"rate\">
|
|
|
|
<z>Ocena:</z>
|
|
|
|
|
|
|
|
<input type=\"submit\" id=\"star5\" name=\"rating\" value=5 />
|
|
|
|
<input type=\"submit\" id=\"star4\" name=\"rating\" value=4 />
|
|
|
|
<input type=\"submit\" id=\"star3\" name=\"rating\" value=3 />
|
|
|
|
<input type=\"submit\" id=\"star2\" name=\"rating\" value=2 />
|
|
|
|
<input type=\"submit\" id=\"star1\" name=\"rating\" value=1 />
|
|
|
|
|
|
|
|
<label for=\"star5\" title=\"5 gwiazdek\">5 stars</label>
|
|
|
|
<label for=\"star4\" title=\"4 gwiazdki\">4 stars</label>
|
|
|
|
<label for=\"star3\" title=\"3 gwiazdki\">3 stars</label>
|
|
|
|
<label for=\"star2\" title=\"2 gwiazdki\">2 stars</label>
|
|
|
|
<label for=\"star1\" title=\"1 gwiazdka\">1 star</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>";
|
2018-12-01 22:54:48 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
$sql->close();
|
|
|
|
}
|
|
|
|
else die( "Błąd w zapytaniu SQL! Sprawdź kod SQL w PhpMyAdmin." );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ($sql = $mysqli->prepare("SELECT * FROM comments ORDER BY comment_id"))
|
|
|
|
{
|
|
|
|
$sql->execute();
|
|
|
|
$sql->bind_result($comment_id,$post_id,$username,$tekst,$data_dodania, $data_modyfikacji);
|
2018-12-06 00:58:20 +01:00
|
|
|
echo " <div class=\"name-desc\"> <h1> Komentarze</h1> </div> ";
|
2018-12-01 22:54:48 +01:00
|
|
|
while ($sql->fetch())
|
|
|
|
{
|
|
|
|
|
|
|
|
echo "
|
|
|
|
<div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 name-desc\">
|
|
|
|
<a href=\"blog.php\"><po> $username</po></a>
|
|
|
|
<h6>$tekst </h6>
|
|
|
|
<h5>$data_modyfikacji</h5>
|
|
|
|
</div>";
|
|
|
|
}
|
|
|
|
$sql->close();
|
|
|
|
}
|
|
|
|
else die( "Błąd w zapytaniu SQL! Sprawdź kod SQL w PhpMyAdmin." );
|
2018-12-06 00:58:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
echo " <div class=\"name\"> <h2> Dodaj komentarz:</h2> </div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id=\"particles-js\">
|
|
|
|
<div class=\"container\">
|
|
|
|
<form class=\"form\" action=\"comment.php\" method=\"post\" enctype=\"multipart/form-data\" autocomplete=\"off\">
|
|
|
|
<div class=\"row registerMain\">
|
|
|
|
<div class=\"offset-3 col-6 offset-3 elementsOnRegisterMain\">
|
|
|
|
<div class=\"form-group inputmain\">
|
|
|
|
<div class=\"form-group\">
|
|
|
|
<textarea class=\"form-control\" rows=\"4\" id=\"tekst\" name=\"tekst\" required></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class=\"row registerFooter\">
|
|
|
|
<div class=\"offset-3 col-6 offset-3 elementsOnRegisterFooter\">
|
|
|
|
<div>
|
|
|
|
<input type=\"submit\" value=\"Dodaj\" name=\"register\" class=\"btn btn-block\" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>";
|
|
|
|
|
2018-12-01 22:54:48 +01:00
|
|
|
$mysqli->close();
|
|
|
|
?>
|
|
|
|
|
2018-12-06 00:58:20 +01:00
|
|
|
|
2018-12-01 22:54:48 +01:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|