dashboard
repositories
filestore
activity
search
login
main
/
books
System biblioteczny
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Moduł OPAC - wersja stworzona na podstawie głównego modułu
Jacek Kowalski
2013-03-30
3882025b6c83fa9dd169a7dfcba047a608c18985
[books]
/
info.php
1
2
3
4
5
6
7
8
9
10
<?php
include('./includes/std.php');
$title = 'Wypożyczanie książki';
include('./design/top.php');
gotowe::informacje($_GET['kod']);
include('./design/bottom.php');
?>