Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / www / jsdemo / index.html
index 4069e41..1041bf5 100644 (file)
@@ -1,11 +1,10 @@
-<!-- $Id: index.html,v 1.3 2007-07-18 16:44:15 jakub Exp $ -->
-
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
  
  <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Pazpar2 demo client</title>
   <link rel="stylesheet" href="styles.css"></link>
   <script type="text/javascript" src="/pazpar2/js/pz2.js"></script>
  
  <body onload="domReady();">
 
+  <div id="noscript">
+    <noscript>
+       <p>Your browser does not support or allow execution of scripts required by this site to work properly.</p>
+       <p>If you run Internet Explorer 6+ or FireFox 2.0+ and see this message ensure the JavaScript is enabled in your browser.</p>
+       <p>If you run Internet Explorer 7 add the site to the Trusted Sites group.</p>
+       <p>Finally, check your personal firewall settings.</p>
+    </noscript>
+  </div>
+
   <div id="switchmenu">
    <a href="#" onclick="switchView('recordview')">Record Browser</a>
    <span> | </span>
   </div>
  
   <div id="heading">
-   <hr/>
    <table width="100%" border="0" cellpadding="6" cellspacing="0">
     <tr>
-     <td width="250" height="100" align="center"><b>PAZPAR2</b></td>
+     <td width="250" height="100" align="center"><b>Pazpar2</b></td>
      <td>
       <form id="searchForm" name="search">
        <input id="query" type="text" size="50"/>
@@ -32,7 +39,7 @@
       </form>
      </td>
      <td>
-      <img src="id.gif" align="right" />
+      <a href="http://www.indexdata.com"><img border="0" title="IndexData home page" src="indexdata_logo.png" height="98" align="right" alt="" /></a>
      </td>
     </tr>
    </table>
@@ -45,7 +52,7 @@
       <div id="termlist"></div>
      </td>
      <td valign="top">
-      <div id="sort">
+      <div id="ranking">
        <form name="select">
         Sort by
         <select name="sort" id="sort">
      </td>
     </tr>
    </table>
-   <hr/>
   </div>
   
   <div id="targetview" style="display: none">
-   <table id="bytarget">
-       <thead><tr><td>No information available yet.</td></tr></thead>
-   </table>
-   <hr/>
+   <div id="bytarget">
+       No information available yet.
+   </div>
   </div>
   
   <div id="footer">
       <div id="stat"></div>
-      <span>Copyright &copy; 1999-2008 by IndexData</span> 
+      <span>Copyright &copy; 1999-2010 by <a href="http://www.indexdata.com">Index Data</a></span> 
   </div>
 
  </body>