commit | author | age
|
175a52
|
1 |
<?php |
JK |
2 |
if(!defined('TOP_SEND')) { |
|
3 |
header('Content-type: text/html; charset=utf-8'); |
|
4 |
header('Pragma: no-cache'); |
|
5 |
header('Cache-control: private, no-cache, must-revalidate'); |
|
6 |
?> |
|
7 |
<!DOCTYPE html> |
|
8 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> |
|
9 |
<head> |
|
10 |
<title>System biblioteczny - <?php echo $title; ?></title> |
|
11 |
<link rel="stylesheet" type="text/css" href="design/style.css" /> |
|
12 |
</head> |
|
13 |
<body> |
|
14 |
|
|
15 |
<h1> System biblioteczny </h1> |
|
16 |
|
|
17 |
<ul id="menu"> |
|
18 |
<li><a href="index.php">Wypożyczanie/wyszukiwanie</a></li> |
|
19 |
|
|
20 |
<li> </li> |
|
21 |
|
|
22 |
<li><a href="add.php">Dodaj książkę</a></li> |
|
23 |
<li><a href="place.php">Ustaw położenie</a></li> |
|
24 |
|
|
25 |
<li> </li> |
|
26 |
|
|
27 |
<li><a href="generate.php">Etykiety</a></li> |
|
28 |
</ul> |
|
29 |
|
|
30 |
<h2> <?php echo $title; ?> </h2> |
|
31 |
|
|
32 |
<?php |
|
33 |
define('TOP_SEND', TRUE); |
|
34 |
} |
|
35 |
?> |