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