Jacek Kowalski
2019-12-16 07517ae563097e04e91ea3fae2c2ca1cf2309b86
commit | author | age
175a52 1 <?php
JK 2 include('./includes/std.php');
3
4 pozycz::wypozyczenie($_POST['kod'], $_POST['kto']);
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 ?>