From 79f14c1f1560bb8e33a5a009918787633407e8e4 Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 19 Jul 2005 21:03:33 +0000 Subject: [PATCH] First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality. Template-authors can use these templates to track changes that need to be incorporated into their custom templates. --- .../prog/en/circ/branchtransfers.tmpl | 135 ++++++++ .../prog/en/circ/circulation.tmpl | 304 ++++++++++++++++++ .../intranet-tmpl/prog/en/circ/returns.tmpl | 154 +++++++++ .../prog/en/circ/selectbranchprinter.tmpl | 32 ++ 4 files changed, 625 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl new file mode 100644 index 0000000000..d973a87acd --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/branchtransfers.tmpl @@ -0,0 +1,135 @@ +Circulation: Transfers + + +

Circulation: Transfers

+ + +

Reserve Found

+ + + + + + + + + +
Reserve found for (">). + + Item is marked waiting at for (">).
+ Set reserve to waiting and transfer book to : + Cancel reservation and then attempt transfer: + +
+ + " value="" /> + " value="" /> + " value="" /> + + " /> + " /> + " /> + + + + + +
+
Cancel reservation and then attempt transfer: +
+ + + " value="" /> + " value="" /> + " value="" /> + + + " /> + " /> + " /> + /> + + +
+ +
Ignore and return to transfers: +
+ /> + + + " value="" /> + " value="" /> + " value="" /> + + +
+
+ + + + +
Messages
+ + + Reserve Cancelled
+ + + Item should now be waiting at branch:
+ + + + + No Item with barcode: + + + Please return item to home branch: + + + Item is already at destination branch. + + + Item was on loan to "> + and has been returned. + + + +
+ +
+ + + + +
Transfer
Destination Branch:
Enter Book Barcode
+ " /> + + " value="" /> + " value="" /> + " value="" /> + + +
+ + + + + + + + + + + + + + +
Transfered Items
Bar CodeTitleAuthorTypeFromTo
+ &type=intra">
+ + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl new file mode 100644 index 0000000000..9476b04fce --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl @@ -0,0 +1,304 @@ +Koha -- Circulation: Issuing to , () + + +

Circulation: Issues

+ + +
Circulation Parameters
+ + + + + + +

Error Issuing Item:

+ + + + + +

Please Confirm Issue:

+ +

The patron has a debt of $

+ + +

Item is currently issued to this patron. Renew?

+ + +

Item is consigned for

+ + +

Item is on reserve for

+ + +

Item issued to . Return and issue?

+ + +

Too many issues (already issued / max : )

+ + +
+ +

+ + +

+ + " /> + " /> + + " /> + " /> + " /> +
" />
+ + + + + + +

Item issued

+ + + + + + No patron matched Add a new patron + + + + +
+ " /> + " /> + +

+

+

Patron not found? Add a new patron

+
+ + + + +

()

+

    out, overdue

+ + + + + + + + + + + + + + + + +
+ + + " /> + " /> + +
+ + + + + + + + +
+ +

+ + + + /> + " /> + " /> + " /> + + + + " /> + +

+
+ + + + + + + + + +
" />" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Issues &print=page">(Print Page) &print=slip">(Print Slip)
Due DateTitleAuthorCall NoBarcodeRenew?
&type=intra">
" value="y" checked="checked" />
&type=intra">
" value="y" checked="checked" />
+ +

+
+ +
" />" />" value="y" />
+ + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl new file mode 100644 index 0000000000..9a1170994a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/returns.tmpl @@ -0,0 +1,154 @@ +Koha -- Circulation: Returns: + + + +

Reserve Found (item is already consigned)

+ + + + + + +
">
Patron: +
    +
  • ">
  • +
  • ,
  • +

  • +
  • +
  • +
Transfer to:
+ + " value="" /> + " value="" /> + " value="" /> + + +
+ + + + +

Item Consigned:

+ + + + +
">
Patron:
+ + + " value="" /> + " value="" /> + " value="" /> + + + + +
+ + + + + + + + +
">
Patron: +
    +
  • ">
  • +
  • ,
  • +

  • +
  • +
  • +
Transfer to:
+
+ + + " value="" /> + " value="" /> + " value="" /> + + " /> + " /> + " />
+ + + +

Circulation: Returns

+ +
+ + + + + " value="" /> + " value="" /> + " value="" /> + +
+ + + No Item with barcode: + + + Please return to + + + Not On Issue. + + + Item was lost, now found. + + + Item Cancelled + + + + + + + + + +
Item InformationPatron Information
+ +"> + , + + + ( +, +) +
+ + + + + + + + + + + + + + + + + + +
Returned Items
Due DateBar CodeTitleAuthorTypePatron
//Not on Issue. + &type=intra"> + Yes, duedate + "> + + , + + Not on issue. + +
+ + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl new file mode 100644 index 0000000000..3e514e651c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/selectbranchprinter.tmpl @@ -0,0 +1,32 @@ +Circulation: Select Your Home Branch + + +

Circulation: Select Your Home Branch

+ +
+ + + + + + + + + + + + +
+ + + + + -- 2.39.5