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