]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/z39_50/z39_50_overlay.xul
z39.50 import
[working/Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / z39_50 / z39_50_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://evergreen/locale/z39_50.dtd">
3 <overlay id="z39_50_overlay" 
4         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6         <script>dump('z39_50_overlay\n');</script>
7
8         <vbox id="z39_50_vbox" flex="1">
9                 <description id="d1">
10                         This screen will likely evolve into a federated z39.50 search interface that will allow you to search a range of z39.50 servers using all of the search operators defined by the z39.50 spec.  For now, however, you may enter an Ascession ID to pull an OCLC record into our MARC editor.
11                 </description>
12                 <hbox id="z39_50_hbox">
13                         <label id="l1" value="Ascession ID (or TCN): "/>
14                         <textbox id="t1" />
15                         <button id="b1" label="Retrieve" oncommand="
16                                 spawn_oclc_import(parent.document,'replace_tab','main_tabbox', { 'tcn' : document.getElementById('t1').value });
17                         "/>
18                 </hbox>
19         </vbox>
20
21 </overlay>