/[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 70 - (hide annotations)
Sat Mar 28 03:45:31 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 443 byte(s)
make Meteor::Koha for integration
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 68 </head>
9    
10     <body>
11    
12     <h1>
13     Koha RFID data
14     </h1>
15    
16     <div id="test">
17 dpavlin 70 RFID reader not connected
18 dpavlin 68 </div>
19 dpavlin 70 <div id="koha" style="border: 3px dashed #888">
20     Item description from <a href="http://koha.ffzg.hr/">Koha</a>
21     </div>
22 dpavlin 68
23     </body>
24    
25     </html>

  ViewVC Help
Powered by ViewVC 1.1.26