From 9786bdd7ecfad5a57cf4091c435ab53cf20a0017 Mon Sep 17 00:00:00 2001 From: oleonard Date: Sat, 6 Aug 2005 20:19:56 +0000 Subject: [PATCH] New programmer templates --- koha-tmpl/intranet-tmpl/prog/en/about.tmpl | 91 +++++++++++ koha-tmpl/intranet-tmpl/prog/en/auth.tmpl | 43 +++++ .../intranet-tmpl/prog/en/bookcount.tmpl | 36 +++++ .../intranet-tmpl/prog/en/boraccount.tmpl | 40 +++++ .../intranet-tmpl/prog/en/mancredit.tmpl | 25 +++ .../intranet-tmpl/prog/en/maninvoice.tmpl | 27 ++++ koha-tmpl/intranet-tmpl/prog/en/modbib.tmpl | 63 ++++++++ .../intranet-tmpl/prog/en/modbibitem.tmpl | 100 ++++++++++++ koha-tmpl/intranet-tmpl/prog/en/moditem.tmpl | 44 +++++ .../intranet-tmpl/prog/en/modwebsites.tmpl | 51 ++++++ koha-tmpl/intranet-tmpl/prog/en/overdue.tmpl | 29 ++++ koha-tmpl/intranet-tmpl/prog/en/request.tmpl | 152 ++++++++++++++++++ .../intranet-tmpl/prog/en/reservereport.tmpl | 25 +++ koha-tmpl/intranet-tmpl/prog/en/shelves.tmpl | 79 +++++++++ koha-tmpl/intranet-tmpl/prog/en/stats.tmpl | 29 ++++ .../prog/en/thesaurus_popup.tmpl | 42 +++++ .../intranet-tmpl/prog/en/updatebiblio.tmpl | 16 ++ 17 files changed, 892 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/about.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/auth.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/bookcount.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/boraccount.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/mancredit.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/maninvoice.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modbib.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modbibitem.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/moditem.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modwebsites.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/overdue.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/request.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reservereport.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/shelves.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/thesaurus_popup.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/updatebiblio.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/about.tmpl b/koha-tmpl/intranet-tmpl/prog/en/about.tmpl new file mode 100644 index 0000000000..8c46dceb34 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/about.tmpl @@ -0,0 +1,91 @@ +About Koha + + +
+

Data about the current version of Koha for bug reports (or general interest).

+ + + + + + + + +
Server information
Koha version:
OS version ('uname -a'):
Perl version:
MySQL version:
Apache version:
+ + +

Special thanks to the following libraries

+ + +

Core team for 2.2

+ + + +

Thanks to

+ + + +

Translation

+ + + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/auth.tmpl b/koha-tmpl/intranet-tmpl/prog/en/auth.tmpl new file mode 100644 index 0000000000..370a7e2320 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/auth.tmpl @@ -0,0 +1,43 @@ +Access DeniedSession Timed Out --IP Change -- Invalid Username or Password -- Log in to Koha + + +

Login Error

+

Sorry, Koha doesn"t think you have permission for this page.

+ + + + +

Login Error

Sorry, your session has timed out. Please login again.

+ + + + +

Login Error

You are accessing Koha from a different ip address! Please login again.

+ + + + +

Login Error

You entered an incorrect username or password. Please try again.

+ + + + + + +
" method="post" name="mainform" id="mainform"> + + " value="" /> + + + + + + +
Log In to Koha
+

+
+ + + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/bookcount.tmpl b/koha-tmpl/intranet-tmpl/prog/en/bookcount.tmpl new file mode 100644 index 0000000000..42d10080c6 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/bookcount.tmpl @@ -0,0 +1,36 @@ +Circulation Statistics for + +

+ ()

+ +

Barcode

+ + + + + + + +
Home Branch:
Current Branch:
Date arrived at current branch:
Number of issues since since the above date :
+ + + + + + + + + + + + + + +
Branch No. of Issues Last seen at branch
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/boraccount.tmpl b/koha-tmpl/intranet-tmpl/prog/en/boraccount.tmpl new file mode 100644 index 0000000000..db02db9035 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/boraccount.tmpl @@ -0,0 +1,40 @@ +Account for , + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Account for
DateDescription of ChargesAmountStill Owed
$$
Total Due$
+ + +
" />
+ +
" />
+ +
" />
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/mancredit.tmpl b/koha-tmpl/intranet-tmpl/prog/en/mancredit.tmpl new file mode 100644 index 0000000000..e682ddea9a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/mancredit.tmpl @@ -0,0 +1,25 @@ +Patrons: Create Manual Credit + +

Manual Credit

+
+" /> + + + + + + + +
Patron Number
Credit Type
Itemnumber
Description
Amount$
+ + +
+ +
" name="bornum" />
+ + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/maninvoice.tmpl b/koha-tmpl/intranet-tmpl/prog/en/maninvoice.tmpl new file mode 100644 index 0000000000..6004607a5a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/maninvoice.tmpl @@ -0,0 +1,27 @@ +Patrons: Create Manual Invoice + +
" /> + + + + + + + +
Manual Invoice
Borrowernumber
Type
Itemnumber
Description
Amount$
+ +
+ +
" />
+ + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modbib.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modbib.tmpl new file mode 100644 index 0000000000..de6cfa1341 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modbib.tmpl @@ -0,0 +1,63 @@ +Edit Record for + +">Modify Website Links +
+" /> +" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Author" />
Title" />
Abstract
Subject +
Copyright Date" />
Series Title" />
Additional Author" />
Subtitle" />
Unititle" />
Notes
Serial" />
+
+ +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modbibitem.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modbibitem.tmpl new file mode 100644 index 0000000000..f55cb0fa2c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modbibitem.tmpl @@ -0,0 +1,100 @@ +Edit Biblioitem for +

&type=intra"> ()
+Modify Group -

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " /> + + " /> + +
RE-ASSIGN TO EXISTING GROUP
+ +
OR MODIFY DETAILS
Item Type" size="20" />
URL" size="20" />
Class" size="20" />
Publisher" size="20" />
Place" size="20" />
ISBN" size="20" />
Publication Year" size="20" />
Pages" size="20" />
Illustrations" size="20" />
Volume" size="20" />
Notes" />
Size" size="20" />
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CHANGES TO AFFECT THESE BARCODES
+ Tick ALL barcodes that changes are to apply too. Those left un-ticked will keep the original group record.
 BarcodeLocationDate DueLast Seen
" />"amp;bib="TMPL_VAR Name="biblionumber">"amp;bi="TMPL_VAR Name="biblioitemnumber">">
+

+ +

+ +
+ +

HELP: You must click on the appropriate radio button (in the green boxes), and choose to either re-assign the item/s to a record already in the system, or modify this record. IF your changes only apply to some items, tick the appropriate ones and a new group record will be created automatically for them.

+ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/moditem.tmpl b/koha-tmpl/intranet-tmpl/prog/en/moditem.tmpl new file mode 100644 index 0000000000..13f1de0b80 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/moditem.tmpl @@ -0,0 +1,44 @@ +Edit Item Details + +

()

+
+" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> + +
+ + + + + + + + + + +
Set Item Status:
checked="checked"> +Yes + checked="checked" /> +No +
checked="checked"> +Yes + checked="checked"> +No +
+ + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modwebsites.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modwebsites.tmpl new file mode 100644 index 0000000000..a0d43db587 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modwebsites.tmpl @@ -0,0 +1,51 @@ +Catalog: Web Site Links + +

Web Sites

+
" />
+ + + +
+" /> +" /> + + + + + + + + + + + + + +
Title" />
Description
URL" />
+ +
+ + + +

Add another Website Link

+
+" /> + + + + + + + + + + + + + +
Title
Description
URL
+ +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/overdue.tmpl b/koha-tmpl/intranet-tmpl/prog/en/overdue.tmpl new file mode 100644 index 0000000000..53ceb29a02 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/overdue.tmpl @@ -0,0 +1,29 @@ +Items Overdue as of + +

Items Overdue as of

+ + + + + + + + + + + + + + + + + + + + + + + +
Due DatePatronPhoneTitleAuthor
?subject=Overdue: ">
+ + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/request.tmpl b/koha-tmpl/intranet-tmpl/prog/en/request.tmpl new file mode 100644 index 0000000000..99aba6ba4a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/request.tmpl @@ -0,0 +1,152 @@ +Catalogue: Add Reserve for + + +
+ +" /> + +" /> + +

Add Reserve for +"> +

+ + + + + + + + + +
Rank + +
Request, (or choose from list below)
(Quick Search)
+ + + + + + + + + + + + + + + + + + + + + + +
ReserveItem TypeCall NumberVolumePubdateCopies
+ + Cannot be selected + + > + > + + + + +   + +   + +   +
    + +
  • + +
+
+ + +
+ +
" action="modrequest.pl" method="post"> +

Modify Existing Requests

+
+ + + + + + + + + + + + + + + + + + + +
RankPatronNotesDatePickup LocationRequest
+ " /> + " /> + + "> +   + " /> + + Waiting at + + In transit from to + + + + + + + + &type=intra"> + + + + + Next Available + + + This type only : + + + + +
+

Delete a request by selecting "del" from the rank list.

+

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reservereport.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reservereport.tmpl new file mode 100644 index 0000000000..966d21fa34 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reservereport.tmpl @@ -0,0 +1,25 @@ +Reserve Report: All Reserves + + + + + + + + + + + +
NameReserve DateTitleClass
+ + + + + + + +
+

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/shelves.tmpl new file mode 100644 index 0000000000..a477739b53 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/shelves.tmpl @@ -0,0 +1,79 @@ +Catalogue: Virtual Book Shelf ''Shelves + + +

Virtual Shelf ''

+ + + + + + + + + + + + + + + +
 TitleAuthorBarcode
">">
This shelf has no contents
+ " /> + + " /> + +
+ +

Virtual Book Shelves

+ + + Shelf "" already exists. + + + Shelf has items on it. Please remove all items before deleting this shelf. + + + +
+ + + +
+
+ + + + + + + + +
Shelf NameDelete?
"> ( books) + ">
+ + +
+ + + +
+
+ + + + + + + + +
Shelf NameDelete?
"> + ( books) + + ">
There are no virtual book shelves
+
+ + + + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/stats.tmpl new file mode 100644 index 0000000000..f9423133d5 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/stats.tmpl @@ -0,0 +1,29 @@ +Statistics + + + + + + + + + + + + + + + + + + + + +
Statistics
NameTypeDate/timeAmountBranch
+

Total paid:
Total written off:

+ +

No statistics to report

+ + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/thesaurus_popup.tmpl b/koha-tmpl/intranet-tmpl/prog/en/thesaurus_popup.tmpl new file mode 100644 index 0000000000..26db1a10e2 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/thesaurus_popup.tmpl @@ -0,0 +1,42 @@ + + + Thesaurus value builder for category <!-- TMPL_VAR name="category" --> + + +
+
+

"> + "> + "> + "> + + + +

+ +
+ + "> "> + "> + + "> + +
+ +
+ "> + "> + "> + + insert a new authority : + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/updatebiblio.tmpl b/koha-tmpl/intranet-tmpl/prog/en/updatebiblio.tmpl new file mode 100644 index 0000000000..c003d6af3a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/updatebiblio.tmpl @@ -0,0 +1,16 @@ +Update Biblio + +

Click submit to force the subject

+ +
+ + + " value="" /> + + " /> + +
+
+ + + -- 2.39.5