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