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

  ViewVC Help
Powered by ViewVC 1.1.26