Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / www / jsdemo / index.html
index bdf6d15..1041bf5 100644 (file)
@@ -4,6 +4,7 @@
 <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>
@@ -21,7 +31,7 @@
   <div id="heading">
    <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"/>
@@ -29,7 +39,7 @@
       </form>
      </td>
      <td>
-      <a href="http://www.indexdata.com"><img border="0" title="IndexData home page" src="id.gif" align="right" alt="" /></a>
+      <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>
@@ -77,7 +87,7 @@
   
   <div id="footer">
       <div id="stat"></div>
-      <span>Copyright &copy; 1999-2008 by <a href="http://www.indexdata.com">IndexData</a></span> 
+      <span>Copyright &copy; 1999-2010 by <a href="http://www.indexdata.com">Index Data</a></span> 
   </div>
 
  </body>