/[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

Annotation of /trunk/public_html/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 81 - (hide annotations)
Sun Mar 29 01:29:13 2009 UTC (15 years ago) by dpavlin
File MIME type: text/html
File size: 529 byte(s)
- implement new 3m-810.pl protocol
- new page design and div ids
1 dpavlin 68 <html>
2     <head>
3     <title>Koha RFID</title>
4    
5 dpavlin 70 <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 dpavlin 72
9     <link rel="stylesheet" type="text/css" href="koha.css">
10 dpavlin 68 </head>
11    
12     <body>
13    
14 dpavlin 73 <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 dpavlin 68
19 dpavlin 81 <div id="info">
20 dpavlin 70 RFID reader not connected
21 dpavlin 68 </div>
22    
23     </body>
24    
25     </html>

  ViewVC Help
Powered by ViewVC 1.1.26