dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Poprawki w interfejsie do inwentaryzacji: - zmiany w tekstach, - dodanie br...
Jacek Kowalski
2013-03-02
85c65e52b25199e17e9a2f9a4ad002bde03afa03
[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');
?>