Mercurial > hg > audiodb
comparison examples/browser/web/index.html @ 653:3e25f26b6a27
Some minor tweaks to the browser JS/HTML.
author | mas01mj |
---|---|
date | Thu, 15 Oct 2009 14:47:07 +0000 |
parents | 901803e1305f |
children |
comparison
equal
deleted
inserted
replaced
652:1a251dd217c6 | 653:3e25f26b6a27 |
---|---|
2 <head> | 2 <head> |
3 | 3 |
4 <link rel="stylesheet" href="http://ontologyonline.org/css/blueprint/screen.css" type="text/css" media="screen, projection"/> | 4 <link rel="stylesheet" href="http://ontologyonline.org/css/blueprint/screen.css" type="text/css" media="screen, projection"/> |
5 <link rel="stylesheet" href="css/jOWL.css" type="text/css"/> | 5 <link rel="stylesheet" href="css/jOWL.css" type="text/css"/> |
6 <link rel="stylesheet" href="css/data_table.css" type="text/css"/> | 6 <link rel="stylesheet" href="css/data_table.css" type="text/css"/> |
7 <link rel="stylesheet" href="css/jq/custom-theme/jquery-ui-1.7.custom.css" type="text/css"/> | 7 <link type="text/css" rel="stylesheet" href="css/jq/custom-theme/jquery-ui-1.7.custom.css"></link> |
8 | |
8 | 9 |
9 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | 10 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> |
10 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js"></script> | 11 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js"></script> |
11 <script type="text/javascript" src="js/jquery.dataTables.js"></script> | 12 <script type="text/javascript" src="js/jquery.dataTables.js"></script> |
13 <script type="text/javascript" src="js/jquery.loading.js"></script> | |
12 <script type="text/javascript" src="js/sparql.js"></script> | 14 <script type="text/javascript" src="js/sparql.js"></script> |
13 <script type="text/javascript" src="js/jOWL.js"></script> | 15 <script type="text/javascript" src="js/jOWL.js"></script> |
14 <script type="text/javascript" src="js/jOWL_UI.js"></script> | 16 <script type="text/javascript" src="js/jOWL_UI.js"></script> |
15 <script type="text/javascript" src="js/browser.js"></script> | 17 <script type="text/javascript" src="js/browser.js"></script> |
16 </head> | 18 </head> |