[% USE raw %] [% USE Koha %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your Interlibrary loan requests[% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-illrequests' bodyclass='scrollto' %] [% BLOCK messages %] [% IF message == "1" %] [% ELSIF message == "2" %] [% END %] [% END %] [% INCLUDE 'masthead.inc' %]
[% IF ( OpacNav||loggedinusername ) && !print %]
[% END %] [% IF ( OpacNav||loggedinusername ) %]
[% ELSE %]
[% END %] [% IF !backends_available %]
ILL module configuration problem. Contact your administrator.
[% ELSE %]
[% IF method == 'create' %]

New Interlibrary loan request

[% IF stage == 'copyrightclearance' %] [% INCLUDE messages %]

[% Koha.Preference('ILLModuleCopyrightClearance') | $raw %]

Yes No
[% ELSE %] [% INCLUDE messages %] [% IF backends %]
[% ELSE %] [% PROCESS $whole.opac_template %] [% END %] [% END %] [% ELSIF method == 'list' %]

Interlibrary loan requests

[% INCLUDE messages %] [% FOREACH request IN requests %] [% status = request.status | html %] [% END %]
Author Title Requested from Request type Status Request placed Last updated
[% request.metadata.Author || 'N/A' | html %] [% request.metadata.Title || 'N/A' | html %] [% request.backend | html %] [% request.medium | html %] [% request.capabilities.$status.name | html %] [% request.placed | html %] [% request.updated | html %] View
[% ELSIF method == 'view' %]

View Interlibrary loan request

[% INCLUDE messages %] [% status = request.status | html %]
Details from library
  1. [% request.backend | html %]
  2. [% IF request.biblio_id %]
  3. Click here to view
  4. [% END %]
  5. [% Branches.GetName(request.branchcode) | html %]
  6. [% request.capabilities.$status.name | html %]
  7. [% request.medium | html %]
  8. [% request.placed | html %]
  9. [% request.updated | html %]
  10. [% IF !request.completed %] [% ELSE %] [% request.notesopac | html %] [% END %]
Details from [% request.backend | html %] [% FOREACH meta IN request.metadata %]
[% meta.key | html %]: [% meta.value || 'N/A' | html %]
[% END %]
[% IF !request.completed %] [% IF request.status == "NEW" %] Request cancellation [% END %] [% END %] Cancel
[% END %]
[% END %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% TRY %] [% PROCESS backend_jsinclude %] [% CATCH %] [% END %] [% END %]