Remove div navi
[pazpar2-moved-to-github.git] / www / iphone / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml">
5  
6  <head>
7   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8   <title>Pazpar2 demo client</title>
9   <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
10   <meta name="apple-mobile-web-app-capable" content="yes">
11 <!-- 
12   <meta id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
13  -->  
14   <script type="text/javascript" src="/pazpar2/js/pz2.js"></script>
15   <script type="text/javascript" src="iphone.js" ></script>
16   <script type="text/javascript" src="example_client.js"></script>
17   <link rel="stylesheet" href="UiUIKit/stylesheets/iphone.css" />
18   <link rel="apple-touch-icon" href="UiUIKit/stylesheets/images/apple-touch-icon.png" />
19  </head>
20  
21  <body id="normal" onload="domReady();">
22     <div id="log" style="display: none;"></div>
23   <div id="noscript">
24     <noscript>
25         <p>Your browser does not support or allow execution of scripts required by this site to work properly.</p>
26         <p>If you run Internet Explorer 6+ or FireFox 2.0+ and see this message ensure the JavaScript is enabled in your browser.</p>
27         <p>If you run Internet Explorer 7 add the site to the Trusted Sites group.</p>
28         <p>Finally, check your personal firewall settings.</p>
29     </noscript>
30   </div>
31   
32   <div id="switchmenu" style="display:none" >
33    <a href="#" onclick="switchView('recordview')">Record Browser</a>
34    <span> | </span>
35    <a href="#" onclick="switchView('targetview')">Target Info</a>
36   </div>
37  
38   <div id="heading">
39    <table width="100%" border="0" cellpadding="6" cellspacing="0">
40     <tr>
41 <!--
42      <td style="visibility:hidden;" height="100" align="center"><b>Pazpar2</b></td>
43 -->
44      <td width="100%">
45       <form id="searchForm" name="search">
46        <input id="query" type="text" />
47        <input id="button" type="submit" value="go" />
48       </form>
49      </td>
50     </tr>
51     <tr>
52      <td  width="100%">
53          </td>
54      
55 <!--
56      <td style="visibility:hidden;" >
57       <a href="http://www.indexdata.com"><img border="0" title="IndexData home page" src="indexdata_logo.png" height="98" align="right" alt="" /></a>
58      </td>
59 -->
60     </tr>
61    </table>
62       <ul id="nav">
63             <!--   
64             <li><a href="javascript:showhide()"></a></li>
65             -->
66             <li><a href="javascript:showhide('recordview')">Results</a></li>
67             <li><a href="javascript:showhide('xtargets')">Sources</a></li>
68             <li><a href="javascript:showhide('subjects')">Subjects</a></li>
69             <li><a href="javascript:showhide('authors')">Authors</a></li>
70       </ul>
71   </div>
72     
73   <div id="termlist">
74       <div id="term_xtargets" style="display: none"></div>
75       <div id="term_subjects" style="display: none"></div>
76       <div id="term_authors" style="display: none"></div>
77   </div>
78   
79   <div id="recordview">
80      <div id="ranking" style="display: none;">
81        <form name="select">
82         Sort by
83         <select name="sort" id="sort">
84          <option value="relevance" selected="selected">relevance</option>
85          <option value="title:1">title</option>
86          <option value="date:0">newest</option>
87          <option value="date:1">oldest</option>
88         </select>
89         and show 
90         <select name="perpage" id="perpage">
91          <option value="10">10</option>
92          <option value="20">20</option>
93          <option value="30">30</option>
94          <option value="50" selected="selected">50</option>
95         </select>
96         per page.
97        </form>
98       </div>
99       <div id="pager" style="display: none;"></div>
100       <h4>Results</h4>
101       <ul id="results">
102       </ul>
103   </div>
104   
105   <div id="targetview" style="display: none">
106    <div id="bytarget">
107        No information available yet.
108    </div>
109   </div>
110   
111   <div id="footer" style="display: none;" >
112       <div id="stat"></div>
113       <span>Copyright &copy; 1999-2010 by <a href="http://www.indexdata.com">Index Data</a></span> 
114   </div>
115  </body>
116 </html>