added jstore path
[bookreader.git] / BookReaderIA / test / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
2                     "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5   <script src="http://code.jquery.com/jquery-latest.js"></script>
6   <link rel="stylesheet" href="http://www.archive.org/download/BookReader/css/qunit.css" type="text/css" media="screen" />
7   <script type="text/javascript" src="http://www.archive.org/download/BookReader/lib/qunit.js"></script>
8   <script type="text/javascript" src="unit/Common.js"></script>
9   <script type="text/javascript" src="unit/JSLocate.js"></script>
10   <script type="text/javascript" src="unit/Images.js"></script>
11   <script type="text/javascript" src="unit/Search.js"></script>
12   <script type="text/javascript" src="unit/Preview.js"></script>
13   <script type="text/javascript" src="unit/Permalinks.js"></script>
14   <script type="text/javascript">
15     $(document).ready(function() {
16         var header = $('#qunit-header');
17         header.html( header.html() + ' - ' + common.testHost );
18         header = null;
19     });
20   </script>
21   
22
23 </head>
24 <body>
25   <h1 id="qunit-header">BookReader QUnit Tests</h1>
26   <h2 id="qunit-banner"></h2>
27   <h2 id="qunit-userAgent"></h2>
28   <ol id="qunit-tests"></ol>
29 </body>
30 </html>