Bug 24224: Convert OpacNavBottom system preference to additional content
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / ilsdi.tt
1 [% USE Koha %]
2 [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
3 [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %]
4 [% INCLUDE 'doc-head-open.inc' %]
5 <title>
6     [% IF ( GetAvailability ) %]
7         ILS-DI &rsaquo; GetAvailability
8     [% ELSIF ( GetRecords ) %]
9         ILS-DI &rsaquo; GetRecords
10     [% ELSIF ( GetAuthorityRecords ) %]
11         ILS-DI &rsaquo; GetAuthorityRecords
12     [% ELSIF ( LookupPatron ) %]
13         ILS-DI &rsaquo; LookupPatron
14     [% ELSIF ( AuthenticatePatron ) %]
15         ILS-DI &rsaquo; AuthenticatePatron
16     [% ELSIF ( GetPatronInfo ) %]
17         ILS-DI &rsaquo; GetPatronInfo
18     [% ELSIF ( GetPatronStatus ) %]
19         ILS-DI &rsaquo; GetPatronStatus
20     [% ELSIF ( GetServices ) %]
21         ILS-DI &rsaquo; GetServices
22     [% ELSIF ( RenewLoan ) %]
23         ILS-DI &rsaquo; RenewLoan
24     [% ELSIF ( HoldTitle ) %]
25         ILS-DI &rsaquo; HoldTitle
26     [% ELSIF ( HoldItem ) %]
27         ILS-DI &rsaquo; HoldItem
28     [% ELSIF ( CancelHold ) %]
29         ILS-DI &rsaquo; CancelHold
30     [% ELSE %]
31         ILS-DI
32     [% END %]
33  &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog
34 </title>
35 [% INCLUDE 'doc-head-close.inc' %]
36 [% BLOCK cssinclude %][% END %]
37 </head>
38 <body id="opac_ilsdi" class="opac">
39 [% INCLUDE 'masthead.inc' %]
40
41     <div class="main">
42         <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs">
43             <ol class="breadcrumb">
44                 <li class="breadcrumb-item"><a href="/cgi-bin/koha/opac-main.pl">Home</a></li>
45                 [% IF ( GetAvailability ) %]
46                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
47                     <li class="breadcrumb-item active"><a href="#" aria-current="page">GetAvailability</a></li>
48                 [% ELSIF ( GetRecords ) %]
49                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
50                     <li class="breadcrumb-item active"><a href="#" aria-current="page">GetRecords</a></li>
51                 [% ELSIF ( GetAuthorityRecords ) %]
52                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
53                     <li class="breadcrumb-item active"><a href="#" aria-current="page">GetAuthorityRecords</a></li>
54                 [% ELSIF ( LookupPatron ) %]
55                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
56                     <li class="breadcrumb-item active"><a href="#" aria-current="page">LookupPatron</a></li>
57                 [% ELSIF ( AuthenticatePatron ) %]
58                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
59                     <li class="breadcrumb-item active"><a href="#" aria-current="page">AuthenticatePatron</a></li>
60                 [% ELSIF ( GetPatronInfo ) %]
61                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
62                     <li class="breadcrumb-item active"><a href="#" aria-current="page">GetPatronInfo</a></li>
63                 [% ELSIF ( GetPatronStatus ) %]
64                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
65                     <li class="breadcrumb-item active"><a href="#" aria-current="page">GetPatronStatus</a></li>
66                 [% ELSIF ( GetServices ) %]
67                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
68                     <li class="breadcrumb-item active"><a href="#" aria-current="page">GetServices</a></li>
69                 [% ELSIF ( RenewLoan ) %]
70                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
71                     <li class="breadcrumb-item active"><a href="#" aria-current="page">RenewLoan</a></li>
72                 [% ELSIF ( HoldTitle ) %]
73                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
74                     <li class="breadcrumb-item active"><a href="#" aria-current="page">HoldTitle</a></li>
75                 [% ELSIF ( HoldItem ) %]
76                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
77                     <li class="breadcrumb-item active"><a href="#" aria-current="page">HoldItem</a></li>
78                 [% ELSIF ( CancelHold ) %]
79                     <li class="breadcrumb-item"><a href="/cgi-bin/koha/ilsdi.pl">ILS-DI</a></li>
80                     <li class="breadcrumb-item active"><a href="#" aria-current="page">CancelHold</a></li>
81                 [% ELSE %]
82                     <li class="breadcrumb-item active"><a href="#" aria-current="page">ILS-DI</a></li>
83                 [% END %]
84             </ol>
85         </nav> <!-- /#breadcrumbs -->
86
87         <div class="container-fluid">
88             <div class="row">
89                 [% IF ( OpacNav || OpacNavBottom ) %]
90                     <div class="col col-lg-2 order-2 order-lg-1">
91                         <div id="navigation">
92                             [% INCLUDE 'navigation.inc' %]
93                         </div>
94                     </div>
95                     <div class="col-10 order-first order-md-first order-lg-2">
96                 [% ELSE %]
97                     <div class="col order-first order-md-first order-lg-2">
98                 [% END %]
99                 <div id="ilsdi">
100                     <h1>ILS-DI</h1>
101                         [% IF ( GetAvailability ) %]
102
103                             <h2>GetAvailability</h2>
104                             <p>Given a set of bibliographic or item identifiers, returns a
105                             list with availability of the items associated with the identifiers.</p>
106
107                             <h3>Parameters</h3>
108                             <dl>
109                                 <dt><strong>id</strong> (Required)</dt>
110                                 <dd>list of either bibliographic or item identifiers</dd>
111                                 <dt><strong>id_type</strong> (Required)</dt>
112                                 <dd>defines the type of record identifier being used in the request, possible values:
113                                     <ul>
114                                         <li>bib</li>
115                                         <li>item</li>
116                                     </ul>
117                                 </dd>
118                                 <dt><strong>return_type</strong> (Optional)</dt>
119                                 <dd>requests a particular level of detail in reporting availability, possible values:
120                                     <ul>
121                                         <li>bib</li>
122                                         <li>item</li>
123                                     </ul>
124                                 </dd>
125                                 <dt><strong>return_fmt</strong> (Optional)</dt>
126                                 <dd>requests a particular format or set of formats in reporting availability</dd>
127                             </dl>
128
129                             <h3>Example call</h3>
130                             <a href="ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item">
131                                 ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item
132                             </a>
133
134                             <h3>Example response</h3>
135 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
136 &lt;dlf:collection
137   xmlns:dlf="http://diglib.org/ilsdi/1.1"
138   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
139   xsi:schemaLocation="http://diglib.org/ilsdi/1.1
140     http://diglib.org/architectures/ilsdi/schemas/1.1/dlfexpanded.xsd"&gt;
141   &lt;dlf:record&gt;
142     &lt;dlf:bibliographic id="1" /&gt;
143     &lt;dlf:items&gt;
144       &lt;dlf:item id="1"&gt;
145         &lt;dlf:simpleavailability&gt;
146           &lt;dlf:identifier&gt;1&lt;/dlf:identifier&gt;
147           &lt;dlf:availabilitystatus&gt;available&lt;/dlf:availabilitystatus&gt;
148           &lt;dlf:location&gt;Bibliothèque Jean Prunier&lt;/dlf:location&gt;
149         &lt;/dlf:simpleavailability&gt;
150       &lt;/dlf:item&gt;
151     &lt;/dlf:items&gt;
152   &lt;/dlf:record&gt;
153   &lt;dlf:record&gt;
154     &lt;dlf:bibliographic id="2" /&gt;
155     &lt;dlf:items&gt;
156       &lt;dlf:item id="2"&gt;
157         &lt;dlf:simpleavailability&gt;
158           &lt;dlf:identifier&gt;2&lt;/dlf:identifier&gt;
159           &lt;dlf:availabilitystatus&gt;available&lt;/dlf:availabilitystatus&gt;
160           &lt;dlf:location&gt;Bibliothèque Jean Prunier&lt;/dlf:location&gt;
161         &lt;/dlf:simpleavailability&gt;
162       &lt;/dlf:item&gt;
163     &lt;/dlf:items&gt;
164   &lt;/dlf:record&gt;
165   &lt;dlf:record&gt;
166     &lt;dlf:bibliographic id="99999" /&gt;
167     &lt;dlf:items&gt;
168       &lt;dlf:item id="99999"&gt;
169         &lt;dlf:simpleavailability&gt;
170           &lt;dlf:identifier&gt;99999&lt;/dlf:identifier&gt;
171
172           &lt;dlf:availabilitystatus&gt;unknown&lt;/dlf:availabilitystatus&gt;
173           &lt;dlf:availabilitymsg&gt;Error: could not retrieve availability for this ID&lt;/dlf:availabilitymsg&gt;
174         &lt;/dlf:simpleavailability&gt;
175       &lt;/dlf:item&gt;
176     &lt;/dlf:items&gt;
177   &lt;/dlf:record&gt;
178 &lt;/dlf:collection&gt;</pre>
179
180                             [% ELSIF ( GetRecords ) %]
181
182                                 <h2>GetRecords</h2>
183                                 <p>Given a list of record identifiers, returns a list of record
184                                 objects that contain bibliographic information, as well as
185                                 associated holdings and item information. The caller may request
186                                 a specific metadata schema for the record objects to be returned.
187                                 This function behaves similarly to HarvestBibliographicRecords and
188                                 HarvestExpandedRecords in Data Aggregation, but allows quick, real
189                                 time lookup by bibliographic identifier.</p>
190                                 <p>You can use OAI-PMH ListRecords instead of this service.</p>
191
192                                 <h3>Parameters</h3>
193                                 <dl>
194                                     <dt><strong>id</strong> (Required)</dt>
195                                     <dd>list of system record identifiers</dd>
196                                     <dt><strong>id_type</strong> (Optional)</dt>
197                                     <dd>Defines the metadata schema in which the records are
198                                     returned, possible values:
199                                         <ul>
200                                             <li>MARCXML</li>
201                                         </ul>
202                                     </dd>
203                                 </dl>
204
205                                 <h3>Example Call</h3>
206                                 <a href="ilsdi.pl?service=GetRecords&amp;id=1+2+99999">
207                                     ilsdi.pl?service=GetRecords&amp;id=1+2+99999
208                                 </a>
209
210                                 <h3>Example response</h3>
211 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
212 &lt;GetRecords&gt;
213   &lt;record&gt;
214     &lt;biblioitemnumber&gt;1&lt;/biblioitemnumber&gt;
215     &lt;isbn&gt;9782862749198&lt;/isbn&gt;
216     &lt;marcxml&gt;
217       &lt;?xml version="1.0" encoding="UTF-8" ?&gt;
218       &lt;record
219           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
220           xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd"
221           xmlns="http://www.loc.gov/MARC21/slim"&gt;
222         &lt;leader&gt;00397nac a22001451u 4500&lt;/leader&gt;
223         &lt;datafield tag="010" ind1=" " ind2=" "&gt;
224           &lt;subfield code="a"&gt;9782862749198&lt;/subfield&gt;
225         &lt;/datafield&gt;
226         &lt;datafield tag="090" ind1=" " ind2=" "&gt;
227           &lt;subfield code="a"&gt;1&lt;/subfield&gt;
228         &lt;/datafield&gt;
229         &lt;datafield tag="101" ind1=" " ind2=" "&gt;
230           &lt;subfield code="a"&gt;fre&lt;/subfield&gt;
231         &lt;/datafield&gt;
232         &lt;datafield tag="100" ind1=" " ind2=" "&gt;
233           &lt;subfield code="a"&gt;20080725              frey50       &lt;/subfield&gt;
234         &lt;/datafield&gt;
235         &lt;datafield tag="200" ind1=" " ind2=" "&gt;
236           &lt;subfield code="a"&gt;Jardins d'enfance&lt;/subfield&gt;
237           &lt;subfield code="b"&gt;LITT&lt;/subfield&gt;
238           &lt;subfield code="f"&gt;Abécassis, Eliette&lt;/subfield&gt;
239         &lt;/datafield&gt;
240         &lt;datafield tag="210" ind1=" " ind2=" "&gt;
241           &lt;subfield code="c"&gt;cherche midi éditeur&lt;/subfield&gt;
242           &lt;subfield code="d"&gt;11/2001&lt;/subfield&gt;
243         &lt;/datafield&gt;
244         &lt;datafield tag="215" ind1=" " ind2=" "&gt;
245           &lt;subfield code="a"&gt;180&lt;/subfield&gt;
246         &lt;/datafield&gt;
247         &lt;datafield tag="225" ind1=" " ind2=" "&gt;
248           &lt;subfield code="a"&gt;nouvelles&lt;/subfield&gt;
249         &lt;/datafield&gt;
250         &lt;datafield tag="995" ind1=" " ind2=" "&gt;
251           &lt;subfield code="9"&gt;1&lt;/subfield&gt;
252           &lt;subfield code="c"&gt;BIB&lt;/subfield&gt;
253           &lt;subfield code="2"&gt;0&lt;/subfield&gt;
254           &lt;subfield code="k"&gt;R ABE&lt;/subfield&gt;
255           &lt;subfield code="o"&gt;0&lt;/subfield&gt;
256           &lt;subfield code="e"&gt;Secteur Adulte&lt;/subfield&gt;
257           &lt;subfield code="b"&gt;BIB&lt;/subfield&gt;
258           &lt;subfield code="j"&gt;7786000200&lt;/subfield&gt;
259           &lt;subfield code="q"&gt;a&lt;/subfield&gt;
260           &lt;subfield code="r"&gt;2&lt;/subfield&gt;
261           &lt;subfield code="s"&gt;Achats&lt;/subfield&gt;
262         &lt;/datafield&gt;
263         &lt;controlfield tag="001"&gt;1&lt;/controlfield&gt;
264       &lt;/record&gt;
265     &lt;/marcxml&gt;
266     &lt;publicationyear&gt;2001&lt;/publicationyear&gt;
267     &lt;collectiontitle&gt;nouvelles&lt;/collectiontitle&gt;
268     &lt;pages&gt;180&lt;/pages&gt;
269     &lt;issues&gt;
270     &lt;/issues&gt;
271     &lt;itemtype&gt;LITT&lt;/itemtype&gt;
272     &lt;biblionumber&gt;1&lt;/biblionumber&gt;
273     &lt;timestamp&gt;2008-09-03 18:43:19&lt;/timestamp&gt;
274     &lt;cn_sort&gt;_&lt;/cn_sort&gt;
275     &lt;publishercode&gt;cherche midi éditeur&lt;/publishercode&gt;
276     &lt;reserves&gt;
277     &lt;/reserves&gt;
278     &lt;items&gt;
279       &lt;item&gt;
280         &lt;onloan&gt;2019-10-01&lt;/onloan&gt;
281         &lt;holdingbranch&gt;BIB&lt;/holdingbranch&gt;
282         &lt;location&gt;Secteur Adulte&lt;/location&gt;
283         &lt;datelastborrowed&gt;2019-07-18&lt;/datelastborrowed&gt;
284         &lt;biblioitemnumber&gt;526315&lt;/biblioitemnumber&gt;
285         &lt;permanent_location&gt;Secteur Adulte&lt;/permanent_location&gt;
286         &lt;datelastseen&gt;2019-07-18&lt;/datelastseen&gt;
287         &lt;withdrawn&gt;0&lt;/withdrawn&gt;
288         &lt;itype&gt;LONG&lt;/itype&gt;
289         &lt;notforloan&gt;0&lt;/notforloan&gt;
290         &lt;biblionumber&gt;526315&lt;/biblionumber&gt;
291         &lt;itemnumber&gt;847332&lt;/itemnumber&gt;
292         &lt;price&gt;22.17&lt;/price&gt;
293         &lt;dateaccessioned&gt;2016-09-13&lt;/dateaccessioned&gt;
294         &lt;issues&gt;10&lt;/issues&gt;
295         &lt;homebranchname&gt;Bibliothèque Jean Prunier&lt;/homebranchname&gt;
296         &lt;homebranch&gt;BIB&lt;/homebranch&gt;
297         &lt;timestamp&gt;2019-07-18 17:03:03&lt;/timestamp&gt;
298         &lt;cn_sort&gt;R_ABE&lt;/cn_sort&gt;
299         &lt;itemlost&gt;0&lt;/itemlost&gt;
300         &lt;renewals&gt;28&lt;/renewals&gt;
301         &lt;barcode&gt;040444587X&lt;/barcode&gt;
302         &lt;damaged&gt;0&lt;/damaged&gt;
303         &lt;replacementpricedate&gt;2018-02-01&lt;/replacementpricedate&gt;
304         &lt;itemcallnumber&gt;005.55 SPS/BRA&lt;/itemcallnumber&gt;
305         &lt;holdingbranchname&gt;Bibliothèque Jean Prunier&lt;/holdingbranchname&gt;
306       &lt;/item&gt;
307     &lt;/items&gt;
308   &lt;/record&gt;
309   &lt;record&gt;
310     &lt;biblioitemnumber&gt;2&lt;/biblioitemnumber&gt;
311     &lt;isbn&gt;9782265078031&lt;/isbn&gt;
312     &lt;marcxml&gt;
313       &lt;?xml version="1.0" encoding="UTF-8" ?&gt;
314       &lt;record
315           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
316           xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd"
317           xmlns="http://www.loc.gov/MARC21/slim"&gt;
318         &lt;leader&gt;00407nac a22001451u 4500&lt;/leader&gt;
319         &lt;datafield tag="010" ind1=" " ind2=" "&gt;
320           &lt;subfield code="a"&gt;9782265078031&lt;/subfield&gt;
321         &lt;/datafield&gt;
322         &lt;datafield tag="090" ind1=" " ind2=" "&gt;
323           &lt;subfield code="a"&gt;2&lt;/subfield&gt;
324         &lt;/datafield&gt;
325         &lt;datafield tag="101" ind1=" " ind2=" "&gt;
326           &lt;subfield code="a"&gt;fre&lt;/subfield&gt;
327         &lt;/datafield&gt;
328         &lt;datafield tag="100" ind1=" " ind2=" "&gt;
329           &lt;subfield code="a"&gt;20080725              frey50       &lt;/subfield&gt;
330         &lt;/datafield&gt;
331         &lt;datafield tag="200" ind1=" " ind2=" "&gt;
332           &lt;subfield code="a"&gt;(Les) tribulations d'une jeune divorcée&lt;/subfield&gt;
333           &lt;subfield code="b"&gt;LITT&lt;/subfield&gt;
334           &lt;subfield code="f"&gt;Abécassis, Eliette&lt;/subfield&gt;
335         &lt;/datafield&gt;
336         &lt;datafield tag="210" ind1=" " ind2=" "&gt;
337           &lt;subfield code="c"&gt;bussière&lt;/subfield&gt;
338           &lt;subfield code="d"&gt;01/2005&lt;/subfield&gt;
339         &lt;/datafield&gt;
340         &lt;datafield tag="215" ind1=" " ind2=" "&gt;
341           &lt;subfield code="a"&gt;306&lt;/subfield&gt;
342         &lt;/datafield&gt;
343         &lt;datafield tag="225" ind1=" " ind2=" "&gt;
344           &lt;subfield code="a"&gt;fleuve noir&lt;/subfield&gt;
345         &lt;/datafield&gt;
346         &lt;datafield tag="995" ind1=" " ind2=" "&gt;
347           &lt;subfield code="9"&gt;2&lt;/subfield&gt;
348           &lt;subfield code="c"&gt;BIB&lt;/subfield&gt;
349           &lt;subfield code="2"&gt;0&lt;/subfield&gt;
350           &lt;subfield code="k"&gt;R ABE&lt;/subfield&gt;
351           &lt;subfield code="o"&gt;0&lt;/subfield&gt;
352           &lt;subfield code="e"&gt;Secteur Adulte&lt;/subfield&gt;
353           &lt;subfield code="b"&gt;BIB&lt;/subfield&gt;
354           &lt;subfield code="j"&gt;7786004672&lt;/subfield&gt;
355           &lt;subfield code="q"&gt;a&lt;/subfield&gt;
356           &lt;subfield code="s"&gt;Achats&lt;/subfield&gt;
357         &lt;/datafield&gt;
358         &lt;controlfield tag="001"&gt;2&lt;/controlfield&gt;
359       &lt;/record&gt;
360     &lt;/marcxml&gt;
361     &lt;publicationyear&gt;2005&lt;/publicationyear&gt;
362     &lt;collectiontitle&gt;fleuve noir&lt;/collectiontitle&gt;
363     &lt;pages&gt;306&lt;/pages&gt;
364     &lt;issues&gt;
365     &lt;/issues&gt;
366     &lt;itemtype&gt;LITT&lt;/itemtype&gt;
367     &lt;biblionumber&gt;2&lt;/biblionumber&gt;
368     &lt;timestamp&gt;2008-09-03 18:43:19&lt;/timestamp&gt;
369     &lt;cn_sort&gt;_&lt;/cn_sort&gt;
370     &lt;publishercode&gt;bussière&lt;/publishercode&gt;
371     &lt;reserves&gt;
372     &lt;/reserves&gt;
373     &lt;items&gt;
374       &lt;item&gt;
375         &lt;biblioitemnumber&gt;2&lt;/biblioitemnumber&gt;
376         &lt;withdrawn&gt;0&lt;/withdrawn&gt;
377         &lt;holdingbranchname&gt;Bibliothèque Jean Prunier&lt;/holdingbranchname&gt;
378         &lt;notforloan&gt;0&lt;/notforloan&gt;
379         &lt;replacementpricedate&gt;2008-08-20&lt;/replacementpricedate&gt;
380         &lt;itemnumber&gt;2&lt;/itemnumber&gt;
381         &lt;location&gt;Secteur Adulte&lt;/location&gt;
382         &lt;itemcallnumber&gt;R ABE&lt;/itemcallnumber&gt;
383         &lt;date_due&gt;&lt;/date_due&gt;
384         &lt;itemlost&gt;0&lt;/itemlost&gt;
385         &lt;datelastseen&gt;2008-08-20&lt;/datelastseen&gt;
386         &lt;homebranch&gt;BIB&lt;/homebranch&gt;
387         &lt;homebranchname&gt;Bibliothèque Jean Prunier&lt;/homebranchname&gt;
388         &lt;biblionumber&gt;2&lt;/biblionumber&gt;
389         &lt;holdingbranch&gt;BIB&lt;/holdingbranch&gt;
390         &lt;timestamp&gt;2008-08-20 17:15:51&lt;/timestamp&gt;
391         &lt;damaged&gt;0&lt;/damaged&gt;
392         &lt;cn_sort&gt;R_ABE&lt;/cn_sort&gt;
393         &lt;dateaccessioned&gt;2008-08-20&lt;/dateaccessioned&gt;
394       &lt;/item&gt;
395     &lt;/items&gt;
396   &lt;/record&gt;
397   &lt;record&gt;RecordNotFound&lt;/record&gt;
398 &lt;/GetRecords&gt;</pre>
399
400                             [% ELSIF ( GetAuthorityRecords ) %]
401
402                                 <h2>GetAuthorityRecords</h2>
403                                 <p>Given a list of authority record identifiers, returns a list
404                                 of record objects that contain the authority records. The function
405                                 user may request a specific metadata schema for the record objects.</p>
406
407                                 <h3>Parameters</h3>
408                                 <dl>
409                                     <dt><strong>id</strong> (Required)</dt>
410                                     <dd>list of authority record identifiers</dd>
411                                     <dt><strong>schema</strong> (Optional)</dt>
412                                     <dd>specifies the metadata schema of records to be returned, possible values:
413                                         <ul>
414                                             <li>MARCXML</li>
415                                         </ul>
416                                     </dd>
417                                 </dl>
418
419                                 <h3>Example call</h3>
420                                 <a href="ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999">
421                                     ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999
422                                 </a>
423
424                                 <h3>Example response</h3>
425 <pre>&lt;xml version="1.0" encoding="UTF-8"&gt;;
426 &lt;GetAuthorityRecords&gt;
427   &lt;record&gt;
428     &lt;?xml version="1.0" encoding="UTF-8"?&gt;
429   &lt;record
430     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
431     xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd"
432     xmlns="http://www.loc.gov/MARC21/slim"&gt;
433       &lt;leader&gt;00182     2200085   4500&lt;/leader&gt;
434     &lt;controlfield tag="001"&gt;1&lt;/controlfield&gt;
435       &lt;datafield tag="200" ind1=" " ind2=" "&gt;
436         &lt;subfield code="a"&gt;Hugo&lt;/subfield&gt;
437         &lt;subfield code="b"&gt;Victor&lt;/subfield&gt;
438     &lt;/datafield&gt;
439       &lt;datafield tag="801" ind1=" " ind2=" "&gt;
440         &lt;subfield code="a"&gt;France&lt;/subfield&gt;
441         &lt;subfield code="b"&gt;Nimes&lt;/subfield&gt;
442         &lt;subfield code="c"&gt;2010/04/13&lt;/subfield&gt;
443     &lt;/datafield&gt;
444     &lt;datafield tag="100" ind1=" " ind2=" "&gt;
445         &lt;subfield code="a"&gt;20100413     50                    &lt;/subfield&gt;
446     &lt;/datafield&gt;
447     &lt;datafield tag="152" ind1=" " ind2=" "&gt;
448         &lt;subfield code="b"&gt;NP&lt;/subfield&gt;
449     &lt;/datafield&gt;
450   &lt;/record&gt;
451   &lt;/record&gt;
452   &lt;record&gt;
453     &lt;code&gt;RecordNotFound&lt;/code&gt;
454   &lt;/record&gt;
455   &lt;record&gt;
456     &lt;code&gt;RecordNotFound&lt;/code&gt;
457   &lt;/record&gt;
458 &lt;/GetAuthorityRecords&gt;</pre>
459
460                             [% ELSIF ( LookupPatron ) %]
461
462                                 <h2>LookupPatron</h2>
463                                 <p>Looks up a patron in the ILS by an identifier, and returns
464                                 the ILS identifier for that patron, aka the patron identifier.</p>
465
466                                 <h3>Parameters</h3>
467                                 <dl>
468                                     <dt><strong>id</strong> (Required)</dt>
469                                     <dd>an identifier used to look up the patron in Koha</dd>
470                                     <dt><strong>id_type</strong> (Optional)</dt>
471                                     <dd>the type of the identifier, possible values:
472                                         <ul>
473                                             <li>cardnumber</li>
474                                             <li>userid</li>
475                                             <li>email</li>
476                                             <li>borrowernumber</li>
477                                             <li>surname</li>
478                                             <li>firstname</li>
479                                         </ul>
480                                     </dd>
481                                 </dl>
482
483                                 <h3>Example call</h3>
484                                 <a href="ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber">
485                                     ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber
486                                 </a>
487
488                                 <h3>Example response</h3>
489 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
490 &lt;LookupPatron&gt;
491   &lt;id&gt;419&lt;/id&gt;
492 &lt;/LookupPatron&gt;</pre>
493
494                             [% ELSIF ( AuthenticatePatron ) %]
495
496                                 <h2>AuthenticatePatron</h2>
497                                 <p>Authenticates a user's login credentials and returns the identifier for the patron.</p>
498
499                                 <h3>Parameters</h3>
500                                 <dl>
501                                     <dt><strong>username</strong> (Required)</dt>
502                                     <dd>user's login identifier</dd>
503                                     <dt><strong>password</strong> (Required)</dt>
504                                     <dd>user's password</dd>
505                                 </dl>
506                                 <h3>Example call</h3>
507                                 <a href="ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul">
508                                     ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul
509                                 </a>
510
511                                 <h3>Example Response</h3>
512 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
513 &lt;AuthenticatePatron&gt;
514   &lt;id&gt;419&lt;/id&gt;
515 &lt;/AuthenticatePatron&gt;</pre>
516
517                             [% ELSIF ( GetPatronInfo ) %]
518
519                                 <h2>GetPatronInfo</h2>
520                                 <p>Returns specified information about the patron, based on
521                                 options in the request. This function can optionally return
522                                 patron's contact information, fine information, hold request
523                                 information, loan information, and messages.</p>
524
525                                 <h3>Parameters</h3>
526                                 <dl>
527                                     <dt><strong>patron_id</strong> (Required)</dt>
528                                     <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
529                                     <dt><strong>show_contact</strong> (Optional, default 1)</dt>
530                                     <dd>whether or not to return patron's contact information in the response</dd>
531                                     <dt><strong>show_fines</strong> (Optional, default 0)</dt>
532                                     <dd>whether or not to return fine information in the response</dd>
533                                     <dt><strong>show_holds</strong> (Optional, default 0)</dt>
534                                     <dd>whether or not to return hold request information in the response</dd>
535                                     <dt><strong>show_loans</strong> (Optional, default 0)</dt>
536                                     <dd>whether or not to return loan information in the response</dd>
537                                     <dt><strong>show_attributes</strong> (Optional, default 0)</dt>
538                                     <dd>whether or not to return extended patron attributes information in the response</dd>
539                                 </dl>
540
541                                 <h3>Example call</h3>
542                                 <a href="ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1">
543                                     ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1
544                                 </a>
545
546                                 <h3>Example response</h3>
547 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
548 &lt;GetPatronInfo&gt;
549   &lt;category_type&gt;A&lt;/category_type&gt;
550   &lt;categorycode&gt;ADUEXT&lt;/categorycode&gt;
551   &lt;borrowernumber&gt;419&lt;/borrowernumber&gt;
552   &lt;lost&gt;0&lt;/lost&gt;
553   &lt;branchcode&gt;BIB&lt;/branchcode&gt;
554   &lt;amountoutstanding&gt;6&lt;/amountoutstanding&gt;
555   &lt;description&gt;Adulte extérieur&lt;/description&gt;
556   &lt;title&gt;M&lt;/title&gt;
557   &lt;enrolmentperiod&gt;12&lt;/enrolmentperiod&gt;
558   &lt;charges&gt;6.00&lt;/charges&gt;
559   &lt;dateenrolled&gt;2009-03-04&lt;/dateenrolled&gt;
560   &lt;borrowernotes&gt;&lt;/borrowernotes&gt;
561   &lt;dateexpiry&gt;2010-03-04&lt;/dateexpiry&gt;
562   &lt;is_expired&gt;0&lt;/is_expired&gt;
563   &lt;firstname&gt;Jean-André&lt;/firstname&gt;
564   &lt;gonenoaddress&gt;0&lt;/gonenoaddress&gt;
565   &lt;dateofbirth&gt;1984-06-08&lt;/dateofbirth&gt;
566   &lt;debarred&gt;0&lt;/debarred&gt;
567   &lt;branchname&gt;Bibliothèque Jean Prunier&lt;/branchname&gt;
568   &lt;surname&gt;SANTONI&lt;/surname&gt;
569   &lt;cardnumber&gt;815&lt;/cardnumber&gt;
570   &lt;initials&gt;JAS&lt;/initials&gt;
571   &lt;sort1&gt;CSP5&lt;/sort1&gt;
572   &lt;sex&gt;M&lt;/sex&gt;
573   &lt;loans&gt;
574     &lt;loan&gt;
575       &lt;lastreneweddate&gt;2009-04-03&lt;/lastreneweddate&gt;
576       &lt;isbn&gt;2253003689&lt;/isbn&gt;
577       &lt;borrowernumber&gt;419&lt;/borrowernumber&gt;
578       &lt;branchcode&gt;BIB&lt;/branchcode&gt;
579       &lt;itemnumber&gt;4454&lt;/itemnumber&gt;
580       &lt;date_due&gt;2009-05-06&lt;/date_due&gt;
581       &lt;barcode&gt;4765476&lt;/barcode&gt;
582       &lt;datelastseen&gt;2008-08-23&lt;/datelastseen&gt;
583       &lt;issuedate&gt;2008-08-23&lt;/issuedate&gt;
584       &lt;title&gt;L'Île au trésor&lt;/title&gt;
585       &lt;itemtype&gt;LITT&lt;/itemtype&gt;
586       &lt;author&gt;Robert Louis Stevenson&lt;/author&gt;
587       &lt;timestamp&gt;2009-04-03 14:46:10&lt;/timestamp&gt;
588       &lt;publishercode&gt;Librairie générale française&lt;/publishercode&gt;
589       &lt;datecreated&gt;2008-08-23&lt;/datecreated&gt;
590       &lt;totalrenewals&gt;11&lt;/totalrenewals&gt;
591       &lt;dateaccessioned&gt;2008-08-23&lt;/dateaccessioned&gt;
592       &lt;onloan&gt;2008-09-17&lt;/onloan&gt;
593       &lt;biblioitemnumber&gt;4483&lt;/biblioitemnumber&gt;
594       &lt;withdrawn&gt;0&lt;/withdrawn&gt;
595       &lt;notforloan&gt;0&lt;/notforloan&gt;
596       &lt;replacementpricedate&gt;2008-08-23&lt;/replacementpricedate&gt;
597       &lt;itemcallnumber&gt;RO STE&lt;/itemcallnumber&gt;
598       &lt;location&gt;Salle de lecture&lt;/location&gt;
599       &lt;itemlost&gt;0&lt;/itemlost&gt;
600       &lt;publicationyear&gt;1985&lt;/publicationyear&gt;
601       &lt;issues&gt;1&lt;/issues&gt;
602       &lt;homebranch&gt;BIB&lt;/homebranch&gt;
603       &lt;holdingbranch&gt;BIB&lt;/holdingbranch&gt;
604       &lt;biblionumber&gt;4483&lt;/biblionumber&gt;
605       &lt;renewals&gt;3&lt;/renewals&gt;
606       &lt;damaged&gt;0&lt;/damaged&gt;
607       &lt;cn_sort&gt;RO_STE&lt;/cn_sort&gt;
608       &lt;frameworkcode&gt;&lt;/frameworkcode&gt;
609       &lt;datelastborrowed&gt;2008-08-23&lt;/datelastborrowed&gt;
610     &lt;/loan&gt;
611     &lt;loan&gt;
612       &lt;lastreneweddate&gt;2009-03-17&lt;/lastreneweddate&gt;
613       &lt;isbn&gt;9782700017823&lt;/isbn&gt;
614       &lt;borrowernumber&gt;419&lt;/borrowernumber&gt;
615       &lt;branchcode&gt;BIB&lt;/branchcode&gt;
616       &lt;itemnumber&gt;4456&lt;/itemnumber&gt;
617       &lt;date_due&gt;2009-04-18&lt;/date_due&gt;
618       &lt;barcode&gt;2700017UUU&lt;/barcode&gt;
619       &lt;datelastseen&gt;2008-08-23&lt;/datelastseen&gt;
620       &lt;issuedate&gt;2008-08-23&lt;/issuedate&gt;
621       &lt;title&gt;La guitare en 10 leçons&lt;/title&gt;
622       &lt;itemtype&gt;LITT&lt;/itemtype&gt;
623       &lt;author&gt;Jon Buck&lt;/author&gt;
624       &lt;timestamp&gt;2009-03-17 16:48:14&lt;/timestamp&gt;
625       &lt;publishercode&gt;Gründ&lt;/publishercode&gt;
626       &lt;datecreated&gt;2008-08-23&lt;/datecreated&gt;
627       &lt;totalrenewals&gt;6&lt;/totalrenewals&gt;
628       &lt;dateaccessioned&gt;2008-08-23&lt;/dateaccessioned&gt;
629       &lt;notes&gt;La couv. porte en plus : "un guide simple et facile pour apprendre la guitare" | Glossaire. Index&lt;/notes&gt;
630       &lt;onloan&gt;2008-09-25&lt;/onloan&gt;
631       &lt;biblioitemnumber&gt;4486&lt;/biblioitemnumber&gt;
632       &lt;withdrawn&gt;0&lt;/withdrawn&gt;
633       &lt;notforloan&gt;0&lt;/notforloan&gt;
634       &lt;replacementpricedate&gt;2008-08-23&lt;/replacementpricedate&gt;
635       &lt;itemcallnumber&gt;787.87 BUC&lt;/itemcallnumber&gt;
636       &lt;location&gt;Salle de lecture&lt;/location&gt;
637       &lt;itemlost&gt;0&lt;/itemlost&gt;
638       &lt;publicationyear&gt;2007&lt;/publicationyear&gt;
639       &lt;issues&gt;1&lt;/issues&gt;
640       &lt;homebranch&gt;BIB&lt;/homebranch&gt;
641       &lt;holdingbranch&gt;BIB&lt;/holdingbranch&gt;
642       &lt;biblionumber&gt;4486&lt;/biblionumber&gt;
643       &lt;renewals&gt;3&lt;/renewals&gt;
644       &lt;damaged&gt;0&lt;/damaged&gt;
645       &lt;cn_sort&gt;78787_BUC&lt;/cn_sort&gt;
646       &lt;volume&gt;une méthode simple et facile pour apprendre la guitare&lt;/volume&gt;
647       &lt;frameworkcode&gt;&lt;/frameworkcode&gt;
648       &lt;datelastborrowed&gt;2008-08-23&lt;/datelastborrowed&gt;
649     &lt;/loan&gt;
650   &lt;/loans&gt;
651 &lt;/GetPatronInfo&gt;</pre>
652
653                             [% ELSIF ( GetPatronStatus ) %]
654
655                                 <h2>GetPatronStatus</h2>
656                                 <p>Returns a patron's status information from Koha.</p>
657
658                                 <h3>Parameters</h3>
659                                 <dl>
660                                     <dt><strong>patron_id</strong> (Required)</dt>
661                                     <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
662                                 </dl>
663
664                                 <h3>Example call</h3>
665                                 <a href="ilsdi.pl?service=GetPatronStatus&amp;patron_id=1">
666                                     ilsdi.pl?service=GetPatronStatus&amp;patron_id=1
667                                 </a>
668
669                                 <h3>Example Response</h3>
670 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
671 &lt;GetPatronStatus&gt;
672   &lt;expiry&gt;2010-03-04&lt;/expiry&gt;
673   &lt;status&gt;0&lt;/status&gt;
674   &lt;type&gt;ADUEXT&lt;/type&gt;
675 &lt;/GetPatronStatus&gt;</pre>
676
677                             [% ELSIF ( GetServices ) %]
678
679                                 <h2>GetServices</h2>
680                                 <p>Returns information about the services available on a particular item for a particular patron.</p>
681
682                                 <h3>Parameters</h3>
683                                 <dl>
684                                     <dt><strong>patron_id</strong> (Required)</dt>
685                                     <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
686                                     <dt><strong>item_id</strong> (Required)</dt>
687                                     <dd>system item identifier</dd>
688                                 </dl>
689
690                                 <h3>Example call</h3>
691                                 <a href="ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1">
692                                     ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1
693                                 </a>
694
695                                 <h3>Example response</h3>
696 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
697 &lt;GetServices&gt;
698   &lt;AvailableFor&gt;title level hold&lt;/AvailableFor&gt;
699   &lt;AvailableFor&gt;item level hold&lt;/AvailableFor&gt;
700 &lt;/GetServices&gt;</pre>
701
702                             [% ELSIF ( RenewLoan ) %]
703
704                                 <h2>RenewLoan</h2>
705                                 <p>Extends the due date for a patron's existing loan.</p>
706
707                                 <h3>Parameters</h3>
708                                 <dl>
709                                     <dt><strong>patron_id</strong> (Required)</dt>
710                                     <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
711                                     <dt><strong>item_id</strong> (Required)</dt>
712                                     <dd>system item identifier</dd>
713                                     <dt><strong>desired_due_date</strong> (Required)</dt>
714                                     <dd>the date the patron would like the item returned by</dd>
715                                 </dl>
716
717                                 <h3>Example call</h3>
718                                 <a href="ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1">
719                                     ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1
720                                 </a>
721
722                                 <h3>Example response</h3>
723 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
724 &lt;RenewLoan&gt;
725   &lt;success&gt;0&lt;/success&gt;
726   &lt;renewals&gt;5&lt;/renewals&gt;
727   &lt;date_due&gt;2009-05-11&lt;/date_due&gt;
728 &lt;/RenewLoan&gt;</pre>
729
730                             [% ELSIF ( HoldTitle ) %]
731
732                                 <h2>HoldTitle</h2>
733                                 <p>Creates, for a patron, a title-level hold request on a given bibliographic record in Koha.</p>
734
735                                 <h3>Parameters</h3>
736                                 <dl>
737                                     <dt><strong>patron_id</strong> (Required)</dt>
738                                     <dd>the ILS identifier for the patron for whom the request is placed</dd>
739                                     <dt><strong>bib_id</strong> (Required)</dt>
740                                     <dd>the ILS identifier for the bibliographic record on which the request is placed</dd>
741                                     <dt><strong>request_location</strong> (Required)</dt>
742                                     <dd>IP address where the end user request is being placed</dd>
743                                     <dt><strong>pickup_location</strong> (Optional)</dt>
744                                     <dd>an identifier indicating the location to which to deliver the item for pickup</dd>
745                                     <dt><strong>start_date</strong> (Optional)</dt>
746                                     <dd>date after which hold request is no longer needed</dd>
747                                     <dt><strong>expiry_date</strong> (Optional)</dt>
748                                     <dd>date after which item returned to shelf if item is not picked up</dd>
749                                 </dl>
750
751                                 <h3>Example Call</h3>
752                                 <a href="ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1">
753                                     ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1
754                                 </a>
755
756                                 <h3>Example response</h3>
757 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
758 &lt;HoldTitle&gt;
759   &lt;title&gt;(les) galères de l'Orfèvre&lt;/title&gt;
760   &lt;date_available&gt;2009-05-11&lt;/date_available&gt;
761   &lt;pickup_location&gt;Bibliothèque Jean-Prunier&lt;/pickup_location&gt;
762 &lt;/HoldTitle&gt;</pre>
763
764                             [% ELSIF ( HoldItem ) %]
765
766                                 <h2>HoldItem</h2>
767                                 <p>Creates, for a patron, an item-level hold request on a specific item of a bibliographic record Koha.</p>
768
769                                 <h3>Parameters</h3>
770                                 <dl>
771                                     <dt><strong>patron_id</strong> (Required)</dt>
772                                     <dd>the ILS identifier for the patron for whom the request is placed</dd>
773                                     <dt><strong>bib_id</strong> (Required)</dt>
774                                     <dd>the ILS identifier for the bibliographic record on which the request is placed</dd>
775                                     <dt><strong>item_id</strong> (Required)</dt>
776                                     <dd>the ILS identifier for the specific item on which the request is placed</dd>
777                                     <dt><strong>pickup_location</strong> (Optional)</dt>
778                                     <dd>an identifier indicating the location to which to deliver the item for pickup</dd>
779                                     <dt><strong>start_date</strong> (Optional)</dt>
780                                     <dd>date after which hold request is no longer needed</dd>
781                                     <dt><strong>expiry_date</strong> (Optional)</dt>
782                                     <dd>date after which item returned to shelf if item is not picked up</dd>
783                                 </dl>
784
785                                 <h3>Example Call</h3>
786                                 <a href="ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1">
787                                     ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1
788                                 </a>
789
790                                 <h3>Example response</h3>
791 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
792 &lt;HoldTitle&gt;
793   &lt;title&gt;(les) galères de l'Orfèvre&lt;/title&gt;
794   &lt;date_available&gt;2009-05-11&lt;/date_available&gt;
795   &lt;pickup_location&gt;Bibliothèque Jean-Prunier&lt;/pickup_location&gt;
796 &lt;/HoldTitle&gt;</pre>
797
798                             [% ELSIF ( CancelHold ) %]
799
800                                 <h2>CancelHold</h2>
801                                 <p>Cancels an active hold request for the patron.</p>
802
803                                 <h3>Parameters</h3>
804                                 <dl>
805                                     <dt><strong>patron_id</strong> (Required)</dt>
806                                     <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
807                                     <dt><strong>item_id</strong> (Required)</dt>
808                                     <dd>system hold identifier (returned by GetRecords and GetPatronInfo into element 'reserve_id')</dd>
809                                 </dl>
810
811                                 <h3>Example call</h3>
812                                 <a href="ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1">
813                                     ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1
814                                 </a>
815
816                                 <h3>Example response</h3>
817 <pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
818 &lt;CancelHold&gt;
819   &lt;message&gt;Canceled&lt;/message&gt;
820 &lt;/CancelHold&gt;</pre>
821
822                             [% ELSE %]
823
824                                 <h2>Level 1: Basic discovery interfaces</h2>
825                                 <ul>
826                                     <li>HarvestBibliographicRecords <em>(Use OAI-PMH instead)</em></li>
827                                     <li>HarvestExpandedRecords <em>(Use OAI-PMH instead)</em></li>
828                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=GetAvailability">GetAvailability</a></li>
829                                     <li>GoToBibliographicRequestPage <em>(Use OPAC instead)</em></li>
830                                 </ul>
831
832                                 <h2>Level 2: Elementary OPAC supplement</h2>
833                                 <ul>
834                                     <li>HarvestAuthorityRecords <em>(Use OAI-PMH instead)</em></li>
835                                     <li>HarvestHoldingsRecords <em>(Use OAI-PMH instead)</em></li>
836                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=GetRecords">GetRecords</a></li>
837                                     <li>Search <em>(Use SRU instead)</em></li>
838                                     <li>Scan <em>(Use SRU instead)</em></li>
839                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=GetAuthorityRecords">GetAuthorityRecords</a></li>
840                                     <li>OutputRewritablePage <em>(Not supported yet)</em></li>
841                                     <li>OutputIntermediateFormat <em>(Not supported yet)</em></li>
842                                 </ul>
843
844                                 <h2>Level 3: Elementary OPAC alternative</h2>
845                                 <ul>
846                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=LookupPatron">LookupPatron</a></li>
847                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=AuthenticatePatron">AuthenticatePatron</a></li>
848                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=GetPatronInfo">GetPatronInfo</a></li>
849                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=GetPatronStatus">GetPatronStatus</a></li>
850                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=GetServices">GetServices</a></li>
851                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=RenewLoan">RenewLoan</a></li>
852                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=HoldTitle">HoldTitle</a></li>
853                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=HoldItem">HoldItem</a></li>
854                                     <li><a href="ilsdi.pl?service=Describe&amp;verb=CancelHold">CancelHold</a></li>
855                                     <li>RecallItem <em>(Not supported by Koha)</em></li>
856                                     <li>CancelRecall <em>(Not supported by Koha)</em></li>
857                                 </ul>
858
859                                 <h2>Level 4: Robust/domain specific discovery platforms</h2>
860                                 <ul>
861                                     <li>SearchCourseReserves <em>(Not supported yet)</em></li>
862                                     <li>Explain <em>(Not supported yet)</em></li>
863                                 </ul>
864
865                             [% END # / IF GetAvailability %]
866                     </div> <!-- / #ilsdi -->
867                 </div> <!-- / .col-10/12 -->
868             </div> <!-- / .row -->
869         </div> <!-- / .container-fluid -->
870     </div> <!-- / .main -->
871
872 [% INCLUDE 'opac-bottom.inc' %]
873 [% BLOCK jsinclude %][% END %]