pz2.js:
[pazpar2-moved-to-github.git] / www / masterkey / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3   <head>
4     <title>MasterKey Power Search</title>
5     <link rel="author" href="http://www.indexdata.dk" />
6     <link href="css/styles.css" rel="stylesheet" type="text/css" media="screen, all" />
7     <script type="text/javascript" src="js/pz2.js"></script>
8     <script type="text/javascript" src="js/jquery.pack.js"></script>
9     <script type="text/javascript" src="js/client.js"></script>
10   </head>
11   <body>
12     <div class="container">
13       <div class="topbar">
14         <a href="/"><img id="logo" src="gfx/logo.gif" width="206" height="37" alt="MasterKey Power Search" /></a>
15         <div class="topmenu">
16           <a href="index.html" class="topselect">CONTACT</a>
17           <a href="about.html" class="topmenu">ABOUT</a>
18           <a href="help.html" class="topmenu">HELP</a>
19         </div>
20       <!--<div class="bluebox"></div>-->
21       </div>
22       <div class="search">  
23       <form method="post" action="index.html" name="search">
24         <div class="simple">
25           <input type="text" name="query" class="search" tabindex="1" maxlength="255" value="" />
26           <input type="image" src="gfx/button.gif" class="button" />
27           <a id="advanced">Advanced search</a>
28           <!-- those are the fields that need to be inserted in the advanced view: however not nessesary
29           all at once, it may any combination of these. I would like the encapsulating box to grow while
30           the fields are inserted, preferably avoiding manipulations of the box height from javascript.
31           secondly the boxes need to be position to the right edge of the search input field-->
32           <!-- fields end-->
33         </div>
34           <div class="advanced" style="display: none">
35           Title: <input type="text" name="title" class="advSearch" tabindex="1" maxlength="255" value="" />
36           <br/>
37           Author: <input type="text" name="author" class="advSearch" tabindex="1" maxlength="255" value="" />
38           <br/>
39           Subject: <input type="text" name="subject" class="advSearch" tabindex="1" maxlength="255" value="" />
40           <br/>
41           Date: <input type="text" name="date" class="advSearch" tabindex="1" maxlength="255" value="" />
42           <br/>
43           </div>
44       </form>
45       </div>
46       <div class="main">
47         <div class="motd" id="motd">
48 <b>About This Service</b>
49
50 <p>
51 This is a pre-release demonstration of Index Data's soon-to-be-released hosted metasearch service, MasterKey.  MasterKey is based on pazpar2, Index Data's second generation metasearch engine. 
52
53 <p>
54 The MasterKey hosted metasearch service is now, and will continue to be, freely usable for searching selected open content online resources and library catalogs.  Commercial resources and additional catalogs can be added to the service using the fee-based version of MasterKey.  For cost quotes or additional information on the fee-based service, write to info@indexdata.com or call 860-389-1568.
55
56 <p>
57 <b>Masterkey Features in the Development Queue</b>
58
59 <ul>
60 <li>Additional target selection capabilities<br>
61 <li>Enhanced authentication functionality<br>
62 <li>New search features<br>
63 </ul>
64
65 All comments and/or suggestions for improvements and developmental priorities are welcome You can sign on to the MasterKey listserv at lists.indexdata.com/masterkey to engage in a public dialog about this new product. 
66 <p>
67
68 <b>About pazpar2</b>
69
70 <p>
71 pazpar2 (pronounced "Passe-partout") uses Ajax and other technologies to improve the speed and functionality of simultaneous multi-target search and retrieval. It enables fast sorting and merging across multiple target databases, as well as faceted search limiting and search re-directing. Index Data expects to release pazpar2 as open source software in Spring 2007. At that point, the search engine and a simple interface will be released under the open source General Public License.
72 <p>
73
74 As with all Index Data's open source distributions, pazpar2 will be both freely downloadable and fully backed by the best commercial support in the library market. Institutional users will pay only for optional installation, customization and support services, if they choose to obtain them, but the software itself will be freely usable and will not require ongoing license fees.
75 <p>
76
77 A listserv for pazpar2 will be announced when the software is formally released.
78 <p>
79
80 Index Data means business for open source and open standards.
81         </div>
82         <div class="leftbar" style="display: none">
83           <div class="head">
84             <div class="margin">
85               <h2>Limit your search by:</h2>
86             </div>
87           </div>
88           <div class="margin" style="padding-top: 15px;">
89             <div id="termlists"></div>
90           </div>
91         </div>
92         <div class="content" style="display: none">
93           <div class="head"><div class="margin"><div class="sortBox">
94             Sort by&nbsp;
95             <select name="sort" id="sort">
96               <option value="relevance" selected="true">relevance</option>
97               <option value="title:1">title</option>
98             </select>
99             &nbsp;and show&nbsp;
100             <select name="perpage" id="perpage">
101               <option value="15">15</option>
102               <option value="20" selected="true">20</option>
103               <option value="30">30</option>
104               <option value="50">50</option>
105             </select>
106             results per page.
107           </div>
108             <div class="showing">&nbsp;</div></div></div>
109             <div class="bottom"><div class="pages">&nbsp;</div></div>
110             <div id="breadcrumb"></div>
111             <br />
112             <br />
113           <div class="records">
114           </div>
115           <div class="bottom">
116             <div class="pages">&nbsp;</div>
117           </div>
118         </div>
119         <div class="clear"></div>
120         <div class="trailer"><img src="gfx/trailer.gif" width="360" height="6" alt="MasterKey" /></div>
121       </div>
122     </div>
123   </body>
124 </html>