update books_count after list
[Biblio-RFID.git] / examples / selfcheck.html
index df0cd70..6b26462 100644 (file)
        background: #cfc;
 }
 
-label[for=pull-reader] {
-       position: absolute;
-       top: 1em;
-       right: 1em;
-       background: #eee;
-}
-
 ,page {
        font-size: 300%;
        border: 10px solid #ccc;
 
 }
 
-#debug {
+#tags {
        position: fixed;
        width: 20em;
        top: 0;
@@ -48,18 +41,10 @@ input[type=button] {
 </head>
 <body>
 
-<div id="debug">
-
-<label for=pull-reader>
-<input id=pull-reader type=checkbox checked=1>
-active
-</label>
-
 <div id="tags">
 RFID reader not found or driver program not started.
 </div>
 
-</div>
 
 <h1>Knjižnica Filozofskog fakulteta</h1>
 
@@ -82,16 +67,6 @@ Ako želite vratiti knjigu, pristisnite ovaj gumb.
 <input name=checkin type=button value="Povrat" onClick="change_page('checkin')">
 </div>
 
-<div class="page" id="borrower_check">
-<!--
-Fetching borrower
--->
-Provjera korisničnog računa...
-<p>
-Možete ukloniti iskaznicu.
-<span class="borrower_number"></span>
-</div>
-
 <div class="page" id="borrower_info">
 <!--
 Borrower:
@@ -139,7 +114,7 @@ Postavite knjige na predviđeno mjesto ispred monitora.
 <ul id="books">
 </ul>
 
-Dokumenata: 0
+Dokumenata: <span id="books_count">0</span>
 
 <div style="display: block">
 <input type="button" value="Završi" onClick="change_page('end')">