1 [% INCLUDE 'doc-head-open.inc' %]
4 [% IF (server.servertype||type) == 'sru' %]
6 [% ELSIF (server.servertype||type) == 'zed' %]
11 <title>Koha › Administration › Z39.50/SRU servers
12 [% IF op == 'edit' %] › Modify [% PROCESS ServerType %] server [% server.servername %][% END %]
13 [% IF op == 'add' %] › New [% PROCESS ServerType %] server[% END %]
15 [% INCLUDE 'doc-head-close.inc' %]
18 <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
19 [% INCLUDE 'datatables.inc' %]
22 <script type="text/javascript">
25 $(document).ready(function(){
26 // Update selects for syntax, encoding and recordtype
28 $("#syntax").val('[% server.syntax %]');
29 $("#encoding").val('[% server.encoding %]');
30 $("#recordtype").val('[% server.recordtype %]');
32 // Disable recordtype (and default to bib) for non-Z3950 servers until auth is supported
33 [% UNLESS (server.servertype||type) == 'zed' %]
34 $("#recordtype").prop('disabled',true);
36 $( "#serverentry" ).validate({
38 servername: { required: true },
39 host: { required: true },
44 db: { required: true },
45 rank: { number: true },
46 timeout: { number: true }
49 $("#serverentry").submit(function( event ) {
50 // first test if show_sru_fields exists
51 if( $('#show_sru_fields').length && $('#show_sru_fields').val()=='' && !confirm( _("No SRU search field mappings have been defined. This means that all field searches will go through the whole record. Continue?"))) {
54 // copy show_sru_fields to hidden counterpart
55 $('#sru_fields').val( $('#show_sru_fields').val() );
56 // enable recordtype to include field in post
57 $('#recordtype').prop('disabled',false);
60 function ModMapping () {
61 var map= $('#show_sru_fields').val();
62 window.open('/cgi-bin/koha/admin/sru_modmapping.pl?mapping='+map,'popup','width=800,height=400,resizable=no,toolbar=false,scrollbars=no,top');
65 $(document).ready(function() {
66 $("#serverst").dataTable($.extend(true, {}, dataTablesDefaults, {
68 { "aTargets": [2,3,4,7,8,9,10,11], "bSortable": false, "bSearchable": false },
70 "sPaginationType": "four_button"
73 function ConfirmDelete(name,id) {
74 if( confirm( _("Choose OK if you really want to delete server ")+
76 window.location="[% script_name %]?op=delete_confirmed&id="+id;
85 <body id="admin_z3950servers" class="admin">
86 [% INCLUDE 'header.inc' %]
87 [% INCLUDE 'z3950-admin-search.inc' %]
89 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> ›
90 <a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a>
91 [% IF op == 'edit' %]› Modify [% PROCESS ServerType %] server [% server.servername %][% END %]
92 [% IF op == 'add' %]› New [% PROCESS ServerType %] server[% END %]
95 <div id="doc3" class="yui-t2">
101 <div class="dialog alert">Z39.50/SRU server deleted ([% msg_add %])</div>
102 [% ELSIF msg_updated %]
103 <div class="dialog message">Z39.50/SRU server updated ([% msg_add %])</div>
104 [% ELSIF msg_added %]
105 <div class="dialog message">Z39.50/SRU server added ([% msg_add %])</div>
106 [% ELSIF msg_notfound %]
107 <div class="dialog alert">Error: Server with id [% msg_add %] not found</div>
110 [% IF ( add_form ) %]
111 <form action="[% script_name %]" name="Aform" method="post" id="serverentry">
112 <input type="hidden" name="op" value="add_validated" />
113 <input type="hidden" name="servertype" value="[% server.servertype||type||'zed' %]"/>
114 [% IF op == 'edit' %]
115 <h1>Modify [% PROCESS ServerType %] server</h1>
116 <input type="hidden" name="id" value="[% server.id %]" />
118 <h1>New [% PROCESS ServerType %] server</h1>
120 <fieldset class="rows">
122 <li><label for="name">Server name: </label><input type="text" name="servername" id="servername" size="65" maxlength="100" onblur="toUC(this)" value="[% server.servername | html %]"/></li>
124 <li><label for="host" class="required">Hostname: </label> <input type="text" name="host" id="host" size="30" value="[% server.host %]" required="required" /> <span class="required">Required</span>
125 [% IF (server.servertype||type) == 'sru' %]
126 <div class="hint">Includes the domain part, but the path part of the URL should go into Database.</div>
129 <li><label for="port" class="required">Port: </label> <input type="text" name="port" id="port" size="5" value="[% server.port %]" required="required" /> <span class="required">Required</span>
131 <li><label for="db" class="required">Database: </label> <input type="text" name="db" id="db" value="[% server.db %]" required="required" /> <span class="required">Required</span>
133 <li><label for="userid">Userid: </label> <input type="text" name="userid" id="userid" value="[% server.userid %]" />
135 <li><label for="password">Password: </label> <input type="text" name="password" id="password" value="[% server.password %]" />
137 <li><label for="checked">Preselected (searched by default): </label>
138 [% IF ( server.checked ) %]
139 <input type="checkbox" name="checked" id="checked" value="1" checked="checked" />
141 <input type="checkbox" name="checked" id="checked" value="1" />
144 <li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank %]" />
147 <li><label for="syntax">Syntax (z3950 can send<br /> records in various format. Choose one): </label>
148 <select name="syntax" id="syntax">
149 <option value="UNIMARC">UNIMARC</option>
150 <option value="INTERMARC">INTERMARC</option>
151 <option value="CCF">CCF</option>
152 <option value="USMARC">MARC21/USMARC</option>
153 <option value="UKMARC">UKMARC</option>
154 <option value="NORMARC">NORMARC</option>
155 <option value="LIBRISMARC">LIBRISMARC</option>
156 <option value="DANMARC">DANMARC</option>
157 <option value="FINMARC">FINMARC</option>
158 <option value="CANMARC">CANMARC</option>
159 <option value="SBN">SBN</option>
160 <option value="PICAMARC">PICAMARC</option>
161 <option value="AUSMARC">AUSMARC</option>
162 <option value="IBERMARC">IBERMARC</option>
163 <option value="CATMARC">CATMARC</option>
164 <option value="MALMARC">MALMARC</option>
168 <li><label for="encoding">Encoding (z3950 can send<br /> records in various encodings. Choose one): </label>
169 <select name="encoding" id="encoding">
170 [% FOREACH enc IN [ 'utf8' 'EUC-KR' 'ISO_5426' 'ISO_6937' 'ISO_8859-1' 'MARC-8' ] %]
171 <option value="[% enc %]">[% enc %]</option>
176 <li><label for="timeout">Timeout (0 its like not set): </label>
177 <input type="text" name="timeout" id="timeout" size="4" value="[% server.timeout %]" /> seconds
179 <li><label for="recordtype">Record type: </label>
180 <select name="recordtype" id="recordtype">
181 <option value="biblio">Bibliographic</option>
182 <option value="authority">Authority</option>
185 [% IF (server.servertype||type) == 'sru' %]
187 <label for="sru_options">Additional SRU options: </label>
188 <input type="text" name="sru_options" id="sru_options" size="50" value="[% server.sru_options %]"/>
189 <div class="hint">Separate options by commas. Example: sru=get,sru_version=1.1. See also http://www.indexdata.com/yaz/doc/zoom.html.</div>
192 <label for="sru_fields">SRU Search fields mapping: </label>
193 <input type="hidden" name="sru_fields" id="sru_fields" value="[% server.sru_fields %]" />
194 <input type="text" name="show_sru_fields" id="show_sru_fields" size="100" value="[% server.sru_fields %]" disabled/> <input type="button" value="Modify" onclick="ModMapping()" />
198 <label for="add_xslt">XSLT File(s) for transforming results: </label>
199 <input type="text" name="add_xslt" id="add_xslt" size="100" value="[% server.add_xslt %]"/>
200 <div class="hint">Separate multiple filenames by commas.</span>
206 <fieldset class="action"><input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/z3950servers.pl">Cancel</a></fieldset>
210 [% IF op == 'list' %]
211 <div id="toolbar" class="btn-toolbar">
212 <a id="newserver" class="btn btn-small" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=zed"><i class="icon-plus"></i> New Z39.50 server</a>
213 <a id="newserver" class="btn btn-small" href="/cgi-bin/koha/admin/z3950servers.pl?op=add&type=sru"><i class="icon-plus"></i> New SRU server</a>
215 <h3>Z39.50/SRU servers administration</h3>
217 You searched for record [% id %]
218 [% ELSIF searchfield %]
219 You searched for [% searchfield %]
221 <table id="serverst">
222 <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Options</th>
225 [% FOREACH loo IN loop %]
227 <td><a href="[% loo.script_name %]?op=edit&id=[% loo.id %]">[% loo.servername %]</a></td><td>[% loo.host %]:[% loo.port %]</td><td>[% loo.db %]</td><td>[% loo.userid %]</td><td>[% IF loo.password %]########[% END %]</td><td>[% IF ( loo.checked ) %]Yes[% ELSE %]No[% END %]</td><td>[% loo.rank %]</td>
228 <td>[% loo.syntax %]</td><td>[% loo.encoding %]</td><td>[% loo.timeout %]</td>
229 <td>[% IF ( loo.recordtype == 'biblio' ) %]
230 <span>Bibliographic</span>
231 [% ELSIF ( loo.recordtype == 'authority' ) %]
232 <span>Authority</span>
235 <td><a href="[% loo.script_name %]?op=edit&id=[% loo.id %]">Edit</a> <a href="[% loo.script_name %]?op=add&id=[% loo.id %]">Copy</a> <a href="javascript:void(0);" onclick="ConfirmDelete('[% loo.servername | replace("['\"]","") %]','[% loo.id %]');">Delete</a></td>
245 [% INCLUDE 'admin-menu.inc' %]
248 [% INCLUDE 'intranet-bottom.inc' %]