Lines 536-542
tables:
Link Here
|
536 |
- "Chapters: <<article_requests.chapters>>" |
536 |
- "Chapters: <<article_requests.chapters>>" |
537 |
- "Notes: <<article_requests.patron_notes>>" |
537 |
- "Notes: <<article_requests.patron_notes>>" |
538 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
538 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
539 |
- "" |
|
|
540 |
|
539 |
|
541 |
- module: circulation |
540 |
- module: circulation |
542 |
code: CHECKIN |
541 |
code: CHECKIN |
Lines 681-697
tables:
Link Here
|
681 |
lang: default |
680 |
lang: default |
682 |
content: |
681 |
content: |
683 |
- "<h5>Date: <<today>></h5>" |
682 |
- "<h5>Date: <<today>></h5>" |
684 |
- "" |
683 |
- "<br>" |
685 |
- "<h3> Transfer to/Hold in <<branches.branchname>></h3>" |
684 |
- "<h3> Transfer to/Hold in <<branches.branchname>></h3>" |
686 |
- "" |
685 |
- "<br>" |
687 |
- "<h3><<borrowers.surname>>, <<borrowers.firstname>></h3>" |
686 |
- "<h3><<borrowers.surname>>, <<borrowers.firstname>></h3>" |
688 |
- "" |
687 |
- "<br>" |
689 |
- "<ul>" |
688 |
- "<ul>" |
690 |
- " <li><<borrowers.cardnumber>></li>" |
689 |
- " <li><<borrowers.cardnumber>></li>" |
691 |
- " <li><<borrowers.phone>></li>" |
690 |
- " <li><<borrowers.phone>></li>" |
692 |
- " <li> <<borrowers.address>><br />" |
691 |
- " <li> <<borrowers.address>><br />" |
693 |
- " <<borrowers.address2>><br />" |
692 |
- " <<borrowers.address2>><br />" |
694 |
- " <<borrowers.city >> <<borrowers.zipcode>>" |
693 |
- " <<borrowers.city>> <<borrowers.zipcode>>" |
695 |
- " </li>" |
694 |
- " </li>" |
696 |
- " <li><<borrowers.email>></li>" |
695 |
- " <li><<borrowers.email>></li>" |
697 |
- "</ul>" |
696 |
- "</ul>" |
Lines 707-713
tables:
Link Here
|
707 |
- "<p>Notes:" |
706 |
- "<p>Notes:" |
708 |
- "<pre><<reserves.reservenotes>></pre>" |
707 |
- "<pre><<reserves.reservenotes>></pre>" |
709 |
- "</p>" |
708 |
- "</p>" |
710 |
- "" |
|
|
711 |
|
709 |
|
712 |
- module: circulation |
710 |
- module: circulation |
713 |
code: ISSUEQSLIP |
711 |
code: ISSUEQSLIP |
Lines 722-730
tables:
Link Here
|
722 |
- "<h3><<branches.branchname>></h3>" |
720 |
- "<h3><<branches.branchname>></h3>" |
723 |
- "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />" |
721 |
- "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />" |
724 |
- "(<<borrowers.cardnumber>>) <br />" |
722 |
- "(<<borrowers.cardnumber>>) <br />" |
725 |
- "" |
723 |
- "<br>" |
726 |
- "<<today>><br />" |
724 |
- "<<today>><br />" |
727 |
- "" |
725 |
- "<br>" |
728 |
- "<h4>Checked out today</h4>" |
726 |
- "<h4>Checked out today</h4>" |
729 |
- "<checkedout>" |
727 |
- "<checkedout>" |
730 |
- "<p>" |
728 |
- "<p>" |
Lines 746-754
tables:
Link Here
|
746 |
- "<h3><<branches.branchname>></h3>" |
744 |
- "<h3><<branches.branchname>></h3>" |
747 |
- "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />" |
745 |
- "Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br />" |
748 |
- "(<<borrowers.cardnumber>>) <br />" |
746 |
- "(<<borrowers.cardnumber>>) <br />" |
749 |
- "" |
747 |
- "<br>" |
750 |
- "<<today>><br />" |
748 |
- "<<today>><br />" |
751 |
- "" |
749 |
- "<br>" |
752 |
- "<h4>Checked out</h4>" |
750 |
- "<h4>Checked out</h4>" |
753 |
- "<checkedout>" |
751 |
- "<checkedout>" |
754 |
- "<p>" |
752 |
- "<p>" |
Lines 757-763
tables:
Link Here
|
757 |
- "Date due: <<issues.date_due>><br />" |
755 |
- "Date due: <<issues.date_due>><br />" |
758 |
- "</p>" |
756 |
- "</p>" |
759 |
- "</checkedout>" |
757 |
- "</checkedout>" |
760 |
- "" |
758 |
- "<br>" |
761 |
- "<h4>Overdues</h4>" |
759 |
- "<h4>Overdues</h4>" |
762 |
- "<overdue>" |
760 |
- "<overdue>" |
763 |
- "<p>" |
761 |
- "<p>" |
Lines 766-774
tables:
Link Here
|
766 |
- "Date due: <<issues.date_due>><br />" |
764 |
- "Date due: <<issues.date_due>><br />" |
767 |
- "</p>" |
765 |
- "</p>" |
768 |
- "</overdue>" |
766 |
- "</overdue>" |
769 |
- "" |
767 |
- "<br>" |
770 |
- "<hr>" |
768 |
- "<hr>" |
771 |
- "" |
769 |
- "<br>" |
772 |
- "[% IF additional_contents.count %]" |
770 |
- "[% IF additional_contents.count %]" |
773 |
- "<h4 style=\"text-align: center; font-style:italic;\">News</h4>" |
771 |
- "<h4 style=\"text-align: center; font-style:italic;\">News</h4>" |
774 |
- "[% FOREACH content IN additional_contents %]" |
772 |
- "[% FOREACH content IN additional_contents %]" |
Lines 937-945
tables:
Link Here
|
937 |
lang: default |
935 |
lang: default |
938 |
content: |
936 |
content: |
939 |
- "<h5>Date: <<today>></h5>" |
937 |
- "<h5>Date: <<today>></h5>" |
940 |
- "" |
938 |
- "<br>" |
941 |
- "<h3>Transfer to <<branches.branchname>></h3>" |
939 |
- "<h3>Transfer to <<branches.branchname>></h3>" |
942 |
- "" |
940 |
- "<br>" |
943 |
- "<h3>ITEM</h3>" |
941 |
- "<h3>ITEM</h3>" |
944 |
- "<h4><<biblio.title>></h4>" |
942 |
- "<h4><<biblio.title>></h4>" |
945 |
- "<h5><<biblio.author>></h5>" |
943 |
- "<h5><<biblio.author>></h5>" |
Lines 1441-1454
tables:
Link Here
|
1441 |
lang: default |
1439 |
lang: default |
1442 |
content: |
1440 |
content: |
1443 |
- "[% USE Koha %]" |
1441 |
- "[% USE Koha %]" |
1444 |
- "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %]." |
1442 |
- "Hello [% borrower.title %] [% borrower.firstname %] [% borrower.surname %].<br>" |
1445 |
- "" |
1443 |
- "<br>" |
1446 |
- "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]" |
1444 |
- "Thank you for joining [% IF Koha.Preference('LibraryName') %][% Koha.Preference('LibraryName') %][% ELSE %]the library[% END %]<br>" |
1447 |
- "" |
1445 |
- "<br>" |
1448 |
- "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>." |
1446 |
- "You can search for all our materials in our <a href='[% Koha.Preference('OPACBaseURL') %]'>catalog</a>.<br>" |
1449 |
- "" |
1447 |
- "<br>" |
1450 |
- "Your library card number is [% borrower.cardnumber %]" |
1448 |
- "Your library card number is [% borrower.cardnumber %]<br>" |
1451 |
- "" |
1449 |
- "<br>" |
1452 |
- "If you have any problems or questions regarding your account, please contact the library." |
1450 |
- "If you have any problems or questions regarding your account, please contact the library." |
1453 |
|
1451 |
|
1454 |
- module: members |
1452 |
- module: members |
Lines 2180-2188
tables:
Link Here
|
2180 |
- "<h3>[% branch.branchname %]</h3>" |
2178 |
- "<h3>[% branch.branchname %]</h3>" |
2181 |
- "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />" |
2179 |
- "Checked in items for [% borrower.title %] [% borrower.firstname %] [% borrower.initials %] [% borrower.surname %] <br />" |
2182 |
- "([% borrower.cardnumber %]) <br />" |
2180 |
- "([% borrower.cardnumber %]) <br />" |
2183 |
- "" |
2181 |
- "<br>" |
2184 |
- "[% today | $KohaDates %]<br />" |
2182 |
- "[% today | $KohaDates %]<br />" |
2185 |
- "" |
2183 |
- "<br>" |
2186 |
- "<h4>Checked in today</h4>" |
2184 |
- "<h4>Checked in today</h4>" |
2187 |
- "[% FOREACH checkin IN old_checkouts %]" |
2185 |
- "[% FOREACH checkin IN old_checkouts %]" |
2188 |
- "[% SET item = checkin.item %]" |
2186 |
- "[% SET item = checkin.item %]" |
2189 |
- |
|
|