commit | author | age
|
175a52
|
1 |
<?php |
JK |
2 |
include('./includes/std.php'); |
|
3 |
|
|
4 |
pozycz::zwrot($_POST['kod']); |
|
5 |
|
|
6 |
$title = 'Wypożyczanie książki'; |
|
7 |
include('./design/top.php'); |
|
8 |
|
|
9 |
gotowe::informacje($_POST['kod']); |
|
10 |
|
|
11 |
echo '<form action="search.php" method="get" onsubmit="return ffalse(\'step2\')"> |
|
12 |
<p>KOD/IS*N: <input type="text" name="id" id="step21" required="required" /></p> |
|
13 |
<p><input type="submit" value="Znajdź" /></p> |
|
14 |
|
|
15 |
<script type="text/javascript"> |
|
16 |
document.getElementById(\'step21\').focus(); |
|
17 |
</script> |
|
18 |
</form>'; |
|
19 |
|
|
20 |
include('./design/bottom.php'); |
|
21 |
?> |