/[meteor]/trunk/public_html/index.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/public_html/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 73 - (show annotations)
Sat Mar 28 15:49:36 2009 UTC (15 years ago) by dpavlin
File MIME type: text/html
File size: 529 byte(s)
button with number of selected items with reset on click
1 <html>
2 <head>
3 <title>Koha RFID</title>
4
5 <script type="text/javascript" src="jquery-1.3.2.js"></script>
6 <script type="text/javascript" src="meteor.js"></script>
7 <script type="text/javascript" src="koha.js"></script>
8
9 <link rel="stylesheet" type="text/css" href="koha.css">
10 </head>
11
12 <body>
13
14 <input type="button" id="clear_selection" value="0" title="Click to clear selection">
15 <div id="koha">
16 Item descriptions from <a href="http://koha.ffzg.hr/">Koha</a>
17 </div>
18
19 <div id="test">
20 RFID reader not connected
21 </div>
22
23 </body>
24
25 </html>

  ViewVC Help
Powered by ViewVC 1.1.26