Bug 13990: ILS-DI LookupPatron requires ID Type
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / ilsdi.tt
index ac7b2b2..f62f310 100644 (file)
@@ -1,5 +1,6 @@
 [% USE Koha %]
-[% INCLUDE 'doc-head-open.inc' %][% LibraryNameTitle or "Koha online" %] catalog ›
+[% INCLUDE 'doc-head-open.inc' %]
+<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;
     [% IF ( GetAvailability ) %]
         ILS-DI &rsaquo; GetAvailability
     [% ELSIF ( GetRecords ) %]
         ILS-DI &rsaquo; CancelHold
     [% ELSE %]
         ILS-DI
-    [% END %]
+    [% END %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 [% BLOCK cssinclude %][% END %]
 </head>
-<body>
+<body id="opac_ilsdi" class="opac">
 [% INCLUDE 'masthead.inc' %]
 
     <div class="main">
                                     <dd>the type of the identifier, possible values:
                                         <ul>
                                             <li>cardnumber</li>
-                                            <li>surname</li>
+                                            <li>userid</li>
+                                            <li>email</li>
                                             <li>borrowernumber</li>
+                                            <li>surname</li>
+                                            <li>firstname</li>
                                         </ul>
                                     </dd>
                                 </dl>
                                     <dd>whether or not to return hold request information in the response</dd>
                                     <dt><strong>show_loans</strong> (Optional, default 0)</dt>
                                     <dd>whether or not to return loan information in the response</dd>
+                                    <dt><strong>show_attributes</strong> (Optional, default 0)</dt>
+                                    <dd>whether or not to return extended patron attributes information in the response</dd>
                                 </dl>
                                 <h4>Example call</h4>
                                 <a href="ilsdi.pl?service=GetPatronInfo&amp;patron_id=1&amp;show_contact=0&amp;show_loans=1">
                                     <dt><strong>patron_id</strong> (Required)</dt>
                                     <dd>the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron</dd>
                                     <dt><strong>item_id</strong> (Required)</dt>
-                                    <dd>system item identifier</dd>
+                                    <dd>system hold identifier (returned by GetRecords and GetPatronInfo into element 'reserve_id')</dd>
                                 </dl>
                                 <h4>Example call</h4>
                                 <a href="ilsdi.pl?service=CancelHold&amp;patron_id=1&amp;item_id=1">
     </div> <!-- / .main -->
 
 [% INCLUDE 'opac-bottom.inc' %]
-[% BLOCK jsinclude %][% END %]
\ No newline at end of file
+[% BLOCK jsinclude %][% END %]