@@ -, +, @@ --- .../bootstrap/en/includes/account-table.inc | 2 +- .../en/modules/.opac-readingrecord.tt.swo | Bin 0 -> 24576 bytes koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 72 ++++++++++----------- .../bootstrap/en/modules/opac-addbybiblionumber.tt | 4 +- .../bootstrap/en/modules/opac-advsearch.tt | 29 +++++---- .../bootstrap/en/modules/opac-alert-subscribe.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-auth.tt | 2 +- .../modules/opac-memberentry-update-submitted.tt | 2 +- .../bootstrap/en/modules/opac-memberentry.tt | 12 ++-- .../bootstrap/en/modules/opac-messaging.tt | 4 +- .../opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 2 +- .../bootstrap/en/modules/opac-password-recovery.tt | 2 +- .../bootstrap/en/modules/opac-patron-consent.tt | 2 +- .../en/modules/opac-recordedbooks-search.tt | 2 +- .../bootstrap/en/modules/opac-request-article.tt | 2 +- .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- .../bootstrap/en/modules/opac-serial-issues.tt | 10 +-- .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 10 +-- .../opac-tmpl/bootstrap/en/modules/sci/sci-main.tt | 8 +-- .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 14 ++-- 20 files changed, 94 insertions(+), 91 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/.opac-readingrecord.tt.swo --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -2,7 +2,7 @@
[% IF ( ACCOUNT_LINES ) %] - + [% IF ENABLE_OPAC_PAYMENTS %][% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt @@ -98,7 +98,7 @@

Given a set of bibliographic or item identifiers, returns a list with availability of the items associated with the identifiers.

-

Parameters

+

Parameters

id (Required)
list of either bibliographic or item identifiers
@@ -120,12 +120,12 @@
requests a particular format or set of formats in reporting availability
-

Example call

+

Example call

ilsdi.pl?service=GetAvailability&id=1+2+99999&id_type=item -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <dlf:collection
   xmlns:dlf="http://diglib.org/ilsdi/1.1"
@@ -183,7 +183,7 @@ 
                                 time lookup by bibliographic identifier.

You can use OAI-PMH ListRecords instead of this service.

-

Parameters

+

Parameters

id (Required)
list of system record identifiers
@@ -196,12 +196,12 @@
-

Example Call

+

Example Call

ilsdi.pl?service=GetRecords&id=1+2+99999 -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <GetRecords>
   <record>
@@ -398,7 +398,7 @@ 
                                 of record objects that contain the authority records. The function
                                 user may request a specific metadata schema for the record objects.

-

Parameters

+

Parameters

id (Required)
list of authority record identifiers
@@ -410,12 +410,12 @@
-

Example call

+

Example call

ilsdi.pl?service=GetAuthorityRecords&id=1+2+99999 -

Example response

+

Example response

<xml version="1.0" encoding="UTF-8">;
 <GetAuthorityRecords>
   <record>
@@ -457,7 +457,7 @@ 
                                 

Looks up a patron in the ILS by an identifier, and returns the ILS identifier for that patron, aka the patron identifier.

-

Parameters

+

Parameters

id (Required)
an identifier used to look up the patron in Koha
@@ -474,12 +474,12 @@
-

Example call

+

Example call

ilsdi.pl?service=LookupPatron&id=815&id_type=cardnumber -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <LookupPatron>
   <id>419</id>
@@ -490,19 +490,19 @@ 
                                 

AuthenticatePatron

Authenticates a user's login credentials and returns the identifier for the patron.

-

Parameters

+

Parameters

username (Required)
user's login identifier
password (Required)
user's password
-

Example call

+

Example call

ilsdi.pl?service=AuthenticatePatron&username=john9&password=soul -

Example Response

+

Example Response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <AuthenticatePatron>
   <id>419</id>
@@ -516,7 +516,7 @@ 
                                 patron's contact information, fine information, hold request
                                 information, loan information, and messages.

-

Parameters

+

Parameters

patron_id (Required)
the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron
@@ -532,12 +532,12 @@
whether or not to return extended patron attributes information in the response
-

Example call

+

Example call

ilsdi.pl?service=GetPatronInfo&patron_id=1&show_contact=0&show_loans=1 -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <GetPatronInfo>
   <category_type>A</category_type>
@@ -649,18 +649,18 @@ 
                                 

GetPatronStatus

Returns a patron's status information from Koha.

-

Parameters

+

Parameters

patron_id (Required)
the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron
-

Example call

+

Example call

ilsdi.pl?service=GetPatronStatus&patron_id=1 -

Example Response

+

Example Response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <GetPatronStatus>
   <expiry>2010-03-04</expiry>
@@ -673,7 +673,7 @@ 
                                 

GetServices

Returns information about the services available on a particular item for a particular patron.

-

Parameters

+

Parameters

patron_id (Required)
the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron
@@ -681,12 +681,12 @@
system item identifier
-

Example call

+

Example call

ilsdi.pl?service=GetServices&patron_id=1&item_id=1 -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <GetServices>
   <AvailableFor>title level hold</AvailableFor>
@@ -698,7 +698,7 @@ 
                                 

RenewLoan

Extends the due date for a patron's existing loan.

-

Parameters

+

Parameters

patron_id (Required)
the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron
@@ -708,12 +708,12 @@
the date the patron would like the item returned by
-

Example call

+

Example call

ilsdi.pl?service=RenewLoan&patron_id=1&item_id=1 -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <RenewLoan>
   <success>0</success>
@@ -726,7 +726,7 @@ 
                                 

HoldTitle

Creates, for a patron, a title-level hold request on a given bibliographic record in Koha.

-

Parameters

+

Parameters

patron_id (Required)
the ILS identifier for the patron for whom the request is placed
@@ -742,12 +742,12 @@
date after which item returned to shelf if item is not picked up
-

Example Call

+

Example Call

ilsdi.pl?service=HoldTitle&patron_id=1&bib_id=1&request_location=127.0.0.1 -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <HoldTitle>
   <title>(les) galères de l'Orfèvre</title>
@@ -760,7 +760,7 @@ 
                                 

HoldItem

Creates, for a patron, an item-level hold request on a specific item of a bibliographic record Koha.

-

Parameters

+

Parameters

patron_id (Required)
the ILS identifier for the patron for whom the request is placed
@@ -776,12 +776,12 @@
date after which item returned to shelf if item is not picked up
-

Example Call

+

Example Call

ilsdi.pl?service=HoldItem&patron_id=1&bib_id=1&item_id=1 -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <HoldTitle>
   <title>(les) galères de l'Orfèvre</title>
@@ -794,7 +794,7 @@ 
                                 

CancelHold

Cancels an active hold request for the patron.

-

Parameters

+

Parameters

patron_id (Required)
the unique patron identifier in the ILS; the same identifier returned by LookupPatron or AuthenticatePatron
@@ -802,12 +802,12 @@
system hold identifier (returned by GetRecords and GetPatronInfo into element 'reserve_id')
-

Example call

+

Example call

ilsdi.pl?service=CancelHold&patron_id=1&item_id=1 -

Example response

+

Example response

<?xml version="1.0" encoding="ISO-8859-1" ?>
 <CancelHold>
   <message>Canceled</message>
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt	
+++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt	
@@ -26,7 +26,7 @@ 
                                 [% IF private_shelves.count or public_shelves.count or private_shelves_shared_with_me.count %]
                                     
                                         
- Select a list +

Select a list

--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt @@ -30,7 +30,7 @@

Advanced search

- Search for: +

Search for:

[% IF ( expanded_options ) %]
[% ELSE %] @@ -163,21 +163,24 @@
[% FOREACH advsearchloo IN advancedsearchesloop %]
- Limit to any of the following: +

Limit to any of the following:

[% FOREACH itemtypeloo IN advsearchloo.code_loop %] [% IF (advsearchloo.advanced_search_type != 'itemtypes') OR (((!itemtypeloo.searchcategory) AND (itemtypeloo.cat == 0)) OR (itemtypeloo.cat == 1)) %] @@ -230,7 +233,7 @@
- + [% INCLUDE 'resort_form.inc' %] @@ -283,7 +286,7 @@
- +
For example: 1999-2001. You could also use "-1987" for everything published in and before 1987 or "2008-" for everything published in 2008 and after.
@@ -298,7 +301,7 @@
- + @@ -343,7 +346,7 @@
- + @@ -380,7 +383,7 @@
- + @@ -37,7 +37,7 @@

Unsubscribe from a subscription alert

Please confirm that you do not want to receive email when a new issue arrives for this subscription.

-

[% bibliotitle | html %]

+

[% bibliotitle | html %]

[% IF ( notes ) %]

[% notes | html %]

[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -38,7 +38,7 @@ [% IF ( nopermission ) %]
-

Access denied

+

Access denied

Sorry, the system doesn't think you have permission to access this page.

[% IF SCO_login %]

Log out and try again with a different user.

--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry-update-submitted.tt @@ -32,7 +32,7 @@
-

Thank you

+

Thank you

[% IF ( Koha.Preference('AutoApprovePatronProfileSettings') ) %]

Your updates have been submitted and your patron account has been modified.

[% ELSE %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt @@ -200,7 +200,7 @@
- Library +

Library

    [% UNLESS hidden.defined('cardnumber') || ( !borrower && Koha.Preference('autoMemberNum') ) %]
  1. @@ -300,7 +300,7 @@
    - Identity +

    Identity

      [% UNLESS hidden.defined('title') || !Koha.Preference('BorrowersTitles') %] @@ -445,7 +445,7 @@
      - Main address +

      Main address

        [% IF Koha.Preference('AddressFormat') != 'de' %][% INCLUDE streetnumber %][% END %] @@ -541,7 +541,7 @@
        - Contact information +

        Contact information

          [% UNLESS hidden.defined('phone') %] @@ -645,7 +645,7 @@
          - Alternate address +

          Alternate address

            [% UNLESS hidden.defined('B_address') %] @@ -776,7 +776,7 @@
            - Alternate contact +

            Alternate contact

              [% UNLESS hidden.defined('altcontactsurname') %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt @@ -35,7 +35,7 @@

              Your messaging settings

              [% IF ( settings_updated ) %] -

              Settings updated

              +

              Settings updated

              [% END %] @@ -231,7 +231,7 @@
              [% ELSE %] -

              You are not allowed to call this page directly

              +

              You are not allowed to call this page directly

              [% END # /IF Koha.Preference( 'EnhancedMessagingPreferencesOPAC' ) %]
            --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -37,7 +37,7 @@ [% IF ( Error_messages ) %]
            -

            There was a problem with your submission

            +

            There was a problem with your submission

            [% IF ( passwords_mismatch ) %] Passwords do not match. Please re-type your new password. --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt @@ -72,7 +72,7 @@

            Forgotten password recovery

            [% IF (hasError) %]
            -

            Error

            +

            Error

            [% IF (sendmailError) %] An error has occurred while sending you the password recovery link. --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-patron-consent.tt @@ -44,7 +44,7 @@
            [% IF Koha.Preference('GDPR_Policy') %] -

            GDPR consents
            +

            GDPR consents

            --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt @@ -33,7 +33,7 @@

            RecordedBooks search for '[% q | html %]'

            [% UNLESS ( logged_in_user ) %] - + [% END %]
Your charges

Your charges

 
- + --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -151,7 +151,7 @@ [% END %] [% IF ( query_error ) %]
-

Error:

+

Error:

[% query_error | html %]
[% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt @@ -53,7 +53,7 @@ [% FOREACH subscription_LOO IN subscription_LOOP %]
-

Subscription information for [% subscription_LOO.bibliotitle | html %]

+

Subscription information for [% subscription_LOO.bibliotitle | html %]

The current subscription began on [% subscription_LOO.startdate | html %] and is issued [% IF ( subscription_LOO.periodicity1 ) %] @@ -127,24 +127,24 @@

The subscription expired on [% subscription_LOO.histenddate | html %]

[% END %] -

[% subscription_LOO.branchname | html %]

+

[% subscription_LOO.branchname | html %]

[% IF ( subscription_LOO.notes ) %]

[% subscription_LOO.notes | html | html_line_break %]

[% END %] [% IF ( subscription_LOO.recievedlist ) %] -
Available issues
+

Available issues

[% subscription_LOO.recievedlist | html | html_line_break %]

[% END %] [% IF ( subscription_LOO.missinglist ) %] -
Unavailable issues
+

Unavailable issues

[% subscription_LOO.missinglist | html | html_line_break %]

[% END %] [% IF ( subscription_LOO.opacnote ) %] -
Issues summary
+

Issues summary

[% subscription_LOO.opacnote | html | html_line_break %]

--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -58,11 +58,11 @@
Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]

- [% IF ( patronupdate ) %]

Thank you!

Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.

[% END %] + [% IF ( patronupdate ) %]

Thank you!

Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.

[% END %] [% IF failed_holds %]
-

Notice:

+

Notice:

One or more holds were not placed due to existing holds.

[% END %] @@ -485,7 +485,7 @@ [% IF ( OPACFinesTab ) %] [% IF ( amountoutstanding > 0 ) %] -

Charges

+

Charges

Select a specific item:

Select a specific item:

 
@@ -499,7 +499,7 @@ [% END %] [% IF ( amountoutstanding < 0 ) %] -

Credits

+

Credits

Amount
@@ -512,7 +512,7 @@ [% END %] [% IF relatives_with_fines %] -

Fines and charges

+

Fines and charges

Amount
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt @@ -62,20 +62,20 @@ [% IF ( nopermission ) %] [%# This is what is displayed if user doesn't have permission %]
-

Access denied

+

Access denied

Sorry, this self check-in station has lost authentication. Please contact the administrator to resolve this problem.

[% ELSIF ( different_ip ) %] [%# This is what is displayed if user doesn't have permission %]
-

Session lost

+

Session lost

You are accessing self check-in from a different IP address! Please log in again.

[% ELSIF ( checkins ) %] [%# We have results from a check-in attempt %]
[% IF ( success && success.size > 0 || errors && errors.size > 0 ) %] -

Results

+

Results

@@ -163,7 +163,7 @@