From 3882025b6c83fa9dd169a7dfcba047a608c18985 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 30 Mar 2013 14:18:30 +0000
Subject: [PATCH] Moduł OPAC - wersja stworzona na podstawie głównego modułu

---
 index.php |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/index.php b/index.php
index 27a4753..7976bd1 100644
--- a/index.php
+++ b/index.php
@@ -8,9 +8,7 @@
 <td>
 
 <form action="search.php" method="get" onsubmit="return ffalse('step1')">
-<p>KOD/IS*N: <input type="text" name="id" id="step11" required="required" /><br />
-Półka, rząd: <input type="text" name="polka" size="3" maxlength="3" />
-/ <input type="text" name="rzad" size="3" maxlength="3" /></p>
+<p>KOD/IS*N: <input type="text" name="id" id="step11" required="required" /></p>
 <p><input type="submit" value="Znajdź" /></p>
 
 <p><i>Przy ręcznym wpisywaniu ośmiocyfrowego <br /> numeru ISSN, poprzedź go zerem</i></p>
@@ -19,12 +17,6 @@
 <script type="text/javascript">
 document.getElementById('step11').focus();
 </script>
-
-<hr />
-
-<a href="list_all.php">Pełna lista książek</a> <br />
-<a href="list_borrowed.php">Wypożyczone</a> <br />
-<a href="list_repulsed.php">Wycofane</a>
 
 </td>
 <td>

--
Gitblit v1.9.1