/[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 72 - (show annotations)
Sat Mar 28 14:21:21 2009 UTC (15 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 500 byte(s)
load items in fixed boxes
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 <h1>
15 Koha RFID data
16 </h1>
17
18 <div id="test">
19 RFID reader not connected
20 </div>
21 <div id="koha" style="border: 3px dashed #888">
22 Item description from <a href="http://koha.ffzg.hr/">Koha</a>
23 </div>
24
25 </body>
26
27 </html>

  ViewVC Help
Powered by ViewVC 1.1.26