Remove stuff related to index.html
[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 id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
10   <script type="text/javascript" src="/pazpar2/js/pz2.js"></script>
11   <script type="text/javascript" src="iphone.js" ></script>
12   <script type="text/javascript" src="example_client.js"></script>
13   <link rel="stylesheet" href="/UiUIKIT/stylesheets/iphone.css" />
14   <link rel="apple-touch-icon" href="/UiUIKIT/stylesheets/images/apple-touch-icon.png" />
15  </head>
16  
17  <body id="normal" onload="domReady();">
18     <div id="log" style="display: none;"></div>
19   <div id="noscript">
20     <noscript>
21         <p>Your browser does not support or allow execution of scripts required by this site to work properly.</p>
22         <p>If you run Internet Explorer 6+ or FireFox 2.0+ and see this message ensure the JavaScript is enabled in your browser.</p>
23         <p>If you run Internet Explorer 7 add the site to the Trusted Sites group.</p>
24         <p>Finally, check your personal firewall settings.</p>
25     </noscript>
26   </div>
27
28   <div id="switchmenu" style="display:none" >
29    <a href="#" onclick="switchView('recordview')">Record Browser</a>
30    <span> | </span>
31    <a href="#" onclick="switchView('targetview')">Target Info</a>
32   </div>
33  
34   <div id="heading">
35    <table width="100%" border="0" cellpadding="6" cellspacing="0">
36     <tr>
37 <!--
38      <td style="visibility:hidden;" height="100" align="center"><b>Pazpar2</b></td>
39 -->
40      <td width="100%">
41       <form id="searchForm" name="search">
42        <input id="query" type="text" />
43 <!--  
44        <input id="button" type="submit" value="Search" />
45 -->
46       </form>
47      </td>
48     </tr>
49     <tr>
50      <td  width="100%">
51           <div id="tabs>
52             <a href="javascript:showhide()"></a>
53             <a href="javascript:showhide('recordview')">Results</a>
54             <a href="javascript:showhide('xtargets')">Sources</a>
55             <a href="javascript:showhide('subjects')">Subjects</a>
56             <a href="javascript:showhide('authors')">Authors</a>
57         <a href="javascript:showhide('sort')">Sort</a>
58           </div>   
59          </td>
60      
61 <!--
62      <td style="visibility:hidden;" >
63       <a href="http://www.indexdata.com"><img border="0" title="IndexData home page" src="indexdata_logo.png" height="98" align="right" alt="" /></a>
64      </td>
65 -->
66     </tr>
67    </table>
68   </div>
69     
70   <div id="termlist"></div>
71   
72   <div id="recordview">
73    <table width="100%" border="0" cellpadding="6" cellspacing="0">
74    <tr>
75      <td valign="top">
76       <div id="ranking" style="display: none;">
77        <form name="select">
78         Sort by
79         <select name="sort" id="sort">
80          <option value="relevance" selected="selected">relevance</option>
81          <option value="title:1">title</option>
82          <option value="date:0">newest</option>
83          <option value="date:1">oldest</option>
84         </select>
85         and show 
86         <select name="perpage" id="perpage">
87          <option value="10">10</option>
88          <option value="20">20</option>
89          <option value="30">30</option>
90          <option value="50" selected="selected">50</option>
91         </select>
92         per page.
93        </form>
94       </div>
95       <div id="pager" style="display: none;"></div>
96       <div id="navi"></div>
97       <h4>Results</h4>
98       <ul id="results">
99       </ul>
100      </td>
101     </tr>
102    </table>
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">
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>