[% INCLUDE 'doc-head-open.inc' %] [% BLOCK ServerType %] [% IF (server.servertype||type) == 'sru' %] SRU [% ELSIF (server.servertype||type) == 'zed' %] Z39.50 [% END %] [% END %] Koha › Administration › Z39.50/SRU servers [% IF op == 'edit' %] › Modify [% PROCESS ServerType %] server [% server.servername %][% END %] [% IF op == 'add' %] › New [% PROCESS ServerType %] server[% END %] [% INCLUDE 'doc-head-close.inc' %] [% IF op == 'list' %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'z3950-admin-search.inc' %]
[% IF msg_deleted %]
Z39.50/SRU server deleted ([% msg_add %])
[% ELSIF msg_updated %]
Z39.50/SRU server updated ([% msg_add %])
[% ELSIF msg_added %]
Z39.50/SRU server added ([% msg_add %])
[% ELSIF msg_notfound %]
Error: Server with id [% msg_add %] not found
[% END %] [% IF ( add_form ) %]
[% IF op == 'edit' %]

Modify [% PROCESS ServerType %] server

[% ELSE %]

New [% PROCESS ServerType %] server

[% END %]
  1. Required [% IF (server.servertype||type) == 'sru' %]
    Includes the domain part, but the path part of the URL should go into Database.
    [% END %]
  2. Required
  3. Required
  4. [% IF ( server.checked ) %] [% ELSE %] [% END %]
  5. seconds
  6. [% IF (server.servertype||type) == 'sru' %]
  7. Separate options by commas. Example: sru=get,sru_version=1.1. See also http://www.indexdata.com/yaz/doc/zoom.html.
  8. [% END %]
  9. Separate multiple filenames by commas.
Cancel
[% END %] [% IF op == 'list' %]

Z39.50/SRU servers administration

[% IF id %] You searched for record [% id %] [% ELSIF searchfield %] You searched for [% searchfield %] [% END %] [% FOREACH loo IN loop %] [% END %]
TargetHostname/PortDatabaseUseridPasswordPreselectedRankSyntaxEncodingTimeoutRecord typeOptions
[% loo.servername %][% loo.host %]:[% loo.port %][% loo.db %][% loo.userid %][% IF loo.password %]########[% END %][% IF ( loo.checked ) %]Yes[% ELSE %]No[% END %][% loo.rank %] [% loo.syntax %][% loo.encoding %][% loo.timeout %] [% IF ( loo.recordtype == 'biblio' ) %] Bibliographic [% ELSIF ( loo.recordtype == 'authority' ) %] Authority [% END %] Edit Copy Delete
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]