View | Details | Raw Unified | Return to bug 7127
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc (-1 / +1 lines)
Lines 23-29 Link Here
23
    [% IF ( CAN_user_reserveforothers ) %]
23
    [% IF ( CAN_user_reserveforothers ) %]
24
    [% IF ( holdsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% IF ( object ) %][% object %][% ELSE %][% biblionumber %][% END %]">Holds</a></li>
24
    [% IF ( holdsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% IF ( object ) %][% object %][% ELSE %][% biblionumber %][% END %]">Holds</a></li>
25
    [% END %]
25
    [% END %]
26
    [% IF ( EasyAnalyticalRecords ) %][% IF ( analyze ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% IF ( object ) %][% object %]&analyze=1[% ELSE %][% biblionumber %]&analyze=1[% END %]">Analytics</a></li>[% END %]
26
    [% IF ( EasyAnalyticalRecords ) %][% IF ( analyze ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% IF ( object ) %][% object %]&amp;analyze=1[% ELSE %][% biblionumber %]&amp;analyze=1[% END %]">Analytics</a></li>[% END %]
27
27
28
    [% IF ( subscriptionsnumber ) %]<li><a href="/cgi-bin/koha/serials/serials-home.pl?searched=1&amp;biblionumber=[% biblionumber %]">Subscription(s)</a></li>[% END %]
28
    [% IF ( subscriptionsnumber ) %]<li><a href="/cgi-bin/koha/serials/serials-home.pl?searched=1&amp;biblionumber=[% biblionumber %]">Subscription(s)</a></li>[% END %]
29
</ul>
29
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-1 / +1 lines)
Lines 78-84 Link Here
78
[% INCLUDE 'sysprefs-admin-search.inc' %]
78
[% INCLUDE 'sysprefs-admin-search.inc' %]
79
79
80
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF ( add_form ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; [% IF ( modify ) %]Modify system preference '[% searchfield %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; Data Added[% END %]
80
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; [% IF ( add_form ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; [% IF ( modify ) %]Modify system preference '[% searchfield %]'[% ELSE %]Add a system preference[% END %][% END %][% IF ( add_validate ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; Data Added[% END %]
81
[% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; <a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&searchfield=[% searchfield %]">[% searchfield %]</a> &rsaquo; Confirm Deletion of Parameter '[% searchfield %]'[% END %][% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; Parameter Deleted[% END %][% IF ( else ) %]System Preferences[% END %]</div>
81
[% IF ( delete_confirm ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; <a href="/cgi-bin/koha/admin/systempreferences.pl?op=add_form&amp;searchfield=[% searchfield %]">[% searchfield %]</a> &rsaquo; Confirm Deletion of Parameter '[% searchfield %]'[% END %][% IF ( delete_confirmed ) %] <a href="/cgi-bin/koha/admin/systempreferences.pl">System Preferences</a> &rsaquo; Parameter Deleted[% END %][% IF ( else ) %]System Preferences[% END %]</div>
82
82
83
<div id="doc3" class="yui-t2">
83
<div id="doc3" class="yui-t2">
84
   
84
   
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-1 / +1 lines)
Lines 99-105 function jumpfull(page) Link Here
99
                    [% END %]
99
                    [% END %]
100
                [% END %]
100
                [% END %]
101
                [% IF ( displaynext ) %]
101
                [% IF ( displaynext ) %]
102
                    <a href="auth_finder.pl?startfrom=[% startfromnext %]&amp;authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&[% searchdat.term %]=[% searchdat.val %][% END %]&amp;op=do_search&amp;type=intranet&amp;index=[% index %]&amp;tagid=[% tagid %]&amp;orderby=[% orderby %]">
102
                    <a href="auth_finder.pl?startfrom=[% startfromnext %]&amp;authtypecode=[% authtypecode %][% FOREACH searchdat IN searchdata %]&amp;[% searchdat.term %]=[% searchdat.val %][% END %]&amp;op=do_search&amp;type=intranet&amp;index=[% index %]&amp;tagid=[% tagid %]&amp;orderby=[% orderby %]">
103
                        &gt;&gt;</a>
103
                        &gt;&gt;</a>
104
                [% END %]
104
                [% END %]
105
        </div>[% END %]
105
        </div>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +3 lines)
Lines 381-391 function verify_images() { Link Here
381
                [% END %]
381
                [% END %]
382
                [% IF ( analyze ) %]<td>
382
                [% IF ( analyze ) %]<td>
383
			[% IF ( itemloo.countanalytics ) %]
383
			[% IF ( itemloo.countanalytics ) %]
384
                      		<a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&q=[% itemloo.itemnumber %]">[% itemloo.countanalytics %] analytics</a>
384
                      		<a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&amp;q=[% itemloo.itemnumber %]">[% itemloo.countanalytics %] analytics</a>
385
			[% END %]</td>
385
			[% END %]</td>
386
		[% END %]
386
		[% END %]
387
                [% IF ( analyze ) %]
387
                [% IF ( analyze ) %]
388
                        <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?hostbiblionumber=[% itemloo.biblionumber %]&hostitemnumber=[% itemloo.itemnumber %]">Create Analytics</a></td>
388
                        <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?hostbiblionumber=[% itemloo.biblionumber %]&amp;hostitemnumber=[% itemloo.itemnumber %]">Create Analytics</a></td>
389
                [% END %]
389
                [% END %]
390
390
391
                </tr>
391
                </tr>
Lines 393-399 function verify_images() { Link Here
393
        </table>
393
        </table>
394
        [% END %]
394
        [% END %]
395
                [% IF ( hiddencount ) %]
395
                [% IF ( hiddencount ) %]
396
                   <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]&showallitems=1">Show all items ([% hiddencount %] hidden)</a>
396
                   <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]&amp;showallitems=1">Show all items ([% hiddencount %] hidden)</a>
397
                [% END %] 		
397
                [% END %] 		
398
		[% IF ( debug_display ) %]
398
		[% IF ( debug_display ) %]
399
		<br /><br />
399
		<br /><br />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 33-39 Link Here
33
        <li><span class="label">Physical Details:</span> [% BIBITEM_DAT.pages %] [% BIBITEM_DAT.illus %] [% BIBITEM_DAT.size %]&nbsp;</li>
33
        <li><span class="label">Physical Details:</span> [% BIBITEM_DAT.pages %] [% BIBITEM_DAT.illus %] [% BIBITEM_DAT.size %]&nbsp;</li>
34
        [% IF ( BIBITEM_DAT.bnotes ) %]<li><span class="label">Notes:</span> [% BIBITEM_DAT.bnotes %]</li>[% END %]
34
        [% IF ( BIBITEM_DAT.bnotes ) %]<li><span class="label">Notes:</span> [% BIBITEM_DAT.bnotes %]</li>[% END %]
35
        <li><span class="label">No. of Items:</span> [% BIBITEM_DAT.count %]&nbsp;[% IF ( BIBITEM_DAT.hiddencount ) %]total ([% BIBITEM_DAT.showncount %] shown / [% BIBITEM_DAT.hiddencount %] hidden) 
35
        <li><span class="label">No. of Items:</span> [% BIBITEM_DAT.count %]&nbsp;[% IF ( BIBITEM_DAT.hiddencount ) %]total ([% BIBITEM_DAT.showncount %] shown / [% BIBITEM_DAT.hiddencount %] hidden) 
36
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% BIBITEM_DAT.biblionumber %]&showallitems=1">Show all items</a>[% END %]</li>
36
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% BIBITEM_DAT.biblionumber %]&amp;showallitems=1">Show all items</a>[% END %]</li>
37
    </ol>
37
    </ol>
38
    [% END %]
38
    [% END %]
39
    <br clear="all" />
39
    <br clear="all" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-2 / +2 lines)
Lines 190-196 function set_to_today(id, force) { Link Here
190
[% IF ( book_on_loan ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: item is checked out.</div>[% END %]
190
[% IF ( book_on_loan ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: item is checked out.</div>[% END %]
191
[% IF ( book_reserved ) %]<div class="dialogalert"><strong>Cannot Delete</strong>: item has a waiting hold.</div>[% END %]
191
[% IF ( book_reserved ) %]<div class="dialogalert"><strong>Cannot Delete</strong>: item has a waiting hold.</div>[% END %]
192
[% IF ( not_same_branch ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: The items do not belong to your branch.</div>[% END %]
192
[% IF ( not_same_branch ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: The items do not belong to your branch.</div>[% END %]
193
[% IF ( linked_analytics ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: item has linked <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]&analyze=1">analytics.</a>.</div>[% END %]
193
[% IF ( linked_analytics ) %]<div class="dialog alert"><strong>Cannot Delete</strong>: item has linked <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber %]&amp;analyze=1">analytics.</a>.</div>[% END %]
194
194
195
<div id="cataloguing_additem_itemlist">
195
<div id="cataloguing_additem_itemlist">
196
    [% IF ( item_loop ) %]
196
    [% IF ( item_loop ) %]
Lines 209-215 function set_to_today(id, force) { Link Here
209
                    [% IF ( item_loo.nomod ) %] <td colspan="2">&nbsp;</td>[% ELSE %][% IF ( item_loo.hostitemflag ) %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% item_loo.hostbiblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit in Host</a></td>
209
                    [% IF ( item_loo.nomod ) %] <td colspan="2">&nbsp;</td>[% ELSE %][% IF ( item_loo.hostitemflag ) %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% item_loo.hostbiblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit in Host</a></td>
210
<td><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delinkitem&amp;biblionumber=[% biblionumber %]&amp;hostitemnumber=[% item_loo.itemnumber %]">Delink</a></td>
210
<td><a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delinkitem&amp;biblionumber=[% biblionumber %]&amp;hostitemnumber=[% item_loo.itemnumber %]">Delink</a></td>
211
[% ELSE %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit</a></td>
211
[% ELSE %]<td><a href="additem.pl?op=edititem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]#edititem">Edit</a></td>
212
                    <td>[% IF ( item_loo.countanalytics ) %]<a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&q=% item_loo.itemnumber %]">view analytics</a>[% ELSE %]<a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]" onclick="confirm_deletion([% biblionumber %],[% item_loo.itemnumber %]); return false;">Delete</a>[% END %]</td>[% END %][% END %]
212
                    <td>[% IF ( item_loo.countanalytics ) %]<a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&amp;q=% item_loo.itemnumber %]">view analytics</a>[% ELSE %]<a class="delete" href="/cgi-bin/koha/cataloguing/additem.pl?op=delitem&amp;biblionumber=[% biblionumber %]&amp;itemnumber=[% item_loo.itemnumber %]" onclick="confirm_deletion([% biblionumber %],[% item_loo.itemnumber %]); return false;">Delete</a>[% END %]</td>[% END %][% END %]
213
                [% FOREACH item_valu IN item_loo.item_value %]
213
                [% FOREACH item_valu IN item_loo.item_value %]
214
                    <td>[% item_valu.field |html %]</td>
214
                    <td>[% item_valu.field |html %]</td>
215
                [% END %]
215
                [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/lateorders.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Claims & Late Orders</h1>
3
<h1>Claims &amp; Late Orders</h1>
4
4
5
<p>If you have entered in an email address for the vendors in your system you can send them claim emails when an order is late. Before you can send claims you will need to set up an acquisitions claim notice.</p>
5
<p>If you have entered in an email address for the vendors in your system you can send them claim emails when an order is late. Before you can send claims you will need to set up an acquisitions claim notice.</p>
6
6
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/supplier.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
	<li>To be able to order from a vendor you must make them 'Active'</li>
26
	<li>To be able to order from a vendor you must make them 'Active'</li>
27
	<li>For List Prices and Invoice Prices choose the currency
27
	<li>For List Prices and Invoice Prices choose the currency
28
<ul>
28
<ul>
29
	<li>Currencies are assigned in the Currencies & Exchange Rates admin area</li>
29
	<li>Currencies are assigned in the Currencies &amp; Exchange Rates admin area</li>
30
</ul>
30
</ul>
31
</li>
31
</li>
32
	<li>If the vendor offers a consistent blank discount, enter that in the 'Discount' field
32
	<li>If the vendor offers a consistent blank discount, enter that in the 'Discount' field
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/branches.tt (-2 / +2 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Libraries & Groups</h1>
3
<h1>Libraries &amp; Groups</h1>
4
4
5
<p>When setting up your Koha system you will want to add information for every library that will be sharing your system. This data is used in several areas of Koha.</p>
5
<p>When setting up your Koha system you will want to add information for every library that will be sharing your system. This data is used in several areas of Koha.</p>
6
6
Lines 47-52 Link Here
47
47
48
<p>Properties are then applied to libraries via the add or edit library form.</p>
48
<p>Properties are then applied to libraries via the add or edit library form.</p>
49
49
50
<p><strong>See the full documentation for Libraries & Groups in the <a href="http://manual.koha-community.org/3.6/en/basicparams.html#libsgroups">manual</a> (online).</strong></p>
50
<p><strong>See the full documentation for Libraries &amp; Groups in the <a href="http://manual.koha-community.org/3.6/en/basicparams.html#libsgroups">manual</a> (online).</strong></p>
51
51
52
[% INCLUDE 'help-bottom.inc' %]
52
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/boraccount.tt (-2 / +2 lines)
Lines 9-16 Link Here
9
<p>Most fees and fines will be charged automatically if the fines cron job is running:</p>
9
<p>Most fees and fines will be charged automatically if the fines cron job is running:</p>
10
10
11
<ul>
11
<ul>
12
	<li>Fines will be charged based on your Circulation & Fines Rules</li>
12
	<li>Fines will be charged based on your Circulation &amp; Fines Rules</li>
13
	<li>Hold fees will be charged based on the rules you set in the Patron Types & Categories administration area</li>
13
	<li>Hold fees will be charged based on the rules you set in the Patron Types &amp; Categories administration area</li>
14
	<li>Rental fees will be charged based on the settings in your Item Types administration area</li>
14
	<li>Rental fees will be charged based on the settings in your Item Types administration area</li>
15
	<li>Marking an item 'Lost' via the cataloging module will automatically charge the patron the replacement cost for that item</li>
15
	<li>Marking an item 'Lost' via the cataloging module will automatically charge the patron the replacement cost for that item</li>
16
</ul>
16
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt (-2 / +2 lines)
Lines 56-63 Link Here
56
                <td>[% collectionsLoo.colTitle %]</td>
56
                <td>[% collectionsLoo.colTitle %]</td>
57
                <td>[% collectionsLoo.colDesc %]</td>
57
                <td>[% collectionsLoo.colDesc %]</td>
58
                <td>[% collectionsLoo.colBranchcode %]</td>
58
                <td>[% collectionsLoo.colBranchcode %]</td>
59
                <td><a href="editCollections.pl?action=edit&colId=[% collectionsLoo.colId %]">Edit</a></td>
59
                <td><a href="editCollections.pl?action=edit&amp;colId=[% collectionsLoo.colId %]">Edit</a></td>
60
                <td><a href="editCollections.pl?action=delete&colId=[% collectionsLoo.colId %]">Delete</a></td>
60
                <td><a href="editCollections.pl?action=delete&amp;colId=[% collectionsLoo.colId %]">Delete</a></td>
61
              </tr>
61
              </tr>
62
            [% END %]
62
            [% END %]
63
          </table>
63
          </table>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt (-37 / +36 lines)
Lines 37-44 Link Here
37
                    <dd>requests a particular format or set of formats in reporting availability</dd>
37
                    <dd>requests a particular format or set of formats in reporting availability</dd>
38
                </dl>
38
                </dl>
39
                <h4>Example Call</h4>
39
                <h4>Example Call</h4>
40
                <a href="ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item">
40
                <a href="ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item">
41
                    ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item
41
                    ilsdi.pl?service=GetAvailability&amp;id=1+2+99999&amp;id_type=item
42
                </a>
42
                </a>
43
                <h4>Example Response</h4>
43
                <h4>Example Response</h4>
44
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
44
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 110-117 Link Here
110
                    </dd>
110
                    </dd>
111
                </dl>
111
                </dl>
112
                <h4>Example Call</h4>
112
                <h4>Example Call</h4>
113
                <a href="ilsdi.pl?service=GetRecords&id=1+2+99999">
113
                <a href="ilsdi.pl?service=GetRecords&amp;id=1+2+99999">
114
                    ilsdi.pl?service=GetRecords&id=1+2+99999
114
                    ilsdi.pl?service=GetRecords&amp;id=1+2+99999
115
                </a>
115
                </a>
116
                <h4>Example Response</h4>
116
                <h4>Example Response</h4>
117
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
117
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 314-321 Link Here
314
                    </dd>
314
                    </dd>
315
                </dl>
315
                </dl>
316
                <h4>Example Call</h4>
316
                <h4>Example Call</h4>
317
                <a href="ilsdi.pl?service=GetAuthorityRecords&id=1+2+99999">
317
                <a href="ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999">
318
                    ilsdi.pl?service=GetAuthorityRecords&id=1+2+99999
318
                    ilsdi.pl?service=GetAuthorityRecords&amp;id=1+2+99999
319
                </a>
319
                </a>
320
                <h4>Example Response</h4>
320
                <h4>Example Response</h4>
321
<pre>&lt;xml version="1.0" encoding="UTF-8"&gt;;
321
<pre>&lt;xml version="1.0" encoding="UTF-8"&gt;;
Lines 372-379 Link Here
372
                    </dd>
372
                    </dd>
373
                </dl>
373
                </dl>
374
                <h4>Example Call</h4>
374
                <h4>Example Call</h4>
375
                <a href="ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber">
375
                <a href="ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber">
376
                    ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber
376
                    ilsdi.pl?service=LookupPatron&amp;id=815&amp;id_type=cardnumber
377
                </a>
377
                </a>
378
                <h4>Example Response</h4>
378
                <h4>Example Response</h4>
379
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
379
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 393-400 Link Here
393
                    <dd>user's password</dd>
393
                    <dd>user's password</dd>
394
                </dl>
394
                </dl>
395
                <h4>Example Call</h4>
395
                <h4>Example Call</h4>
396
                <a href="ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul">
396
                <a href="ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul">
397
                    ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul
397
                    ilsdi.pl?service=AuthenticatePatron&amp;username=john9&amp;password=soul
398
                </a>
398
                </a>
399
                <h4>Example Response</h4>
399
                <h4>Example Response</h4>
400
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
400
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 423-430 Link Here
423
                    <dd>whether or not to return loan information in the response</dd>
423
                    <dd>whether or not to return loan information in the response</dd>
424
                </dl>
424
                </dl>
425
                <h4>Example Call</h4>
425
                <h4>Example Call</h4>
426
                <a href="ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1">
426
                <a href="ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1">
427
                    ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1
427
                    ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1
428
                </a>
428
                </a>
429
                <h4>Example Response</h4>
429
                <h4>Example Response</h4>
430
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
430
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 542-549 Link Here
542
                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
542
                    <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
543
                </dl>
543
                </dl>
544
                <h4>Example Call</h4>
544
                <h4>Example Call</h4>
545
                <a href="ilsdi.pl?service=GetPatronStatus&patron_id=1">
545
                <a href="ilsdi.pl?service=GetPatronStatus&amp;patron_id=1">
546
                    ilsdi.pl?service=GetPatronStatus&patron_id=1
546
                    ilsdi.pl?service=GetPatronStatus&amp;patron_id=1
547
                </a>
547
                </a>
548
                <h4>Example Response</h4>
548
                <h4>Example Response</h4>
549
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
549
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 565-572 Link Here
565
                    <dd>system item identifier</dd>
565
                    <dd>system item identifier</dd>
566
                </dl>
566
                </dl>
567
                <h4>Example Call</h4>
567
                <h4>Example Call</h4>
568
                <a href="ilsdi.pl?service=GetServices&patron_id=1&item_id=1">
568
                <a href="ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1">
569
                    ilsdi.pl?service=GetServices&patron_id=1&item_id=1
569
                    ilsdi.pl?service=GetServices&amp;patron_id=1&amp;item_id=1
570
                </a>
570
                </a>
571
                <h4>Example Response</h4>
571
                <h4>Example Response</h4>
572
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
572
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 589-596 Link Here
589
                    <dd>the date the patron would like the item returned by</dd>
589
                    <dd>the date the patron would like the item returned by</dd>
590
                </dl>
590
                </dl>
591
                <h4>Example Call</h4>
591
                <h4>Example Call</h4>
592
                <a href="ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1">
592
                <a href="ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1">
593
                    ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1
593
                    ilsdi.pl?service=RenewLoan&amp;patron_id=1&amp;item_id=1
594
                </a>
594
                </a>
595
                <h4>Example Response</h4>
595
                <h4>Example Response</h4>
596
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
596
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 620-627 Link Here
620
                    <dd>date after which item returned to shelf if item is not picked up</dd>
620
                    <dd>date after which item returned to shelf if item is not picked up</dd>
621
                </dl>
621
                </dl>
622
                <h4>Example Call</h4>
622
                <h4>Example Call</h4>
623
                <a href="ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1">
623
                <a href="ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1">
624
                    ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1
624
                    ilsdi.pl?service=HoldTitle&amp;patron_id=1&amp;bib_id=1&amp;request_location=127.0.0.1
625
                </a>
625
                </a>
626
                <h4>Example Response</h4>
626
                <h4>Example Response</h4>
627
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
627
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 651-658 Link Here
651
                    <dd>date after which item returned to shelf if item is not picked up</dd>
651
                    <dd>date after which item returned to shelf if item is not picked up</dd>
652
                </dl>
652
                </dl>
653
                <h4>Example Call</h4>
653
                <h4>Example Call</h4>
654
                <a href="ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1">
654
                <a href="ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1">
655
                    ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1
655
                    ilsdi.pl?service=HoldItem&amp;patron_id=1&amp;bib_id=1&amp;item_id=1
656
                </a>
656
                </a>
657
                <h4>Example Response</h4>
657
                <h4>Example Response</h4>
658
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
658
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 674-681 Link Here
674
                    <dd>system item identifier</dd>
674
                    <dd>system item identifier</dd>
675
                </dl>
675
                </dl>
676
                <h4>Example Call</h4>
676
                <h4>Example Call</h4>
677
                <a href="ilsdi.pl?service=CancelHold&patron_id=1&item_id=1">
677
                <a href="ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1">
678
                    ilsdi.pl?service=CancelHold&patron_id=1&item_id=1
678
                    ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1
679
                </a>
679
                </a>
680
                <h4>Example Response</h4>
680
                <h4>Example Response</h4>
681
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
681
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt;
Lines 689-719 Link Here
689
                <ul>
689
                <ul>
690
                    <li>HarvestBibliographicRecords <em>(Use OAI-PMH instead)</em></li>
690
                    <li>HarvestBibliographicRecords <em>(Use OAI-PMH instead)</em></li>
691
                    <li>HarvestExpandedRecords <em>(Use OAI-PMH instead)</em></li>
691
                    <li>HarvestExpandedRecords <em>(Use OAI-PMH instead)</em></li>
692
                    <li><a href="ilsdi.pl?service=Describe&verb=GetAvailability">GetAvailability</a></li>
692
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=GetAvailability">GetAvailability</a></li>
693
                    <li>GoToBibliographicRequestPage <em>(Use OPAC instead)</em></li>
693
                    <li>GoToBibliographicRequestPage <em>(Use OPAC instead)</em></li>
694
                </ul>
694
                </ul>
695
                <h2>Level 2: Elementary OPAC supplement</h2>
695
                <h2>Level 2: Elementary OPAC supplement</h2>
696
                <ul>
696
                <ul>
697
                    <li>HarvestAuthorityRecords <em>(Use OAI-PMH instead)</em></li>
697
                    <li>HarvestAuthorityRecords <em>(Use OAI-PMH instead)</em></li>
698
                    <li>HarvestHoldingsRecords <em>(Use OAI-PMH instead)</em></li>
698
                    <li>HarvestHoldingsRecords <em>(Use OAI-PMH instead)</em></li>
699
                    <li><a href="ilsdi.pl?service=Describe&verb=GetRecords">GetRecords</a></li>
699
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=GetRecords">GetRecords</a></li>
700
                    <li>Search <em>(Use SRU instead)</em></li>
700
                    <li>Search <em>(Use SRU instead)</em></li>
701
                    <li>Scan <em>(Use SRU instead)</em></li>
701
                    <li>Scan <em>(Use SRU instead)</em></li>
702
                    <li><a href="ilsdi.pl?service=Describe&verb=GetAuthorityRecords">GetAuthorityRecords</a></li>
702
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=GetAuthorityRecords">GetAuthorityRecords</a></li>
703
                    <li>OutputRewritablePage <em>(Not supported yet)</em></li>
703
                    <li>OutputRewritablePage <em>(Not supported yet)</em></li>
704
                    <li>OutputIntermediateFormat <em>(Not supported yet)</em></li>
704
                    <li>OutputIntermediateFormat <em>(Not supported yet)</em></li>
705
                </ul>
705
                </ul>
706
                <h2>Level 3: Elementary OPAC alternative</h2>
706
                <h2>Level 3: Elementary OPAC alternative</h2>
707
                <ul>
707
                <ul>
708
                    <li><a href="ilsdi.pl?service=Describe&verb=LookupPatron">LookupPatron</a></li>
708
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=LookupPatron">LookupPatron</a></li>
709
                    <li><a href="ilsdi.pl?service=Describe&verb=AuthenticatePatron">AuthenticatePatron</a></li>
709
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=AuthenticatePatron">AuthenticatePatron</a></li>
710
                    <li><a href="ilsdi.pl?service=Describe&verb=GetPatronInfo">GetPatronInfo</a></li>
710
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=GetPatronInfo">GetPatronInfo</a></li>
711
                    <li><a href="ilsdi.pl?service=Describe&verb=GetPatronStatus">GetPatronStatus</a></li>
711
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=GetPatronStatus">GetPatronStatus</a></li>
712
                    <li><a href="ilsdi.pl?service=Describe&verb=GetServices">GetServices</a></li>
712
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=GetServices">GetServices</a></li>
713
                    <li><a href="ilsdi.pl?service=Describe&verb=RenewLoan">RenewLoan</a></li>
713
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=RenewLoan">RenewLoan</a></li>
714
                    <li><a href="ilsdi.pl?service=Describe&verb=HoldTitle">HoldTitle</a></li>
714
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=HoldTitle">HoldTitle</a></li>
715
                    <li><a href="ilsdi.pl?service=Describe&verb=HoldItem">HoldItem</a></li>
715
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=HoldItem">HoldItem</a></li>
716
                    <li><a href="ilsdi.pl?service=Describe&verb=CancelHold">CancelHold</a></li>
716
                    <li><a href="ilsdi.pl?service=Describe&amp;verb=CancelHold">CancelHold</a></li>
717
                    <li>RecallItem <em>(Not supported by Koha)</em></li>
717
                    <li>RecallItem <em>(Not supported by Koha)</em></li>
718
                    <li>CancelRecall <em>(Not supported by Koha)</em></li>
718
                    <li>CancelRecall <em>(Not supported by Koha)</em></li>
719
                </ul>
719
                </ul>
720
- 

Return to bug 7127