dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Użycie API REST do pobierania danych z Biblioteki Narodowej
Jacek Kowalski
2019-12-16
07517ae563097e04e91ea3fae2c2ca1cf2309b86
[books]
/
list_repulsed.php
1
2
3
4
5
6
7
8
9
10
11
<?
php
include
(
'./includes/std.php'
);
$title
=
'Książki wycofane'
;
include
(
'./design/top.php'
);
$_GET
[
'wycofana'
]
=
1
;
gotowe
::
lista
();
include
(
'./design/bottom.php'
);
?>