Пример #1
0
$inwentarz = new Inwentarz();
$pracownie = new Pracownie();
$stanowisko = new Stanowisko();
$admin = new Admin();
session_start();
if (isset($_SESSION['zalogowany']) != "1") {
    header("Location: index.php");
}
$dane_usera = $inwentarz->daneZalogowanego();
?>
<!docType HTML>
<html>
<head>
    <meta charset="utf-8">
    <title>Inwentarz dla szkoły <?php 
$inwentarz->nazwaSzkoly();
?>
</title>
    <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="css/panel.css">
    <link rel="stylesheet" type="text/css" href="css/powiadomienia.css">

    <script src="js/jquery.js"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/inwentarz.js"></script>
</head>
<body>
<header id="header">
    <div class="container">
        <div class="row">
            <div class="col-md-12">