From 44b7d6ebc7a573658aa7aa34ef155dc6d5ccec93 Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 19 Feb 2004 19:19:55 +0000 Subject: [PATCH] New NPL templates --- koha-tmpl/intranet-tmpl/npl/en/about.tmpl | 32 ++++ koha-tmpl/intranet-tmpl/npl/en/auth.tmpl | 45 ++++++ koha-tmpl/intranet-tmpl/npl/en/bookcount.tmpl | 37 +++++ .../intranet-tmpl/npl/en/boraccount.tmpl | 40 +++++ koha-tmpl/intranet-tmpl/npl/en/charges.tmpl | 33 ++++ koha-tmpl/intranet-tmpl/npl/en/default.tmpl | 28 ++++ .../intranet-tmpl/npl/en/intranet-main.tmpl | 38 +++++ koha-tmpl/intranet-tmpl/npl/en/mancredit.tmpl | 25 +++ .../intranet-tmpl/npl/en/maninvoice.tmpl | 30 ++++ .../intranet-tmpl/npl/en/member-flags.tmpl | 30 ++++ koha-tmpl/intranet-tmpl/npl/en/modbib.tmpl | 65 ++++++++ .../intranet-tmpl/npl/en/modbibitem.tmpl | 103 ++++++++++++ koha-tmpl/intranet-tmpl/npl/en/moditem.tmpl | 47 ++++++ .../intranet-tmpl/npl/en/modwebsites.tmpl | 54 +++++++ .../intranet-tmpl/npl/en/newimember.tmpl | 23 +++ .../intranet-tmpl/npl/en/newjmember.tmpl | 58 +++++++ koha-tmpl/intranet-tmpl/npl/en/newmember.tmpl | 75 +++++++++ koha-tmpl/intranet-tmpl/npl/en/opac-main.tmpl | 134 ++++++++++++++++ koha-tmpl/intranet-tmpl/npl/en/overdue.tmpl | 34 ++++ koha-tmpl/intranet-tmpl/npl/en/reports.tmpl | 10 ++ koha-tmpl/intranet-tmpl/npl/en/request.tmpl | 146 ++++++++++++++++++ .../intranet-tmpl/npl/en/reservereport.tmpl | 28 ++++ .../intranet-tmpl/npl/en/searchheader.tmpl | 2 + koha-tmpl/intranet-tmpl/npl/en/shelves.tmpl | 104 +++++++++++++ koha-tmpl/intranet-tmpl/npl/en/stats.tmpl | 32 ++++ .../intranet-tmpl/npl/en/thesaurus_popup.tmpl | 40 +++++ .../intranet-tmpl/npl/en/updatebiblio.tmpl | 20 +++ .../en/value_builder/unimarc_field_100.tmpl | 48 ++++++ .../en/value_builder/unimarc_field_105.tmpl | 48 ++++++ .../en/value_builder/unimarc_field_225a.tmpl | 23 +++ .../en/value_builder/unimarc_field_60X.tmpl | 109 +++++++++++++ .../en/value_builder/unimarc_field_700-4.tmpl | 34 ++++ .../unimarc_field_700_701_702.tmpl | 65 ++++++++ .../npl/en/z3950/searchresult.tmpl | 39 +++++ 34 files changed, 1679 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/npl/en/about.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/auth.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/bookcount.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/boraccount.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/charges.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/default.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/intranet-main.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/mancredit.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/maninvoice.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/member-flags.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/modbib.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/modbibitem.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/moditem.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/modwebsites.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/newimember.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/newjmember.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/newmember.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/opac-main.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/overdue.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/reports.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/request.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/reservereport.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/searchheader.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/shelves.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/thesaurus_popup.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/updatebiblio.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_100.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_105.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_225a.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_60X.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700-4.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700_701_702.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl diff --git a/koha-tmpl/intranet-tmpl/npl/en/about.tmpl b/koha-tmpl/intranet-tmpl/npl/en/about.tmpl new file mode 100644 index 0000000000..da15b16310 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/about.tmpl @@ -0,0 +1,32 @@ + + + + +
+

About Koha

+

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

+
+ + + + + + + + + + + + + + + + + + + + +
Koha version:
OS version (from 'uname -a'):
Perl version:
MySQL version:
Apache version:
+
+ \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/auth.tmpl b/koha-tmpl/intranet-tmpl/npl/en/auth.tmpl new file mode 100644 index 0000000000..7a7dc931c4 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/auth.tmpl @@ -0,0 +1,45 @@ + + +
+ + + +

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

+ + + + +

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

+ + + + +

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

+ + + + +

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

+ + + + + + +
" method="post"> + + " value="" /> + + +
+ + + +
Koha Login
+ +
+ + + +
+ \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/bookcount.tmpl b/koha-tmpl/intranet-tmpl/npl/en/bookcount.tmpl new file mode 100644 index 0000000000..92910e6b81 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/bookcount.tmpl @@ -0,0 +1,37 @@ + + + + +
+

+ ()

+

Barcode

+
">
">">">">
" name="bib">
+
+ + + + + +
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/npl/en/boraccount.tmpl b/koha-tmpl/intranet-tmpl/npl/en/boraccount.tmpl new file mode 100644 index 0000000000..ecdba36f1a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/boraccount.tmpl @@ -0,0 +1,40 @@ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + +
Account for
Fines & ChargesAmountStill Owed
Total Due
+ +
+
" />
" />
" />
+
+
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/charges.tmpl b/koha-tmpl/intranet-tmpl/npl/en/charges.tmpl new file mode 100644 index 0000000000..c3fc288a66 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/charges.tmpl @@ -0,0 +1,33 @@ + + + + + +

+Each box needs to be filled in with fine,time to start charging,charging cycle
+eg 1,7,7 = $1 fine, after 7 days, every 7 days.

+ + + + + + + + + + + + + + + + +
" value="" size="6">
+ + + + + + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/default.tmpl b/koha-tmpl/intranet-tmpl/npl/en/default.tmpl new file mode 100644 index 0000000000..4ce3c15622 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/default.tmpl @@ -0,0 +1,28 @@ + +

+ + + + + + + + + + + + + +
TitleAuthorItem CountBiblionumber
">
+ + +
+ &startfrom=>Previous Records + + &startfrom=>Next Records +
+
+
+Results through of records. +
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/intranet-main.tmpl b/koha-tmpl/intranet-tmpl/npl/en/intranet-main.tmpl new file mode 100644 index 0000000000..fe4729d40c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/intranet-main.tmpl @@ -0,0 +1,38 @@ + + + +
+ + +
+ \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/mancredit.tmpl b/koha-tmpl/intranet-tmpl/npl/en/mancredit.tmpl new file mode 100644 index 0000000000..6b0c950e3e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/mancredit.tmpl @@ -0,0 +1,25 @@ + + + + + +

Manual Credit

+
+
+" /> + + + + + + +
Patron Number
Credit Type
Itemnumber
Description
Amount
+ +
" name="bornum" />
+
+
+ + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/maninvoice.tmpl b/koha-tmpl/intranet-tmpl/npl/en/maninvoice.tmpl new file mode 100644 index 0000000000..c22751d6cb --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/maninvoice.tmpl @@ -0,0 +1,30 @@ + + + + + + +
+

Manual Invoice

+
" /> + + + + + + +
Borrowernumber
Type
Itemnumber
Description
Amount
+ +
" />
+ + +
+ + diff --git a/koha-tmpl/intranet-tmpl/npl/en/member-flags.tmpl b/koha-tmpl/intranet-tmpl/npl/en/member-flags.tmpl new file mode 100644 index 0000000000..2753e70619 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/member-flags.tmpl @@ -0,0 +1,30 @@ + + + + +
+
"> + " /> + +
+ + + + + + + + + +
Set Privileges for ,
FlagNameDescription
+ " /> + + + + +
+

'; return false;" />

+ +
+
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/modbib.tmpl b/koha-tmpl/intranet-tmpl/npl/en/modbib.tmpl new file mode 100644 index 0000000000..fac1bd1981 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/modbib.tmpl @@ -0,0 +1,65 @@ + + + + +
">Modify Website Links +
+" /> +" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Author" />
Title" />
Abstract
Subject +
Copyright Date" />
Series Title" />
Additional Author" />
Subtitle" />
Unititle" />
Notes
Serial" />
+
+ +
+
+ + diff --git a/koha-tmpl/intranet-tmpl/npl/en/modbibitem.tmpl b/koha-tmpl/intranet-tmpl/npl/en/modbibitem.tmpl new file mode 100644 index 0000000000..1caab3be2c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/modbibitem.tmpl @@ -0,0 +1,103 @@ + + + + +

&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/npl/en/moditem.tmpl b/koha-tmpl/intranet-tmpl/npl/en/moditem.tmpl new file mode 100644 index 0000000000..736efaeedd --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/moditem.tmpl @@ -0,0 +1,47 @@ + + + + +
+

()

+
+" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> +" /> + +
+ + + + + + checked="checked"> +Yes + checked="checked"> +No + + --> +
+ checked="checked" /> +Yes + checked="checked" /> +No +
+ +
+

+
+ + diff --git a/koha-tmpl/intranet-tmpl/npl/en/modwebsites.tmpl b/koha-tmpl/intranet-tmpl/npl/en/modwebsites.tmpl new file mode 100644 index 0000000000..33a9a3c922 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/modwebsites.tmpl @@ -0,0 +1,54 @@ + + + + +
+

Web Sites

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

Add another Website Link

+
+" /> + + + + + + + + + + + + + +
Title
Description
URL
+ +
+ +
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/newimember.tmpl b/koha-tmpl/intranet-tmpl/npl/en/newimember.tmpl new file mode 100644 index 0000000000..149dbaa64e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/newimember.tmpl @@ -0,0 +1,23 @@ + + + + +
+ + + + Invalid cardnumber.

+ +

+

Valid values

+

Click below to confirm this new borrower.

+
+ + " value="" /> + + +
+ +
+ + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/newjmember.tmpl b/koha-tmpl/intranet-tmpl/npl/en/newjmember.tmpl new file mode 100644 index 0000000000..e166ad821a --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/newjmember.tmpl @@ -0,0 +1,58 @@ + + + + + +
+ +

Error Completing Form

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + --> + + + + + + + +
Confirm Details for
Name
Membership Number
Barcode Number
Date Of Birth
Sex
General Notes
+ + +
+

+ " value="" /> + +

+
+ +
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/newmember.tmpl b/koha-tmpl/intranet-tmpl/npl/en/newmember.tmpl new file mode 100644 index 0000000000..5914d4258f --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/newmember.tmpl @@ -0,0 +1,75 @@ + + + + + +
+ + +

Confirm Record

+
+ + + + + + + + + +
Name: 
Address: 
Home Phone:  
Work Phone:
Fax:
E-mail:
Date Of Birth: 
Sex: 
+
+
+ + + + + + +
Member Number: 
Card Number: 
Category: 
Registration Date: 
Expiration Date: 
Registration Branch: 
+
+
+ +
General Notes: 
+
+ + + + +
Alternate contact: 
Contact's Phone: 
Relationship to Patron: 
Notes:
+
+

+ " value="" /> + +

+
+
+ +

Error

+
+

The following fields have a forbidden value. Please push the back button and try again :

+ + Cardnumber
+ + + Invalid_cardnumber
+ + + Gender
+ + + Given Names
+ + + Surname
+ + + Postal Street Address
+ + + Postal city
+
+
+ + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/opac-main.tmpl b/koha-tmpl/intranet-tmpl/npl/en/opac-main.tmpl new file mode 100644 index 0000000000..1b87f127fc --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/opac-main.tmpl @@ -0,0 +1,134 @@ + +WELCOME TO THE KOHA OPAC + + + + + + + + + +
+ + + + + +
 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+ Koha: Horowhenua Library Trust Catalogue and Member Services
Search the Catalogue
   
+ +
+ + Type in the box and press the enter key.
+ + + -Advanced Search (More Options)
+ +  +

+ +

Logged in as: [Log Out]

+ +

Log In to Koha

+ +
+ +
+

+

diff --git a/koha-tmpl/intranet-tmpl/npl/en/overdue.tmpl b/koha-tmpl/intranet-tmpl/npl/en/overdue.tmpl new file mode 100644 index 0000000000..da176bf6b3 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/overdue.tmpl @@ -0,0 +1,34 @@ + +
+ +

Items Overdue as of

+ +
+ + + + + + + + + + + + + + + + + + + + + +
Due DatePatronPhoneTitleAuthor
?subject=Overdue: ">
+ +
+ + + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/reports.tmpl b/koha-tmpl/intranet-tmpl/npl/en/reports.tmpl new file mode 100644 index 0000000000..978bf5f4f2 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/reports.tmpl @@ -0,0 +1,10 @@ + + + + +

reports

+ + + +
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/request.tmpl b/koha-tmpl/intranet-tmpl/npl/en/request.tmpl new file mode 100644 index 0000000000..90765e49cb --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/request.tmpl @@ -0,0 +1,146 @@ + + + +
+
+ +" /> + +" /> + +

Add Reserve for +"> +

+
+ + + + + + + + +
Rank
Date
Pickup
Card Number ?
+
+ +
+ + + + + + + + + + + + + Cannot be selected + + > + > + + --> + + +  + --> +  + --> + + + +
Item TypeCall NumberCopies
+ + +   +
    + +
  • + +
+
+ + +
+ +
" action="modrequest.pl" method="post"> +

Modify Existing Requests

+
+ + + + + + + + + + + + + + + + + + &type=intra" onClick="openWindow(this, 'Item', 480, 640)"> + + + + + Next Available + + + This type only : + + + + + --> + + +
RankPatronNotesDatePickup Location
+ " /> + " /> + + "> +   + Item waiting at " /> + + + +
+

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

+

+
+
+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/reservereport.tmpl b/koha-tmpl/intranet-tmpl/npl/en/reservereport.tmpl new file mode 100644 index 0000000000..775d0937a5 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/reservereport.tmpl @@ -0,0 +1,28 @@ + + + + +
+ + + + + + + + + + +
NameReserve DateTitleClass
+ + + + + + + +
+

+
+ + diff --git a/koha-tmpl/intranet-tmpl/npl/en/searchheader.tmpl b/koha-tmpl/intranet-tmpl/npl/en/searchheader.tmpl new file mode 100644 index 0000000000..ed2599cbec --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/searchheader.tmpl @@ -0,0 +1,2 @@ +">Results with dewey | ">Results with biblionumber +
diff --git a/koha-tmpl/intranet-tmpl/npl/en/shelves.tmpl b/koha-tmpl/intranet-tmpl/npl/en/shelves.tmpl new file mode 100644 index 0000000000..79e7150f7e --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/shelves.tmpl @@ -0,0 +1,104 @@ + + + + +

Logged in as: [Log Out]

+ + + +
+
+ Shelf List

+ + + + + + + + + + + + + +
+ + +
Add a book by barcode:
+
+ + +
"> + Contents of shelf +
+
">">" width=10 align=center>">" width=10 align=center>">" width=10 align=center>">
+
+ "> + + "> + +

+ + + +

+ + + +

+ + +

+ Modify Shelf Contents

+

Bookshelves

+ +
+
+ + + + + + + + +
"> + Select Shelves to Delete +
"> + "> + ( books) +
+

+

+ + +

Add Shelf:

+

+ +

+ + +
+ + + + + +
"> + + +
"> + Shelf List +
+
"> + "> + ( books) + +
+

Add or Remove Book Shelves + + +

+ + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/npl/en/stats.tmpl b/koha-tmpl/intranet-tmpl/npl/en/stats.tmpl new file mode 100644 index 0000000000..e7d0ab60d3 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/stats.tmpl @@ -0,0 +1,32 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + +
Statistics
NameTypeDate/timeAmountBranch
+

Total paid:
Total written off:

+ +

No statistics to report

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

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

+ +
+ + "> + "> + + "> + +
+ +
+ "> + "> + + insert a new authority : + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/updatebiblio.tmpl b/koha-tmpl/intranet-tmpl/npl/en/updatebiblio.tmpl new file mode 100644 index 0000000000..cb463b4503 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/updatebiblio.tmpl @@ -0,0 +1,20 @@ + + + + + +
+

Click submit to force the subject

+ +
+ + + " value="" /> + + " /> + +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_100.tmpl b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_100.tmpl new file mode 100644 index 0000000000..d587a926bc --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_100.tmpl @@ -0,0 +1,48 @@ + + +UNIMARC Field 100 builder + + +
+ + + + + + + + + + + + + + + + + +
Date d'enregistrement ">
Code date publication +
Année début">
Année fin">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_105.tmpl b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_105.tmpl new file mode 100644 index 0000000000..a83eb6d33c --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_105.tmpl @@ -0,0 +1,48 @@ + + +UNIMARC Field 100 builder + + +
+ + + + + + + + + + + + + + + + + +
Date d'enregistrement ">
Code date publication +
Ann?e d?but">
Ann?e fin">
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_225a.tmpl b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_225a.tmpl new file mode 100644 index 0000000000..4969f2c74b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_225a.tmpl @@ -0,0 +1,23 @@ + + +UNIMARC Field 225a builder + + +
+ + + + + + +
Select a collection
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_60X.tmpl b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_60X.tmpl new file mode 100644 index 0000000000..293889c1bf --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_60X.tmpl @@ -0,0 +1,109 @@ + + + Thesaurus search + + + + +
+ + +
+

Recherche

+ A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z +
+ "> + "> + "> + + +

+
+ + + + + +
+

Results

+ + + + + + + +
+ &level=&search_string="> + + + + ')">
+
+
+ + +

Dependancies

+ + + + + + +
+ &level=&search_string=+"> + + + ')">
+
+
+

Adding

+
+ "> + + "> + Create a new authority/thesaurus entry : "> + +
+ + diff --git a/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700-4.tmpl b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700-4.tmpl new file mode 100644 index 0000000000..791ef2f6ab --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700-4.tmpl @@ -0,0 +1,34 @@ + + +UNIMARC constructeur champ 700-4 + + +

Sélectionnez la valeur pour le champ 700 $4. Elle sera automatiquement reportée dans la zone 700 $8 qui suit.

+
+ + + + + +
Code date publication +
+
+ + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700_701_702.tmpl b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700_701_702.tmpl new file mode 100644 index 0000000000..b5771af45b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/value_builder/unimarc_field_700_701_702.tmpl @@ -0,0 +1,65 @@ + + +Personal Authorities builder + + +
+ +
+

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

+ +
+ + + "> + + "> + +
+ +
+ + "> + + insert a new authority : "> + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl b/koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl new file mode 100644 index 0000000000..7dbf785b12 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl @@ -0,0 +1,39 @@ + + + + "> + +

Z3950 Search Results

+ + + + + + + + + + + + + "> + + + + + + + + + +
Bibliographic Records Found
TitleAuthorISBNcoming from  
+ )">Import this biblio
Nothing found
+

Still requests to go

+ + -- 2.39.5