dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Zmiana adresu Z39 Biblioteki Narodowej
Jacek Kowalski
2019-09-19
51eea1c5e113e25683109b3544d847ee0668d921
[books]
/
list_all.php
1
2
3
4
5
6
7
8
9
10
<?php
include('./includes/std.php');
$title = 'Wszystkie książki';
include('./design/top.php');
gotowe::lista();
include('./design/bottom.php');
?>