From c4b132e15db683919c8ab5cec1492373b490cf99 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 23 May 2007 16:16:55 +0000 Subject: [PATCH] french translation --- .../opac-tmpl/prog/en/includes/navigation.inc | 40 +- koha-tmpl/opac-tmpl/prog/en/includes/opac.css | 13 +- koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl | 12 +- .../prog/fr/includes/amazonimages.js | 15 + .../opac-tmpl/prog/fr/includes/basket.js | 373 +++ .../opac-tmpl/prog/fr/includes/colors.css | 418 ++++ .../opac-tmpl/prog/fr/includes/colors.npl.css | 404 ++++ .../includes/doc-head-close-basket-print.inc | 21 + .../fr/includes/doc-head-close-basket.inc | 32 + .../fr/includes/doc-head-close-results.inc | 31 + .../prog/fr/includes/doc-head-close.inc | 43 + .../prog/fr/includes/doc-head-close.inc~ | 43 + .../prog/fr/includes/doc-head-open.inc | 5 + .../opac-tmpl/prog/fr/includes/favicon.ico | Bin 0 -> 1406 bytes koha-tmpl/opac-tmpl/prog/fr/includes/main.js | 9 + .../prog/fr/includes/masthead-basic.inc | 15 + .../opac-tmpl/prog/fr/includes/masthead.inc | 11 + .../prog/fr/includes/masthead_adv.inc | 21 + .../opac-tmpl/prog/fr/includes/navigation.inc | 56 + .../prog/fr/includes/opac-basket-bottom.inc | 14 + .../prog/fr/includes/opac-bottom.inc | 10 + .../prog/fr/includes/opac-facets.inc | 18 + koha-tmpl/opac-tmpl/prog/fr/includes/opac.css | 359 +++ .../opac-tmpl/prog/fr/includes/opac.css~ | 356 +++ .../opac-tmpl/prog/fr/includes/print.css | 211 ++ .../opac-tmpl/prog/fr/includes/sanop.css | 2013 +++++++++++++++++ .../opac-tmpl/prog/fr/includes/script.js | 66 + .../opac-tmpl/prog/fr/includes/usermenu.inc | 13 + koha-tmpl/opac-tmpl/prog/fr/kohaerror.tmpl | 10 + .../opac-tmpl/prog/fr/opac-ISBDdetail.tmpl | 138 ++ .../opac-tmpl/prog/fr/opac-MARCdetail.tmpl | 146 ++ koha-tmpl/opac-tmpl/prog/fr/opac-account.tmpl | 48 + .../prog/fr/opac-addbookbybiblionumber.tmpl | 61 + .../opac-tmpl/prog/fr/opac-advsearch.tmpl | 459 ++++ koha-tmpl/opac-tmpl/prog/fr/opac-auth.tmpl | 46 + .../prog/fr/opac-authorities-home.tmpl | 69 + .../prog/fr/opac-authoritiesdetail.tmpl | 23 + .../fr/opac-authoritiessearchresultlist.tmpl | 77 + koha-tmpl/opac-tmpl/prog/fr/opac-basket.tmpl | 220 ++ koha-tmpl/opac-tmpl/prog/fr/opac-browser.tmpl | 36 + koha-tmpl/opac-tmpl/prog/fr/opac-detail.tmpl | 317 +++ .../opac-tmpl/prog/fr/opac-detailprint.tmpl | 85 + .../opac-tmpl/prog/fr/opac-dictionary.tmpl | 142 ++ .../prog/fr/opac-full-serial-issues.tmpl | 75 + koha-tmpl/opac-tmpl/prog/fr/opac-main.tmpl | 146 ++ koha-tmpl/opac-tmpl/prog/fr/opac-passwd.tmpl | 43 + .../opac-tmpl/prog/fr/opac-readingrecord.tmpl | 36 + .../prog/fr/opac-recacquisitions.tmpl | 40 + koha-tmpl/opac-tmpl/prog/fr/opac-reserve.tmpl | 142 ++ koha-tmpl/opac-tmpl/prog/fr/opac-results.tmpl | 320 +++ koha-tmpl/opac-tmpl/prog/fr/opac-review.tmpl | 37 + .../opac-tmpl/prog/fr/opac-sendbasket.tmpl | 47 + .../prog/fr/opac-sendbasketform.tmpl | 44 + .../opac-tmpl/prog/fr/opac-serial-issues.tmpl | 88 + koha-tmpl/opac-tmpl/prog/fr/opac-shelves.tmpl | 251 ++ .../opac-tmpl/prog/fr/opac-showreviews.tmpl | 23 + .../opac-tmpl/prog/fr/opac-suggestions.tmpl | 109 + .../opac-tmpl/prog/fr/opac-tags_subject.tmpl | 20 + .../opac-tmpl/prog/fr/opac-topissues.tmpl | 93 + koha-tmpl/opac-tmpl/prog/fr/opac-user.tmpl | 183 ++ .../opac-tmpl/prog/fr/opac-userdetails.tmpl | 79 + .../opac-tmpl/prog/fr/opac-userupdate.tmpl | 39 + 62 files changed, 8287 insertions(+), 27 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/amazonimages.js create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/basket.js create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/colors.css create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/colors.npl.css create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket-print.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-results.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc~ create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-open.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/favicon.ico create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/main.js create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/masthead-basic.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/masthead.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/masthead_adv.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/navigation.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/opac-basket-bottom.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/opac-bottom.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/opac-facets.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/opac.css create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/opac.css~ create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/print.css create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/sanop.css create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/script.js create mode 100644 koha-tmpl/opac-tmpl/prog/fr/includes/usermenu.inc create mode 100644 koha-tmpl/opac-tmpl/prog/fr/kohaerror.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-ISBDdetail.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-MARCdetail.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-account.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-addbookbybiblionumber.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-advsearch.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-auth.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-authorities-home.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-authoritiesdetail.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-authoritiessearchresultlist.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-basket.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-browser.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-detail.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-detailprint.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-dictionary.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-full-serial-issues.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-main.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-passwd.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-readingrecord.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-recacquisitions.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-reserve.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-results.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-review.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-sendbasket.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-sendbasketform.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-serial-issues.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-shelves.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-showreviews.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-suggestions.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-tags_subject.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-topissues.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-user.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-userdetails.tmpl create mode 100644 koha-tmpl/opac-tmpl/prog/fr/opac-userupdate.tmpl diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc b/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc index e596337f83..edb5254c59 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/navigation.inc @@ -32,25 +32,27 @@
- - User Info -
  • Logged in as:
  • -
  • Log Out
  • - -
    -
  • - - -
  • -
  • - - -
  • -
  • - -
  • -
    - +
    + + User Info +
  • Logged in as:
  • +
  • Log Out
  • + +
    +
  • + + +
  • +
  • + + +
  • +
  • + +
  • +
    + +
    diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/opac.css b/koha-tmpl/opac-tmpl/prog/en/includes/opac.css index 05ed3bb0e4..faa5c27be3 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/includes/opac.css @@ -136,7 +136,7 @@ tr.highlight td, tr.highlight th { /* The image on the top-left (the logo) */ #masthead-image { position:fixed; - padding-left:30px; + padding-left:0px; padding-top:0px; } #masthead-image img { @@ -202,7 +202,16 @@ tr.highlight td, tr.highlight th { width:5em; } +#login { + font-size:0.9em; +} +#login input { + font-size:0.8em; +} /* the user menu, for user option (and biblio detail view) */ +#usermenu { + float:right; +} #usermenu a { background-color : #EEC95A; color : #FFFFFF; @@ -212,7 +221,7 @@ tr.highlight td, tr.highlight th { margin:0px 5px 0px 0px; padding:2px 5px 2px 5px; text-decoration:none; - display: inline; + display: block; white-space: nowrap; } #usermenu a:hover { diff --git a/koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl index 0757bb3896..3eb7d1aee7 100644 --- a/koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/opac-results.tmpl @@ -204,17 +204,17 @@ Error :

    "> - - + + "> - - + + "> - - + +

    diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/amazonimages.js b/koha-tmpl/opac-tmpl/prog/fr/includes/amazonimages.js new file mode 100644 index 0000000000..20f7126755 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/amazonimages.js @@ -0,0 +1,15 @@ +// http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html +function verify_images() { + for (var i = 0; i < document.images.length; i++) { + img = document.images[i]; + if ((img.src.indexOf('images.amazon.com') >= 0) || (img.src.indexOf('g-images.amazon.com') >=0)) { + w = img.width; + h = img.height; + if ((w == 1) || (h == 1)) { + img.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif'; + } else if ((img.complete != null) && (!img.complete)) { + img.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif'; + } + } + } +} diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/basket.js b/koha-tmpl/opac-tmpl/prog/fr/includes/basket.js new file mode 100644 index 0000000000..ece26ecc67 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/basket.js @@ -0,0 +1,373 @@ +////////////////////////////////////////////////////////////////////////////// +// BASIC FUNCTIONS FOR COOKIE MANGEMENT // +////////////////////////////////////////////////////////////////////////////// + +var CGIBIN = "/cgi-bin/koha/"; + + +var nameCookie = "bib_list"; +var valCookie = readCookie(nameCookie); + +if(valCookie){ + var arrayRecords = valCookie.split("/"); + if(arrayRecords.length > 0){ + var basketcount = " ("+(arrayRecords.length-1)+")"; + } else { + var basketcount = ""; + } +} else { + var basketcount = ""; +} + +function writeCookie(name, val, wd) { + if (wd) { + parent.opener.document.cookie = name + "=" + val; + } + else { + parent.document.cookie = name + "=" + val; + } +} + +function readCookieValue (str, val_beg) { + var val_end = str.indexOf(";", val_end); + if (val_end == -1) + val_end = str.length; + return str.substring(val_beg, val_end); +} + +function readCookie(name, wd) { + var str_name = name + "="; + var str_len = str_name.length; + var str_cookie = ""; + if (wd) { + str_cookie = parent.opener.document.cookie; + } + else { + str_cookie = parent.document.cookie; + } + // fixed - getting the part of the basket that is bib_list + var cookie_parts = str_cookie.split(";"); + for(var i=0;i < cookie_parts.length;i++) { + var c = cookie_parts[i]; + while (c.charAt(0)==' ') c = c.substring(1,c.length); + if(c.indexOf(str_name) == 0) return c.substring(str_name.length,c.length); + } + return null; +} + +function delCookie(name) { + var exp = new Date(); + exp.setTime(exp.getTime()-1); + parent.opener.document.cookie = name + "=null; expires=" + exp.toGMTString(); +} + +/////////////////////////////////////////////////////////////////// +// SPECIFIC FUNCTIONS USING COOKIES // +/////////////////////////////////////////////////////////////////// + +function openBasket() { + var strCookie = ""; + var nameCookie = "bib_list"; + var valCookie = readCookie(nameCookie); + if ( valCookie ) { + strCookie = nameCookie + "=" + valCookie; + } + + if ( strCookie ) { + var iW = 820; + var iH = 450; + var optWin = "dependant=yes,status=yes,scrollbars=yes,resizable=yes,toolbar=no,adressbar=no,height="+iH+",width="+iW; + var loc = CGIBIN + "opac-basket.pl?" + strCookie; + var basket = open(loc, "basket", optWin); + if (window.focus) {basket.focus()} + } + else { + alert(MSG_BASKET_EMPTY); + } +} + +function addRecord(val, selection,NoMsgAlert) { + var nameCookie = "bib_list"; + var valCookie = readCookie(nameCookie); + var write = 0; + + if ( ! valCookie ) { // empty basket + valCookie = val + '/'; + write = 1; + updateBasket(1,document); + } + else { + // is this record already in the basket ? + var found = false; + var arrayRecords = valCookie.split("/"); + for (var i = 0; i < valCookie.length - 1; i++) { + if (val == arrayRecords[i]) { + found = true; + break; + } + } + if ( found ) { + if (selection) { + return 0; + } + if (! NoMsgAlert ) { + alert(MSG_RECORD_IN_BASKET); + } + } + else { + valCookie += val + '/'; + write = 1; + updateBasket(arrayRecords.length,document); + } + } + + if (write) { + writeCookie(nameCookie, valCookie); + if (selection) { // when adding a selection of records + return 1; + } + if (! NoMsgAlert ) { + alert(MSG_RECORD_ADDED); + } + } +} + +function SelectAll(){ + if(document.bookbag_form.biblionumber.length > 0) { + for (var i=0; i < document.bookbag_form.biblionumber.length; i++) { + if (document.bookbag_form.select_all.checked) { + document.bookbag_form.biblionumber[i].checked=true; + } else { + document.bookbag_form.biblionumber[i].checked=false; + } + } + } +} + +function addMultiple(){ + var c_value = ""; + if(document.bookbag_form.biblionumber.length > 0) { + for (var i=0; i < document.bookbag_form.biblionumber.length; i++) { + if (document.bookbag_form.biblionumber[i].checked) { + c_value = c_value + document.bookbag_form.biblionumber[i].value + "/"; + } + } + addSelRecords(c_value); + } else { + c_value = c_value + document.bookbag_form.biblionumber.value + "/"; + addSelRecords(c_value); + } +} + +function addSelToShelf() { + var items = document.getElementById('records').value; + document.location = "/cgi-bin/koha/opac-addbookbybiblionumber.pl?biblionumber="+items; +} + +function addSelRecords(valSel) { // function for adding a selection of biblios to the basket + // from the results list + var arrayRecords = valSel.split("/"); + var i = 0; + var nbAdd = 0; + for (i=0;i nbAdd) { + msg = nbAdd+" "+MSG_NRECORDS_ADDED+", "+(i-nbAdd)+" "+MSG_NRECORDS_IN_BASKET; + } + else { + msg = nbAdd+" "+MSG_NRECORDS_ADDED; + } + } + else { + if (i < 1) { + msg = MSG_NO_RECORD_SELECTED; + } + else { + msg = MSG_NO_RECORD_ADDED+" ("+MSG_NRECORDS_IN_BASKET+") !"; + } + } + alert(msg); +} + + +function selRecord(num, status) { + var str = document.myform.records.value + if (status){ + str += num+"/"; + } + else { + str = delRecord(num, str); + } + + document.myform.records.value = str; +} + +function delSelRecords() { + var recordsSel = 0; + var end = 0; + var nameCookie = "bib_list"; + var valCookie = readCookie(nameCookie, 1); + + if (valCookie) { + var str = document.myform.records.value; + if (str.length > 0){ + recordsSel = 1; + var str2 = valCookie; + while (!end){ + s = str.indexOf("/"); + if (s>0){ + num = str.substring(0, s) + str = delRecord(num,str); + str2 = delRecord(num,str2); + } else { + end = 1; + } + } + + if (str2.length == 0) { // equivalent to emptying the basket + var rep = false; + rep = confirm(MSG_CONFIRM_DEL_BASKET); + if (rep) { + delCookie(nameCookie); + document.location = "about:blank"; + updateBasket(0,top.opener.document); + window.close(); + } else { + return; + } + } else { + writeCookie(nameCookie, str2, 1); + } + } + } + + if (recordsSel) { + var strCookie = ""; + var nameCookie = "bib_list"; + var valCookie = readCookie(nameCookie, 1); + strCookie = nameCookie + "=" + valCookie; + var arrayRecords = valCookie.split("/"); + updateBasket(arrayRecords.length-1,top.opener.document); + document.location = CGIBIN + "opac-basket.pl?" + strCookie; + } + else { + alert(MSG_NO_RECORD_SELECTED); + } +} + +function delRecord (n, s) { + var re = /\d/; + var aux = s; + var found = 0; + var pos = -1; + + while (!found) { + pos = aux.indexOf(n, pos+1); + var charAfter = aux.charAt(pos+n.length); // character right after the researched string + if (charAfter.match(re)) { // record number inside another one + continue; + } + else { // good record number + aux = s.substring(0, pos)+ s.substring(pos+n.length+1, s.length); + s = aux; + found = 1; + } + } + + return s; +} + + +function delBasket() { + var nameCookie = "bib_list"; + + var rep = false; + rep = confirm(MSG_CONFIRM_DEL_BASKET); + if (rep) { + delCookie(nameCookie); + document.location = "about:blank"; + updateBasket(0,top.opener.document); + window.close(); + } +} + + +function quit() { + if (document.myform.records.value) { + var rep = false; + rep = confirm(MSG_CONFIRM_DEL_RECORDS); + if (rep) { + delSelRecords(); + } + } + updateBasket(arrayRecords.length-1,top.opener.document); + window.close(); +} + +function sendBasket() { + var nameCookie = "bib_list"; + var valCookie = readCookie(nameCookie); + var strCookie = nameCookie + "=" + valCookie; + + var loc = CGIBIN + "opac-sendbasket.pl?" + strCookie; + + var optWin="dependant=yes,scrollbars=no,resizable=no,height=300,width=400,top=50,left=100"; + var win_form = open(loc,"win_form",optWin); +} + +function printBasket() { + var loc = document.location + "&print=1"; + document.location = loc; +} + +function showMore() { + var strCookie = ""; + + var nameCookie = "bib_list"; + var valCookie = readCookie(nameCookie); + if (valCookie) { + strCookie = nameCookie + "=" + valCookie; + } + var loc = CGIBIN + "opac-basket.pl?" + strCookie + "&verbose=1"; + document.location = loc; +} + +function showLess() { + var strCookie = ""; + + var nameCookie = "bib_list"; + var valCookie = readCookie(nameCookie); + if (valCookie) { + strCookie = nameCookie + "=" + valCookie; + } + var loc = CGIBIN + "opac-basket.pl?" + strCookie + "&verbose=0"; + document.location = loc; +} + +function updateBasket(updated_value,target) { + if(typeof document.getElementById != "undefined") { + target.getElementById('basket').innerHTML = " ("+updated_value+")"; + } else if (typeof document.layers != "undefined") { + target.layers['basket'].open(); + target.layers['basket'].write(" ("+updated_value+")"); + target.layers['basket'].close(); + } else if(typeof document.all != "undefined" && typeof +document.getElementById == "undefined") { + target.all['basket'].innerHTML = " ("+updated_value+")"; + } +} + +function openBiblio(dest,biblionumber) { + openerURL=dest+"?biblionumber="+biblionumber; + opener.document.location = openerURL; + opener.focus(); +} diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/colors.css b/koha-tmpl/opac-tmpl/prog/fr/includes/colors.css new file mode 100644 index 0000000000..65db541668 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/colors.css @@ -0,0 +1,418 @@ +/* COLORS, BACKGROUNDS, AND BORDERS */ + +a { + color : #006699; +} + +a:active { + color : #990033; +} + +a:visited { + color : #006699; +} + +a:hover { + color : #990033; +} + +a:link.current { + background-color : transparent; + color : #3366CC; +} + +a:hover.current { + background-color : #CCFF00; + color : #CC3333; +} + +a:visited.current { + background-color : transparent; + color : #3366CC; +} + +a:active.current { + background-color : #99CC00; + color : #FFFF99; +} + +a:link.nav { + background-color : #EFF1DC; + border : 1px solid #CCCC99; + color : #3366CC; +} + +a:hover.nav { + background-color : #FFFFCC; + border : 1px solid #CCCC99; + color : #CC3333; +} + +a:active.nav { + background-color : #FFFFCC; + border : 1px solid #CCCC99; + color : #D25500; +} + +a:visited.nav { + background-color : #EFF1DC; + border : 1px solid #CCCC99; + color : #3366CC; +} + +.menu a:link.logout { + background-color : #FFDD75; + color : Black; +} + +.menu a:active.logout { + background-color : #FFDD75; + color : Black; +} + + +.menu a:visited.logout { + background-color : #FFDD75; + color : Black; +} + +.menu a:hover.logout { + background-color : #FFCC33; + color : Black; +} + +body { + background-color : #FFFFFF; +} + +caption { + color : #000066; +} + +div.form, div.details { + background-color : #FFFFFF; +} + +h1,h2,h3,h4,h5,h6 { + color : #000066; +} + +h1.logo { + color : #D3DFAD; +} + +p.error, div.error { + background-color : #FFFFCC; + border : 1px dashed #cc6600; +} + +div.error h3 { + color : #990000; +} + +table { + background-color : #ffffff; +} + +td { + border-bottom : 1px solid #DDDDDD; + border-right : 1px solid #DDDDDD; +} + +th { + background-color : #EFF1DC; + border-bottom : 1px solid #CCCCCC; + border-right : 1px solid #CCCCCC; +} + +th[scope="row"] { + background-color : #E7E7CA; +} + +tr.highlight th[scope="row"] { + background-color : #EEEEEE; +} + +th:last-child { + background-color : #EFF1DC; + border-bottom : 1px solid #CCCCCC; + border-right : 0 solid #CCCCCC; +} + +td.input, div.form td, div.details td { + border-bottom : 1px solid #CCCCCC; + border-left : 0; + border-right : 0; + color : #000000; +} + +td.label, div.form th, div.details th { + background-color : #FFF; + border-bottom : 1px solid #CCCCCC; + border-left : 1px solid #CCCCCC; + border-right : 0; + border-top : 0; + color : #000088; +} + +td.label { + border-bottom : 1px solid #CCCCCC; + border-left : 1px solid #CCCCCC; + color : #000088; +} + +td:last-child { + border-bottom : 1px solid #CCCCCC; + border-right : 0 solid #CCCCCC; +} + +tr.highlight { + background-color : #F8F8EB; +} + +.content-block { + background-color : #FFFFFF; +} + +.current { + background-color : #FFFFFF; + color : #3366CC; +} + +.further { + color: #CCCC99; + border: 2px solid #DDDED3; + background-color : #EEEEEB; +} + +.further h4 { + background-color : #D8DEB8; +} + +.further li { + border-bottom : 1px solid #DDDED3; + } + +.detail-sidebar { + background-color : #EEEEEB; +} + +.operations li a, .operations li a:visited { + border: 2px solid #D8DEB8; + color: #FFFFCC; + background-color : #6699CC; +} + +.operations li a:hover { + color: #FFFF99; + background-color: #0099FF; +} + +.operations li a:active { + color: : #FFFF99; + background-color: #0099FF; +} + +.loggedin { + color : #D8DEB8; +} + +.marctag { + color : #000000; + background-color : #E7E7CA; +} + +.marcsubfieldletter { + background-color: #EFF1DC; +} + +.marcsubfieldname { + background-color: #EFF1DC; +} + +.subfield { + background-color: #EFF1DC; +} + +.subfieldvalue { + background-color : #FFFFFF; +} + +.menu { + color : #000000; +} + +#members a { + text-decoration : none; +} + +.menu a:link, #members a:link { + color : #0099CC; +} + +.menu a:visited, #members a:visited { + color : #0099CC; +} + +.menu a:hover, #members a:hover { + color : #990000; +} + +.menu a:active, #members a:active { + color : #990000; +} + +.opac-detail { + background-color : #FFFFCC; +} + +em.new { + color : #CC3333; +} + +.note { + background-color : #EEEEEB; + border-left : 1px solid #DDDED3; + border-top : 1px solid #DDDED3; + border-right : 1px solid #DDDED3; + border-bottom : 1px solid #DDDED3; +} +.opac-detail dd { + border-bottom : 1px solid #E7E7CA; + color : #000000; +} + +.submit { + background-color : #6699CC; + color : #FFFFCC; +} + +input.icon { + background-color : #6699CC; + color : #FFFFCC; +} + +#footer { + border-top : 1px solid #EEEEEE; +} + +#main { + background-color : transparent; + border-right : 1px solid #EEEEEE; +} + +#window { + background-color : #E7E7CA; + border-left : 1px solid #CCCC99; +} + +#masthead { + background-color : White; + border-bottom : 1px solid #EEEEEE; +} + +#nav { + background-color : #EFF1DC; +} + +#nav ul li { + background-color : #EFF1DC; /*width : 100%;*/ + border-bottom : 1px solid #CCCC99; + border-left : 0 solid #FFFFCC; + border-right : 0 solid #006699; + border-top : 0 solid #FFFFCC; +} + +#nav ul li+li { + border-bottom : 1px solid #CCCC99; + border-left : 0 solid #FFFFCC; + border-right : 0 solid #006699; +} + +#nav li ul li { + background-color : #E7E7CA; + border-bottom : 1px solid #D8DEB8; + border-left : 0 solid #FFFFCC; + border-right : 0 solid #006699; + border-top : 0 solid #FFFFCC; +} + +#nav li ul li a { + color: Blue; +} + +#nav li ul li a:link { + color: #359; +} + +#nav li ul li a:visited { + color: #359; +} + +#nav li ul li a:hover { + color: #CC3333; +} + +#results, .results { + color : #000066; +} + +#sidebar { + background-color : #F8F8EB; + border : 1px dashed #666666; +} + +#sidebar h3 { + color : #000066; +} + +#sidebar .submit { + background-color : #6699CC; + color : #FFFFCC; +} + +#search-sidebar { + background-color : #F8F8EB; +} + +.sidebar-box { + border : 1px dashed #cccccc; +} + +.issued { + color : #999999; +} + +tr.overdue td { + background-color : #fea7a7; +} + +td.overdue { + color : #cc0000; +} + + +#members { + background-color : transparent; + border : 0px dashed #666666; + color : #000066; + } + +#members a.logout { + background-color : #FFDD75; + color : Black; +} + +#members a:hover.logout { + background-color : #FFCC33; +} + +.loggedinusername { + color : #666666; +} + +/* Amazon CSS Stuff */ + +#itemReviews dt { + border-bottom: 1px solid #ddd; +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/colors.npl.css b/koha-tmpl/opac-tmpl/prog/fr/includes/colors.npl.css new file mode 100644 index 0000000000..786316ec5b --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/colors.npl.css @@ -0,0 +1,404 @@ +/* COLORS, BACKGROUNDS, AND BORDERS */ + +a { + color : #006699; +} + +a:active { + color : #990033; +} + +a:visited { + color : #006699; +} + +a:hover { + color : #990033; +} + +a:link.current { + background-color : transparent; + color : #3366CC; +} + +a:hover.current { + background-color : #CCFF00; + color : #CC3333; +} + +a:visited.current { + background-color : transparent; + color : #3366CC; +} + +a:active.current { + background-color : #99CC00; + color : #FFFF99; +} + +a:link.nav { + background-color : #FFFFCC; + color : #3366CC; +} + +a:hover.nav { + background-color : #CCFF00; + color : #CC3333; +} + +a:active.nav { + background-color : #99CC00; + color : #FFFF99; +} + +a:visited.nav { + background-color : #FFFFCC; + color : #3366CC; +} + +.menu a:link.logout { + background-color : #FFDD75; + color : Black; +} + +.menu a:active.logout { + background-color : #FFDD75; + color : Black; +} + + +.menu a:visited.logout { + background-color : #FFDD75; + color : Black; +} + +.menu a:hover.logout { + background-color : #FFCC33; + color : Black; +} + +body { + background-color : #339999; +} + +caption { + color : #000066; +} + +div.form, div.details { + background-color : #FFFFCC; +} + +h1,h2,h3,h4,h5,h6 { + color : #000066; +} + + +h1.logo { + color : #D3DFAD; +} + +p.error, div.error { + background-color : #FFFFCC; + border : 1px dashed #cc6600; +} + +div.error h3 { + color : #990000; +} + +table { + background-color : #FFFFCC; + border-collapse : collapse; +} + +td { + border-bottom : 1px solid #E7E7CA; + border-right : 1px solid #E7E7CA; +} + +th { + background-color : #D8DEB8; + border-bottom : 1px solid #000000; + border-right : 1px solid #000000; +} + +th:last-child { + background-color : #D8DEB8; + border-bottom : 1px solid #000000; +} + +th[scope="row"] { + background-color : #E7E7CA; +} + +tr.highlight th[scope="row"] { + background-color : #EFF1DC; +} + +td.input, div.form td, div.details td { + border-bottom : 1px solid #E7E7CA; + border-left : 0; + border-right : 0; + color : #000000; +} + +td.label, div.form th, div.details th { + background-color : #FFC; + border-bottom : 1px solid #E7E7CA; + border-left : 1px solid #E7E7CA; + color : #000088; +} + +td.label { + border-bottom : 1px solid #E7E7CA; + border-left : 1px solid #E7E7CA; + color : #000088; +} + +td:last-child { + border-bottom : 1px solid #E7E7CA; + border-right : 0 solid #E7E7CA; +} + +tr.highlight { + background-color : #FFFFFF; +} + +.content-block { + background-color : #FFFFCC; +} + +.current { + background-color : #FFFFFF; + color : #3366CC; +} + + +.further { + color: #CCCC99; + border: 2px solid #D8DEB8; + background-color : #E7E7CA; +} + +.further h4 { + background-color : #D8DEB8; +} + +.further li { + border-bottom : 1px solid #CCCC99; + } + +.detail-sidebar { + background-color : #E7E7CA; +} + +.operations li a, .operations li a:visited { + border: 2px solid #D8DEB8; + color: #E7E7CA; + background-color : #CC6600; +} + +.operations li a:hover { + color: #FFFFCC; + background-color: #FF9933; +} + +.operations li a:active { + color: : #FFFFCC; + background-color: #FF9933; +} + +.loggedin { + color : #D8DEB8; +} + +.marctag { + color : #000000; + background-color : #E7E7CA; +} + +.marcsubfieldletter { + background-color: #EFF1DC; +} + +.marcsubfieldname { + background-color: #FFFFCC; +} + +.subfield { + background-color: #FFFFCC; +} + +.subfieldvalue { + background-color : #FFFFFF; +} + +.menu { + color : #CCCC99; +} + +.menu a:link, #members a:link { + color : #CCFF66; +} + +.menu a:visited, #members a:visited { + color : #CCFF66; +} + +.menu a:hover, #members a:hover { + color : #FFFFCC; +} + +.menu a:active, #members a:active { + color : #FFFFCC; +} + +.opac-detail { + background-color : #FFFFCC; +} + +em.new { + color : #CC3333; +} + +.note { + background-color : #E7E7CA; + border-left : 1px solid #FFFFCC; + border-top : 1px solid #FFFFCC; + border-right : 1px solid #999900; + border-bottom : 1px solid #999900; +} + +.opac-detail dd { + border-bottom : 1px solid #E7E7CA; + color : #000000; +} + +.submit { + background-color : #CC6600; + color : #FEEDDB; +} + +input.icon { + background-color : #CC6600; + color : #FEEDDB; +} + +#footer { + border-top : 1px solid #000000; +} + +#main { + background-color : #CCCC99; + border-left : 1px solid #CCCC99; +} + +#window { + background-color : #CCCC99; + border-left : 1px solid #CCCC99; +} + +#masthead { + background-color : #339999; +} + +#nav { + background-color : #CCCC99; +} + +#nav ul li { + background-color : #D8DEB8; /*width : 100%;*/ + border-bottom : 1px solid #CCCC99; + border-left : 0 solid #FFFFCC; + border-right : 0 solid #006699; + border-top : 0 solid #FFFFCC; +} + +#nav ul li+li { + border-bottom : 1px solid #CCCC99; + border-left : 0 solid #FFFFCC; + border-right : 0 solid #006699; +} + +#nav li ul li { + background-color : #E7E7CA; + border-bottom : 1px solid #D8DEB8; + border-left : 0 solid #FFFFCC; + border-right : 0 solid #006699; + border-top : 0 solid #FFFFCC; +} + +#nav li ul li a { + color: Blue; +} + +#nav li ul li a:link { + color: #359; +} + +#nav li ul li a:visited { + color: #359; +} + +#nav li ul li a:hover { + color: #CC3333; +} + +#results, .results { + color : #000066; +} + +#sidebar { + background-color : #EFF1DC; + border : 1px dashed #CCCC99; +} + +#sidebar h3 { + color : #000066; +} + +#sidebar .submit { + background-color : #CC6600; + color : #FEEDDB; +} + +#search-sidebar { + background-color : #FFFFCC; +} + +.sidebar-box { + border : 1px dashed #CCCC99; +} + +.issued { + color : #999999; +} + +.overdue { + color : #cc0000; +} + +#members { + background-color : #339999; + border : 0px dashed #666666; + color : #000066; + } + +#members a.logout { + background-color : #FFDD75; + color : Black; +} + +#members a:hover.logout { + background-color : #FFCC33; +} + +.loggedinusername { + color : #D8DEB8; +} + +#itemReviews dt { + border-bottom: 1px solid #ddd; +} + diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket-print.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket-print.inc new file mode 100644 index 0000000000..f7f8f7dffd --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket-print.inc @@ -0,0 +1,21 @@ + + +/includes/favicon.ico" type="image/x-icon" /> + + + + + + + + + + + \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket.inc new file mode 100644 index 0000000000..63f3b56c96 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-basket.inc @@ -0,0 +1,32 @@ + + + +/includes/favicon.ico" type="image/x-icon" /> + + + + + + /includes/" /> + + /includes/opac.css" /> + + + + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-results.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-results.inc new file mode 100644 index 0000000000..33763ffb44 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close-results.inc @@ -0,0 +1,31 @@ + + + +/includes/favicon.ico" type="image/x-icon" /> +?count=10&startPage=1" /> +/includes/" /> + + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc new file mode 100644 index 0000000000..d26deebccc --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc @@ -0,0 +1,43 @@ + + + + /opac-rss.pl?q="> + + + + + + /includes/" /> + + /includes/opac.css" /> + + + + + + + + + + + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc~ b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc~ new file mode 100644 index 0000000000..88ea369462 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-close.inc~ @@ -0,0 +1,43 @@ + + + + /opac-rss.pl?q="> + + + + + + /includes/" /> + + /includes/opac.css" /> + + + + + + + + + + + + + + + + + + diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-open.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-open.inc new file mode 100644 index 0000000000..90770a40c3 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/doc-head-open.inc @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/favicon.ico b/koha-tmpl/opac-tmpl/prog/fr/includes/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..586bd559d9cd6d67a69a1e0f5b96cc7a1b95ca46 GIT binary patch literal 1406 zcmeH`J&#gB6o#Mcdf62fk=5&>a$VQ2tDr8dvVLy@KZ1gW4ht&6KOlqvJ&84;0ct8b zLT5stAc2AcC`f4dNFYGM^)3Qon{DjOzLPUK&zUos%sUwnv|%)&&3pV5K>`#lv=WC} zoYybY$?souyIp)fAHiUd;c&=cFu-cH5{X2Z&*v-_3!>2|Hk*xHF2`&(V=|dAolXgd z!?@jUMxzm}R*O_BMKYPB)9GNh+i5nN`2BuFQN&;{P%f9z>2zc=8H&Xsi9~{YK2N1m zp-?Cg2n1-i+l<F!yk0M6vl)xULa9`u-|rKP#R!E$I2;bD)hZ^FiCV3OAP6)X4YJuR zilWf#^>DddNRoss%cRq3JRT46c$|8@j??M9%$BRQD+m5-2UJx(|1%e*6}Kb^8hrb% z*Z(*;+t<=1?>J9SKYjl4b<M~2W5>w{_2Zgt^4oXsjT)``Un#HOSeN*Bzy3KdUT(2! zk)IqsJ$kn8S05Zm=7*0SZ`gR(w14luv|;_tTenrioeitH-Mt$ct<F=g?QmV(;$^zx Li?<d2^@0BY<gf51 literal 0 HcmV?d00001 diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/main.js b/koha-tmpl/opac-tmpl/prog/fr/includes/main.js new file mode 100644 index 0000000000..2a8b6c934c --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/main.js @@ -0,0 +1,9 @@ +// one window.onload to rule them all + +window.onload=kohajs; + +// check to see if functions exist before loading them +function kohajs() { + if ( typeof window.verify_images == "function" ) verify_images(); +} + diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/masthead-basic.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/masthead-basic.inc new file mode 100644 index 0000000000..a12d20490d --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/masthead-basic.inc @@ -0,0 +1,15 @@ +<div id="masthead"> + +<h1 id="libraryname"><a href="/cgi-bin/koha/opac-main.pl"><!-- TMPL_VAR NAME="LibraryName" --></a></h1> +<div id="members"> + <ul><!-- TMPL_IF NAME="opacbookbag" --><li><a href="/cgi-bin/koha/opac-basket.pl" onclick="openBasket(); return false;" title='Un "panier" pour vos sélections'><img border="0" src="<!-- TMPL_VAR NAME="themelang">/images/cart-small.gif"> Panier<span id="basket"><script language="javascript" type="text/javascript">if(basketcount){ document.write(basketcount) };</script></span></a></li><!-- /TMPL_IF --><!--TMPL_IF NAME="virtualshelves" --><li><a href="/cgi-bin/koha/opac-shelves.pl">Vos étagères virtuelles</a></li><!-- /TMPL_IF --><!-- TMPL_IF NAME="loggedinusername" --><li><a href="/cgi-bin/koha/opac-user.pl">Votre compte</a></li><!-- /TMPL_IF --><!-- TMPL_IF NAME="loggedinusername" --><li><span class="members">Connecté en tant que <span class="loggedinusername"><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --><!-- /TMPL_LOOP --></span></span></li><li><a class="logout" href="/cgi-bin/koha/opac-logout.pl">Déconnexion</a></li><!-- TMPL_ELSE --><li><a href="/cgi-bin/koha/opac-user.pl">Votre compte</a></li><!-- /TMPL_IF --> + </ul> +</div> +<div class="menu"> +</div> +</div> + +<!-- TMPL_IF NAME="opaclanguagesdisplay" --><div id="languages"> + <ul> + <!-- TMPL_LOOP NAME="languages" --><li><a href="/cgi-bin/koha/changelanguage.pl?language=<!-- TMPL_VAR NAME="language" -->"><!-- TMPL_VAR NAME="label" --></a> </li><!-- /TMPL_LOOP --> + </ul></div><!-- /TMPL_IF --> \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/masthead.inc new file mode 100644 index 0000000000..65f0e09a7c --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/masthead.inc @@ -0,0 +1,11 @@ +<div id="masthead-image"> + <!-- TMPL_IF NAME="opacsmallimage" --> + <img alt="<!-- TMPL_VAR NAME="LibraryName" -->" src="<!-- TMPL_VAR NAME="opacsmallimage" -->" /> + <!-- TMPL_ELSE --> + <img src="/opac-tmpl/<!-- TMPL_VAR name="theme" -->/images/koha-logo-blue.png" alt="logo Koha"> + + <!-- /TMPL_IF --> +</div> +<div id="masthead"> + <!-- TMPL_VAR NAME="LibraryName" --> +</div> diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/masthead_adv.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/masthead_adv.inc new file mode 100644 index 0000000000..0f581fd44f --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/masthead_adv.inc @@ -0,0 +1,21 @@ +<div id="masthead"> +<h1><!-- TMPL_IF NAME="opacsmallimage" --><img alt="<!-- TMPL_VAR NAME="LibraryName" -->" src="<!-- TMPL_VAR NAME="opacsmallimage" -->" /><!-- /TMPL_IF -->Recherche dans le Catalogue de la bibliothèque</h1> +<div class="menu"><a href="/cgi-bin/koha/opac-main.pl">Recherche simple</a> | <a href="" onclick="openBasket(); return false;" title='Un "panier" pour vos sélections'>Panier<span id="basket"><script language="javascript" type="text/javascript">if(basketcount){ document.write(basketcount) };</script></span></a></div><br class="clear"> +<!-- <!-- TMPL_IF NAME="loggedinusername" --> +<div class="menu"><span class="loggedin">You are logged in as <!-- TMPL_LOOP NAME="USER_INFO" --><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a><!-- /TMPL_LOOP --></span> | <a class="logout" href="/cgi-bin/koha/opac-logout.pl">Log Out</a></div> +<!-- /TMPL_IF --> --> + +<!-- TMPL_IF NAME="loggedinusername" --><div id="members"> + <ul> + <li>Connecté en tant que <span class="loggedinusername"><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --><!-- /TMPL_LOOP --></span></li> + <li><a href="/cgi-bin/koha/opac-shelves.pl">Mes listes de livres</a></li> + <li><a href="/cgi-bin/koha/opac-user.pl">Mon compte</a></li> + <li><a class="logout" href="/cgi-bin/koha/opac-logout.pl">Déconnexion</a></li> + </ul> +</div> +<!-- TMPL_ELSE --> + <div id="members"> + <a class="card" href="/cgi-bin/koha/opac-user.pl">Se connecter pour accéder<br /> Fonctionnalités pour les détenteurs d'une carte</a> + </div> +<!-- /TMPL_IF --> +</div> \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/navigation.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/navigation.inc new file mode 100644 index 0000000000..e3a88ef87e --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/navigation.inc @@ -0,0 +1,56 @@ +<div id="menu"> + <ul> + <!-- TMPL_VAR NAME="OpacNav" --> + <li><a href="/cgi-bin/koha/opac-main.pl">Recherche simple</a></li> + <li><a href="/cgi-bin/koha/opac-search.pl">Recherche avancée</a></li> + <!-- TMPL_IF name="OpacBrowser" --> + <li><a href="/cgi-bin/koha/opac-browser.pl">Feuilleter le catalogue</a></li> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="OpacAuthorities" --> + <li><a href="/cgi-bin/koha/opac-authorities-home.pl">Vedettes autorités</a></li> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="OpacTopissue" --> + <li><a href="/cgi-bin/koha/opac-topissues.pl">Palmarès</a></li> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="OpacCloud" --> + <li><a href="/cgi-bin/koha/opac-tags_subject.pl">Nuage de sujets</a></li> + <!-- /TMPL_IF --> + <li> + <a href="#" onclick="javascript:openBasket();" title='Un "panier" pour vos sélections'>Panier<span id="basket"> + <script language="javascript" type="text/javascript"> + if(basketcount){ document.write(basketcount) }; + </script></span> + </a> + </li> + <!-- TMPL_IF NAME="loggedinusername" --> + <!-- TMPL_IF name="virtualshelves" --> + <li><a href="/cgi-bin/koha/opac-shelves.pl">Etagères virtuelles</a></li> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="suggestion" --> + <li><a href="opac-suggestions.pl">Suggestions</a></li> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + </ul> + <br /> + <!-- TMPL_IF NAME="loggedinusername" --> + <a href="/cgi-bin/koha/opac-user.pl"><b>Info utilisateur</b></a> + <li>Connecté en tant que <b> <!-- TMPL_VAR NAME="loggedinusername" --> </b></li> + <li><a href="/cgi-bin/koha/opac-logout.pl?logout=Log Out">Déconnexion</a></li> + <!-- TMPL_ELSE --> + <form action="/cgi-bin/koha/opac-user.pl" method="POST" name="auth" id="auth"> + <li> + <label for="userid">Utilisateur</label> + <input type="text" id="userid" size="10" name="userid" /> + </li> + <li> + <label for="password">Mot de passe </label> + <input type="password" id="password" size="10" name="password" /> + </li> + <li> + <input type="submit" value="Se connecter" class="submit"> + </li> + </form> + <!-- /TMPL_IF --> + </div> + + <div id="main"> <!-- MAIN Body start here --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/opac-basket-bottom.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/opac-basket-bottom.inc new file mode 100644 index 0000000000..c88c80b29f --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/opac-basket-bottom.inc @@ -0,0 +1,14 @@ +<div id="bottombloc"> +<!-- TMPL_IF NAME="loggedinusername" --> + <p> + Connecté en tant que <b><!-- TMPL_VAR NAME="loggedinusername" --></b> <a href="/cgi-bin/koha/opac-user.pl">Accueil Lecteurs</a> + || <a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Déconnexion</a> + </p> +<!-- TMPL_ELSE --> + <p> + <a href="/cgi-bin/koha/opac-user.pl">S'identifier</a> dans Koha + </p> +<!-- /TMPL_IF --> +</div> +</body> +</html> \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/opac-bottom.inc new file mode 100644 index 0000000000..ccb00ad69f --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/opac-bottom.inc @@ -0,0 +1,10 @@ +</div> + +<!-- TMPL_IF NAME="opaccredits" --> + <div id="footer"> + <!-- TMPL_VAR NAME="opaccredits" --> + </div> +<!-- /TMPL_IF --> + +</body> +</html> diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/opac-facets.inc new file mode 100644 index 0000000000..0008eb0efe --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/opac-facets.inc @@ -0,0 +1,18 @@ +<div id="nav"> + +<!-- TMPL_IF NAME="opacfacets" --> +<h6>Affinez votre recherche</h6> +<ul id="facets"> +<!-- TMPL_LOOP NAME="facets_loop" --> +<li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" --><ul> + <!-- TMPL_LOOP NAME="facets" --> + <li><a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" --> and <!-- TMPL_VAR NAME="type_link_value" -->:<!-- TMPL_VAR NAME="facet_link_value" -->" title="<!-- TMPL_VAR NAME="facet_title_value" -->"><!-- TMPL_VAR NAME="facet_label_value" --></a> (<!-- TMPL_VAR NAME="facet_count" -->)</li> + <!-- /TMPL_LOOP --> +<!-- TMPL_IF NAME="expandable" --> + <li class="showmore"><a href="/search?q=<!-- TMPL_VAR NAME="searchdesc" -->&expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">En voir plus</a></li> +<!-- /TMPL_IF --> +</ul></li> +<!-- /TMPL_LOOP --> +</ul> +<!-- /TMPL_IF --> +</div> diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css b/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css new file mode 100644 index 0000000000..7db614ed2d --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css @@ -0,0 +1,359 @@ +/* color scheme : +- #384b73 : light blue, for menus, text enhancement, footer & header +- #eeeeee : light grey, for background color +- #CCCCCC : for table backgrounds +- #EEC95A : orange for action buttons & hyperlinks +*/ + +/* attribute for standard html tags */ + +body { + font-family : Verdana, Geneva, Arial, sans-serif; + font-size : 1em; + background-color : #eeeeee; + text-align: left; + margin-bottom:0px; +} + +h1 { + padding-top:25px; + color: #384b73; + font-size:1.5em; + text-align:left; +} + +p { + margin:0px; + padding:0px; + clear:left; +} + +label { + font-style:italic; + vertical-align:top; + display:block; + float:left; + width:10em; + margin-right:0.2em; +} + +a:link, a:visited, a:active { + text-decoration : none; + color :#384b73; +} + +a:hover { + text-decoration : none; + background-color : #EEC95A; +} + +fieldset { + display:inline; + border: 1px solid #384b73; +} + +table { + border-collapse : collapse; + border : 1px solid #CCCCCC; + margin : 1em 0; +} + +caption { + font-size : 140%; + text-align : left; + font-weight : bold; +} + +td,th { + border : 1px solid #CCCCCC; + border-bottom : 1px solid #CCCCCC; + padding : 5px; +} + +th { + background-color: #384b73; + color:white; + border : 1px solid #CCCCCC; + border-right: 1px solid #CCCCCC; +} + +th[scope=row] { + text-align : right; +} + +input[type=submit], input[type=button], input[type=reset] { + background-color : #EEC95A; + color : #FFFFFF; + font-size : 1em; + font-weight : bold; +} + +li { + list-style-type:square; +} + +ul { + margin:0px; +} + +/* attributes for search result list */ +.searchresults td, .searchresults th, .searchresults table { + border: 0; +} +.searchresults tr { + border-bottom : 1px solid #CCCCCC; +} +.searchresults table { + border-top : 0px solid #CCCCCC; + border: 1px solid #CCCCCC; +} +p.searchresults { + background-color : #EFF1DC; +} +.searchresults a.reserve { + background-color : transparent; + color : #006699; +} +.searchresults table tr:hover { + background-color: #CCFFFF; +} +tr.highlight td, tr.highlight th { + background-color : #EEEEEE; + border: 1px solid #DDDDDD; + border-right: 1px solid #DDDDDD; +} + +/* the top part of the opac : (the LibraryName) */ +#masthead { + color:#384b73; + margin-left:15%; + text-align:left; + font-size:150%; + font-weight:bold; + margin-bottom:25px; +} + +/* The image on the top-left (the logo) */ +#masthead-image { + position:fixed; + padding-left:30px; + padding-top:0px; +} +#masthead-image img { +} + +/* the itemtype list in advanced search */ +#advsearch-itemtype table { + border-collapse: separate; + border-spacing: 3px; +} +#advsearch-itemtype table tr td { + background-color:#CCCCCC; + width:100%; +} +#advsearch-itemtype table tr td p { + font-size:0.8em; +} + +/* the content part of every page */ +#main { + margin-left:25%; + margin-bottom:0px; +} + +/* the main menu (home, adv search, login...) */ +#menu { + position:fixed; + margin-top:100px; + border-right:1px solid black; + padding:0px; + font-size:0.8em; + color:#384b73; +} +#menu ul a { + display:block; + margin:5px 5px 0px 5px; + padding :5px 5px 0px 5px; + text-decoration:none; + color:#384b73; + white-space: nowrap; +} +#menu ul a:hover { + display:block; + margin:5px 5px 0px 5px; + padding :5px 5px 0px 5px; + text-decoration:none; + background-color:#384b73; + color:white; + white-space: nowrap; +} +#menu ul { + padding-left:0px; + margin-bottom:0px; + margin-top:0px; +} +#menu li { + list-style-type:none; +} +#menu label { + font-style:italic; + display:block; + float:left; + width:5em; +} + +/* the user menu, for user option (and biblio detail view) */ +#usermenu { + float:right; +} +#usermenu a { + background-color : #EEC95A; + color : #FFFFFF; + font-size : 1em; + border: 2px outset; + font-weight : bold; + margin:0px 5px 0px 0px; + padding:2px 5px 2px 5px; + text-decoration:none; + display: block; + white-space: nowrap; +} +#usermenu a:hover { + border: 2px inset; + background-color:#384b73; +} + +/* the opac-news */ +#news { + width:20%; + float:right; + font-size:11px; +} +#news th { +background-color:white; +color:#384b73; +} + +/* "problem" enhancement */ +.problem { +color: white; +background-color:red; +} + +/* action buttons */ +#action a { + background-color : #EEC95A; + color : #FFFFFF; + font-size : 1em; + border: 2px outset; + font-weight : bold; + margin:0px 5px 0px 0px; + padding-right:5px; + padding-left:5px; + text-decoration:none; + display: inline; +} +#action a:hover { + border: 2px inset; + background-color:#CCCCCC; +} + +#auth { + float:left; +} + +/* facets bloc */ +#facets { + position:absolute; + right:1em; + font-size:0.8em; + margin:0px; + background-color:#eeeeee; + border:1px solid #CCCCCC; +} + +#facets dl { + margin:0px; +} +#facets dd { + margin:0px; +} +#facets dt { + font-weight:bold; + background-color:#EEC95A; + border:0px; +} + +#facets li { + list-style-type: none; + margin-left:0px; +} + +#facets ul { + list-style-type: none; + padding-left:10px; + margin-bottom:0px; + margin-top:0px; +} + +/* the USER information block */ +#librarian_information { +float:right; +font-size:10pt; +} + +/* the footer */ +#footer { + margin-top:30px; + margin-left:30%; + margin-right:20%; + border-top:1px solid #384b73; + color: #384b73; + font-size:1em; + text-align:center; +} + + +legend { +font-weight:bold; +color:#384b73; +} + + +/* css styles for reserves color alerts */ +.onloan { + background-color: #FFED3D; +} + +.reserved { + background-color: #8EBAFF; +} + +.transfered { + background-color: #F9FF9A; +} + +.inwait { + background-color: #33CC99; +} + +.other { + background-color: #FF0000; +} + +.available { + background-color: white; +} + +.unavailable { + background-color: #FFED3D; +} + +/* style for search terms in catalogsearch */ +.term { +background-color:lightyellow; +} + +#opac-main-search form { + display:inline; +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css~ b/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css~ new file mode 100644 index 0000000000..05ed3bb0e4 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css~ @@ -0,0 +1,356 @@ +/* color scheme : +- #384b73 : light blue, for menus, text enhancement, footer & header +- #eeeeee : light grey, for background color +- #CCCCCC : for table backgrounds +- #EEC95A : orange for action buttons & hyperlinks +*/ + +/* attribute for standard html tags */ + +body { + font-family : Verdana, Geneva, Arial, sans-serif; + font-size : 1em; + background-color : #eeeeee; + text-align: left; + margin-bottom:0px; +} + +h1 { + padding-top:25px; + color: #384b73; + font-size:1.5em; + text-align:left; +} + +p { + margin:0px; + padding:0px; + clear:left; +} + +label { + font-style:italic; + vertical-align:top; + display:block; + float:left; + width:10em; + margin-right:0.2em; +} + +a:link, a:visited, a:active { + text-decoration : none; + color :#384b73; +} + +a:hover { + text-decoration : none; + background-color : #EEC95A; +} + +fieldset { + display:inline; + border: 1px solid #384b73; +} + +table { + border-collapse : collapse; + border : 1px solid #CCCCCC; + margin : 1em 0; +} + +caption { + font-size : 140%; + text-align : left; + font-weight : bold; +} + +td,th { + border : 1px solid #CCCCCC; + border-bottom : 1px solid #CCCCCC; + padding : 5px; +} + +th { + background-color: #384b73; + color:white; + border : 1px solid #CCCCCC; + border-right: 1px solid #CCCCCC; +} + +th[scope=row] { + text-align : right; +} + +input[type=submit], input[type=button], input[type=reset] { + background-color : #EEC95A; + color : #FFFFFF; + font-size : 1em; + font-weight : bold; +} + +li { + list-style-type:square; +} + +ul { + margin:0px; +} + +/* attributes for search result list */ +.searchresults td, .searchresults th, .searchresults table { + border: 0; +} +.searchresults tr { + border-bottom : 1px solid #CCCCCC; +} +.searchresults table { + border-top : 0px solid #CCCCCC; + border: 1px solid #CCCCCC; +} +p.searchresults { + background-color : #EFF1DC; +} +.searchresults a.reserve { + background-color : transparent; + color : #006699; +} +.searchresults table tr:hover { + background-color: #CCFFFF; +} +tr.highlight td, tr.highlight th { + background-color : #EEEEEE; + border: 1px solid #DDDDDD; + border-right: 1px solid #DDDDDD; +} + +/* the top part of the opac : (the LibraryName) */ +#masthead { + color:#384b73; + margin-left:15%; + text-align:left; + font-size:150%; + font-weight:bold; + margin-bottom:25px; +} + +/* The image on the top-left (the logo) */ +#masthead-image { + position:fixed; + padding-left:30px; + padding-top:0px; +} +#masthead-image img { +} + +/* the itemtype list in advanced search */ +#advsearch-itemtype table { + border-collapse: separate; + border-spacing: 3px; +} +#advsearch-itemtype table tr td { + background-color:#CCCCCC; + width:100%; +} +#advsearch-itemtype table tr td p { + font-size:0.8em; +} + +/* the content part of every page */ +#main { + margin-left:25%; + margin-bottom:0px; +} + +/* the main menu (home, adv search, login...) */ +#menu { + position:fixed; + margin-top:100px; + border-right:1px solid black; + padding:0px; + font-size:0.8em; + color:#384b73; +} +#menu ul a { + display:block; + margin:5px 5px 0px 5px; + padding :5px 5px 0px 5px; + text-decoration:none; + color:#384b73; + white-space: nowrap; +} +#menu ul a:hover { + display:block; + margin:5px 5px 0px 5px; + padding :5px 5px 0px 5px; + text-decoration:none; + background-color:#384b73; + color:white; + white-space: nowrap; +} +#menu ul { + padding-left:0px; + margin-bottom:0px; + margin-top:0px; +} +#menu li { + list-style-type:none; +} +#menu label { + font-style:italic; + display:block; + float:left; + width:5em; +} + +/* the user menu, for user option (and biblio detail view) */ +#usermenu a { + background-color : #EEC95A; + color : #FFFFFF; + font-size : 1em; + border: 2px outset; + font-weight : bold; + margin:0px 5px 0px 0px; + padding:2px 5px 2px 5px; + text-decoration:none; + display: inline; + white-space: nowrap; +} +#usermenu a:hover { + border: 2px inset; + background-color:#384b73; +} + +/* the opac-news */ +#news { + width:20%; + float:right; + font-size:11px; +} +#news th { +background-color:white; +color:#384b73; +} + +/* "problem" enhancement */ +.problem { +color: white; +background-color:red; +} + +/* action buttons */ +#action a { + background-color : #EEC95A; + color : #FFFFFF; + font-size : 1em; + border: 2px outset; + font-weight : bold; + margin:0px 5px 0px 0px; + padding-right:5px; + padding-left:5px; + text-decoration:none; + display: inline; +} +#action a:hover { + border: 2px inset; + background-color:#CCCCCC; +} + +#auth { + float:left; +} + +/* facets bloc */ +#facets { + position:absolute; + right:1em; + font-size:0.8em; + margin:0px; + background-color:#eeeeee; + border:1px solid #CCCCCC; +} + +#facets dl { + margin:0px; +} +#facets dd { + margin:0px; +} +#facets dt { + font-weight:bold; + background-color:#EEC95A; + border:0px; +} + +#facets li { + list-style-type: none; + margin-left:0px; +} + +#facets ul { + list-style-type: none; + padding-left:10px; + margin-bottom:0px; + margin-top:0px; +} + +/* the USER information block */ +#librarian_information { +float:right; +font-size:10pt; +} + +/* the footer */ +#footer { + margin-top:30px; + margin-left:30%; + margin-right:20%; + border-top:1px solid #384b73; + color: #384b73; + font-size:1em; + text-align:center; +} + + +legend { +font-weight:bold; +color:#384b73; +} + + +/* css styles for reserves color alerts */ +.onloan { + background-color: #FFED3D; +} + +.reserved { + background-color: #8EBAFF; +} + +.transfered { + background-color: #F9FF9A; +} + +.inwait { + background-color: #33CC99; +} + +.other { + background-color: #FF0000; +} + +.available { + background-color: white; +} + +.unavailable { + background-color: #FFED3D; +} + +/* style for search terms in catalogsearch */ +.term { +background-color:lightyellow; +} + +#opac-main-search form { + display:inline; +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/print.css b/koha-tmpl/opac-tmpl/prog/fr/includes/print.css new file mode 100644 index 0000000000..cae7ac833f --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/print.css @@ -0,0 +1,211 @@ +a:link { + color : #000066; + text-decoration: none; +} + +a:visited { + color : #000066; + text-decoration: none; +} + +a:hover { + color : #993300; + text-decoration: none; +} + +body { + background-color : #FFF; + color : #333333; + font-family : arial, geneva, sans-serif; + font-size : 14px; + margin : 0px 0px 0px 0px; +} + +caption { + color : #000066; + font-size : 18px; + font-weight : bold; + margin-top : 5px; + text-align : left; +} + +div.table { + width : 100%; +} + +form { + margin : 0px; + padding : 0px; +} + +h1 + { + color : #000066; + font-size : 22px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h2 { + color : #000066; + font-size : 20px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h3 { + color : #000066; + font-size : 18px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h4 { + color : #000066; + font-size : 16px; + font-weight : bold; + margin-bottom : 3px; + margin-top : 3px; +} + +h5 { + color : #000066; + font-size : 15px; + font-weight : bold; + margin-bottom : 1px; + margin-top : 1px; +} + +h6 { + color : #000066; + font-size : 14px; + font-weight : bold; + margin-bottom : 1px; + margin-top : 1px; +} + +p { + margin-top : 0px; +} + +table { + background-color : #FFFFFF; + border-bottom : 0px solid #CCCCCC; + border-collapse : collapse; + border-left : 0px solid #CCCCCC; + margin : 3px 0px 5px 0px; + padding : 0px; + width : 99%; +} + +td { + background-color : #FFF; + border-bottom : 1px solid #CCCCCC; + border-right : 1px solid #CCCCCC; + font-size : 12px; + padding : 5px 5px 5px 5px; + vertical-align : top; +} + +td:last-child { + background-color : #FFF; + border-bottom : 1px solid #CCCCCC; + border-right : 0px solid #CCCCCC; + font-size : 12px; + padding : 5px 5px 5px 5px; + vertical-align : top; +} + +th { + background-color : #E9E9E9; + border-bottom : 1px solid #CCCCCC; + border-right : 1px solid #CCCCCC; + font-size : 14px; + font-weight : bold; + padding : 5px 5px 5px 5px; +} + +th:last-child { + background-color : #E9E9E9; + border-bottom : 1px solid #CCCCCC; + border-right : 0px solid #CCCCCC; + font-size : 14px; + font-weight : bold; + padding : 5px 5px 5px 5px; +} + +td.input, div.form td, div.details td { + border-bottom : 1px solid #CCCCCC; + border-left : 0px; + border-right : 0px; + color : #000000; + line-height : 1.5em; + padding : 4px; + text-align : left; +} + +td.label, div.form th, div.details th { + background-color : #FFF; + border-bottom : 1px solid #CCCCCC; + border-left : 1px solid #CCCCCC; + border-right : 0px; + border-top : 0px; + color : #000088; + font-weight : bold; + line-height : 1.5em; + padding : 4px; + text-align : right; + vertical-align : top; +} + +tr.highlight { + background-color: #CCCCCC; +} + +.class { + font-weight : bold; +} + +.cancel { + background-color : #993300; + color : #FFFFCC; + font-size : 12px; + font-weight : bold; + padding : 2px; +} + +.error { + font-weight: bold; +} + +.ex { + font-family : "Courier New", Courier, monospace; +} +.inline { + display : inline; +} + +.print { + display : none; +} + +.submit { + background-color : #669999; + color : #FFFFCC; + font-size : 12px; + font-weight : bold; + padding : 2px; +} + +#main { + background-color : #FFF; + border-left : 0px solid #CCCC99; + margin-left : 2%; + margin-right : 2%; + margin-top : 1%; + padding : 5px; + position : relative; +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/sanop.css b/koha-tmpl/opac-tmpl/prog/fr/includes/sanop.css new file mode 100644 index 0000000000..610b00e4a9 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/sanop.css @@ -0,0 +1,2013 @@ + +body #main { + margin-left : 2%; + background-color: #eeeeee; + +} + +/* TWO COLUMNS, RIGHT SIDEBAR */ + + +body#withsidebar #main { + float: left; + margin-left: 1%; + width: 58%; + } + +html body#withsidebar #main { + margin-left: .5%; + } + +body#withsidebar #sidebar + { + float: left; + margin-top : 2.4em; + width: 39%; +} + +/* THREE COLUMNS */ + +body#tricolumn #main_wrapper { + float: left; + width: 100%; +} + +body#tricolumn #main + { + margin: 0 150px 0 175px; + } + +body#tricolumn #nav + { + float: left; + margin-left: -100%; + width: 175px; + } +body#tricolumn #sidebar + { + float: left; + margin-left: -150px; + width: 150px; + } + +/* TWO COLUMNS LEFT NAVIGATION */ + +body#withnav #main_wrapper + { + float: left; + width: 100%; + } + +body#withnav #main + { + margin: 0 0 0 175px; + } + +body#withnav #nav + { + float: left; + margin-left: -100%; + width: 175px; + } + +body#withnav #main .content-block { + padding-left : 10px; +} + +/* END TWO COLUMNS RIGHT NAVIGATION */ + +a { + font-weight: bold; +} + +a:link, a:visited, a:active { + text-decoration : underline; + color :navy; +} + +a:link.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:link.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; + +} + +a:visited.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:visited.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:hover.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:hover.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; + +} + +a:active.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a:active.nav { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +a.help { + padding: 3px; + text-decoration: none; +} + +a.title { + font-size: 1.2em; + font-style: normal; + font-weight: bold; +} + +body { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size: 73%; + margin: 0; + padding: 0; + background-color : #eeeeee; +} + +input, select, th, td { + font-size:1em +} + +caption { + font-family: Arial, Geneva, Helvetica, sans-serif; + font-size : 1.3em; + font-weight: bold; + margin: 0; + padding: 5px 0 3px 0; + text-align: left; +} + +div.bookcover { + float: right; +} + +div.details td.details { + text-align: left; +} + +div.details ul { + list-style-type: circle; + margin-left: 0; + text-align: left; +} + +div.error { + padding: 3px 10px 3px 10px; + width: 75%; +} + +div.error li { + margin-bottom: .5em; +} + +div.form, div.details { + margin: 0 auto; + padding: 0 0 0 6px; +} + +div.notes { + text-align: left; +} + +div.sidebar-box+div.sidebar-box { + margin-top: 5px; +} + +div.tab { + display: block; + margin-right: 0px; + width: 100%; +} + +div.tab p { + margin: 0; + padding: 3px 0; +} + +div.tab p.MARCtag { + clear: both; + font-weight: bold; /* style for tag definition (700 - Statement of responsability) */ + margin: 0; + padding: 2px; +} + +div.tab table { +} + +div.tabbloc { + font-family: Arial, Helvetica, sans-serif; +} + +div.table { + width: 95%; +} + +dl.details dt { + font-weight: bold; + margin: .5em 0; +} + +dl.details dd { + margin-left: 1em; +} + +dl.details ul { + padding: 0; + margin-left: 1em; +} + +dl.details ul p { + margin-left : 0; +} + +em.new { + font-style: normal; + font-weight: bold; +} + +form { + display: inline; + margin: 0; + padding: 0; +} + +h1 { + font-size: 1.8em; + padding: 5px 0 3px 0; +} + +h1,h2,h3,h4,h5,h6 { + font-family: arial, geneva, helvetica, sans-serif; + margin: 0; +} + +h1.logo { + display: inline; + margin: 10px 0 0 10px; + +} + +h1.title { + font-style: italic; + padding: 5px 0 3px 0; + color: navy; +} + +h2 { + font-size: 1.6em; + padding: 5px 0 3px 0; + +} + +h2#libraryname { + padding-left : 5px; +} + +h3 { + font-size: 1.4em; + padding: 5px 0 3px 0; +} + +h3.author { + padding: 0 0 3px 15px; +} + +h3+p { + margin: .4em 0 .4em 0; +} + +h4 { + font-size: 1.3em; + padding: 5px 0 3px 0; +} + +h5 { + font-size: 1.2em; + margin: 0; + padding: 10px 0 2px 0; +} + +h5+p { + margin-top: 0; + padding-top: 0; +} + +h6 { + font-size: 1.1em; +} + +input.add, a.add { + background-image: url(../images/add.gif); +} + +input.addchecked, a.addchecked { + background-image: url(../images/addtobasket.gif); +} + +input.back, a.back { + background-image: url(../images/back.gif); +} + +input.brief, a.brief { + background-image: url(../images/brief.gif); +} + +input.cancel { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : .9em; + font-weight: bold; + padding: 2px; +} + +input.cart, a.cart { + background-image: url(../images/cart.gif); +} + +input.clearall, a.clearall { + background-image: url(../images/clearbasket.gif); +} + +input.close, a.close { + background-image: url(../images/close.gif); +} + +input.delete, a.delete { + background-image: url(../images/delete.gif); +} + +input.detail, a.detail { + background-image: url(../images/detail.gif); +} + +input.edit, a.edit { + background-image: url(../images/edit.gif); +} + +input.icon { + background-position: left; + background-repeat: no-repeat; + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : .9em; + font-weight: bold; + padding: 2px 2px 2px 22px; +} + +input.isbd, a.isbd { + background-image: url(../images/isbd.gif); +} + +input.print, a.print { + background-image: url(../images/print2.gif); +} + +input.remove, a.remove { + background-image: url(../images/remove.gif); +} + +input.reserve, a.reserve { + background-image: url(../images/placereserve.gif); +} + +input.send, a.send { + background-image: url(../images/send.gif); +} + +input.shelf, a.shelf { + background-image: url(../images/addtoshelf.gif); +} + +input.trash, a.trash { + background-image: url(../images/trash.gif); +} + +p { + padding: 0 10px 0 10px; +} + +p.error, div.error { + font-weight: normal; + margin: auto; + padding: 5px 20px 5px 20px; +} + +p.error+p.error, div.error+div.error { + margin-top: 5px; +} + +p+h3 { + margin-top: .6em; +} + +p+h5 { + margin: 0; + padding: 3px 0 2px 0; +} + +span.itemicon { + float : left; + font-size: .9em; + margin: 2px; + white-space: nowrap; +} + +span.print { + font-size: .7em; + font-weight: normal; + padding-left: .7em; +} + +table { + border-collapse: collapse; + margin: 5px 0 5px 0; + padding: 0; +} + +*html td, *html th { + font-size : .8em; +} + +td { + padding: 3px; +} + +td.input, div.form td, div.details td { + border-left: 0; + border-right: 0; + padding: 2px 2px 2px 4px; + text-align: right; +} + +td.credit { + text-align: right; +} + +td.debit { + text-align: right; +} + +td.sum, th.sum { + text-align: right; +} + +td.sum { + font-weight: bold; +} + +td.label { + font-weight: bold; + line-height: 1.5em; + padding: 4px; +} + +td.label, div.form th, div.details th { + border-right: 0; + border-top: 0; + font-weight: bold; + padding: 2px 2px 2px 4px; + text-align: left; + vertical-align: top; +} + +td.search-options select { +} + +td:last-child { + padding: 3px; +} + +th { + font-weight: bold; + padding: 2px; +} + +th a { + font-weight: bold; + text-decoration: none; +} + +th:last-child { + font-weight: bold; + padding: 2px; +} + +th[scope="row"] { + font-weight: normal; + text-align: right; +} + +ul#facets { + margin: 3px; +} + +#nav ul#facets { + margin : 0; + padding : 0; +} + +#nav ul#facets li { + font-weight: bold; + text-align: left; +} + +#nav ul#facets li#branch_facet, #nav ul#facets li#subject_facet, #nav ul#facets li#series_facet, #nav ul#facets li#author_facet { +} + +#nav ul#facets ul li { + border: 0; + font-size: .95em; + font-weight: normal; + padding: 2px; + text-align: left; +} + +#nav ul#facets ul li a { + font-weight: normal; + text-decoration: underline; +} + +#nav ul#facets ul li.showmore { + text-align: center; +} + +#nav ul#facets ul li.showmore a { + font-weight: bold; + text-decoration: none; +} + +/* Tabs */ +ul.link-tabs { + list-style-type: none; + margin: 9px 0 -2px 5px; + padding: 0; +} + +ul.link-tabs li { + display: inline; + padding: 0px; +} + +ul.link-tabs li a { + font-weight: bold; + padding: 2px 4px 2px 4px; + text-decoration: none; +} + +ul.link-tabs li#power_formButton a, ul.link-tabs li#proximity_formButton a { + padding: 2px 4px 3px 4px; +} + +ul.link-tabs li.off a { +} + +ul.link-tabs li.off a:hover { + padding: 2px 3px 2px 4px; +} + +ul.link-tabs li.on a { +} + +.clear { + clear: both; + line-height: .1em; +} + +.content-block { + padding: 5px; +} + +#home { + text-align : center; +} + +#home #searchform input.submit { + font-size : 1.3em; +} + +div#advanced-search p { + margin: .4em; + +} + +div#advanced-search fieldset { + /*margin-left : -1em;*/ + margin-bottom: .3em; + background-color : #eeeeee; + +} + +div#advanced-search fieldset p { + margin-left : 1em; + white-space: nowrap; + + +} + +table.itemtypes { + border-collapse: separate; + border-spacing: 3px; + display: block; + padding: 0; + margin: 0; +} + +div#advanced-search legend, div#sidebar legend { + font-weight: bold; +} + +div#advanced-search label { + +} + +.count { + font-weight: normal; +} + +.current { + font-weight: bold; + padding: 1px 5px 1px 5px; + text-decoration: none; +} + +.detail-sidebar { + float: right; + padding: 5px; + margin-left : 15px; + margin-right : 5px; + text-align: center; + width : 25%; +} + +.detail-sidebar .further { + float: none; + text-align: left; + width : 90%; +} + +.further { + margin: 5px; + text-align: left; + width : 90%; +} + +.ex { + font-family: "Courier New", Courier, monospace; +} + +.further h4 { + padding: 2px; +} + +.further li { + padding: 2px 0; +} + +.further ul, .further li { + list-style: none; + margin: .5em 0 .7em .4em; + padding: 0; +} + +.inline { + display: inline; +} + +.item-datedue { + font-style: italic; +} + +.item-details { + display: block; + margin: 0 0 0 25px; +} + +.item-reserved, .item-notforloan, .item-lost, .item-cancelled, .item-damaged, .item-reserved { + display: block; +} + +.labelsubfield { + clear: both; /* style for each subfield (like : a Publication year), just before the biblio subfield */ + float: left; + font-weight: bold; + margin-left: 30px; + width: 12em; +} + +.left { + float: left; +} + +.loggedin { + font-weight: bold; +} + +.login-note { + width: 35%; +} + +.menu { + line-height: 3em; + font-size: 1.2em; + margin: 0; + padding: 5px; +} + +.menu a.logout { + font-weight: bold; + padding: 3px 15px 3px 15px; + text-decoration: none; +} + +.menu a:link, #members a:link { + padding: 2px; +} + +.menu a:visited, #members a:visited { + padding: 2px; +} + +.menu a:hover, #members a:hover { + padding: 2px; +} + +.menu a:active, #members a:active { + padding: 2px; +} + +.menu input { +} + +.menu label { + font-weight: bold; +} + +.menu p { + margin: 0; + padding: 0; +} + +.menu p+p { + margin-top: 5px; +} + +.note { + margin: 10px auto; + padding: 4px 4px 4px 4px; + width: 35%; +} + +.opac-detail { + padding: 4px; +} + +.opac-detail dd { + display: block; + line-height: 1.5em; + padding: 4px; + text-align: right; +} + +.operations { + margin-top: 7px; + padding: 0 10px; + text-align: center; + width: 100%; +} + +.operations img { + padding: 5px; +} + +.operations li { + list-style-type: none; + margin: 0; + padding-bottom: 2px; +} + +.operations li a, .operations li a:visited { + background-position: top left; + background-repeat: no-repeat; + border-style: outset; + display: block; + padding: 3px 3px 3px 26px; + text-decoration: none; +} + +.searchresults a.reserve, .searchresults a.reserve:visited { + background-position: top left; + background-repeat: no-repeat;/* + border-style: outset;*/ + float: right; + padding: 2px 3px 2px 26px; + /*text-decoration: none;*/ +} + +.operations li a:active { + border-style: inset; +} + +.operations ul { + margin: 0; + padding: 0; + width: 90%; +} + +.overdue { + font-weight: bold; +} + +.pages { + line-height : 1.8em; + text-align: center; +} + +.rejected { + text-decoration: line-through; +} + +.right { + float: right; +} + +.search-main { + float: left; + width: 65%; +} + +.searchresults input, .searchresults label, .searchresults select { + font-size: .8em; +} + +.searchresults p { + margin: 0; + padding: 0; + padding-top : .6em; +} + +.searchresults p img { + vertical-align: middle; +} + +.searchresults table td { + vertical-align: top; +} + +p.searchresults { + margin-top : -5px; + text-align : right; + vertical-align : middle; + padding-bottom : 3px; +} + +.selected { + text-decoration: none; +} + +.sidebar-box { + margin-bottom: 0; +} + +.sidebar-box h3, .sidebar-box h4 { + margin-left: 10px; +} + +.sidebar-box p { + margin: 3px 10px; + padding: 0; +} + +.submit { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-size : .9em; + font-weight: bold; + padding: 2px; +} + +.term { + font-weight: bold; +} + +.thumbnail { + border: 0; + float: left; + margin: 0 5px 5px 0; +} + +.title { + font-style: italic; + font-weight: bold; +} + +#sidebar .content-block { + margin : 0 10px 0 0; +} + +form#auth h3 { + font-size : 1.1em; +} + +#footer { + clear: both; + padding: 10px; + text-align: center; +} + +#corner { + position: absolute; + top: 10px; + right: 5px; +} + +#corner a.cart { + background-image : url(../images/cart-small.gif); + background-position: left; + background-repeat : no-repeat; + padding: 0 15px; + text-decoration: none; +} + +#languages { + display: inline; +} + +#languages ul { + display : inline; + list-style: none; + margin: 0; + padding : 0; +} + +#languages ul li { + display: inline; + font-family: Arial, Helvetica, sans-serif; + font-size: .9em; +} + +#languages ul li a { + font-weight: normal; + padding: 0 3px; + text-decoration: none; +} + +#loose_form label, #keyword_form label, #precise_form label, #cql_form label, #advanced label, #cql label, #power label, #proximity label { + font-weight: bold; + text-align: right; +} + +#loose_form, #keyword_form, #precise_form, #cql_form, #advanced, #cql, #power, #proximity { + margin: 5px; + width: 96%; +} + +/*#main { + margin-left: 20%; + margin-right: 0; + padding: 0; + position: relative; +}*/ + +#masthead { + margin: 0; + margin-bottom : 1em; + padding: 0; + text-align:center; + +} + +#members { + font-size: .8em; + font-weight: bold; + padding: 4px 0 4px 0; +} + +#members a.card { + background-image: url(../images/card.gif); + background-position: left; + background-repeat: no-repeat; + display: block; + padding-left: 39px; +} + +#members a.logout { + font-weight: bold; + padding: 0 .3em 0 .3em; + text-decoration: none; +} + +#members li { + display: inline; + list-style: none; + margin: 0; +} + +#members ul li a:link, #members ul li a:visited, #members ul li a:hover, #members ul li a:active, #members span.members { + padding : 4px; +} + +#members ul li:last-child { +} + +#members ul li a:hover { +} + +#members ul { + margin: 0; + padding: 0; + text-align: right; +} + +/*#nav { + float: left; + margin: 0; + padding: 0; + width: 20%; +}*/ + +#nav a { + font-family: Arial, Geneva, Helvetica, sans-serif; + font-weight: bold; + text-decoration: none; +} + +#nav h6 { + padding: 3px; + text-align: center; +} + +#nav li ul li { + font-family: Arial, Geneva, Helvetica, sans-serif; + list-style: none; + margin: 0; + padding: 5px 3px 5px 3px; + text-align: right; +} + +#nav li ul li a { + font-family: Arial, Geneva, Helvetica, sans-serif; + font-weight: bold; + text-decoration: none; +} + +#nav ul { + margin: 0; + padding: 0; +} + +#nav ul li { + font-family: Arial, Geneva, Helvetica, sans-serif; + list-style: none; + margin: 0; + padding: 3px 8px 3px 3px; + text-align: right; +} + +#nav ul li+li { + margin: 0; +} + +#power_formButton, #proximity_formButton { +} + +#results, .results { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + margin: 0; + padding: 7px 0 10px 0; +} + +#search-footer { + margin: auto; + text-align: center; +} + +#search-footer a { + margin: 3px 5px 3px 5px; + padding: 2px 5px; + text-decoration: none; +} + +#searchform input.submit { + font-size: .8em; +} + +#search-sidebar { + float: right; + margin: 10px; + padding: 3px; + width: 30%; +} + +#search-sidebar .sidebar-box label { + display: block; + text-align: left; +} + +/*#sidebar { + float: right; + margin: 20px; + padding: 5px; + width: 20%; +}*/ + +#sidebar .submit { + font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; + font-weight: bold; + padding: 2px; + font-size: 1em; +} + +#sidebar h3 { + font-family: Arial, Geneva, Helvetica, sans-serif; + margin: 0; + padding: 5px 0 1px 0; +} + +#sort { + margin: .3em; +} + +#sort, #sort select, #sort input { +} + +#starFull { + background: url(../images/bluestars.png) top left no-repeat; + height: 25px; + margin: 0; + padding: 0; +} + +#starMT { + background: url(../images/emptystars.png) top left no-repeat; + height: 25px; + margin: 0 3px 0 30px; + padding: 0; + position: relative; + width: 100px; +} + +#window { + margin-left: 2%; + margin-right: 2%; + margin-top: 2%; + padding: 10px; +} + +#window .class { + display: block; + font-weight: bold; + padding: 0 0 5px 3px; +} + +#window div.menu { + margin: 0; + +} + +div#item-details { + margin-bottom : 1.5em; +} + +div#item-details img { + float : left; + padding : 1em; +} + +div#item-details p { + margin : .1em 0; + line-height : 1.6em; +} + +div#holdings table { + width : 100%; +} + +div#holdings td, div#holdings th { + padding : 5px; +} + +div#holdings, div#descriptions, div#reviews, div#serials, div#publicshelves, div#privateshelves, div#fines, div#waiting, div#overdues, div#issues, div#reserves { + margin-top : 4px; + padding : .7em; + width : 90%; +} + +#usermenu { + font-size: .9em; + font-weight: bold; + margin-top : -1.1em; + margin-bottom : 1em; + padding: 4px 0 4px 0; + + +} + +#usermenu li { + display: inline; + list-style: none; + margin: 0; +} + +#usermenu ul li a:link, #usermenu ul li a:visited, #usermenu ul li a:hover, #usermenu ul li a:active, #usermenu span.members { + padding : 4px; +} + +#usermenu ul li:last-child { +} + +#usermenu ul li a:hover { +} + +#usermenu ul { + margin: 0; + padding: 0; + text-align: right; +} + +table.featured-item { + border-collapse : separate; + border-spacing: 9px; + margin : 5px; + text-align : center; +} + +table.featured-item td { + vertical-align : top; +} + +table.featured-item a img { + margin : auto; +} + +table.featured-item a.title { + display : block; + font-size : 1em; + margin-bottom : .4em; +} + +table.featured-item .author { + display : block; + font-size : .95em; + margin-bottom : .2em; +} + +table.featured-item .publisher { + display : block; + font-size : .8em; +} + +/* COLORS, BACKGROUNDS, AND BORDERS */ + +a { + color: #006699; +} + +a:link.current { + background-color: transparent; + color: #3366CC; +} + +a:link.nav { + background-color: #EFF1DC; + border: 1px solid #CCCC99; + color: #3366CC; +} + +a:visited { + color: #006699; +} + +a:visited.current { + background-color: transparent; + color: #3366CC; +} + +a:visited.nav { + background-color: #EFF1DC; + border: 1px solid #CCCC99; + color: #3366CC; +} + +a:hover { + color: orange; +} + +a:hover.current { + background-color: #CCFF00; + color: #CC3333; +} + +a:hover.nav { + background-color: #FFFFCC; + border: 1px solid #CCCC99; + color: #CC3333; +} + +a:active { + color: #990033; +} + +a:active.current { + background-color: #99CC00; + color: #FFFF99; +} + +a:active.nav { + background-color: #FFFFCC; + border: 1px solid #CCCC99; + color: #D25500; +} + +a.reserve { + background-color: #006699; + color: White; +} + +body { + background-color: #eeeeee; +} + +body#withsidebar #main { + border: 0; + +} +ul { +background-color:#eeeeee; +text-align: left; +} + +caption { + color: #000066; +} + +div.error h3 { + color: #990000; +} + +div.form, div.details { + background-color: #ffffff; +} + +div.tab { + background-color: transparent; +} + +div.tab p { + border-bottom: 1px solid #FFFFFF; + border-top: 1px solid #D8DEB8; +} + +div.tabbloc { + background-color: transparent; +} + +div#advanced-search fieldset { + border-right : 1px none #999999; + border-top : 1px none #999999; + border-bottom : 1px none #999999; + border-left : 1px none #999999; +} + +div#advanced-search legend { + color : #003366; +} + +dl.details dt { + color: #000066; +} + +em.new { + color: #CC3333; +} + +h1,h2,h3,h4,h5,h6 { + color: navy; + background-color:navy; + color:white; +} + +h1.logo { + color: #D3DFAD; + +} + +h1#libraryname a { + color: #000066; + margin-left: .3em; + text-decoration: none; +} + +input.icon { + background-color: #6699CC; + border: 1px outset #666666; + color: #FFFFCC; +} + +p.availability { + color: #666666; + font-size: .9em; +} + +p.error, div.error { + background-color: #FFFFCC; + border: 1px dashed #CC6600; +} + +span.itemicon { + background-color : #F8F8EB; + border: 1px solid #D8DEB8; +} + +table { + background-color: #FFFFFF; +} + +table.itemtypes td { + background-color: #F8F8EB; + border: 1px solid #D8DEB8; +} + +td { + background-color: #FFFFFF; + border-bottom: 1px solid #DDDDDD; + border-right: 1px solid #DDDDDD; +} + +td.input, div.form td, div.details td { + border-bottom: 1px solid #CCCCCC; + border-left: 0; + border-right: 0; + color: #000000; +} + +td.credit { + color: #000066; +} + +td.debit { + color: #990000; +} + +td.sum, th.sum { +} + +td.sum { + background-color : #FFFFCC; +} + +td.label { + border-bottom: 1px solid #CCCCCC; + border-left: 1px solid #CCCCCC; + color: #000088; +} + +td.label, div.form th, div.details th { + background-color: #FFFFFF; + border-bottom: 1px solid #CCCCCC; + border-left: 1px solid #CCCCCC; + border-right: 0; + border-top: 0; + color: #000088; +} + +div.details { + padding: 5px; + +} + +div.details table, div.details td, div.details th { + border: 0; + border-bottom: 1px solid #DDDDDD; +} + +td.overdue { + color: #CC0000; +} + +td:last-child { + border-bottom: 1px solid #CCCCCC; + border-right: 0 solid #CCCCCC; +} + +th { + background-color: #EFF1DC; + border-bottom: 1px solid #CCCCCC; + border-right: 1px solid #CCCCCC; +} + +th:last-child { + background-color: #EFF1DC; + border-bottom: 1px solid #CCCCCC; + border-right: 0 solid #CCCCCC; +} + +th[scope="row"] { + background-color: #E7E7CA; +} + +tr.highlight { + background-color: #F8F8EB; +} + +tr.highlight th[scope="row"] { + background-color: #EEEEEE; +} + +tr.overdue td { + background-color: #FFDDDD; +} + +input.cancel { + background-color: #990033; + border: 1px outset #666666; + color: #FFFFCC; +} + +.available { + color : #006600; +} + +.content-block { + background-color: #FFFFFF; +} + +.current { + background-color: #FFFFFF; + color: #3366CC; +} + +.detail-sidebar { + background-color: #EEEEEB; +} + +.further { + background-color: #EEEEEB; + border: 2px solid #DDDED3; + color: #CCCC99; +} + +.further h4 { + background-color: #D8DEB8; +} + +.further li { +} + +.issued { + color: #999999; +} + +.labelsubfield { +} + +.loggedin { + color: #D8DEB8; +} + +.loggedinusername { + color: #666666; +} + +.marcsubfieldletter { + background-color: #EFF1DC; +} + +.marcsubfieldname { + background-color: #EFF1DC; +} + +.MARCtag { + background-color: #EEEEEE; + color: #000066; /* style for tag definition (700 - Statement of responsability) */ +} + +.menu { + background-image : url(../images/menu-background.gif); + background-repeat: repeat-x; + background-color: #6699CC; + border-top: 1px solid #335599; + border-bottom: 1px solid #335599; + color: #FFFFFF; + +} + +.menu a:link { + color : #FFFFCC; +} + +.menu a:visited { + color : #FFFFCC; +} + +.menu a:hover { + color : #FFFFFF; +} + +.menu a:active { + color : #FFFF99; +} + +#members a:link { + color: #0099CC; +} + +#members a:visited { + color: #0099CC; +} + +#members a:hover { + color: #990000; +} + +#members a:active { + color: #990000; +} + +.menu input.submit { + background-color : #6BA037; + color: #FFFFFF; +} + +.note { + background-color: #EEEEEB; + border-bottom: 1px solid #DDDED3; + border-left: 1px solid #DDDED3; + border-right: 1px solid #DDDED3; + border-top: 1px solid #DDDED3; +} + +.opac-detail { + background-color: #FFFFCC; +} + +.opac-detail dd { + border-bottom: 1px solid #E7E7CA; + color: #000000; +} + +.operations li a, .operations li a:visited { + background-color: #6699CC; + border: 2px solid #D8DEB8; + color: #FFFFCC; +} + +.operations li a:hover { + background-color: #0099FF; + color: #FFFF99; +} + +.operations li a:active { + background-color: #0099FF; + color: #FFFF99; +} + + +.item-reserved { + color : #009933; +} + +.item-datedue { + color: #999999; +} + +.item-notforloan, .item-lost, .item-cancelled, .item-damaged, .item-reserved { +} + +.searchresults td, .searchresults th, .searchresults table { + border: 0; +} + +.searchresults tr { + border-bottom : 1px solid #CCCCCC; +} + +.searchresults table { + border-top : 0px solid #CCCCCC; +} + +p.searchresults { + background-color : #EFF1DC; +} + +.searchresults a.reserve { + background-color : transparent; + color : #006699;/* + background-color : #6699CC; + border: 1px outset #666666; + color : White;*/ +} + +.sidebar-box { + border: 1px dashed #CCCCCC; +} + +.subfield { + background-color: #EFF1DC; +} + +.subfieldvalue { + background-color: #FFFFFF; +} + +.submit { + background-color: #EEC95A; + border: 3px outset #666666; + color: #FFFFFF; +} + +.term { + background-color: #FFFFCC; + color: #990000; +} + +.unavailable { + color: #990033; +} + +#footer { + border-top: 1px solid #EEEEEE; +} + +#languages ul li a { + border: 1px solid #D8DEB8; +} + +#languages ul li a:hover { + background-color: #FFFFCC; +} + +#main { + background-color: transparent;/* + border-top: 1px solid #EEEEEE;*/ +} + +#masthead { + background-color: #FFFFFF;/* + border-bottom: 1px solid #EEEEEE;*/ +} + +#members { + background-image : url(../images/member-menu-background.gif); + background-repeat: repeat-x; + border-top: 1px solid #9999CC; + border-bottom : 1px solid #9999CC; + background-color: #AFBCCF; + color: #000066; +} + +#members ul li a:link, #members ul li a:visited, #members span.members { + background-image : url(../images/member-menu-background-link.gif); + background-repeat: repeat-x; + border-left: 1px solid #9999CC; + color: #006699; +} + +#members ul li:last-child a { + border-right : 1px solid #9999CC; +} + +#members ul li a:hover, #members ul li a:active { + background-image : url(../images/member-menu-background-hover.gif); + background-repeat: repeat-x; +} + +#members a { + text-decoration: none; +} + +#members a.logout:link, #members a.logout:visited, #members a.logout:hover, #members a.logout:active { + background-image : url(../images/member-menu-background-logout.gif); + background-repeat: repeat-x; + color: #000000; +} + +#members a:hover.logout { + background-image : url(../images/member-menu-background-logout-hover.gif); + background-repeat: repeat-x; + color: #000000; +} + +#nav { + /*background-color: #EFF1DC;*/ + border : 1px solid #EFF1DC; + +} + +#nav h6 { + background-color: #E7E7CA; + line-height : 1.8em; + margin-left: -1px; + margin-top : -1px; + margin-right : -1px; +} + +#nav li ul li {/* + background-color: #E7E7CA;*/ + border-bottom: 0 solid #D8DEB8; + border-left: 0 solid #FFFFCC; + border-right: 0 solid #006699; + border-top: 0 solid #FFFFCC; +} + +#nav li ul li a { + color: #0000FF; +} + +#nav li ul li a:link { + color: #335599; +} + +#nav li ul li a:visited { + color: #335599; +} + +#nav li ul li a:hover { + color: #CC3333; +} + +#nav ul li { + /* background-color: #EFF1DC; */ + border-bottom: 0px solid #CCCC99; + border-left: 0 solid #FFFFCC; + border-right: 0 solid #006699; + border-top: 0 solid #FFFFCC; +} + +#nav ul li+li { + border-bottom: 0px solid #CCCC99; + border-left: 0 solid #FFFFCC; + border-right: 0 solid #006699; +} + +#results, .results { + color: #000066; +} + +#search-sidebar { + background-color: #F8F8EB; +} + +#sidebar { + /*background-color: #F8F8EB; + border: 1px dashed #666666;*/ +} + +#sidebar .content-block { + background-color : #EEEEEE; +} + +#sidebar fieldset { + background-color: #F9F9FF; +} + +#sidebar legend { + color : #003366; +} + +#sidebar .submit { +/* background-color: #EEC95A; */ + color: #FFFFFF; +} + +#sidebar h3 { + color: #000066; +} + +#window { + background-color: #E7E7CA; + border-left: 1px solid #CCCC99; +} +ul.link-tabs { +} + +ul.link-tabs li { +} + +ul.link-tabs li a { + border-top: 1px solid #DDDDDD; + border-left : 1px solid #DDDDDD; + border-right : 1px solid #666666; +} + +ul.link-tabs li.on a { + background-color: #FFFFFF; + border-bottom: 1px solid #FFFFFF; +} + +ul.link-tabs li.off a { + background-color: #EEEEEB; + border-bottom: 1px solid #DDDDDD; +} + +ul.link-tabs li.off a:hover { + background-color: #FFFFEC; + border-top: 1px solid #BEBF84; + border-left : 1px solid #BEBF84; + border-right : 2px solid #333333; +} + +ul.link-tabs li a.debit { + background-color : #FFFF99; + color : #990033; +} + +div#holdings, div#descriptions, div#reviews, div#serials, div#publicshelves, div#privateshelves, div#fines, div#waiting, div#overdues, div#issues, div#reserves { + border : 1px solid #DDDDDD; +} + +div#holdings table { + border-top : 1px solid #DDDDDD; + border-right : 1px solid #DDDDDD; +} + +div#holdings td, div#holdings th { + border-left : 1px solid #DDDDDD; + border-bottom : 1px solid #DDDDDD; +} + +#usermenu { + background-image : url(../images/usermenu-background.gif); + background-repeat: repeat-x; + background-color: #EEEEEB; + border-top: 1px solid #EEEEEE; + border-bottom: 1px solid #335599; + color: #000000; +} + +#usermenu ul li a:link, #usermenu ul li a:visited { + background-image : url(../images/usermenu-background.gif); + background-repeat: repeat-x; + border-left: 1px solid #9999CC; + color: #006699; +} + +#usermenu ul li:last-child a { + border-right : 1px solid #9999CC; +} + +#usermenu ul li a:hover, #usermenu ul li a:active { + background-image : url(../images/usermenu-background-hover.gif); + background-repeat: repeat-x; +} + +#usermenu a { + text-decoration: none; +} + +table.featured-item { + border : 0; +} + +table.featured-item td { + border : 1px solid #CCCCCC; +} + +table.featured-item a img { +} + +table.featured-item a.title { +} + +table.featured-item .author { +} + +table.featured-item .publisher { +} +h1{ +background-color: #eeeeee; +color: navy; +background-image: url(./acceuil.jpg); +background-repeat:no-repeat; +} +h1.authority +{ +background-image:none; + +} \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/script.js b/koha-tmpl/opac-tmpl/prog/fr/includes/script.js new file mode 100644 index 0000000000..bb4423348e --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/script.js @@ -0,0 +1,66 @@ +function ValidateCode() +{ + // Validating the patron id by Oscar R. Paredes + // Please do not remove this line and the line above. + var patron_id = document.forms['auth'].userid.value; + var snumber = "Pp 0123456789"; + var len = patron_id.length; + var new_patron_id = ""; + var bOK = true + if (patron_id.length != 0) + { + for (i=0;(i<len)&&(bOK);i++) + { pos = snumber.indexOf(patron_id.substring(i,i+1)); + if (pos <0 || pos > 12) + { alert("Your card number is invalid, please verify it."); + bOK = false; + } + else + { if (pos > 2) + car = patron_id.substring(i,i+1); + else + car = ""; + new_patron_id = new_patron_id + car; + } + } // end for i + while (bOK && (new_patron_id.length < 7)) + new_patron_id = "0" + new_patron_id; + if (new_patron_id.length > 7) + { alert("Your library card number is too long."); + bOK = false; + } + if (bOK) + document.forms['auth'].userid.value = new_patron_id; + else + { + document.forms['auth'].userid.value = ""; + document.forms['auth'].userid.focus(); + } + } +} + +function CheckAll() +{ +count = document.mainform.elements.length; + for (i=0; i < count; i++) + { + if(document.mainform.elements[i].checked == 1){ + document.mainform.elements[i].checked = 0; + } else { + document.mainform.elements[i].checked = 1; + } + } +} + +function confirmDelete(message) { + var agree = confirm(message); + if(agree) { + return true; + } else { + return false; + } +} + +function Dopop(link) { + newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes'); + } \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/includes/usermenu.inc b/koha-tmpl/opac-tmpl/prog/fr/includes/usermenu.inc new file mode 100644 index 0000000000..a0a99851a3 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/includes/usermenu.inc @@ -0,0 +1,13 @@ +<div id="usermenu"> + <p><a href="/cgi-bin/koha/opac-user.pl">mon compte</a> <a href="/cgi-bin/koha/opac-account.pl">mes amendes</a> <a href="/cgi-bin/koha/opac-userdetails.pl">mes renseignements personnels</a> <a href="/cgi-bin/koha/opac-passwd.pl">changer mon mot de passe</a> + <!-- TMPL_IF NAME="opacreadinghistory" --> + <a href="/cgi-bin/koha/opac-readingrecord.pl">mon historique de lecture</a> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="virtualshelves" --> + <a href="/cgi-bin/koha/opac-shelves.pl" class="button">mes étagères virtuelles</a> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="suggestion" --> + <a href="/cgi-bin/koha/opac-suggestions.pl">suggestions d'achat</a> + <!-- /TMPL_IF --> + </p> +</div> \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/kohaerror.tmpl b/koha-tmpl/opac-tmpl/prog/fr/kohaerror.tmpl new file mode 100644 index 0000000000..cb65f84392 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/kohaerror.tmpl @@ -0,0 +1,10 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Une erreur s'est produite +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + + +<div id="main"> +<h3>Une erreur s'est produite</h3><!-- TMPL_VAR NAME="errormessage" --></div> +</body> +</html> \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-ISBDdetail.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-ISBDdetail.tmpl new file mode 100644 index 0000000000..52ce7e813b --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-ISBDdetail.tmpl @@ -0,0 +1,138 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- ISBD +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + + <div id="action"> + <!-- TMPL_UNLESS NAME="norequests" --> + <!-- TMPL_IF NAME="RequestOnOpac" --> + <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"> + Faire une Réservation + </a> + <!-- /TMPL_IF --> + <!-- /TMPL_UNLESS --> + <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Vue normale</a> <a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">ISBD</a><a href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">Imprimer</a> + <!-- TMPL_IF name="virtualshelves" --> + <!-- TMPL_IF NAME="loggedinusername" --> + <a href="/cgi-bin/koha/opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> + Ajouter à mon étagère virtuelle + </a> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <a href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> + Ajouter à mon panier + </a> + </div> + + <h1>ISBD</h1> + <!-- TMPL_VAR name="ISBD" --> + <!-- TMPL_IF name="subscriptionsnumber" --> + <h2> + Nous avons <!-- TMPL_VAR name="subscriptionsnumber" --> abonnement(s) associé(s) à ce titre. + </h2> + <p>Ci-dessous les 3 derniers numéros parus :</p> + <!-- TMPL_LOOP Name="subscriptions" --> + <!-- TMPL_IF name="subscriptionnotes"--> + <h2><!--TMPL_VAR Name="subscriptionnotes"--> </h2> + <!-- /TMPL_IF --> + <!--TMPL_IF Name="latestserials"--> + <table> + <tr><th>Numéro paru</th><th>Date</th><th>Situation</th></tr> + <!--TMPL_LOOP Name="latestserials"--> + <tr> + <td> + <!--TMPL_VAR Name="serialseq"--> + </td> + <td> + <!--TMPL_VAR Name="planneddate"--> + </td> + <td> + <!--TMPL_IF Name="status1"-->En attente + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status2"-->Arrivé + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status3"-->En retard + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status4"-->Manquant + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status5"-->Pas en prêt + <!--/TMPL_IF--> + <!--/TMPL_IF--> + <!--/TMPL_IF--> + <!--/TMPL_IF--> + <!--/TMPL_IF--> + </td> + </tr> + <!--/TMPL_LOOP --> + </table> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <p><a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues">Cliquer ici</a> pour plus d'information sur l'historique de(s) l'abonnement(s)</p> + <!-- /TMPL_IF --> +<!-- TMPL_IF NAME="reviewson" --> + <!-- TMPL_IF NAME="reviews" --> + <h2>Commentaires des lecteurs :</h2> + <!--TMPL_LOOP NAME="reviews"--> + <p> + <b> + Commentaire de <!--TMPL_VAR NAME="title"--> <!--TMPL_VAR NAME="surname"--> <!--TMPL_VAR NAME="firstname"--> + </b> + <br /> + <small> + <!--TMPL_VAR NAME="datereviewed"--> + </small> + </p> + <p> + <!--TMPL_VAR NAME="review"--> + </p> + <br /> + <!--/TMPL_LOOP--> + <!-- TMPL_ELSE --> + <b>Il n'y a pas de commentaire sur ce document.</b> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="loggedinusername" --> + <a href="javascript:Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->');"> + Ecrivez ou modifiez votre commentaire sur cet ouvrage. + </a> + <!-- TMPL_ELSE --> + <br /><a href="/cgi-bin/koha/opac-user.pl"> Connecter vous à votre compte</a> pour écrire votre commentaire ici. + <!-- /TMPL_IF --> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="AmazonContent" --> +<!-- Amazon Reviews --> +<div id="itemReviews"> + <h2>Les commentaires des lecteurs d'Amazon :</h2> + <h4> + <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> + <!-- TMPL_IF NAME="isbn" --> + <a href="http://www.amazon.com/gp/customer-reviews/write-a-review.html/002-2970817-7876066?%5Fencoding=UTF8&asin=<!-- TMPL_VAR NAME="isbn" -->&store=books">Ajoutez votre commentaire</a></h4> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --><br/> + + <!-- TMPL_IF NAME="rating" --> + <h4>Classement (de Amazon.com):</h4> + <div id="starMT"><div id="starFull" style="width:<!-- TMPL_VAR NAME="rating" -->px"></div></div> + + <!-- TMPL_LOOP NAME="AMAZONREVIEWS" --> + <div class="content_set"> + <!-- TMPL_IF NAME="summary" --> + <h4 class="underline"> <!-- TMPL_VAR NAME="summary" --></h4> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="comment" --> + <p><!-- TMPL_VAR NAME="comment" --> + </p><!-- /TMPL_IF --> + </div> + <!-- /TMPL_LOOP --> + <!-- TMPL_ELSE --> + + <div class="content_set"> + <p class="error"> Désolé, il n'y a pas de commentaire disponible pour ce titre. </p> + </div> + + <!-- /TMPL_IF --> +</div> <!-- itemReviews --> +<!-- /TMPL_IF--> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-MARCdetail.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-MARCdetail.tmpl new file mode 100644 index 0000000000..174c515b8a --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-MARCdetail.tmpl @@ -0,0 +1,146 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- MARC Détails de la notice N°. <!-- TMPL_VAR name="biblionumber" --> +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<div id="action"> + <!-- TMPL_UNLESS NAME="norequests" --> + <!-- TMPL_IF NAME="RequestOnOpac" --> + <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"> + Faire une Réservation + </a> + <!-- /TMPL_IF --> + <!-- /TMPL_UNLESS --> + <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Vue normale</a> <a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">ISBD</a><a href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">Imprimer</a> + <!-- TMPL_IF name="virtualshelves" --> + <a href="/cgi-bin/koha/opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> + Ajouter à mon étagère virtuelle + </a> + <!-- /TMPL_IF --> + <a href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> + Ajouter à mon panier + </a> +</div> + +<h1>Vue MARC</h1> + + <table style="border:0px;"> + <!-- TMPL_LOOP name="0XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;"> </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + <!-- TMPL_LOOP name="1XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="2XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="3XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="4XX" --> + <tr><td colspan="3" style="border:0px;" ><!-- TMPL_VAR name="tag" --></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="5XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="6XX" --> + <tr><td colspan="3" style="border:0px;"><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;"> </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="7XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="8XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + + <!-- TMPL_LOOP name="9XX" --> + <tr><td colspan="3" style="border:0px;" ><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td style="border:0px;" > </td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_lib" --></td> + <td style="border:0px;" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + </table> +<!-- TMPL_IF NAME="item_header_loop" --> +<h3>Exemplaires</h3> + <table> + <tr> + <!-- TMPL_LOOP name="item_header_loop" --> + <tr> + <!-- TMPL_VAR name="header_value" --> + </tr> + <!-- /TMPL_LOOP --> + </tr> + <!-- TMPL_LOOP name="item_loop" --> + <tr> + <!-- TMPL_VAR name="item_value" --> + </tr> + <!-- /TMPL_LOOP --> + </table><!-- TMPL_ELSE --> + <p>Pas d'exemplaire disponible.</p> + <!-- /TMPL_IF --> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-account.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-account.tmpl new file mode 100644 index 0000000000..8c6a087503 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-account.tmpl @@ -0,0 +1,48 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Compte de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<!--CONTENT--> + <!-- TMPL_LOOP NAME="BORROWER_INFO" --> + <!-- TMPL_INCLUDE name="usermenu.inc" --> + <h1>Relevé de compte de <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h1> + <!-- /TMPL_LOOP --> + + <!-- TMPL_IF NAME="ACCOUNT_LINES" --> + <h3>Amendes et frais</h3> + <table> + <thead> + <tr> + <th>Date</th> + <th>Description</th> + <th>Montant de l'amende</th> + <th>Montant exeptionnel</th> + </tr> + </thead> + + <tfoot> + <tr> + <th colspan="3">Somme due</th> + <td class="sum"><!-- TMPL_VAR NAME="total" --> €</td> + </tr> + </tfoot> + + <tbody> + <!-- TMPL_LOOP NAME="ACCOUNT_LINES" --> + <!-- TMPL_IF NAME="odd" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF --> + <td><!-- TMPL_VAR NAME="date" --></td> + <td><!-- TMPL_VAR NAME="description" --> + <!-- TMPL_IF NAME="print_title" --><!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td> + <!-- TMPL_IF NAME="amountcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="amount" --> €</td> + <!-- TMPL_IF NAME="amountoutstandingcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="amountoutstanding" --> €</td> + </tr> + <!-- /TMPL_LOOP --> + </tbody> + + </table> + <!-- TMPL_ELSE --> + <h4>Vous n'avez pas d'amendes ou de frais</h4> + <!-- /TMPL_IF --> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-addbookbybiblionumber.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-addbookbybiblionumber.tmpl new file mode 100644 index 0000000000..c21c2aa712 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-addbookbybiblionumber.tmpl @@ -0,0 +1,61 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> +Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> --Ajouter à mon étagère +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + + +<!-- TMPL_IF NAME="multiple"--> + <h1>Ajouter ces <!-- TMPL_VAR NAME="total"--> documents à l'étagère</h1> + <!-- TMPL_LOOP NAME="biblios"--> + <b><!-- TMPL_VAR NAME="title"--></b> + <!-- TMPL_IF NAME="author"-->par <!-- TMPL_VAR NAME="author"--><!-- /TMPL_IF --> + <br /><br /> + <!-- /TMPL_LOOP --> +<!-- TMPL_ELSE --> +<h1>Ajouter <i><!-- TMPL_VAR NAME="title" --></i> + <!-- TMPL_IF NAME="author" --> + par <!-- TMPL_VAR NAME="author" --> + <!-- /TMPL_IF --> vers une étagère virtuelle +</h1> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="CGIbookshelves"--> +<form name="f1" action="/cgi-bin/koha/opac-addbookbybiblionumber.pl" method="POST"> + <p><b>Sélectionner une étagère</b></p> + <label>Ajouter à l'étagère</label> <!-- TMPL_VAR NAME="CGIbookshelves" --> + <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /> + <input type="hidden" name="modifyshelfcontents" value="1" /> + <input type="submit" value="Ajouter à l'étagère" class="submit"> +</form> +<p>... ou ...</p> +<!-- /TMPL_IF --> + +<form name="f2" method="POST" action="/cgi-bin/koha/opac-addbookbybiblionumber.pl"> + <b>Ajouter à une nouvelle étagère :</b> + <p> + <label for="newbookshelf"> + Nom de l'étagère : + </label> + <input type="text" name="newbookshelf" id="newbookshelf" size="40" /> + </p> + <label for="category">Catégorie :</label> + <select name="category" id="category"> + <option value="1">Privé</option> + <option value="2">Public</option> + </select> + <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /> + <input type="submit" value="Ajouter à l'étagère" class="submit"> +</form> + +<p align="center"> + <br /><br /> + <a href="javascript:closePopup();">Fermer la fenêtre</a> +</p> + +<script type="text/javascript" language="javascript"> + function closePopup () { + window.close(); + } +</script> + +</body> +</html> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-advsearch.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-advsearch.tmpl new file mode 100644 index 0000000000..473a9d6f18 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-advsearch.tmpl @@ -0,0 +1,459 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> +<!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Recherche avancée +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + + +<form action="/cgi-bin/koha/opac-search.pl" method="get"> + <!-- TMPL_IF NAME="if_expanded_options_actually_worked" --> + <div id="expanded_options"> + <!-- TMPL_IF NAME="outer_servers_loop" --> + <!-- DATABASES --> + + <fieldset> + <legend>Sélectionner des bases de données locales:</legend> + <p> + <!-- TMPL_LOOP NAME="outer_servers_loop" --> + <!-- TMPL_LOOP NAME="inner_servers_loop" --> + <input type="checkbox" id="<!-- TMPL_VAR NAME="id" -->" name="<!-- TMPL_VAR NAME="name" -->" <!-- TMPL_IF NAME="checked" -->checked="<!-- TMPL_VAR NAME="checked" -->"<!-- /TMPL_IF --> value="<!-- TMPL_VAR NAME="value" -->"/><label for="<!-- TMPL_VAR NAME="id" -->"><img width="16" height="16" alt="<!-- TMPL_VAR NAME="id" -->" src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="icon" -->" /> <!-- TMPL_VAR NAME="label" --></label> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + </p> + </fieldset> + <!-- /DATABASES --> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME="outer_sup_servers_loop" --> + <!-- REMOTE DATABASES --> + <fieldset> + <legend>Sélectionner des bases de données distantes:</legend> + <p> + <!-- TMPL_LOOP NAME="outer_sup_servers_loop" --> + <!-- TMPL_LOOP NAME="inner_sup_servers_loop" --> + <input type="checkbox" id="<!-- TMPL_VAR NAME="id" -->" name="<!-- TMPL_VAR NAME="name" -->" <!-- TMPL_IF NAME="checked" -->checked="<!-- TMPL_VAR NAME="checked" -->"<!-- /TMPL_IF --> value="<!-- TMPL_VAR NAME="value" -->"/><label for="<!-- TMPL_VAR NAME="id" -->"><img alt="<!-- TMPL_VAR NAME="id" -->" src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="icon" -->"/><!-- TMPL_VAR NAME="label" --></label> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> + </p> + </fieldset> + <!-- /REMOTE DATABASES --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + + <!-- BOOLEAN SEARCH OPTIONS --> + <fieldset> + <legend>Rechercher par :</legend> + <!-- TMPL_LOOP NAME="search_boxes_loop" --> + + <!-- TMPL_IF NAME="expanded_options" --><!-- TMPL_IF NAME="search_boxes_label" --><p style="text-indent: 4.5em;"><!-- TMPL_ELSE --><p><!-- /TMPL_IF --><!-- TMPL_ELSE --><p><!-- /TMPL_IF --> + <!-- TMPL_IF NAME="expanded_options" --><!-- TMPL_VAR NAME="left_content" --><!-- /TMPL_IF --> + <select name="idx"> + <option value="kw" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Mot de la notice</option> + <option value="au" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Auteur</option> + <!-- TMPL_IF NAME="expanded_options" --> + <option value="au,phr" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Expression auteur</option> + <option value="cpn" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Nom de société</option> + <option value="cfn" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Nom de congrès</option> + <option value="cpn,phr" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Expression Nom de société</option> + <option value="cfn,phr" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Expression Nom de congrès</option> + <option value="pn" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>     Nom de personne</option> + <option value="pn,phr" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Expression Nom de personne</option> + <!-- /TMPL_IF --> + <option value="ln" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Langue</option> + <!-- TMPL_IF NAME="expanded_options" --> + <option value="nt" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Notes/commentaires</option> + <!-- /TMPL_IF --> + <option value="pb" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Editeur</option> + <option value="pl" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Lieu de publication</option> + <!-- TMPL_IF NAME="expanded_options" --> + <option value="sn" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Numéro normalisé</option> + <option value="nb" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    ISBN</option> + <option value="ns" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    ISSN</option> + <option value="lcn" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Cote</option> + <!-- /TMPL_IF --> + <option value="su" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Sujet</option> + <!-- TMPL_IF NAME="expanded_options" --> + <option value="su,phr" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Expression Sujet</option> + <!-- /TMPL_IF --> + <option value="ti" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>Titre</option> + <!-- TMPL_IF NAME="expanded_options" --> + <option value="ti,phr" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Expression Titre</option> + <option value="se" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->>    Titre de collection</option> + <!-- /TMPL_IF --> + </select> + <input type="text" size="30" name="q" title="Saisissez les termes de la recherche" value=""> + <!-- TMPL_IF NAME="expanded_options" --> + <!-- TMPL_IF NAME="scan_index" --><!-- TMPL_VAR NAME="scan_index" --><!-- /TMPL_IF --> + <!-- TMPL_IF NAME="add_field" --><a href="JavaScript:add_field();" id="ButtonPlus" title="Ajouter un autre champ">[+]</a><!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + </fieldset> +<!-- /BOOLEAN SEARCH OPTIONS --> +<div id="advsearch-itemtype"> +<fieldset> +<legend>Types de document : sélectionner les critères suivants </legend> + <table><tr> + <!--TMPL_LOOP Name="itemtypeloop"--> + <td><p><input type="checkbox" id="mt-<!--TMPL_VAR Name="number" -->" name="limit" value="mt:<!--TMPL_VAR Name="code" -->"/><img border="0" src="<!--TMPL_VAR Name="imageurl" -->" /> <!--TMPL_VAR Name="description" --></p></td> + <!-- TMPL_UNLESS name="count5" --></tr><tr><!-- /TMPL_UNLESS --> + <!--/TMPL_LOOP--> + </table> + </fieldset> +</div> +<!-- TMPL_IF NAME="expanded_options" --> + <!-- BASIC LIMITS --> + <!--TMPL_IF Name="usmarc"--> + <fieldset> + <legend>Limiter le type à : sélectionner ci-dessous</legend> + <table class="itemtypes"> + <tr> + <td><input type="checkbox" id="mc-bks" name="limit" value="mc:t"/><label for="mc-bks" title="Livres, pamphlets, rapports techniques, manuscrits, Textes de lois, Mémoires et thèses"><img border="0" src="/intranet-tmpl/prog/en/images/AF.gif" alt="Livres">Livres</label></td> + <td><input type="checkbox" id="mc-vis" name="limit" value="mc:v"/><label for="mc-vis" title="Films, Enregistrements vidéos, Film fixe, Diapositives, Transparents, Photos, Cartes, Graphiques, Dessins"><img border="0" src="/intranet-tmpl/prog/en/images/AV Aids.gif" alt="Documents visuels">Documents visuels</label></td> + <td><input type="checkbox" id="mc-sr" name="limit" value="mc-rtype:i"/><label for="mc-sr" title="Discours, livres sur CD et cassette"><img border="0" src="/intranet-tmpl/prog/en/images/AF.gif" alt="Livres cassette">Livres cassette</label></td> + </tr> + <tr> + <td><input type="checkbox" id="mc-cf" name="limit" value="mc:c"/><label for="mc-cf" title="Fichiers informatiques, données, logiciel"><img border="0" src="/intranet-tmpl/prog/en/images/CD-ROM software.gif" alt="Fichiers informatiques">Fichiers informatiques</label></td> + <td><input type="checkbox" id="mc-lh" name="limit" value="mc-collection:LH"/><label for="mc-lh" title="Documents d'histoire locale"><img border="0" src="/intranet-tmpl/prog/en/images/Local history.gif" alt="Documents d'histoire locale">Documents d'histoire locale</label></td> + <td><input type="checkbox" id="mc-map" name="limit" value="mc:a"/><label for="mc-map" title="Cartes, Globes"><img border="0" src="/intranet-tmpl/prog/en/images/PF.gif " alt="Cartes">Cartes</label></td> + </tr> + <tr> + <td><input type="checkbox" id="mc-mus" name="limit" value="mc-rtype:j"/><label for="mc-mus" title="Musique"><img border="0" src="/intranet-tmpl/prog/en/images/CDM.gif" alt="Musique">Musique</label></td> + <td><input type="checkbox" id="mc-kit" name="limit" value="mc-rtype:o"/><label for="mc-kit" title="Kits"><img border="0" src="/intranet-tmpl/prog/en/images/KIT.gif" alt="Kits" />Kits</label></td> + <td><input type="checkbox" id="mc-ref" name="limit" value="mc-collection:REF"/><label for="mc-ref" title="Référence"><img border="0" src="/intranet-tmpl/prog/en/images/REF.gif" alt="Référence">Référence</label></td> + + </tr> + + </table> + </fieldset> + <!-- /TYPE LIMITS --> + <div id="sidebar"> + <!-- SUBTYPE LIMITS --> + <fieldset> + <legend>Limites secondaires</legend><p> + + <select name="limit" class="subtype"> + <option value="" selected="selected" class="menuheader">Tout public</option> + <option value="aud:a" >Facile</option> + <option value="aud:c" >Jeunesse</option> + <option value="aud:d" >Jeune adulte</option> + <option value="aud:e" >Adulte</option> + </select> + + <select name="limit" class="subtype"> + <option value="" selected="selected" class="menuheader">Tout contenu</option> + <option value="fic:1" >Fiction</option> + <option value="fic:0" >Documentaire</option> + <option value="bio:b" >Biographie</option> + <option value="mus:j" >Enregistrement musical</option> + <option value="mus:i" >Enregistrement non-musical</option> + </select> + + + <select name="limit" class="subtype"> + <option value="" selected="selected" class="menuheader">Tout format</option> + <option value="l-format:ta" >Impression normale</option> + <option value="l-format:tb" >Gros caractères</option> + <option value="l-format:fk" >Braille</option> + <option value="" >-----------</option> + <option value="l-format:sd" >CD audio</option> + <option value="l-format:ss" >Enregistrement sur cassette</option> + <option value="l-format:vf" >Vidéocassette /VHS</option> + <option value="l-format:vd" >DVD / vidéo disque</option> + <option value="l-format:co" >Logiciel sur CD</option> + <option value="l-format:cr" >Site web</option> + </select> + + <select name="limit" class="subtype"> + <option value="" >Autres types de contenus</option> + <option value="ctype:a" >Résumés/sommaires</option> + <option value="ctype:b" >Bibliographies</option> + <option value="ctype:c" >Catalogues</option> + <option value="ctype:d" >Dctionnaires</option> + <option value="ctype:e" >Encyclopédies </option> + <option value="ctype:f" >Livres de poche</option> + <option value="ctype:g" >Articles de lois</option> + <option value="ctype:i" >Index</option> + <option value="ctype:j" >Brevet</option> + <option value="ctype:k" >Discographies</option> + <option value="ctype:l" >Législation</option> + <option value="ctype:m" >Mémoires</option> + <option value="ctype:n" >Enquêtes</option> + <option value="ctype:o" >Commentaires</option> + <option value="ctype:p" >Textes de programmes</option> + <option value="ctype:q" >Filmographies</option> + <option value="ctype:r" >Répertoires</option> + <option value="ctype:s" >Statistiques</option> + <option value="ctype:t" >Rapports techniques</option> + <option value="ctype:v" >Cas juridiques et notes de cas</option> + <option value="ctype:w" >Rapports de loi et recueils de lois</option> + <option value="ctype:z" >Traités </option> + </select> + </p> + + </fieldset> + <!--/TMPL_IF --> + <!--TMPL_IF Name="UNIMARC" --> + <div id="sidebar"> + <!-- SUBTYPE LIMITS --> + <fieldset> + <legend>Critères annexes</legend> + <p> + <label>Public</label> + <select name="limit" class="subtype"> + <option value="" SELECTED="selected" class="menuheader">Tout public</option> + <option value="aud:a">Jeunesse en général</option> + <option value="aud:b">Pré-scolaire</option> + <option value="aud:c">Scolaire</option> + <option value="aud:d">Enfant</option> + <option value="aud:e">Jeune adulte</option> + <option value="aud:k">Adulte, haut niveau</option> + <option value="aud:m">Fiction ou vulgarisation adulte</option> + <option value="aud:u">Inconnu</option> + </select> + </p> + <p> + <label>Présentation</label> + <select name="limit" class="subtype"> + <option value="" selected="selected" class="menuheader">Tout format</option> + <option value="Material-type:r">Impression normale</option> + <option value="Material-type:d">Impression en gros caractères</option> + <option value="Material-type:e">Journal</option> + <option value="Material-type:f">Caractère braille et moon</option> + <option value="Material-type:g">Micro-impression</option> + <option value="Material-type:h">Manuscrit</option> + <option value="Material-type:i">Multimédia</option> + <option value="Material-type:j">Impression en réduction</option> + <option value="Material-type:z">Autres formes de présentation</option> + </select> + </p> + <p> + <label>Genre</label> + <select name="limit" class="subtype"> + <option value="" selected="selected" class="menuheader">Toute forme</option> + <option value="Literature-Code:a">Fiction, roman</option> + <option value="Literature-Code:b">Théâtre, pièce télévisée</option> + <option value="Literature-Code:c">Essais</option> + <option value="Literature-Code:d">Humour, satire</option> + <option value="Literature-Code:e">Lettres</option> + <option value="Literature-Code:f">Nouvelles</option> + <option value="Literature-Code:g">Poésie</option> + <option value="Literature-Code:h">Discours, art oratoire</option> + <option value="Literature-Code:y">Il ne s'agit pas d'un texte littéraire</option> + <option value="Literature-Code:z">formes variées ou autres formes littéraires</option> + </select> + </p> + <p> + <label>Biographie</label> + <select name="limit" class="subtype" size="1"> + <option value="">Tout type de biographie</option> + <option value="Biography-code:y">Ce n'est pas une biographie</option> + <option value="Biography-code:a">Autobiographie (y compris correspondance...)</option> + <option value="Biography-code:b">Biographie individuelle</option> + <option value="Biography-code:c">Biographie collective</option> + <option value="Biography-code:d">Contient des informations biographiques</option> + </select> + </p> + <p> + <label>Illustration</label> + <select name="limit" class="subtype" size="1"> + <option value="">Tout type d'illustration</option> + <option value="Illustration-Code:a">Illustrations</option> + <option value="Illustration-Code:b">Cartes</option> + <option value="Illustration-Code:c">Portraits</option> + <option value="Illustration-Code:d">Cartes marines</option> + <option value="Illustration-Code:e">Plans</option> + <option value="Illustration-Code:f">Planches</option> + <option value="Illustration-Code:g">Musique imprimée</option> + <option value="Illustration-Code:h">Fac-similés</option> + <option value="Illustration-Code:i">Armoiries</option> + <option value="Illustration-Code:j">Tables généalogiques</option> + <option value="Illustration-Code:k">Formulaires</option> + <option value="Illustration-Code:l">Spécimens</option> + <option value="Illustration-Code:m">Enregistrement sonore</option> + <option value="Illustration-Code:n">Transparents</option> + <option value="Illustration-Code:o">Enliminures</option> + <option value="Illustration-Code:y">Sans illustrations</option> + </select> + </p> + <p> + <label>Contenu</label> + <select name="limit" class="subtype"> + <option value="" >Tout type de contenu</option> + <option value="ctype:a" >Bibliographie</option> + <option value="ctype:b" >Catalogue</option> + <option value="ctype:c" >Index</option> + <option value="ctype:d" >Résumé</option> + <option value="ctype:e" >Dctionnaire</option> + <option value="ctype:f" >Encyclopédie</option> + <option value="ctype:g" >Répertoire</option> + <option value="ctype:h" >Description de projet</option> + <option value="ctype:i" >Statistiques</option> + <option value="ctype:j" >Manuels d'enseignement programme</option> + <option value="ctype:k" >Brevet</option> + <option value="ctype:l" >Norme</option> + <option value="ctype:m" >Mémoire ou thèse</option> + <option value="ctype:n" >Lois et décrets</option> + <option value="ctype:o" >Table numérique</option> + <option value="ctype:p" >Rapport technique</option> + <option value="ctype:q" >Sujet d'examen</option> + <option value="ctype:r" >Synthèse bibliographique</option> + <option value="ctype:s" >Traité</option> + <option value="ctype:t" >Bande dessinée</option> + <option value="ctype:z" >Autres</option> + </select> + </p> + <p> + <label>Type de vidéo</label> + <select name="limit" class="subtype"> + <option value="">Tout type vidéo</option> + <option value="Video-mt:a">Film</option> + <option value="Video-mt:b">Document à projeter</option> + <option value="Video-mt:c">Enregistrement video</option> + </select> + </p> + </fieldset> + <fieldset> + <legend>Publication en série</legend><p> + <p> + <label>Type publication</label> + <select name="limit" class="subtype"> + <option value="">Tout type de périodique</option> + <option value="Type-Of-Serial:a">Périodique</option> + <option value="Type-Of-Serial:b">Collection de monographies</option> + <option value="Type-Of-Serial:c">Journal</option> + <option value="Type-Of-Serial:z">autres</option> + </select> + </p> + <p> + <label>Périodicité</label> + <select name="limit" class="subtype"> + <option value="">Toute périodicité</option> + <option value="Frequency-code:a">Quotidien</option> + <option value="Frequency-code:b">Bihebdomadaire</option> + <option value="Frequency-code:c">Hebdomadaire</option> + <option value="Frequency-code:d">Toutes les deux semaines</option> + <option value="Frequency-code:e">Deux fois par mois</option> + <option value="Frequency-code:f">Mensuel</option> + <option value="Frequency-code:g">Bimestriel</option> + <option value="Frequency-code:h">Trimestriel</option> + <option value="Frequency-code:i">Trois fois par an</option> + <option value="Frequency-code:j">Semestriel</option> + <option value="Frequency-code:k">Annuel</option> + <option value="Frequency-code:l">Bisannuel</option> + <option value="Frequency-code:m">Triennal</option> + <option value="Frequency-code:n">Trois fois par semaine</option> + <option value="Frequency-code:o">Trois fois par mois</option> + <option value="Frequency-code:u">Inconnue</option> + <option value="Frequency-code:y">Sans périodicité</option> + <option value="Frequency-code:i">Autre</option> + </select> + </p> + <p> + <label>Toute régularité</label> + <select name="limit" class="subtype"> + <option value="">Régularité</option> + <option value="Regularity-code:u">Inconnu</option> + <option value="Regularity-code:a">Régulier</option> + <option value="Regularity-code:b">Normalement irrégulier</option> + <option value="Regularity-code:y">Irrégulier</option> + </select> + </p> + + </fieldset> + <fieldset> + <legend>Document graphique</legend><p> + <select name="limit" class="subtype"> + <option value="">Tout type</option> + <option value="Graphics-type:a">Collage</option> + <option value="Graphics-type:b">Dessin</option> + <option value="Graphics-type:c">Peinture</option> + <option value="Graphics-type:d">Reproduction photomécanique</option> + <option value="Graphics-type:e">Négatif photo</option> + <option value="Graphics-type:f">Tirage photographique</option> + <option value="Graphics-type:h">Image</option> + <option value="Graphics-type:i">Gravure</option> + <option value="Graphics-type:k">Dessin technique</option> + <option value="Graphics-type:z">Autres types de documents graphiques non projetables</option> + </select> + <select name="limit" class="subtype"> + <option value="">Tout support</option> + <option value="Graphics-support:a">Toile</option> + <option value="Graphics-support:b">Carte bristol</option> + <option value="Graphics-support:c">Carton / carte à dessin</option> + <option value="Graphics-support:d">Verre</option> + <option value="Graphics-support:j">Plâtre</option> + <option value="Graphics-support:k">Isorel</option> + <option value="Graphics-support:l">Porcelaine</option> + <option value="Graphics-support:m">Pierre</option> + <option value="Graphics-support:n">Bois</option> + <option value="Graphics-support:u">Inconnu</option> + <option value="Graphics-support:v">Support composite</option> + <option value="Graphics-support:e">Synthétique (plastique, vinyle...)</option> + <option value="Graphics-support:f">Peau</option> + <option value="Graphics-support:g">Textile</option> + <option value="Graphics-support:h">Métal</option> + <option value="Graphics-support:i">Papier</option> + <option value="Graphics-support:z">Autres</option> + </select> + </p> + + </fieldset> + <!--/TMPL_IF--> +<!--/TMPL_IF--> +<!-- AVAILABILITY LIMITS --> + <fieldset><legend>Localisation et disponibilité : </legend> + <p> + <label>Site</label><select name="limit" id="branchloop"> + <option value="">Tous sites</option> + <!-- TMPL_LOOP NAME="branchloop" --> + <option value="<!-- TMPL_VAR NAME='value' -->"><!-- TMPL_VAR NAME='branchname' --></option> + <!-- /TMPL_LOOP --> + </select> + </p> + <p> + <label for="available-items">Seulement les documents actuellement disponibles</label><input type="checkbox" id="available-items" name="limit" value="date de retour:0000-00-00"></p> + </fieldset> +<!-- /AVAILABILITY LIMITS --> + +<!-- RANK LIMITS --> +<!-- TMPL_IF NAME="sort_by_loop" --> + <fieldset><legend>Tri par : </legend> + <p><select id="sort_by" name="sort_by"> + <option value="">Champ de tri, classé par pertinence</option> + <!-- TMPL_LOOP NAME="sort_by_loop" --> + <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="label" --></option> + <!-- /TMPL_LOOP --> + </select> + </p> + </fieldset> +<!-- /TMPL_IF --> +<!-- RANK LIMITS --> +<!-- SEARCH BUTTONS --> +<p> + <input class="submit" type="submit" accesskey="s" name="do" title="Rechercher" value="Rechercher"> + <!-- TMPL_IF NAME="expanded_options" --> + <a href="/cgi-bin/koha/opac-search.pl">[Moins d'options]</a> + <!-- TMPL_ELSE --> + <a href="/cgi-bin/koha/opac-search.pl?expanded_options=1">[Plus d'options]</a> + <!-- /TMPL_IF --> + <a href="/cgi-bin/koha/opac-search.pl?do=Clear">[Nouvelle Recherche]</a> +</p> +<!-- /SEARCH BUTTONS --> +</form> + +<script type="text/JavaScript" language="JavaScript"> + /** + * Function add_field(); + * This function allows to display a new field to search. + */ + function add_field() { + var ButtonPlus = document.getElementById('ButtonPlus'); + var line = ButtonPlus.parentNode; + var dad = line.parentNode; + dad.appendChild(line.cloneNode(true)); + line.removeChild(ButtonPlus); + } +</script> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-auth.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-auth.tmpl new file mode 100644 index 0000000000..676a016ff6 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-auth.tmpl @@ -0,0 +1,46 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Accédez à votre compte +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<!--CONTENT--> +<!-- TMPL_IF NAME="loginprompt" --> +<!-- login prompt time--> +<h3>Vous connectez à votre compte</h3> +<!-- TMPL_IF NAME="nopermission" --> +<!-- This is what is displayed if user doesnt have permission --> +<p>Désolé, Koha pense que vous n'avez pas les droits pour accéder à cette page. </p> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="timed_out" --> +<!-- This is what is displayed if login has timed out --> +<p>Désolé, votre session a expiré. Merci de vous reconnecter.</p> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="different_ip" --> +<!-- This is what is displayed if user doesnt have permission --> +<p>Vous êtes déjà connecté à Koha depuis une autre adresse IP. Merci de vous reconnecter.</p> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="invalid_username_or_password" --> +<!-- This is what is displayed if user doesnt have permission --> +<p>Vous avez saisi un nom d'utilisateur ou mot de passe invalide, merci de réessayer. Et n'oubliez pas que les noms d'utilisateur et les mots de passe sont sensibles à la casse.</p> +<!-- /TMPL_IF --> + +<form action="<!-- TMPL_VAR NAME="url" -->" name="auth" id="auth" method="post"> +<!-- TMPL_LOOP NAME="INPUTS" --> + <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" /> +<!-- /TMPL_LOOP --> +<table> +<tr><th><label for="userid">Votre numéro de carte</label></th><td> +<input type="text" size="25" id="userid" name="userid" /></td> +<tr><th><label for="password">Mot de passe ou PIN</label></th><td><input type="password" size="25" id="password" name="password" /></td> +</table> +<input type="submit" value="Se connecter" class="submit"> + <h5>Pas encore de mot de passe ?</h5><p> Si vous n'avez pas encore de mot de passe, passez par la banque de prêt la prochaine fois que vous viendrez à la bibliothèque. Nous serons ravis de vous en attribuer un.</p> +<h5>Pas de carte de la bibliothèque ?</h5><p> Si vous n'êtes pas inscrit, passez à la bibliothèque la plus proche pour le faire. </p> +</form> + + +<!-- /TMPL_IF --> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-authorities-home.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-authorities-home.tmpl new file mode 100644 index 0000000000..a6aa8eff32 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-authorities-home.tmpl @@ -0,0 +1,69 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Catalogue de la bibliothèque +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<h1>Recherche autorité</h1> + +<div id="bloc60"> + <form name="f" action="/cgi-bin/koha/opac-authorities-home.pl" method="post"> + <input type="hidden" name="op" value="do_search"> + <input type="hidden" name="type" value="opac"> + <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->"> + <div class="details"> + <h2>Rechercher + <select name="authtypecode"> + <!-- TMPL_LOOP NAME="authtypesloop" --> + <!-- TMPL_IF name="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option> + <!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + </select> + </h2> + <p> + <label class="label100">Entrée principale (seulement $a)</label> + <select name="operator"> + <option value="contains">contient</option> + <option value="start">commence par</option> + <option value="is">est exactement</option> + </select> + <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->"> + <input type="hidden" name="marclist" value="mainmainentry"> + <input type="hidden" name="and_or" value="and"> + <input type="hidden" name="excluding" value=""> + </p> + <p> + <label class="label100">Entrée principale</label> + <select name="operator"> + <option value="contains">contient</option> + <option value="start">commence par</option> + <option value="is">est exactement</option> + </select> + <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->"> + <input type="hidden" name="marclist" value="mainentry"> + <input type="hidden" name="and_or" value="and"> + <input type="hidden" name="excluding" value=""> + </p> + <p> + <label class="label100">Partout</label> + <select name="operator"> + <option value="contains">contient</option> + <option value="start">commence par</option> + <option value="is">est exactement</option> + + </select> + <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->"> + <input type="hidden" name="marclist" value=""> + <input type="hidden" name="and_or" value="and"> + <input type="hidden" name="excluding" value=""> + </p> + <p>(Ajouter % à la fin du mot si vous souhaitez utiliser une troncature droite : <b>théor%</b> renverra à théorie & théorique)</p> + <p> + <input type="submit" value="Rechercher" class="submit"> + </p> + </div> + </form> +</div> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-authoritiesdetail.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-authoritiesdetail.tmpl new file mode 100644 index 0000000000..c2e1002412 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-authoritiesdetail.tmpl @@ -0,0 +1,23 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalogue -- Recherche avancée +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> +<body<!-- TMPL_IF NAME="OpacNav" --> id="withnav"<!-- /TMPL_IF -->> +<!--TMPL_INCLUDE NAME="masthead.inc" --> + +<div id="main"> +<div class="tabbed"> + <h1>Autorité #<!-- TMPL_VAR NAME="authid" --> (<!-- TMPL_VAR name="authtypetext" -->)</h1> + <a href="opac-search.pl?type=opac&op=do_search&marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&operator==&value=<!-- TMPL_VAR NAME="authid" -->&and_or=and&excluding="><!-- TMPL_VAR name="count" --> documents</a> +</div> +<table border="0"><!-- TMPL_LOOP name="0XX" --> + <tr noborder ><td colspan="3" class="marctag"><b><!-- TMPL_VAR name="tag" --></b></td></tr> + <!-- TMPL_LOOP name="subfield" --> + <tr><td class="marcsubfieldletter" ><!-- TMPL_VAR name="marc_subfield" --></td> + <td class="marcsubfieldname" ><!-- TMPL_VAR name="marc_lib" --></td> + <td class="subfieldvalue" ><!-- TMPL_VAR name="marc_value" --></td> + </tr> + <!-- /TMPL_LOOP --> + <!-- /TMPL_LOOP --> +</table> +</div> +<!--TMPL_INCLUDE NAME="navigation.inc" --> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-authoritiessearchresultlist.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-authoritiessearchresultlist.tmpl new file mode 100644 index 0000000000..9fea0dfefd --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-authoritiessearchresultlist.tmpl @@ -0,0 +1,77 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Catalogue de la bibliothèque +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + + <h1>Résultats de la recherche autorité</h1> + <div id="pages"> + <!-- TMPL_IF name="displayprev" --> + <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=opac&op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"> + << + </a> + <!-- /TMPL_IF --> + <!-- TMPL_LOOP NAME="numbers" --> + <!-- TMPL_IF name="highlight" --> + <span class="current"><!-- TMPL_VAR NAME="number" --></span> + <!-- TMPL_ELSE --> + <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=opac&op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"><!-- TMPL_VAR NAME="number" --></a> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- TMPL_IF name="displaynext" --> + <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=opac&op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">>></a> + <!-- /TMPL_IF --> + </div> + <div id="results"> + <!-- TMPL_IF name="total" --> +  <b>Résultats <!-- TMPL_VAR NAME="from" --> à <!-- TMPL_VAR NAME="to" --> sur <!-- TMPL_VAR NAME="total" --></b><br><br> + <!-- TMPL_ELSE --> +  Pas de résultats<br> + <!-- /TMPL_IF --> + </div> + +<div class="searchresults"> + <table> + <tr> + <th width="70%">Vedettes autorisées</th> + <th width="10%">Type de vedette</th> + <!-- TMPL_UNLESS name="isEDITORS" --> + <th width="10%">Notices bibliographiques</th> + <!-- /TMPL_UNLESS --> + <th width="10%">Vedettes autorisées complètes</th> + </tr> + <!-- TMPL_LOOP NAME="result" --> + <tr> + <td><a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td> + + <td> + <!-- TMPL_VAR NAME="authtype" --> + </td> + <!-- TMPL_UNLESS name="isEDITORS" --> + <td> + <a href="/cgi-bin/koha/opac-search.pl?type=opac&op=do_search&q=an=<!--TMPL_VAR Name="authid" -->" class="button authority"><!-- TMPL_VAR NAME="used" --> documents</a> + </td> + <!-- /TMPL_UNLESS --> + <td> + <a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">Voir la vedette en entier</a> + </td> + </tr> + <!-- /TMPL_LOOP --> + </table> + </div> + <div id="resultnumber"> + <p> + <!-- TMPL_IF name="displayprev" --> + <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=opac&op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"><<</a> + <!-- /TMPL_IF --> + <!-- TMPL_LOOP NAME="numbers" --> + <!-- TMPL_IF name="highlight" --><span class="current"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE --> + <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=opac&op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"><!-- TMPL_VAR NAME="number" --></a> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- TMPL_IF name="displaynext" --> + <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=opac&op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">>></a> + <!-- /TMPL_IF --> + </p> + </div> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-basket.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-basket.tmpl new file mode 100644 index 0000000000..7328d6b878 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-basket.tmpl @@ -0,0 +1,220 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> +<!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Votre panier + <!-- TMPL_IF NAME="print_basket" --> + <!-- TMPL_INCLUDE NAME="doc-head-close-basket-print.inc" --> + <!-- TMPL_ELSE --> + <!-- TMPL_INCLUDE NAME="doc-head-close-basket.inc" --> +<!-- /TMPL_IF --> + +<div> <!-- main --> + +<!-- TMPL_UNLESS NAME="print_basket" --> +<h1>Votre panier</h1> + +<div id="action"> + <!-- TMPL_IF NAME="verbose" --> + <a href="opac-basket.pl" onclick="showLess(); return false;">Affichage abrégé</a> + <!-- TMPL_ELSE --> + <a href="opac-basket.pl" onclick="showMore(); return false;">Plus de détails</a> + <!-- /TMPL_IF --> + <a href="opac-basket.pl" onclick="sendBasket(); return false;">Envoyer</a> <a href="opac-basket.pl" onclick="printBasket(); return false;">Imprimer</a><a href="opac-basket.pl" onclick="delBasket(); return false;">Vider et fermer</a> <a href="opac-basket.pl" onclick="quit(); return false;">Fermer la fenêtre</a> + <!-- /TMPL_UNLESS --> +</div> +<br /> +<p> +<b>Documents sélectionnés :</b> <a href="javascript:delSelRecords();"> Retirer </a> | +<!-- TMPL_IF NAME="loggedinusername" --> + <a href="javascript:addSelToShelf();"> + Ajouter à une étagère + </a> +<!-- /TMPL_IF --> +</p> + +<!-- TMPL_IF NAME="verbose" --> + <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> + <h3> + <!-- TMPL_IF NAME="print_basket" --> + <!-- TMPL_VAR NAME="title" --> + <!-- TMPL_IF name="subtitle" --> <!-- TMPL_VAR NAME="subtitle" --><!-- /TMPL_IF --> + <!-- TMPL_ELSE --> + <form> + <input type="checkbox" + value="<!-- TMPL_VAR NAME="biblionumber" -->" + name="bib<!-- TMPL_VAR NAME="biblionumber" -->" + id="bib<!-- TMPL_VAR NAME="biblionumber" -->" + onclick="selRecord(value,checked)" /> + <!-- TMPL_VAR NAME="title" --> + <!-- TMPL_IF name="subtitle" --> <!-- TMPL_VAR NAME="subtitle" --><!-- /TMPL_IF --> + </form> + <!-- /TMPL_IF --> + </h3> + <table> + + <!-- TMPL_IF name="isbn" --> + <tr> + <th scope="row">ISBN</th> + <td><!-- TMPL_VAR NAME="isbn" --></td> + </tr> + <!-- /TMPL_IF --> + + <!-- TMPL_IF name="MARCAUTHORS" --> + <tr> + <th scope="row">Auteurs</th> + <td> + <!-- TMPL_LOOP NAME="MARCAUTHORS" --> + <!-- TMPL_VAR NAME="value" --> + <!-- /TMPL_LOOP --> + </td> + </tr> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME="publishercode" --> + <tr> + <th scope="row">Editeur</th> + <td><!-- TMPL_VAR NAME="place" --> <!-- TMPL_VAR NAME="publishercode" --> <!-- TMPL_VAR NAME="publicationyear" --> + </td> + </tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="pages" --> + <tr> + <th scope="row">Détails</th> + <td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td> + </tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="seriestitle" --> + <tr> + <th scope="row">Collection</th> + <td> <!-- TMPL_VAR NAME="seriestitle" --></td> + </tr> + <!-- /TMPL_IF --> + + <!-- TMPL_IF name="MARCSUBJCTS" --> + <tr> + <th scope="row">Sujets</th> + <td> + <!-- TMPL_LOOP NAME="MARCSUBJCTS" --> + <p><!-- TMPL_VAR NAME="label" --></p> + <!-- /TMPL_LOOP --> + </td> + </tr> + <!-- /TMPL_IF --> + + <!-- TMPL_IF name="copyrightdate" --> + <tr><th scope="row">Copyright</th> + <td> <!-- TMPL_VAR NAME="copyrightdate" --></td> + </tr> + <!-- /TMPL_IF --> + + <!-- TMPL_IF name="MARCNOTES" --> + <tr> + <th scope="row">Notes</th> + <td> + <!-- TMPL_LOOP NAME="MARCNOTES" --> + <p>- <!-- TMPL_VAR NAME="marcnote" --></p> + <!-- /TMPL_LOOP --> + </td> + </tr> + <!-- /TMPL_IF --> + + <!-- TMPL_IF name="unititle" --> + <tr> + <th scope="row">Titre uniforme</th> + <td> <!-- TMPL_VAR NAME="unititle" --></td> + </tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="serial" --> + <tr> + <th scope="row">Périodique</th> + <td><!-- TMPL_VAR NAME="serial" --></td> + </tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="dewey" --> + <tr> + <th scope="row">Dewey</th> + <td><!-- TMPL_VAR name="dewey" --></td> + </tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="classification" --> + <tr> + <th scope="row">Classification</th> + <td> <!-- TMPL_VAR name="classification" --></td> + </tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="lccn" --> + <tr> + <th scope="row">LCCN</th> + <td> <!-- TMPL_VAR name="lccn" --></td> + </tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="url" --> + <tr> + <th scope="row">URL</th> + <td> <!-- TMPL_VAR NAME="url" --></td> + </tr><!-- /TMPL_IF --> + <tr> + <th scope="row">Localisation</th> + <td> + <!-- TMPL_LOOP NAME="ITEM_RESULTS" --> + <p> + <!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> + <!-- TMPL_IF name="itemcallnumber" --> + (<!-- TMPL_VAR NAME="itemcallnumber" -->) + <!-- /TMPL_IF --> + </p> + <!-- /TMPL_LOOP --> + </td> + </tr> + </table> + <!-- /TMPL_LOOP --> + +<!-- TMPL_ELSE --> + <table> + <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> + <!-- TMPL_IF NAME="even" --> + <tr class="highlight"> + <!-- TMPL_ELSE --> + <tr> + <!-- /TMPL_IF --> + <td> + <form> + <!-- TMPL_UNLESS NAME="print_basket" --> + <label for="bib<!-- TMPL_VAR NAME="biblionumber" -->"> + </label> + <br /> + <input type="checkbox" + value="<!-- TMPL_VAR NAME="biblionumber" -->" + name="bib<!-- TMPL_VAR NAME="biblionumber" -->" + id="bib<!-- TMPL_VAR NAME="biblionumber" -->" + onclick="selRecord(value,checked);"> + <!-- /TMPL_UNLESS --> + </form> + </td> + <td><!-- TMPL_VAR name="itemtype" --></td> + <td> + <p> + <a href="#" onclick="openBiblio('<!-- TMPL_VAR name="dest" -->',<!-- TMPL_VAR name="biblionumber" -->)"> + <!-- TMPL_VAR NAME="title" --> + </a> + <!-- TMPL_VAR NAME="author" --> + <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --> + <!-- TMPL_IF name="place" --> <!-- TMPL_VAR name="place" --><!-- /TMPL_IF --><!-- /TMPL_IF --> + <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- TMPL_IF name="size" --> <!-- TMPL_VAR name="size" --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="notes" --> + <p><!-- TMPL_VAR name="notes" --></p> + <!-- /TMPL_IF --> + </td> + <td><!-- TMPL_VAR NAME="classification" --></td> + </tr> + <!-- /TMPL_LOOP --> + </table> +<!-- /TMPL_IF --> + +<!-- TMPL_UNLESS NAME="print_basket" --> +<form name="myform"> + <input type="hidden" name="records" id="records" /> +</form> +<!-- /TMPL_UNLESS --> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-browser.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-browser.tmpl new file mode 100644 index 0000000000..88dc575074 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-browser.tmpl @@ -0,0 +1,36 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- ISBD +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + + <h1>Feuilleter notre catalogue</h1> + <ul> + <li> + <!-- TMPL_VAR name="description" --> <a href="opac-browser.pl">Niveau principal</a> + </li> + <ul> + <!-- TMPL_LOOP name="HIERARCHY_LOOP" --> + <li> + <a href="opac-browser.pl?level=<!-- TMPL_VAR name="level"-->&filter=<!-- TMPL_VAR name="classification"-->"><!-- TMPL_VAR name="description" --></a> + </li> + <ul> + <!-- /TMPL_LOOP --> + <table><tr> + <!-- TMPL_LOOP name="LEVEL_LOOP" --> + <td width="33%"> + <p> + <!-- TMPL_IF name="endnode" --> + <a href="opac-search.pl?q=Dewey-classification:<!-- TMPL_VAR name="classification" -->"><!-- TMPL_VAR name="description" --></a> + <!-- TMPL_ELSE --> + <a href="opac-browser.pl?level=<!-- TMPL_VAR name="level"-->&filter=<!-- TMPL_VAR name="classification"-->"><!-- TMPL_VAR name="description" --></a> + <!-- /TMPL_IF --></p> + <p style="font-size:0.75em"><i>(<!-- TMPL_VAR name="number"--> documents)</i></p> + </td> + <!-- TMPL_IF name="count3" --></tr><tr><!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- TMPL_LOOP name="HIERARCHY_LOOP" --> + </ul> + <!-- /TMPL_LOOP --> + </ul> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-detail.tmpl new file mode 100644 index 0000000000..0a809ff788 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-detail.tmpl @@ -0,0 +1,317 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Détails de : <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --><!-- TMPL_VAR NAME="title" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<div id="action"> + +<!-- TMPL_UNLESS NAME="norequests" --> + <!-- TMPL_IF NAME="RequestOnOpac" --> + <a href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"> + Faire une Réservation + </a> + <!-- /TMPL_IF --> +<!-- /TMPL_UNLESS --> + <a href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"> Vue MARC </a> <a href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"> ISBD</a> <a href="/cgi-bin/koha/opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-detailprint.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> Imprimer </a> +<!-- TMPL_IF name="virtualshelves" --> + <!-- TMPL_IF NAME="loggedinusername" --> + <a href="/cgi-bin/koha/opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> + Ajouter à mon étagère virtuelle + </a> + <!-- /TMPL_IF --> +<!-- /TMPL_IF --> + <a href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;"> + Ajouter à mon panier + </a> +</div> + +<div id="catalogue_detail_biblio"> + <!-- TMPL_IF NAME="AmazonContent" --> + <!-- TMPL_IF NAME="isbn" --> + <a href="http://www.amazon.com/gp/reader/<!-- TMPL_VAR NAME="isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"> + <img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01._PIdp-schmooS,TopRight,7,-26_SCMZZZZZZZ_.jpg" alt="Image de couverture"> + </a><!-- TMPL_ELSE --> + <img border="0" src="http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif" alt="Image de couverture"> + <!-- /TMPL_IF --> +<!-- /TMPL_IF --> + <h1> + <!-- TMPL_VAR NAME="title" --> + <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR NAME="author" -->)<!-- /TMPL_IF --> + <!-- TMPL_VAR NAME="class" --> + </h1> + + <!-- TMPL_IF name="subtitles" --> + <p><label><b>Sous-titre(s) :</b></label> + <!-- TMPL_LOOP name="subtitles" --> + <!-- TMPL_VAR NAME="subtitle" --> ; + <!-- /TMPL_LOOP --> +   + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="author" --> + <p><label><b>Auteur : </b></label> + <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" -->"> + <!-- TMPL_VAR NAME="author" -->  + </a> + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="MARCAUTHORS" --> + <p><label><b>Autres auteurs:</b></label> + <!-- TMPL_LOOP NAME="MARCAUTHORS" --> + <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="value" -->"> + <!-- TMPL_VAR NAME="value" --> + </a>  + <!-- /TMPL_LOOP --> + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="illus" --> + <p><label><b>Ill.:</b></label><!-- TMPL_VAR name="illus" --> </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="publishercode" --> + <p><label><b>Publié par :</b></label> + <a href="/cgi-bin/koha/opac-search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode"-->"> + <!-- TMPL_VAR NAME="publishercode" --> + </a>  + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="publicationyear" --> + <p><label><b>En :</b></label><!-- TMPL_VAR NAME="publicationyear" --> </p> + <!-- /TMPL_IF --> + <p> + <!-- TMPL_IF name="pages" --> <label><b>Taille : </b></label><!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --> + <!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" -->  + </p> + <!-- TMPL_IF name="isbn" --> + <p><label><b>ISBN : </b></label><!-- TMPL_VAR NAME="isbn" --> </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="issn" --> + <p><label><b>ISSN :</b></label><!-- TMPL_VAR NAME="issn" --> </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="seriestitle" --> + <p><label><b>Collection : </b></label> + <!-- TMPL_VAR NAME="seriestitle" --> + <!-- TMPL_IF name="volume" -->vol. <!-- TMPL_VAR name="volume" -->, <!-- TMPL_VAR name="volumedate" --><!-- /TMPL_IF --> + <!-- TMPL_VAR name="volumedesc" -->  + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="MARCSUBJCTS" --> + <p><label><b>Sujets : </b></label></p> + <p> + <!-- TMPL_LOOP NAME="MARCSUBJCTS" --> + <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="link" ESCAPE="URL"-->"><!-- TMPL_VAR NAME="label" --></a> +   + <!-- /TMPL_LOOP --> + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="copyrightdate" --> + <p><label><b>Année : </b></label><!-- TMPL_VAR NAME="copyrightdate" --></p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="MARCNOTES" --> + <p><label><b>Notes : </b></label></p> + <p> + <!-- TMPL_LOOP NAME="MARCNOTES" --> + <p>- <!-- TMPL_VAR NAME="marcnote" --></p> + <!-- /TMPL_LOOP --> + </p> + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="notes" --> + <p><label><b>Notes : </b></label><!-- TMPL_VAR NAME="notes" --></p> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="unititle" --> + <p><label><b>Autre titre: </b></label><!-- TMPL_VAR NAME="unititle" --></p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="classification" --> + <p><label><b>classification:</b></label><!-- TMPL_VAR name="subclass" --><!-- TMPL_VAR name="classification" --></p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="dewey" --> + <p><label><b>Dewey :</b></label><!-- TMPL_VAR name="dewey" --></p> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="URLS" --> + <p><label><b>URL : </b></label> + <!-- TMPL_LOOP name="URLS" --> + <a href="<!-- TMPL_VAR name="url" -->"><!-- TMPL_VAR NAME="url" --></a>  + <!-- /TMPL_LOOP --> + </p> + <!-- /TMPL_IF --> + <p><label><b>Type de document : </b></label> + <!-- TMPL_IF name="description" --> + <!-- TMPL_VAR name="description" --> + <!-- TMPL_ELSE --> + <!-- TMPL_VAR NAME="itemtype" --> + <!-- /TMPL_IF --> + </p> +</div> + +<!-- TMPL_IF name="count" --> +<div id="catalogue_detail_items"> + <h2><!-- TMPL_VAR NAME="count" --> exemplaire(s)</h2> + <table> + <tr> + <th>Type de document</th> + <th>Localisation</th> + <th>Situation</th> + <th>Date de retour</th> + <th>Volume</th> + </tr> + <!-- TMPL_LOOP NAME="ITEM_RESULTS" --> + <tr> + <td><!-- TMPL_VAR NAME="description" --></td> + <td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_IF NAME="itemcallnumber" --> <!-- TMPL_VAR NAME="itemcallnumber" --><!-- /TMPL_IF --></td> + <td> + <!-- TMPL_IF name="datedue" --> + En prêt à (<!-- TMPL_VAR NAME="cardnumber" -->) + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="notforloan" --> + <!-- TMPL_VAR name="notforloan" --> + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="itemlost"--> + Document perdu + <!-- TMPL_ELSE --> + <!-- TMPL_IF NAME="wthdrawn" -->Document supprimé<!-- TMPL_ELSE -->Disponible<!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + </td> + <td><!-- TMPL_VAR NAME="datedue" --></td> + <td><!-- TMPL_VAR NAME="volumeddesc" --></td> + <!-- TMPL_IF NAME="type" --> + <td> + <a href="/cgi-bin/koha/maint/catmaintain.pl?type=fixitemtype&bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&item=<!-- TMPL_VAR NAME="itemtype" -->">Choisir le type de document</a> + </td> + <!-- /TMPL_IF --> + </tr> + <!-- /TMPL_LOOP --> + </table> +</div> +<!-- TMPL_ELSE --> +<p>nous n'avons aucun exemplaire physique de ce document</p> +<!-- /TMPL_IF --> +<!-- TMPL_IF name="subscriptionsnumber" --> +<div id="catalogue_detail_subscriptions"> + <h2>Il s'agit d'un abonnement</h2> + <p> (Nous avons <!-- TMPL_VAR name="subscriptionsnumber" --> abonnement(s) associé(s) à ce titre).</p> + <!-- TMPL_LOOP Name="subscriptions" --> + <!-- TMPL_IF NAME="subscriptionnotes" --><p><!--TMPL_VAR NAME="subscriptionnotes"--> </p><!-- /TMPL_IF --> + <!--TMPL_IF NAME="latestserials"--> + <p> Les trois derniers numéros de cet(s) abonnement(s)</p> + <table> + <tr> + <th>Numéro</th> + <th>Date</th> + <th>Situation</th> + <th>Note</th> + <!--TMPL_LOOP Name="latestserials"--> + <tr> + <td> + <!--TMPL_VAR Name="serialseq"--> + </td> + <td> + <!--TMPL_VAR Name="planneddate"--> + </td> + <td> + <!--TMPL_IF Name="status1"-->Attendu + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status2"-->Arrivé + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status3"-->En retard + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status4"-->Manquant + <!--TMPL_ELSE --> + <!-- TMPL_IF Name="status5"-->Pas en prêt + <!--/TMPL_IF--> + <!--/TMPL_IF--> + <!--/TMPL_IF--> + <!--/TMPL_IF--> + <!--/TMPL_IF--> + </td> + <td> + <!--TMPL_VAR Name="notes"--> + </td> + </tr> + <!--/TMPL_LOOP --> + </table> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + </div> + <!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="reviewson" --> + <!-- TMPL_IF NAME="reviews" --> + <h2>Commentaires des lecteurs :</h2> + <!--TMPL_LOOP NAME="reviews"--> + <p> + <b> + Commentaire de <!--TMPL_VAR NAME="title"--> <!--TMPL_VAR NAME="surname"--> <!--TMPL_VAR NAME="firstname"--> + </b> + <br /> + <small> + <!--TMPL_VAR NAME="datereviewed"--> + </small> + </p> + <p> + <!--TMPL_VAR NAME="review"--> + </p> + <br /> + <!--/TMPL_LOOP--> + <!-- TMPL_ELSE --> + <b>Il n'y a pas de commentaire sur ce document.</b> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="loggedinusername" --> + <a href="javascript:Dopop('/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->');"> + Ecrivez ou modifiez votre commentaire sur cet ouvrage. + </a> + <!-- TMPL_ELSE --> + <br /><a href="/cgi-bin/koha/opac-user.pl"> Connecter vous à votre compte</a> pour écrire votre commentaire ici. + <!-- /TMPL_IF --> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="AmazonContent" --> +<!-- Amazon Reviews --> +<div id="itemReviews"> + <h2>Les commentaires des lecteurs d'Amazon :</h2> + <h4> + <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> + <!-- TMPL_IF NAME="isbn" --> + <a href="http://www.amazon.com/gp/customer-reviews/write-a-review.html/002-2970817-7876066?%5Fencoding=UTF8&asin=<!-- TMPL_VAR NAME="isbn" -->&store=books">Ajoutez votre commentaire</a></h4> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --><br/> + + <!-- TMPL_IF NAME="rating" --> + <h4>Classement (de Amazon.com):</h4> + <div id="starMT"><div id="starFull" style="width:<!-- TMPL_VAR NAME="rating" -->px"></div></div> + + <!-- TMPL_LOOP NAME="AMAZONREVIEWS" --> + <div class="content_set"> + <!-- TMPL_IF NAME="summary" --> + <h4 class="underline"> <!-- TMPL_VAR NAME="summary" --></h4> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="comment" --> + <p><!-- TMPL_VAR NAME="comment" --> + </p><!-- /TMPL_IF --> + </div> + <!-- /TMPL_LOOP --> + <!-- TMPL_ELSE --> + + <div class="content_set"> + <p class="error"> Désolé, il n'y a pas de commentaire disponible pour ce titre. </p> + </div> + + <!-- /TMPL_IF --> +</div> <!-- itemReviews --> +<!-- /TMPL_IF--> + +<script language="javascript" type="text/javascript"> + function Dopop(link) { + newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes'); + } + function confirm_deletion() { + var is_confirmed = confirm('Are you sure you want to delete this biblio?'); + if ( is_confirmed ) { + window.location="/cgi-bin/koha/cataloguing/addbiblio.pl?op=delete&biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"; + } + } +</script> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-detailprint.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-detailprint.tmpl new file mode 100644 index 0000000000..6ad94c089e --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-detailprint.tmpl @@ -0,0 +1,85 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Détails de : <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --><!-- TMPL_VAR NAME="title" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE NAME="doc-head-close-basket-print.inc" --> + +<div id="window"> +<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> +<h2><!-- TMPL_VAR NAME="title" --> <!-- TMPL_IF NAME="subtitle" -->: <!-- TMPL_VAR NAME="subtitle" --><!-- /TMPL_IF --> +<!-- TMPL_IF NAME="author" -->; Par <!-- TMPL_VAR NAME="author" --></h2><!-- /TMPL_IF --> + +<table> + +<!-- TMPL_IF NAME="abstract" --><tr><th scope="row">Support :</th><td><!-- TMPL_VAR NAME="abstract" --></td></tr><!-- /TMPL_IF --> +<!-- TMPL_IF NAME="copyrightdate" --> + <tr><th scope="row">Copyright :</th><td><!-- TMPL_VAR NAME="copyrightdate" --></td></tr> +<!-- /TMPL_IF --> +<!-- TMPL_IF NAME="isbn" --> + <tr><th scope="row">ISBN :</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr> +<!-- /TMPL_IF --> +<!-- TMPL_IF NAME="lccn" --> + <tr><th scope="row">LCCN :</th><td><!-- TMPL_VAR NAME="lccn" --></td></tr> +<!-- /TMPL_IF --> +<!-- TMPL_IF NAME="publishercode" --> + <tr><th scope="row">Editeur :</th><td><!-- TMPL_VAR NAME="place" --> <!-- TMPL_VAR NAME="publishercode" --> <!-- TMPL_VAR NAME="publicationyear" --></td></tr> +<!-- /TMPL_IF --> +<!-- TMPL_IF NAME="pages" --> + <tr><th scope="row">Caractéristiques physiques : </th><td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td></tr> +<!-- /TMPL_IF --> +<!-- TMPL_IF NAME="notes" --> +<tr><th scope="row">Notes :</th><td><!-- TMPL_VAR NAME="notes" --></td></tr> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + +<!-- TMPL_UNLESS NAME="MARCSUBJCTS" --> +<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> +<!-- TMPL_IF name="subjects" --><tr><th scope="row">Sujet(s) :</th><td><!-- TMPL_LOOP name="subjects" --><a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP --></td></tr><!-- /TMPL_IF --> +<!-- /TMPL_LOOP --> +<!-- /TMPL_UNLESS --> + +<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> + <tr><th scope="row">Notice N° :</th><td><!-- TMPL_VAR NAME="biblionumber" --></td></tr> <!-- /TMPL_LOOP --> + +<!-- TMPL_IF NAME="MARCNOTES" --> + <tr> + <th scope="row">Notes détaillées :</th> + <td><ul><!-- TMPL_LOOP NAME="MARCNOTES" --><li><!-- TMPL_VAR NAME="marcnote" --></li><!-- /TMPL_LOOP --></ul></td></tr> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="MARCSUBJCTS" --> + <tr> + <th scope="row">Liens connexes:</th> + <td><ul><!-- TMPL_LOOP NAME="MARCSUBJCTS" --><li><a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="marcsubjct" escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct" --></a></li><!-- /TMPL_LOOP --></ul></td></tr> + <!-- /TMPL_IF --> +</table> + +<!-- TMPL_IF NAME="ITEM_RESULTS" --> +<table> +<!--HOLDINGS INFORMATION HEADER TABLE ROWS--> +<tr> +<th>Type/Support</th> +<th>Cote</th> +<th>Localisation</th> +<th>Date de retour</th> +<th>Vu le</th> +<th>Code à barres</th></tr> +<tbody> +<!--INFORMATION ROWS--> +<!-- TMPL_LOOP NAME="ITEM_RESULTS" --> +<tr><td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="description" -->.gif" align="left" title="<!-- TMPL_VAR NAME="barcode" -->" alt="" /><!-- TMPL_VAR NAME="description" --></td> +<td><!-- TMPL_VAR NAME="classification" --></td> +<td><!-- TMPL_VAR NAME="branchname" --></td> +<td><!-- TMPL_VAR NAME="datedue" --></td> +<td><!-- TMPL_VAR NAME="datelastseen" --></td> +<td><!-- TMPL_VAR NAME="barcode" --></td></tr> +<!-- /TMPL_LOOP --> +</tbody> +</table> +<!-- TMPL_ELSE --> +<table><tr><td>Pas d'exemplaire disponible.</td></tr></table> +<!-- /TMPL_IF --> +<script language="javascript" type="text/javascript"> +function docprint() { + window.print(); + window.close(); +} +</script> +</body> +</html> \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-dictionary.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-dictionary.tmpl new file mode 100644 index 0000000000..b5fb4be7db --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-dictionary.tmpl @@ -0,0 +1,142 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Recherche dictionnaire<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<div id="window"> + <h1>Recherche dictionnaire</h1> + +<form name="f" method="post" action="opac-dictionary.pl"> + <input type="hidden" name="op" value="do_search" /> + <label for="keyword">Mot(s)-clé : </label> + <input type="hidden" name="marclist" value="<!-- TMPL_VAR Name="marclist" -->" /> + <input type="text" name="search" value="<!-- TMPL_VAR Name="search" -->" size="20" /> + <input type="submit" value="Rechercher" class="submit"> + <input type="hidden" name="type" value="<!-- TMPL_VAR Name="type" -->" /> + <input type="hidden" name="index" value="<!-- TMPL_VAR Name="anindex" ESCAPE="URL" -->" /> + </form> + +<!-- TMPL_IF Name=search --> + <!-- TMPL_IF NAME="authresult" --> + <div class="pages"> + <!-- TMPL_IF NAME="displayprev" --> + <a href="opac-dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE=URL-->&search=<!-- TMPL_VAR NAME="search" ESCAPE=URL-->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search&index=<!-- TMPL_VAR Name="anindex" -->"><<Précédent</a> + <!-- /TMPL_IF --> + <!-- TMPL_LOOP NAME="numbers" --> + <!-- TMPL_IF NAME="highlight" --> + <span class="current"><!-- TMPL_VAR NAME="number" --></span> + <!-- TMPL_ELSE --> + <a href="opac-dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE=URL -->&search=<!-- TMPL_VAR NAME="search" ESCAPE=URL -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search&index=<!-- TMPL_VAR Name="anindex" -->"><!-- TMPL_VAR NAME="number" --></a> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- TMPL_IF NAME="displaynext" --> + <a href="opac-dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&marclist=<!-- TMPL_VAR NAME="marclist" -->&search=<!-- TMPL_VAR NAME="search" -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search&index=<!-- TMPL_VAR Name="anindex" -->">Suivant >></a> + <!-- /TMPL_IF --> +</div> + <div id="results"> + <!-- TMPL_IF NAME="nbresults" --> + Résultats <!-- TMPL_VAR NAME="from" --> à <!-- TMPL_VAR NAME="to" --> sur <!-- TMPL_VAR NAME="nbresults" --> dans les autorités.<!-- TMPL_ELSE -->Pas de résultats dans les autorités. + <!-- /TMPL_IF --> + </div> + + <table> + <tr> + <th colspan="3">Autorités</th> + </tr> + <tr> + <th>Abrégé</th> + <th>Utilisé dans</th> + <th>Sélectionner</th> + </tr> + <!-- TMPL_LOOP NAME="authresult" --> + <!-- TMPL_IF NAME="even" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF --> + <td> + <!-- TMPL_VAR NAME="summary" --> + </td> + <td> + <!-- TMPL_VAR NAME="used" --> notice(s) + </td> + <td> + <a href="javascript:SelectEntry('<!-- TMPL_VAR NAME="summary" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL" -->,0)" class="button catalogue">Sélectionner</a> | + <a href="javascript:SelectEntry('<!-- TMPL_VAR NAME="mainentry" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL" -->,1)" class="button catalogue">Sélect.& fermer</a> + </td> + </tr> + <!-- /TMPL_LOOP --> + </table> + <!-- TMPL_ELSE --> + <h4>Pas de résultats dans les autorités</h4> + <!-- /TMPL_IF --> + + + <!-- TMPL_IF Name=catresult --> + <h3>Résultats de la recherche catalogue</h3> + <div id="results"> + <!-- TMPL_IF NAME="total" --> + Résultats <!-- TMPL_VAR NAME="from" --> à <!-- TMPL_VAR NAME="to" --> sur <!-- TMPL_VAR NAME="total" --> dans le catalogue<!-- TMPL_ELSE -->Pas de résultats dans le catalogue. + <!-- /TMPL_IF --> + </div> + + <table> + <tr> + <th>Abrégé</th> + <th>Utilisé dans</th> + <th>Sélectionner</th> + </tr> + <!-- TMPL_LOOP NAME="catresult" --> + <!-- TMPL_IF NAME="even" --><tr class="highlight"><!-- TMPL_ELSE --><!-- /TMPL_IF --> + <td> + <!-- TMPL_IF name="MARC_ON" --> + <!-- TMPL_VAR NAME="value" --> + <!-- TMPL_ELSE --> + <!-- TMPL_VAR NAME="value" --> + <!-- /TMPL_IF --> + </td> + <td> + <!-- TMPL_VAR NAME="count" --> notice(s) + </td> + <td> + <a href="javascript:SelectEntry('<!-- TMPL_VAR NAME="value" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL" -->,0)" class="button catalogue">Sélectionner</a> | + <a href="javascript:SelectEntry('<!-- TMPL_VAR NAME="value" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL" -->,1)" class="button catalogue">Sélect.& fermer</a> + </td> + </tr> + <!-- /TMPL_LOOP --> + </table> + + <div class="pages"> + <!-- TMPL_IF NAME="displayprev" --> + <a href="opac-dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE=URL-->&search=<!-- TMPL_VAR NAME="search" ESCAPE=URL-->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search&index=<!-- TMPL_VAR Name="anindex" -->"><<Précédent</a> + <!-- /TMPL_IF --> + <!-- TMPL_LOOP NAME="numbers" --> + <!-- TMPL_IF NAME="highlight" --> + <span class="current"><!-- TMPL_VAR NAME="number" --></span> + <!-- TMPL_ELSE --> + <a href="opac-dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE=URL -->&search=<!-- TMPL_VAR NAME="search" ESCAPE=URL -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search&index=<!-- TMPL_VAR Name="anindex" -->"><!-- TMPL_VAR NAME="number" --></a> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- TMPL_IF NAME="displaynext" --> + <a href="opac-dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&marclist=<!-- TMPL_VAR NAME="marclist" -->&search=<!-- TMPL_VAR NAME="search" -->&resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search&index=<!-- TMPL_VAR Name="anindex" -->">Suivant >></a> + <!-- /TMPL_IF --> + + <div id="results"> + <!-- TMPL_IF NAME="total" --> + Résultats <!-- TMPL_VAR NAME="from" --> à <!-- TMPL_VAR NAME="to" --> sur <!-- TMPL_VAR NAME="total" --> dans le catalogue.<!-- TMPL_ELSE -->Pas de résultats dans le catalogue. + <!-- /TMPL_IF --> + </div> + + <!-- /TMPL_IF --> + <script language="JavaScript" type="text/javascript"> + function SelectEntry(myentry, myindex, wclose){ + if (opener.document.f.value[myindex].value!=""){ + opener.document.f.value[myindex].value=opener.document.f.value[myindex].value+" "+myentry + } else { + opener.document.f.value[myindex].value=myentry + } + if (wclose == 1) { + // alert("closing") + self.close(); + } + } + </script> +<!-- /TMPL_IF --> + +</div> + +</body> +</html> \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-full-serial-issues.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-full-serial-issues.tmpl new file mode 100644 index 0000000000..a2e2e8f5a1 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-full-serial-issues.tmpl @@ -0,0 +1,75 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Périodiques +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + + +<!-- TMPL_UNLESS name="popup" --> + <h1 class="catalogue">Détails de l'abonnement pour <!-- TMPL_VAR name="bibliotitle" --></h1> + <a href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Retour à la notice</a> +<!-- /TMPL_UNLESS --> + <div class="tabsubs"> + <!-- TMPL_LOOP NAME="years" --> + <!-- TMPL_IF NAME="year" --> + <a class="tabsubs" href="javascript:showlayer(<!-- TMPL_VAR NAME="year" -->)"><!-- TMPL_VAR NAME="year" --></a> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <a class="tabsubs" href="opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->&selectview=small">Vue compacte</a> + </div> + + <!-- TMPL_LOOP NAME="years" --> + <div name="yeardata" id="<!-- TMPL_VAR NAME="year" -->" class="tabsub" <!--TMPL_IF Name="first" -->style="visibility:visible"<!--/TMPL_IF -->> + <table width="400px"> + <tr> + <th>Date + </th> + <th>Date de réception + </th> + <th>N° de parution + </th> + <th>Situation + </th> + </tr> + <!-- TMPL_LOOP Name="serials" --> + <tr> + <td> + <!-- TMPL_VAR Name="publisheddate" --> + </td> + <td> + <!-- TMPL_VAR Name="planneddate" --> + </td> + <td> + <!-- TMPL_VAR Name="serialseq" --> + </td> + <td> + <!-- TMPL_IF Name="status1" -->Attendu<!-- /TMPL_IF --> + <!-- TMPL_IF Name="status2" -->Arrivé<!-- /TMPL_IF --> + <!-- TMPL_IF Name="status3" -->En retard<!-- /TMPL_IF --> + <!-- TMPL_IF Name="status4" -->Manquant<!-- /TMPL_IF --> + <!-- TMPL_IF Name="status5" -->Pas paru<!-- /TMPL_IF --> + <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF --> + </td> + </tr> + <!-- /TMPL_LOOP --> + </table> + </div> + <!--/TMPL_LOOP --> +<script language="JavaScript" type="text/javascript"> +showlayer(<!-- TMPL_VAR name="yearmin" -->); +function showlayer(numlayer) +{ + var yeardata=document.getElementsByName("yeardata"); + for (i=0; i<yeardata.length; i++ ) { + ong=yeardata[i].getAttribute('id'); + if (numlayer==ong) { + yeardata[i].style.visibility="visible"; + } else { + yeardata[i].style.visibility="hidden"; + } + } +} + +</script> +</body> +</html> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-main.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-main.tmpl new file mode 100644 index 0000000000..ddc20b2878 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-main.tmpl @@ -0,0 +1,146 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> +<!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Catalogue de la bibliothèque +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<!-- TMPL_IF name="koha_news_count" --> +<div id="news"> + <table> + <!-- TMPL_LOOP name="koha_news" --> + <tr> + <th> + <!-- TMPL_VAR name="title" --> + </th> + <tr><td> + <p><!-- TMPL_VAR name="new" --></p> + <p><i>(Publié le <!-- TMPL_VAR name="newdate" -->)</i></p> + </td></tr> + <!-- /TMPL_LOOP --> + </table> +</div> +<!-- /TMPL_IF --> + +<div id="opac-main-search"> +<h1>Chercher dans notre catalogue</h1> + <ul><li> + <label for="masthead_search">Chercher dans le catalogue</label> + <form name="searchform" method="POST" action="/cgi-bin/koha/opac-search.pl" id="searchform"> + <input type="text" name="q" style="width: 30%;"/> + <input type="submit" value="Rechercher" class="submit"> + </form> + <i>(<a href="/cgi-bin/koha/opac-search.pl">Recherche avancée</a>)</i> + </li> + <!-- TMPL_IF name="OpacBrowser" --> + <li><a href="/cgi-bin/koha/opac-browser.pl">Feuilleter le catalogue</a>, grâce à une hiérarchie de sujets</li> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="OpacAuthorities" --> + <li>Rechercher dans les <a href="/cgi-bin/koha/opac-authorities-home.pl">autorités</a></li> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="OpacCloud" --> + <li>Chercher dans le <a href="/cgi-bin/koha/opac-tags_subject.pl">nuage de sujets</a></li> + <!-- /TMPL_IF --> + <li> + <form name="recent-acqui" action="/cgi-bin/koha/opac-main.pl" method="POST"> + <label for="recentacqui">Trouver les derniers</label> + <input id="recentacqui" type="text" name="recentacqui" value="30" size="3"/> Acquisitions + <input type="submit" value=" OK " /> + </form> + </li> + </ul> +</div> + +<!-- TMPL_IF NAME="languages" --> +<div id="opac-main-changelanguage"> + <h1>Changer la langue</h1> + <ul> + <form action="/cgi-bin/koha/changelanguage.pl" method="POST"> + <label for="selectlang">Changer langue pour</label> + <select id="selectlang" name="language" onchange="javascript:submit();"> + <!-- TMPL_LOOP NAME="languages" --> + <option value="<TMPL_VAR NAME="language">"> + <!-- TMPL_VAR NAME="language" --> + </option> + <!-- /TMPL_LOOP --> + </select> + <input type="submit" value="Change" /> + </form> + </ul> +</div> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="recentacquiloop"--> + <div class="searchresults"> + <table> + <tr> + <th> + Titre + </th> + <th> + Auteur + </th> + <th> + copyright + </th> + <th> + Année d'édition + </th> + <th> + Date + </th> + </tr> + <!-- TMPL_LOOP NAME="recentacquiloop" --> + <tr> + <td> + <p> + <!-- TMPL_IF name="BiblioDefaultViewmarc" --> + <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_IF NAME="title"--> + <!-- TMPL_VAR NAME="title" --> + <!-- TMPL_ELSE --> + <span class="problem">(pas de titre)</span> + <!-- /TMPL_IF --> + </a> + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="BiblioDefaultViewisbd" --> + <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_IF NAME="title"--> + <!-- TMPL_VAR NAME="title" --> + <!-- TMPL_ELSE --> + <span class="problem">(pas de titre)</span> + <!-- /TMPL_IF --> + </a> + <!-- TMPL_ELSE --> + <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_IF NAME="title"--> + <!-- TMPL_VAR NAME="title" --> + <!-- TMPL_ELSE --> + <span class="problem">(pas de titre)</span> + <!-- /TMPL_IF --> + </a> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + </p> + </td> + <td> + <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" -->"> + <!-- TMPL_VAR NAME="author" --> + </a> + </td> + <td> + <!-- TMPL_VAR NAME="copyrightdate" --> + </td> + <td> + <!-- TMPL_VAR NAME="publicationyear" --> + </td> + <td> + <!-- TMPL_VAR NAME="timestamp" --> + </td> + </tr> + <!-- /TMPL_LOOP --> + </table> + </div> +<!-- /TMPL_IF --> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-passwd.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-passwd.tmpl new file mode 100644 index 0000000000..a0a1434b44 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-passwd.tmpl @@ -0,0 +1,43 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Compte de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<!--CONTENT--> + <!-- TMPL_INCLUDE name="usermenu.inc" --> + + <!-- TMPL_IF NAME= "Error_messages" --> + <h3>Il y a eu un problème avec votre demande</h3> + <p class="error"> + <!-- TMPL_IF NAME= "PassMismatch" --> + Les mots de passe ne correspondent pas.Prière de retaper votre nouveau mot de passe. + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME= "ShortPass" --> + Le nouveau mot de passe doit avoir au moins 6 caractères + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME= "WrongPass" --> + Votre mot de passe actuel a été mal saisi. Si le problème persiste, contactez un bibliothécaire, qui modifiera votre mot de passe à votre place. + <!-- /TMPL_IF --> + </p> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME= "Ask_data" --> + <h1>Modifiez votre mot de passe</h1> + <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="get"> + <p><label for="password">Mot de passe actuel :</label><input type="password" id="Oldkey" size="25" name="Oldkey" /></p> + <p><label for="Newkey">Nouveau mot de passe :</label><input type="password" id="Newkey" size="25" name="Newkey" /></p> + <p><label for="Confirm">Confirmez votre nouveau mot de passe :</label><input type="password" id="Confirm" size="25" name="Confirm" /></p> + <p><input type="submit" value="Proposer les modifications à la bibliothèque" class="submit"></p> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME= "password_updated" --> + <h1>Mot de passe mis à jour</h1> + Votre mot de passe a été modifié + <form action="/cgi-bin/koha/opac-user.pl" method="post"> + <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" /> + <p><input type="submit" class="icon back" value="Retour à vos informations"></p> + </form> + <!-- /TMPL_IF --> + </form> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-readingrecord.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-readingrecord.tmpl new file mode 100644 index 0000000000..96ef8d96a7 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-readingrecord.tmpl @@ -0,0 +1,36 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Compte de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<!--CONTENT--> + <!-- TMPL_INCLUDE name="usermenu.inc" --> +<h3>Historique de lecture de <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h3> + +<!-- TMPL_UNLESS NAME="count" --> +Vous n'avez jamais emprunté de document à la bibliothèque. +<!-- TMPL_ELSE --> +<table> +<!-- TMPL_IF NAME="showfulllink" --> +<tr><td colspan="4">Montrer tout les documents|<a href="opac-readingrecord.pl?limit=">Seulement les 50 derniers</a></td></tr><!-- TMPL_ELSE --> +<tr><td colspan="4">Seulement les 50 derniers documents| <a href="opac-readingrecord.pl?limit=full">Montrer tout </a></td></tr> +<!-- /TMPL_IF --><tr> +<tr><th><!-- TMPL_UNLESS NAME="orderbytitle" --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Titre</a><!-- TMPL_ELSE -->  + <!-- /TMPL_UNLESS --></th> +<th><!-- TMPL_UNLESS --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=author">Auteur</a><!-- TMPL_ELSE --> <!-- /TMPL_UNLESS --></th> +<th><!-- TMPL_UNLESS NAME="orderbydate" --><a href="/cgi-bin/koha/opac-readingrecord.pl">Date</a><!-- TMPL_ELSE -->Date<!-- /TMPL_UNLESS --></th></tr> + +<!-- TMPL_LOOP NAME="READING_RECORD" --> + +<!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF --> +<td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td> +<td><!-- TMPL_VAR NAME="author" --></td> +<td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(En prêt)</em><!-- /TMPL_IF --></td> +</tr> + +<!-- /TMPL_LOOP --> +</table> + +<!-- /TMPL_UNLESS --> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-recacquisitions.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-recacquisitions.tmpl new file mode 100644 index 0000000000..7bff903771 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-recacquisitions.tmpl @@ -0,0 +1,40 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Acquisitions récentes +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> +<!--TMPL_INCLUDE NAME="masthead_adv.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<div id="main"> + +<h1>Acquisitions récentes</h1> + +<form name="f" method="post" action="/cgi-bin/koha/opac-search.pl"> + <div class="form"> + <input type="hidden" name="marclist" value="biblioitems.itemtype" /> + <input type="hidden" name="and_or" value="and" /> + <input type="hidden" name="excluding" value="" /> + <input type="hidden" name="operator" value="=" /> + <input type="hidden" name="op" value="do_search" /> + <input type="hidden" name="type" value="opac" /> + <!-- TMPL_VAR name="CGIitemtype" --> Acquis par + <input type="hidden" name="marclist" value="items.homebranch" /> + <input type="hidden" name="and_or" value="and" /> + <input type="hidden" name="excluding" value="" /> + <input type="hidden" name="operator" value="=" /> + <input type="hidden" name="op" value="do_search" /> + <input type="hidden" name="type" value="opac" /> + <select name="value"> + <option value="">Tout site</option> + <!-- TMPL_LOOP name="branchloop" --> + <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name +="branchname" --></option> + <!-- /TMPL_LOOP --> + </select> + acquis dans les <input type="text" name="desc_or_asc" size="3" /> derniers jours + <input type="hidden" name="orderby" value="biblio.timestamp" /> + <input type="submit" value="Rechercher" class="submit"> +</div> + +</form> +</div> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-reserve.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-reserve.tmpl new file mode 100644 index 0000000000..712def8fab --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-reserve.tmpl @@ -0,0 +1,142 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Réservation(s) <!-- TMPL_VAR NAME="title" --> de <!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<!-- TMPL_IF NAME="message" --> + <!-- TMPL_IF NAME="GNA" --> + <p class="problem"> + <strong>Désolé</strong>, vous ne pouvez pas faire de réservations, parce que vos <a href="/cgi-bin/koha/opac-userdetails.pl">coordonnées</a> ne sont pas à jour. + </p> + <p class="problem">Prière de contacter votre bibliothécaire ou d'utiliser <a href="/cgi-bin/koha/opac-userupdate.pl">la mise à jour en ligne</a> pour nous transmettre les informations en cours(<em>Veuillez prendre note</em> qu'il peut y avoir un délai pour la mise à jour de votre compte si vous le faites en ligne) + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="lost" --> + <p class="problem"> + <strong>Désolé</strong>, vous ne pouvez pas faire de réservations parce que votre carte de bibliothèque a été signalée comme perdue ou volée. + </p> + <p class="problem"> + Si c'est une erreur, prière d'apporter votre carte à la banque de prêt de votre bibliothèque et l'erreur sera corrigée. + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="debarred" --> + <p class="error"> + <strong>Désolé</strong>, vous ne pouvez pas faire de réservations parce que votre compte a été bloqué. + </p> + <p class="problem">En général, la suspension d'un compte est due à des retards anciens ou à des frais de détérioration. Si <a href="/cgi-bin/koha/opac-user.pl">votre page personnelle</a> montre que votre compte est à jour, merci de contacter un bibliothécaire. + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="too_much_oweing" --> + <p class="problem"> + Désolé, vous ne pouvez pas faire de réservations parce que vous devez <!-- TMPL_VAR NAME="too_much_oweing" --> + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="too_many_reserves" --> + <p class="error">Désolé, vous ne pouvez faire plus de <!-- TMPL_VAR NAME="too_many_reserves" --> réservations. + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="already_reserved" --> + <p class="problem"> + Vous avez déjà une réservation en cours pour ce document. + <form action="/cgi-bin/koha/opac-detail.pl" method="POST"> + <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /> + <input type="submit" class="icon back" value="Retournez à l'écran des exemplaires"> + </form> + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="no_items_selected" --> + <p class="problem"> + Vous devez sélectionner au moins un type de document. + </p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="no_branch_selected" --> + <p class="error"> + Vous devez sélectionner une annexe de retrait ! + </p> + <!-- /TMPL_IF --> +</div> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="select_item_types" --> +<!-- The first time round you select which bibitems you want --> +<form action="/cgi-bin/koha/opac-reserve.pl" method="post"> +<input type="hidden" name="item_types_selected" value="1"> +<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"> +<h2>Détails de la réservation</h2> +<div class="form"> +<table> + <tr><th>Réservation : </th><td><span class="title"><!-- TMPL_VAR NAME="title" --></span><!-- TMPL_IF NAME="author" --> (<!-- TMPL_VAR NAME="author" -->)<!-- /TMPL_IF --></td></tr> + <tr><th>Pour :</th><td><!-- TMPL_LOOP NAME="USER_INFO" --><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)<!-- /TMPL_LOOP --></td></tr> + + <tr><th>A retirer à :</th><td><select name="branch" id="branch"> + <option>-- Prière de sélectionner votre site --</option> + <!-- TMPL_LOOP NAME="CGIbranch" --><option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branch" --></option><!-- /TMPL_LOOP --> +</select></td></tr> +</table> + +<!-- TMPL_IF NAME="onlyone" --> +<!-- If there is only one type --> + +<p><input type="submit" class="submit" value="Suivant >>"> +<input type="hidden" name="all" value="1"></p> +</form> + +<!-- TMPL_ELSE --> +<!-- If there is more than one type --> + + <h4>Choisissez un exemplaire...</h4> + <p> + <input id="checknextavailable" type="checkbox" name="all" value="prochain disponible"> + <label for="checknextavailable">Prochain exemplaire disponible (tout support)</label> + </p> + <h4> + ...ou sélectionnez les types de documents souhaités + </h4> + +<!-- TMPL_LOOP NAME="TYPE_ROWS" --> +<ul><!-- TMPL_LOOP NAME="ROW" --> +<li><input type="checkbox" name="itemtype" value="<!-- TMPL_VAR NAME="itemtype" -->" class="checkbox"><!-- TMPL_VAR NAME="description" --></li> +<!-- /TMPL_LOOP --> +</ul><!-- /TMPL_LOOP --> +<!-- <table> + <tr> + <th>Number of Copies</th><th>Requests already received for this title</th> <th>Items curently on issue, due back</th></tr> + <td><!-- TMPL_VAR NAME="itemcount" --></td> + <td><!-- TMPL_VAR NAME="reservecount" --></td> + <td><!-- TMPL_LOOP NAME="ITEMS" --><!-- TMPL_VAR NAME="date_due" -->, <!-- /TMPL_LOOP --></td> +</table> --> +</div> +<p><input type="submit" class="submit" value="Confirmer la réservation >>"></p> +</form> +<!-- /TMPL_IF --> + +<!-- end of the first form --> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="item_types_selected" --> +<!-- if the bibitems have already been selected --> +<form action="/cgi-bin/koha/opac-reserve.pl" method="post"> +<input type="hidden" name="place_reserve" value="1"> +<input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"><h3>Confirmer la réservation</h3> +<div class="details"> + <table> + <tr><th>Titre : </th><td><span class="title"><!-- TMPL_VAR NAME="title" --></span></td></tr> + +<!-- TMPL_IF NAME="all" --> + <tr><th>Type de document : </th><td>Tous<input type="hidden" name="all" value="1"></td></tr> +<!-- TMPL_ELSE --> + <tr><th>Types de document : </th><td><!-- TMPL_LOOP NAME="TYPES" --> +<input type="hidden" name="itemtype" value="<!-- TMPL_VAR NAME="itemtype" -->"><!-- TMPL_VAR NAME="description" -->; +<!-- /TMPL_LOOP --></td></tr> + +<!-- /TMPL_IF --> + <tr><th>Lieu de retrait : </th><td><!-- TMPL_VAR NAME="branchname" --><input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->"></td></tr> +</table> +</div> +<p><input type="submit" value="Finaliser et localiser la réservation" class="submit" onclick="this.value='Please wait...'; this.disabled=true; this.form.submit();"></p> + +</FORM> + +<!-- /TMPL_IF --> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc"--> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-results.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-results.tmpl new file mode 100644 index 0000000000..88bea70c04 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-results.tmpl @@ -0,0 +1,320 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --> +<!-- TMPL_VAR NAME="LibraryNameTitle" --> + +<!-- TMPL_IF NAME="searchdesc" --> + Résultat(s) pour la recherche de <!-- TMPL_VAR NAME="searchdesc" --> +<!-- TMPL_ELSE --> + Vous n'avez précisé aucun critère de recherche +<!-- /TMPL_IF --> + +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<!-- TMPL_IF NAME="koha_spsuggest" --> +<div style="font-size: 12px;">Vouliez-vous dire : + <ul style="list-style: none;"> + <!-- TMPL_LOOP NAME="SPELL_SUGGEST" --> + <li> + <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="spsuggestion" -->"><!-- TMPL_VAR NAME="spsuggestion" --></a> + </li> + <!-- /TMPL_LOOP --> + </ul> +</div> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="total" --> +<h3><!-- TMPL_VAR NAME="total" --> réponses trouvées pour '<!-- TMPL_VAR NAME="searchdesc" -->' <a href="http://o15.bureau.paulpoulain.com/cgi-bin/koha/opac-search.pl">[Nouvelle recherche]</a></h3> +<!-- TMPL_ELSE --> +<!-- TMPL_IF NAME="searchdesc" --> +<h3> Pas de réponse !</h3> +<p> + Aucun résultat ne correspond à votre recherche <span style="font-weight: bold;">“<!-- TMPL_VAR NAME="searchdesc" -->”</span> dans le catalogue de <!-- TMPL_VAR NAME="LibraryName" --> +</p> +<a href="/cgi-bin/koha/opac-search.pl" title="Nouvelle Recherche">Nouvelle recherche</a> +<!-- TMPL_ELSE --> +<h3> Pas de résultat !</h3> +<p> + Vous n'avez précisé aucun critère de recherche. +</p> +<a href="/cgi-bin/koha/opac-search.pl" title="Nouvelle Recherche">Nouvelle recherche</a> +<!-- /TMPL_IF --> +<!-- /TMPL_IF --> + +<!-- TMPL_IF NAME="query_error" --> +<br /><br /> +Erreur : +<span class="problem"> + <!-- TMPL_VAR NAME="query_error" --> +</span> +<!-- /TMPL_IF --> + +<!-- Search Results Table --> +<!-- TMPL_IF NAME="total" --> +<!-- TMPL_IF NAME="scan" --> +<h1>Parcourir l'index :</h1> +<form action="/cgi-bin/koha/opac-search.pl" method="POST"> + <table> + <tr> + <td> + Parcourir l'index pour : <input type="text" name="qf" id="scan-index" size="35" value="" /> + </td> + </tr> + <tr> + <td> + <label for="scan-index">Répertorié dans :</label> + <select name="idx" id="scan-index"> + <option value="">N'importe quel mot</option> + <option value="any/phr:">N'importe quelle expression</option> + <option value="ti:">Titre</option> + <option value="ti,phr:">Expression titre</option> + <option value="au,phr:">Auteur</option> + <option value="su:">Sujet</option> + <option value="su,phr:">Expression sujet</option> + <option value="se:">Collections</option> + <option value="pb:">Editeur</option> + <option value="nt:">Notes</option> + <option value="se:">Titre de collections</option> + <option value="sn:">ISBN</option> + <option value="ss:">ISSN</option> + </select> + <input type="hidden" name="scan" value="1" /> + </td> + </tr> + </table> +</form> + +<form action="/cgi-bin/koha/opac-search.pl" method="POST"> + <table> + <tr> + <th>Terme/Expression</th> + <th>Nombre</th> + </tr> + <!-- TMPL_LOOP NAME="SEARCH_RESULTS" --> + <tr<!-- TMPL_IF name="even" --> class="highlight"<!-- /TMPL_IF -->> + <td> + <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->"<!-- TMPL_VAR NAME="title" -->""><!-- TMPL_VAR NAME="title" --></a> + </td> + <td> + <!-- TMPL_VAR NAME="subtitle" --> + </td> + </tr> + <!-- /TMPL_LOOP --> + </table> +</form> +<!-- TMPL_ELSE --> + +<form action="/cgi-bin/koha/opac-search.pl" method="POST" name="myform" id="mainform"> + + <!-- TMPL_IF NAME="searchdesc" --> + <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" escape="html" -->" /> + <!-- /TMPL_IF --> + + <div class="searchresults"> + + <!-- RE-SORT START --> + <!-- TMPL_IF NAME="sort_by_loop" --> + <p> + Trier les résultats + <select id="sort_by" name="sort_by" onChange="javascript:document.myform.submit();"> + <option value="">Champ de tri, classé par pertinence</option> + <!-- TMPL_LOOP NAME="sort_by_loop" --> + <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="label" --></option> + <!-- /TMPL_LOOP --> + </select> + </p> + <!-- /TMPL_IF --> + <!-- RESORT END --> +</form> + <!-- ######### --> + <!-- FACETS START --> + <!-- TMPL_IF NAME="opacfacets" --> + <div id="facets" > + <dl> + <dt onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">Affinez votre recherche</dt> + <dd id="facets_list" style="display:none"> + <!-- TMPL_LOOP NAME="facets_loop" --> + <li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" --> + <ul> + <!-- TMPL_LOOP NAME="facets" --> + <li> + <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="searchdesc" --> and <!-- TMPL_VAR NAME="type_link_value" -->:<!-- TMPL_VAR NAME="facet_link_value" -->" title="<!-- TMPL_VAR NAME="facet_title_value" -->"> <!-- TMPL_VAR NAME="facet_label_value" --> </a> (<!-- TMPL_VAR NAME="facet_count" -->) + </li> + <!-- /TMPL_LOOP --> + <!-- TMPL_IF NAME="expandable" --> + <li class="showmore"> + <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->"> + En voir plus + </a> + </li> + <!-- /TMPL_IF --> + </ul> + </li> + <!-- /TMPL_LOOP --> + </ul> + </dd> + </div> + <!-- /TMPL_IF --> + <!-- FACETS END --> + + <!-- ######### --> + + <!-- TABLE RESULTS START --> + <!-- TMPL_IF name="opacbookbag" --> + <form action="opac-searchresults.pl" method="get" name="bookbag_form"> + <input type="submit" class="button" value="Ajouter à mon panier" onclick="addMultiple(); return false;"> + <input type="reset" value="Effacer" class="button"> + <!-- /TMPL_IF --> + <table> + <tr> + <th><input type="checkbox" name="select_all" onClick="SelectAll()" /></th> + <th>Titre</th> + <th>Localisation</th> + <!-- TMPL_IF NAME="RequestOnOpac" --> + <th>Réservation</th> + <!-- /TMPL_IF --> + </tr> + <!-- Actual Search Results --> + <!-- TMPL_LOOP NAME="SEARCH_RESULTS" --> + <!-- TMPL_IF name="even" --> + <tr class="highlight"> + <!-- TMPL_ELSE --> + <tr> + <!-- /TMPL_IF --> + <td> + <!-- TMPL_IF name="opacbookbag" --> + <input type="checkbox" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" title="Ajouter à mon panier"> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="AmazonContent" --> + <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <img src="<!-- TMPL_IF NAME="isbn" -->http://images.amazon.com/images/P/<!-- TMPL_VAR name="isbn" -->.01.TZZZZZZZ.jpg<!-- TMPL_ELSE -->http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif<!-- /TMPL_IF -->" alt="image" class="thumbnail" /> + </a> + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="imageurl" --> + <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->"/> + <!-- TMPL_ELSE --> + <!-- TMPL_VAR name="description" --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + </td> + <td> + <p> + <!-- TMPL_IF name="BiblioDefaultViewmarc" --> + <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_VAR NAME="title" --> + </a> <!-- TMPL_VAR NAME="subtitle" --> + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="BiblioDefaultViewisbd" --> + <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_VAR NAME="title" --> + </a> <!-- TMPL_VAR NAME="subtitle" --> + <!-- TMPL_ELSE --> + <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_VAR NAME="title" --> + </a> <!-- TMPL_VAR NAME="subtitle" --> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + </p> + <!-- TMPL_IF name="summary" --> + <p><!-- TMPL_VAR name="summary" --></p> + <!-- TMPL_ELSE --> + <p> + <!-- TMPL_IF NAME="author" --> + <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="author" --></a> + <!-- TMPL_ELSE --> +   + <!-- /TMPL_IF --> + <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="timestamp" --> <i>(modifié le <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF --> + </p> + <!-- /TMPL_IF --> + </td> + <td> + <!-- TMPL_IF NAME="items_loop" --> + <span class="available"> + <!-- TMPL_LOOP NAME="items_loop" --> + <!-- TMPL_VAR NAME="count" --> <!-- TMPL_VAR NAME="branchname" --> + <!-- TMPL_IF name="itemcallnumber" --> <i>(<!-- TMPL_VAR name="itemcallnumber" -->)</i><!-- /TMPL_IF --> + <!-- TMPL_IF name="location" --> <i>(<!-- TMPL_VAR name="location" -->)</i><!-- /TMPL_IF --> + <!-- TMPL_IF name="classification" --> + <i>(<a href="/cgi-bin/koha/opac-search.pl?q=callnum:<!-- TMPL_VAR NAME="classification" ESCAPE="URL" -->"> <!-- TMPL_VAR NAME="classification" --> </a>)</i> + <!-- /TMPL_IF --> + <br /> + <!-- /TMPL_LOOP --> + </span> + <!-- /TMPL_IF --> + <span class="unavailable"> + <!-- TMPL_IF NAME="onloancount" --> En prêt (<!-- TMPL_VAR NAME="onloancount" -->),<br /> <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="wthdrawncount" --> Retiré (<!-- TMPL_VAR NAME="wthdrawncount" -->),<br /> <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="itemlostcount" --> Perdu (<!-- TMPL_VAR NAME="itemlostcount" -->)<br /><!-- /TMPL_IF --> + <!-- TMPL_IF NAME="orderedcount" --> En commande (<!-- TMPL_VAR NAME="orderedcount" -->)<!-- /TMPL_IF --> + </span> + </td> + <!-- TMPL_IF NAME="RequestOnOpac" --> + <td> + <!-- TMPL_IF NAME="norequests" --> + Non réservable + <!-- TMPL_ELSE --> + <a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"> + Réservation + </a> + <!-- /TMPL_IF --> + </td> + <!-- /TMPL_IF --> + </tr> + <!-- /TMPL_LOOP --> + </table> + </div> + </form> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME="PAGE_NUMBERS" --> + <div class="pages"> + <!-- Row of numbers corresponding to search result pages --> + <!-- TMPL_IF NAME="previous_page_offset" --> + <a class="nav" href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&offset=<!-- TMPL_VAR NAME="previous_page_offset" -->"> + <<Précédent + </a> + <!-- /TMPL_IF --> + <!-- TMPL_LOOP NAME="PAGE_NUMBERS" --> + <!-- TMPL_IF NAME="highlight" --> + <span class="current"><!-- TMPL_VAR NAME="pg" --></span> + <!-- TMPL_ELSE --> + <a class="nav" href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&offset=<!-- TMPL_VAR NAME="offset" --><!-- TMPL_IF NAME="sort_by" -->&sort_by=<!-- TMPL_VAR NAME="sort_by" --><!-- /TMPL_IF -->"> + <!-- TMPL_VAR NAME="pg" --> + </a> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- TMPL_IF NAME="next_page_offset" --> + <a class="nav" href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&offset=<!-- TMPL_VAR NAME="next_page_offset" -->"> + Suivant >> + </a> + <!-- /TMPL_IF --> + </div> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME="outer_sup_results_loop" --> + <h3><!-- TMPL_LOOP NAME="outer_sup_results_loop" --></h3> + <!-- TMPL_IF NAME="inner_sup_results_loop" --> + <!-- TMPL_VAR NAME="servername" --> + <!-- TMPL_LOOP NAME="inner_sup_results_loop" --> + <div><a href="<!-- TMPL_VAR NAME="link" -->"><!-- TMPL_VAR NAME="title" --></a></div> + <!-- /TMPL_LOOP --> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <!-- /TMPL_IF --> + + <!-- TMPL_ELSE --> + + + <!-- /TMPL_IF --> + +</div> +</div> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-review.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-review.tmpl new file mode 100644 index 0000000000..60a92eea35 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-review.tmpl @@ -0,0 +1,37 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryName" --> -- Accueil bibliothèque de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> + +<div> <!-- main --> + +<h3> Commentaire de: <!--TMPL_VAR NAME="title" --></h3> + +<form action="/cgi-bin/koha/opac-review.pl" method="POST" onsubmit="return closeWindow();"> + <input type="hidden" name="biblionumber" value="<!--TMPL_VAR NAME="biblionumber"-->"> + <input type="hidden" name="type" value="<TMPL_VAR NAME="type">"> + + <table> + <tr> + <th> + Commentaire + </th> + </tr> + <tr><td> + <textarea name="review" cols=60 rows=8><!--TMPL_VAR NAME="review"--></textarea> + </td></tr> + <tr><td> + <input type="submit" value="Envoyer et fermer la fenêtre"> + </td></tr> + </table> +</form> + <p> + Remarque : Votre commentaire sera accepté ou rejeté par un(e) bibliothécaire avant. + </p> + +<script type="text/javascript" language="javascript"> + function closeWindow() { + window.close(); + return true; + } +</script> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc"--> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-sendbasket.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-sendbasket.tmpl new file mode 100644 index 0000000000..4c12091ea4 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-sendbasket.tmpl @@ -0,0 +1,47 @@ +<SUBJECT> +Votre panier +<END_SUBJECT> + +<HEADER> +Bonjour, voici votre panier de documents, envoyé depuis le catalogue en ligne Koha par <!-- TMPL_VAR name="email_sender" --> +<END_HEADER> + +<MESSAGE> +--------------------------------------------- + +<!-- TMPL_IF NAME="comment" --> + <!-- TMPL_VAR NAME="comment" --> +<!-- /TMPL_IF --> + +<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --> + <!-- TMPL_VAR NAME="title" --> + <!-- TMPL_IF name="subtitle" --> + <!-- TMPL_VAR NAME="subtitle" --> + <!-- /TMPL_IF --> + +<!-- TMPL_IF name="MARCAUTHORS" --> +<!-- TMPL_LOOP NAME="MARCAUTHORS"--> + Auteurs : <!-- TMPL_VAR NAME="value" --> +<!-- /TMPL_LOOP --> +<!-- /TMPL_IF --> + +<!-- TMPL_IF name="publishercode" --> + +ISBN : <!-- TMPL_VAR NAME="ISBN" --><!-- /TMPL_IF --><!-- TMPL_IF name="author" --> +Publié par : <!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF --><!-- TMPL_IF name="publicationyear" --> En : <!-- /TMPL_IF --><!-- TMPL_VAR NAME="publicationyear" --><!-- TMPL_IF name="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="pages" --><!-- TMPL_IF name="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR name="size" --><!-- TMPL_IF name="collection" --> +Collection : <!-- TMPL_VAR NAME="seriestitle" --><!-- /TMPL_IF --><!-- TMPL_IF name="subject" --> +Sujet : <!-- TMPL_VAR NAME="subject" --><!-- /TMPL_IF --><!-- TMPL_IF name="copyrightdate" --> +Année de copyright : <!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --><!-- TMPL_IF name="notes" --> +Notes : <!-- TMPL_VAR NAME="notes" --><!-- /TMPL_IF --><!-- TMPL_IF name="unititle" --> +Titre uniforme : <!-- TMPL_VAR NAME="unititle" --><!-- /TMPL_IF --><!-- TMPL_IF name="serial" --> +Périodique : <!-- TMPL_VAR NAME="serial" --><!-- /TMPL_IF --><!-- TMPL_IF name="dewey" --> +Dewey: <!-- TMPL_VAR name="dewey" --><!-- /TMPL_IF --><!-- TMPL_IF name="classification" --> +Indexation <!-- TMPL_VAR name="classification" --><!-- /TMPL_IF --><!-- TMPL_IF name="lccn" --> +LCCN : <!-- TMPL_VAR name="lccn" --><!-- /TMPL_IF --><!-- TMPL_IF name="url" --> +URL : <!-- TMPL_VAR NAME="url" --><!-- /TMPL_IF --> +Documents : <!-- TMPL_LOOP NAME="ITEM_RESULTS" --> + <!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="barcode" --> +<!-- /TMPL_LOOP --> +--------------------------------------------- +<!-- /TMPL_LOOP --> +<END_MESSAGE> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-sendbasketform.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-sendbasketform.tmpl new file mode 100644 index 0000000000..201d6d8684 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-sendbasketform.tmpl @@ -0,0 +1,44 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Envoi de votre panier +<!-- TMPL_INCLUDE NAME="doc-head-close-basket.inc" --> + +<div id="window"> +<h3>Envoyer votre panier</h3> + +<!-- TMPL_IF NAME="email_add" --> + + <!-- TMPL_IF NAME="SENT" --> + <p>Le panier a été envoyé à : <!-- TMPL_VAR NAME="email_add" --></p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="error" --> + <p>Problème lors de l'envoi de votre panier...</p> + <!-- /TMPL_IF --> + +<!-- TMPL_ELSE --> + +<form action="<!-- TMPL_VAR NAME="url" -->" method="post"> + + <p> + <label for="email_add">Adresse Electronique:</label> + <input type="text" id="email_add" name="email_add" size="35" /> + </p> + <p> + <label for="comment">Notes/commentaires</label><br /> + <textarea id="comment" name="comment" rows="7" cols="50"></textarea> + </p> + <p> + <input type="submit" value="Envoyer"> + <input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" /> + </p> +</form> + +<!-- /TMPL_IF --> +<p> + + <form action="opac-sendbasket.pl" method="get" /> + <input type="submit" value="Fermer la fenêtre" onclick="window.close(); return false;"> + </form> +</p> + +</div> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-serial-issues.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-serial-issues.tmpl new file mode 100644 index 0000000000..7e766da307 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-serial-issues.tmpl @@ -0,0 +1,88 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Périodiques +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<h1>Numéros d'un abonnement</h1> + <a href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Vue normale</a> <a href="opac-serial-issues.pl?selectview=full&biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Historique complet</a> + +<form method="post" name="f"> +<!-- TMPL_LOOP name="subscription_LOOP" --> +<h2>Détails de l'abonnement pour <!-- TMPL_VAR name="bibliotitle" --></h2> + <p>Débute le <!-- TMPL_VAR name="startdate" --> et paraît tous les + + <!--TMPL_IF name="periodicity1" --> + jour + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity2" --> + semaine + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity3" --> + 2 semaines + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity4" --> + 3 semaines + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity5" --> + mois + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity6" --> + 2 mois + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity7" --> + 3 mois + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity8" --> + trimestre + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity9" --> + 2 trimestres + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity10" --> + année + <!-- /TMPL_IF --> + <!--TMPL_IF name="periodicity11" --> + 2 ans + <!-- /TMPL_IF --> + + le + + <!--TMPL_IF name="arrival1" --> + Lundi + <!-- /TMPL_IF --> + <!--TMPL_IF name="arrival2" --> + Mardi + <!-- /TMPL_IF --> + <!--TMPL_IF name="arrival3" --> + Mercredi + <!-- /TMPL_IF --> + <!--TMPL_IF name="arrival4" --> + Jeudi + <!-- /TMPL_IF --> + <!--TMPL_IF name="arrival5" --> + Vendredi + <!-- /TMPL_IF --> + <!--TMPL_IF name="arrival6" --> + Samedi + <!-- /TMPL_IF --> + <!--TMPL_IF name="arrival7" --> + Dimanche + <!-- /TMPL_IF --> + + pour + <!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> numéros<!-- /TMPL_IF --> + <!-- TMPL_IF name="weeklength" --><!-- TMPL_VAR name="weeklength" --> semaines<!-- /TMPL_IF --> + <!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> mois<!-- /TMPL_IF --> + + depuis <!-- TMPl_VAR name="startdate" --> + </p> + <p><!-- TMPL_VAR name="notes" --></p> + <!-- TMPL_IF name="opacnote" --> + <h2>Etat de collection</h2> + <p> + <!-- TMPL_VAR name="opacnote" --> + </p> + <!-- /TMPL_IF --> +<!-- /TMPL_LOOP --> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-shelves.tmpl new file mode 100644 index 0000000000..497609b70c --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-shelves.tmpl @@ -0,0 +1,251 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> <!-- TMPL_IF Name="viewshelf" -->Contenu de <!-- TMPL_VAR Name="shelfname" --><!-- TMPL_ELSE -->Liste des étagères virtuelles<!-- /TMPL_IF --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<!-- TMPL_INCLUDE NAME="usermenu.inc" --> + +<!-- TMPL_IF Name="viewshelf" --> + +<h3>Contenu de <!-- TMPL_VAR Name="shelfname" --></h3> + +<a class="button" href="/cgi-bin/koha/opac-shelves.pl">Retour aux étagères virtuelles</a> + +<!-- TMPL_IF name="manageshelf" --> + | <a class="button" href="/cgi-bin/koha/opac-shelves.pl?op=modif&shelf=<!-- TMPL_VAR Name="shelfnumber" -->"> + Modifier cette étagère</a> +<!-- /TMPL_IF --> + +<form action="/cgi-bin/koha/opac-shelves.pl" + method="POST" + name="mainform" + onsubmit="return checkForm(this);"> + + <!-- TMPL_IF NAME="itemsloop" --> + <table> + <input type="hidden" name="viewshelf" value="<!-- TMPL_VAR Name="shelfnumber" -->" /> + <input type="hidden" name="modifyshelfcontents" value="1" /> + <tr> + <th> + <a style="color:white;" href="/cgi-bin/koha/opac-shelves.pl" onclick="CheckAll(); return false;">Tout cocher</a> + </th> + <th> </th> + <th>Titre</th> + <th>Auteur</th> + <th>Cote</th> + </tr> + <!-- TMPL_LOOP Name="itemsloop" --> + <tr<!-- TMPL_IF name="color" --> class="highlight"<!-- /TMPL_IF -->> + <td> + <input type="checkbox" name="MOD-<!-- TMPL_VAR Name="itemnumber" -->" /> + <input type="hidden" name="ModBiblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->"> + </td> + <td> + <img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /> + </td> + <td> + <!-- TMPL_IF name="BiblioDefaultViewmarc" --> + <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" --> + </a> + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="BiblioDefaultViewisbd" --> + <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" --> + </a> + <!-- TMPL_ELSE --> + <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> + <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" --> + </a> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + </a> + </td> + <td><!-- TMPL_VAR Name="author" --></td> + <td><!-- TMPL_VAR NAME="classification" --></td> + </tr> + <!-- /TMPL_LOOP --> + </table> + <!-- TMPL_ELSE --> + <b>Cette étagère est vide.</b> + <!-- TMPL_UNLESS NAME="itemsloop" --> + <input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelfnumber" -->" /> + <input type="hidden" name="shelves" value="1" /> + <input type="submit" class="icon delete" value="Supprimer cette étagère" onclick="return confirmDelete('Are you sure you want to delete this shelf?')"> + <!-- /TMPL_UNLESS --> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="manageshelf" --> + <!-- TMPL_IF NAME="itemsloop" --> + <h2>Avec les éléments cochés</h2> + <p> + <label for="check-remove">retirer</label> + <input id="check-remove" + type="checkbox" + name="remove" + /> + </p> + <p> + <label for="check-addbb">Ajouter à mon panier</label> + <input id="check-addbb" + type="checkbox" + name="addToBookBag" + /> + </p> + <p><input type="submit" + value=" GO " + /> + </p> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> +</form> + <!-- TMPL_IF name="manageshelf" --> + +<br /> +<form action="/cgi-bin/koha/opac-shelves.pl" method="post"> + <table> + <tr><th colspan="2">Ajouter un document à cette étagère par Code à barres</th></tr> + <tr> + <td> + <label for="addbarcode">Code à barres :</label> + </td> + <td> + <input name="addbarcode" type="text" id="addbarcode" size="14" maxlength="14" /> + <input type="hidden" name="viewshelf" value="<!-- TMPL_VAR Name="shelfnumber" -->" /> + <input type="hidden" name="modifyshelfcontents" value="1" /> + <input type="submit" value=" Add " /> + </td> + </tr> + </table> +</form> +<!-- /TMPL_IF --> +<!-- TMPL_ELSE --> + <!-- TMPL_IF Name="shelves" --> + <!-- TMPL_IF Name="status1" --> + <p class="error"><!-- TMPL_VAR Name="string1" --></p> + <!-- /TMPL_IF --> + <!-- TMPL_LOOP Name="paramsloop" --> + <!-- TMPL_IF Name="status" --> + <p class="error"><!-- TMPL_VAR Name="string" --></p> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + <form method="post" action="/cgi-bin/koha/opac-shelves.pl"> + <input type="hidden" name="shelves" value="1"> + <h3>Créer une étagère virtuelle</h3> + <table> + <tr><th scope="row"><label for="addshelf">Nom de l'étagère :</label> </th><td> <input id="addshelf" type="text" name="addshelf" size="25"></td></tr> + <tr><th scope="row"><label for="owner">Propriétaire :</label> </th><td><input type="hidden" name="owner" id="owner" value="<!-- TMPL_VAR name="loggedinuser" -->"><!-- TMPL_VAR name="loggedinusername" --></td></tr> + <tr><th scope="row"><label for="category">Catégorie :</label> </th><td><select name="category" id="category"> + <option value="1">Privé</option> + <option value="2">Public</option> + <option value="3">Libre</option> + </select></td></tr></table> + <ul><li>A <strong>privé</strong> étagère virtuelle est gérée et être vue par vous seul.</li><li> A <strong>public</strong> étagère virtuelle peut être gérée par vous seul mais êtrevue par tout le monde.</li> + <li> A <strong>libre</strong> étagère virtuelle peut être gérée par tout le monde.</li></ul> + <p><input type="submit" value="Créer une étagère"></p> + </form> + + <!-- TMPL_IF NAME="shelvesloop" --> + <form method="post" action="/cgi-bin/koha/opac-shelves.pl" name="mainform"> + <input type="hidden" name="shelves" value="1" /> + <h3>Supprimer étagère(s) virtuelle(s)</h3> + <table> + <tr><th> </th><th>Nom de l'étagère</th><th>Contient</th></tr> + <!-- TMPL_LOOP Name="shelvesloop" --> + <!-- TMPL_IF name="canmanage" --> + <tr> + <td><input type="checkbox" name="DEL-<!-- TMPL_VAR Name="shelf" -->" /></td><td><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_VAR Name="shelfbookcount" --> document(s)</td></tr> + <!-- /TMPL_IF --> + <!-- /TMPL_LOOP --> + </table> + <input type="submit" value="Supprimer les étagères cochées"></form> + <!-- /TMPL_IF --> + <p><form class="inline" action="opac-shelves.pl" method="get"><input type="submit" value="Retour aux étagères virtuelles"></form></p> + + <!-- TMPL_ELSE --> + <!-- TMPL_IF name="edit" --> + <form method="post"> + <input type="hidden" name="op" value="modifsave"> + <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR name="shelfnumber" -->"> +<h3>Modifiez l'étagère virtuelle <!-- TMPL_VAR name="shelfname"--></h3> + <table> + <tr><td><label for="shelfname">Nom de l'étagère : </label></td><td><input type="text" id="shelfname" name="shelfname" size="25" value="<!-- TMPL_VAR name="shelfname"-->" /></td></tr> + <tr><td><label for="owner">Propriétaire : </label></td><td><input type="hidden" id="owner" name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->"><!-- TMPL_VAR NAME="loggedinusername" --></td></tr> + <tr><td><label for="category">Catégorie : </label></td><td><select id="category" name="category"> + <!-- TMPL_IF name="category1" --> + <option value="1" selected>Privé</option> + <!-- TMPL_ELSE --> + <option value="1">Privé</option> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="category2" --> + <option value="2" selected>Public</option> + <!-- TMPL_ELSE --> + <option value="2">Public</option> + <!-- /TMPL_IF --> + <!-- TMPL_IF name="category3" --> + <option value="3" selected>Libre</option> + <!-- TMPL_ELSE --> + <option value="3">Libre</option> + <!-- /TMPL_IF --> + </select></td></tr> + </table> + <ul><li>A <strong>privé</strong> étagère virtuelle est gérée par vous seul, et peut être vue <strong>seulement</strong> par vous.</li> + <li> A <strong>public</strong> étagère virtuelle peut être vue par <strong>tout le monde</strong>, mais gérée uniquement par vous.</li> + <li>A <strong>libre</strong> étagère virtuelle peut-être gérée par <strong>tout</strong> utilisateur.</li></ul> + <p><input type="submit" value="Enregistrer les modifications"></p> + + </form> +<!-- /TMPL_IF --> +<h3>Etagères virtuelles</h3> + +<table> +<tr><th>Nom de l'étagère</th><th>Catégorie</th><th>Nombre de documents</th><th> </th></tr> +<!-- TMPL_LOOP Name="shelvesloop" --> +<tr<!-- TMPL_IF name="color" --> class="highlight"<!-- /TMPL_IF -->><td><a href="opac-shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_IF NAME="category1" -->Privé<!-- /TMPL_IF --><!-- TMPL_IF NAME="category2" -->Public<!-- /TMPL_IF --><!-- TMPL_IF NAME="category3" -->Libre<!-- /TMPL_IF --></td><td><!-- TMPL_VAR Name="shelfbookcount" --> document(s)</td><td><!-- TMPL_IF name="mine" --><a href="opac-shelves.pl?op=modif&shelf=<!-- TMPL_VAR NAME="shelf" -->">Modifiez</a><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + <!-- /TMPL_LOOP --> + </table> + <p><form action="/cgi-bin/koha/opac-shelves.pl" method="get"><input type="hidden" value="1" name="shelves" /><input type="submit" value="Créer ou Supprimer une (des) étagère(s)"></form></p> + <!-- /TMPL_IF --> +<!-- /TMPL_IF --> + +<br clear="both" /> + +<script type="text/javascript" language="javascript"> + // Set the focus the barcode input if it exists. + var barcodeInput; + if (barcodeInput = document.getElementById('addbarcode')) { + barcodeInput.focus(); + } + /** + * Function checkForm + * This function check the form beform submited it. + * If there are items to add to bookbag then add it there. + */ + function checkForm(form){ + if( form.addToBookBag.checked ) { // add to BookBag + AddCheckedToBookBag(form); + } + return true; + } + + /** + * Function AddCheckedToBookBag + * This function add the checked item to bookbag. + */ + function AddCheckedToBookBag(form) { + var inputs = form.getElementsByTagName('input'); + for(var i=0,num=inputs.length; i < num; i++){ + var input = inputs[i].getAttribute('type'); + if (input == "checkbox") { + if( inputs[i].checked ) { + var itemnumber = inputs[i].getAttribute('name'); + var regexp = /MOD-/; + if(itemnumber.match(regexp)){ + var biblionumber = inputs[i+1].value; + addRecord(biblionumber,null,1); // function from basket.js + } + } + } + } + } +</script> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc"--> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-showreviews.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-showreviews.tmpl new file mode 100644 index 0000000000..acd143fb32 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-showreviews.tmpl @@ -0,0 +1,23 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryName" --> -- Accueil bibliothèque de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> + +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<table> + <!--TMPL_LOOP NAME="reviews"--> + <tr> + <th> + <b><!--TMPL_VAR NAME="title"--></b> + </th> + </tr> + <tr> + <td> + <!--TMPL_VAR NAME="review"--> + <p><!--TMPL_VAR NAME="datereviewed"--></p> + </td> + </tr> + <!--/TMPL_LOOP--> +</table> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc"--> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-suggestions.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-suggestions.tmpl new file mode 100644 index 0000000000..ab3aa0d927 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-suggestions.tmpl @@ -0,0 +1,109 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> +<!-- TMPL_IF name="op_add" -->Créer une suggestion d'achat<!-- /TMPL_IF --> +<!-- TMPL_IF name="op_else" -->Suggestions d'achat<!-- /TMPL_IF --> +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<!-- TMPL_IF name="op_add" --> + <h1>Créer une suggestion d'achat</h1> + + <p>Remplissez ce formulaire pour suggérer une nouvelle acquisition à la bibliothèque. Vous serez prévenu par messagerie électronique lorsque la bibliothèque traitera votre suggestion.</p> + <p>Pas de champ obligatoire. Saisissez les informations que vous avez. Le champ "Note" peut être utilisé pour ajouter ce que vous voulez.</p> + <form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> + <table> + <tr><th scope="row"><label for="">Abrégé</label></th><td><input type="text" id="title" name="title" size="50" maxlentgh="80" /></td></tr> + <tr><th scope="row"><label for="">Auteur</label></th><td><input type="text" id="author" name="author" size="50" maxlength="80" /></td></tr> + <tr><th scope="row"><label for="">Date de copyright</label></th><td><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></td></tr> + <tr><th scope="row"><label for="">Editeur</label></th><td><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" /></td></tr> + <tr><th scope="row"><label for="">Notes</label></th><td><textarea name="note" id="note" rows="5" cols="40"></textarea></td></tr> + </table> + <p><input type="hidden" name="op" value="add_confirm" /><input type="submit" value="Proposer votre suggestion"></p> + </form> + +<!-- /TMPL_IF --> + +<!-- TMPL_IF name="op_else" --> + <h1>Suggestions d'achat</h1> + <!-- TMPL_IF NAME="suggestions_loop" --> + <table> + <tr> + <th> </th> + <th>Abrégé</th> + <th>Situation</th> + <th>Suggéré par</th> + <th>Traité par</th> + <th>Note</th> + </tr> + <tr> + <form action="/cgi-bin/koha/opac-suggestions.pl" method="get"> + <th> + Sélectionner : + </th> + <td> + <input type="text" name="title" value="<!-- TMPL_VAR name="title"-->" /> + </td> + <td> +   + </td> + <td> + <select name="suggestedbyme"> + <option value="0">Tout le monde</option> + <option value="1">Moi</option> + </select> + </td> + <td> +   + </td> + <td> + <input type="submit" value="Sélectionner"> + </td> + </form> + </tr> + <form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> + <input type="hidden" name="op" value="delete_confirm" /> + <!-- TMPL_LOOP NAME="suggestions_loop" --> + <!-- TMPL_IF name="even" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF --> + <td> + <input type="checkbox" name="delete_field" value="<!--TMPL_VAR name="suggestionid" -->" /> + </td> + <td> + <p><!-- TMPL_VAR NAME="title" --></p> + <p><!-- TMPL_IF name="author" --><!-- TMPL_VAR NAME="author" -->,<!-- /TMPL_IF --> + <!-- TMPL_IF name="copyrightdate" --> - <!-- TMPL_VAR NAME="copyrightdate" -->,<!-- /TMPL_IF --> + <!-- TMPL_IF name="publishercode" --> - <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF --> + </p> + </td> + <td> + <!-- TMPL_IF name="ASKED" -->Demandé<!-- /TMPL_IF --> + <!-- TMPL_IF name="ACCEPTED" -->Accepté par la bibliothèque<!-- /TMPL_IF --> + <!-- TMPL_IF name="ORDERED" -->Commandé par la bibliothèque<!-- /TMPL_IF --> + <!-- TMPL_IF name="REJECTED" -->Suggestion rejetée <!-- /TMPL_IF --> + <!-- TMPL_IF name="AVAILABLE" -->Disponible à la bibliothèque<!-- /TMPL_IF --> + <!-- TMPL_IF name="reason" -->(<!-- TMPL_VAR name="reason" -->)<!-- /TMPL_IF --> + </td> + <td> + <!-- TMPL_VAR name="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR name="firstnamesuggestedby" --> + </td> + <td> + <!-- TMPL_VAR name="surnamemanagedby" --><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR name="firstnamemanagedby" --> + </td> + <td> + <!-- TMPL_VAR name="note" --> + </td> + </tr> + <!-- /TMPL_LOOP --> + <tr> + <td colspan="9"> + <input type="submit" value="Supprimer les références cochées"> + </td> + </tr> + </form> + </table> + <!-- TMPL_ELSE --><div class="content-block">Il n'y a pas de suggestions d'achat en attente</div><!-- /TMPL_IF --> + <form action="/cgi-bin/koha/opac-suggestions.pl" method="post"> + <input type="hidden" name="op" value="add" /> + <input type="submit" value="Créer une suggestion d'achat"> + </form> +<!-- /TMPL_IF --> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-tags_subject.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-tags_subject.tmpl new file mode 100644 index 0000000000..138c0375e0 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-tags_subject.tmpl @@ -0,0 +1,20 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- ISBD +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + + <h1>Nuage de sujets</h1> + <p>Cet "nuage" vous montre les sujets les plus utilisés dans notre catalogue. Cliquez sur l'un d'entre eux pour voir les documents qui y sont attachés.</p> + <div id="action"> + <fieldset> + <legend>Montrer</legend> + <form> + <p>jusqu'à <input type="text" name="number" value="<!-- TMPL_VAR name="number" -->" size="4" maxlength="4"/> sujets <input type="submit" value="OUI"></p> + </form> + </fieldset> + </div> + <!-- TMPL_LOOP name="LOOP" --> + <a href="/cgi-bin/koha/opac-search.pl?q=su:<!-- TMPL_VAR name="entry" ESCAPE="HTML" -->" style="font-size:<!-- TMPL_VAR name="weight" -->px;"><!-- TMPL_VAR name="entry" --></a> + <!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-topissues.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-topissues.tmpl new file mode 100644 index 0000000000..392ba45003 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-topissues.tmpl @@ -0,0 +1,93 @@ +<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Catalogue de la bibliothèque +<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> + +<!--TMPL_INCLUDE NAME="masthead.inc" --> +<!--TMPL_INCLUDE NAME="navigation.inc" --> + +<script language="JavaScript" type="text/javascript"> +function Dopop(link) { + newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes'); +} +</script> + <fieldset> + <legend>Montrer</legend> + <form method="post"> + <p>le <select name="limit"> + <option value ="10" checked>10</option> + <option value ="15">15</option> + <option value ="20">20</option> + <option value ="25">25</option> + <option value ="40">40</option> + <option value ="50">50</option> + <option value ="100">100</option> + </select> + documents les plus empruntés appartenant au site + <select name="branch"> + <option value="">Tous sites</option> + <!-- TMPL_LOOP name="branchloop" --> + <option value="<!-- TMPL_VAR name="value" -->"> + <!-- TMPL_VAR name="branchname" --> + </option> + <!-- /TMPL_LOOP --> + </select> + </p> + <p>Limiter le palmarès à + <select name="itemtype"> + <option value="">Tous types de documents</option> + <!-- TMPL_LOOP name="itemtypeloop" --> + <option value="<!-- TMPL_VAR name="value" -->"> + <!-- TMPL_VAR name="description" --> + </option> + <!-- /TMPL_LOOP --> + </select> + acquis durant les derniers <select name="timeLimit"> + <option value="3">3 mois</option> + <option value="6">6 mois</option> + <option value="12">12 mois</option> + <option value="0">Sans limite</option> + <p> + <input type="submit" value="OUI" class="button reports"> + <input type="hidden" name="do_it" value="1"> + </form> + </fieldset> + <!-- TMPL_IF NAME="results_loop" --> + <h1>Les <!-- TMPL_VAR NAME="limit"--> les plus empruntés + <!-- TMPL_IF name="itemtype" --> + <!-- TMPL_VAR name="itemtype" --> + <!-- TMPL_ELSE --> documents<!-- /TMPL_IF --> + disponible à + <!-- TMPL_IF name="branch" --> + <!-- TMPL_VAR name="branch" --> + <!-- TMPL_ELSE --> la bibliothèque<!-- /TMPL_IF --> + <!-- TMPL_IF name="timeLimit" --> + depuis <!-- TMPL_VAR name="timeLimit" --> mois + <!-- TMPL_ELSE --> (sans limite de temps)<!-- /TMPL_IF --> + </h1> + <table> + <tr> + <th>Titre</th> + <th>Type de document</th> + <th>Prêts</th> + </tr> + <!-- TMPL_LOOP NAME="results_loop" --> + <tr> + <td> + <p><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"> + <!-- TMPL_VAR name="title" --></a> + </p> + <p> + <!-- TMPL_VAR NAME="author" --> + <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF --> <!-- TMPL_IF name="seriestitle" -->(<!-- TMPL_VAR name="seriestitle" -->)<!-- /TMPL_IF --> + <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF --> + <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF --> + </td> + <td><!-- TMPL_VAR name="description" --></td> + <td><!-- TMPL_VAR name="tot" --></td> + </tr> + <!-- /TMPL_LOOP--> + </table> + <!-- /TMPL_IF --> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-user.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-user.tmpl new file mode 100644 index 0000000000..5fd64ddda3 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-user.tmpl @@ -0,0 +1,183 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" --> +Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Accueil bibliothèque de +<!-- TMPL_LOOP name="BORROWER_INFO" --> + <!-- TMPL_VAR name="firstname" --><!-- TMPL_VAR name="surname" --> +<!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<!-- TMPL_INCLUDE name="usermenu.inc" --> +<!-- CONTENT --> + <!-- TMPL_LOOP NAME="BORROWER_INFO" --> + <br /> + <h2> + Bonjour <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> + </h2> + (<a href="/cgi-bin/koha/opac-logout.pl">Cliquer ici</a> si vous n'êtes pas <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->) + <!-- TMPL_IF name="textmessaging"--> + <h3>Message de la bibliothèque</h3> + <p><!-- TMPL_VAR name="textmessaging" --></p> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="flagged" --> + <ul> + <!-- TMPL_IF NAME="debarred" --> + <li><strong>Merci de noter :</strong> Votre compte a été bloqué. Habituellement, la suspension est due à des anciensretards ou à des pénalités pour détérioration. Si <a href="/cgi-bin/koha/opac-user.pl">votre page personnelle</a> montre que votre compte est à jour, contactez un bibliothécaire.</li> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="gonenoaddress" --> + <li><strong>Merci de noter :</strong> D'après nos fichiers<a href="/cgi-bin/koha/opac-userdetails.pl">vos coordonnées</a> ne sont plus à jour. Merci de nous contacter ou d'utiliser <a href="/cgi-bin/koha/opac-userupdate.pl">la mise à jour en ligne</a> pour nous transmettre vos nouvelles coordonnées (<em>Notez </em> qu'il y aura un délai pour réactiver votre compte si vous le faîtes par la mise à jour en ligne)</li> + <!-- /TMPL_IF --> + <!-- TMPL_IF NAME="lost" --> + <li><strong>Merci de noter : </strong> Votre carte de bibliothèque a été signalée comme perdue ou volée. Si c'est une erreur, prière d'apporter votre carte à la banque de prêt de votre bibliothèque et l'erreur sera corrigée.</li> + <!-- /TMPL_IF --> + </ul> + <!-- /TMPL_IF --> + <!-- FINES BOX --> + <!-- TMPL_IF NAME="amountoverfive" --> + <h3>Amendes et frais</h3> + <table> + <tr><th colspan="2">Montant</th></tr> + <tr> + <td>Vous avez des dettes pour amendes et frais pour un montant de :</td> + <td><a href="/cgi-bin/koha/opac-account.pl"><!-- TMPL_VAR NAME="amountoutstanding" --></a></td> + </tr> + </table> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME="amountoverzero" --> + <h3>Amendes et frais</h3> + <table> + <tr><th colspan="2">Montant</th></tr> + <tr><td>Vous avez des dettes pour amendes et frais pour un montant de :</td> + <td><a href="/cgi-bin/koha/opac-account.pl"><!-- TMPL_VAR NAME="amountoutstanding" --></a></td></tr> + </table> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME"amountlessthanzero" --> + <h3>Crédits</h3> + <table> + <tr><th colspan="2">Montant</th></tr> + <tr><td>Vous avez un crédit de:</td><td><a href="/cgi-bin/koha/opac-account.pl"><!-- TMPL_VAR NAME="amountoutstanding" --></a></td></tr> + </table> + <!-- /TMPL_IF --> + + <!-- /TMPL_LOOP --> + + <!-- TMPL_IF NAME="waiting_count" --> + <!-- TMPL_IF NAME="atdestination" --> + <h3>Documents réservés en attente</h3> + <table> + <tr> + <th colspan="2">Titre</th> + <th>Date de réservation</th> + <th>Site de retrait</th> + </tr> + <!-- TMPL_LOOP NAME="WAITING" --> + <tr> + <td> + <img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="itemtype" -->.gif" alt="<!-- TMPL_VAR NAME="itemtype" -->" title="<!-- TMPL_VAR NAME="itemtype" -->" /> + </td> + <td> + <a href="opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"> + <!-- TMPL_VAR NAME="waiting_title" --> + </a> + <span class="item-details"> + <!-- TMPL_VAR NAME="author" --> + </span> + </td> + <td> + <!-- TMPL_VAR NAME="reservedate" --> + </td> + <td> + <!-- TMPL_IF NAME="atdestination" --> + <strong>En attente</strong> à <!-- TMPL_VAR Name="branch" --> + <!-- TMPL_ELSE --> + En transit de <!-- TMPL_VAR NAME="holdingbranch" --> vers <!-- TMPL_VAR Name="branch" --> + <!-- /TMPL_IF --> + </td> + </tr> + <!-- /TMPL_LOOP --> + </table> + <!-- /TMPL_IF --> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME="issues_count" --> + <h3>En prêt (<!-- TMPL_VAR NAME="issues_count" --> en tout)</h3> + <table> + <!-- ISSUES TABLE ROWS --><tr> + <th colspan="2">Titre</th> + <th>Cote</th> + <th>Retour le</th> + <th>Renouveller</th> + <th>Amendes</th> + </tr> + <!-- TMPL_LOOP NAME="ISSUES" --> + <!-- TMPL_IF NAME="overdue" --> + <tr class="overdue"> + <!-- TMPL_ELSE --> + <tr> + <!-- /TMPL_IF --> + <td> + <!-- TMPL_IF name="imageurl" --> + <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->"/> + <!-- TMPL_ELSE --> + <!-- TMPL_VAR name="description" --> + <!-- /TMPL_IF --> + </td> + <td> + <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> + <span class="item-details"> + <!-- TMPL_VAR NAME="author" --> + </span> + </td> + <td><!-- TMPL_VAR NAME="classification" --></td> + <!-- TMPL_IF NAME="overdue" --> + <td class="overdue"><!-- TMPL_VAR NAME="date_due" --></td> + <!-- TMPL_ELSE --> + <td><!-- TMPL_VAR NAME="date_due" --></td> + <!-- /TMPL_IF --> + <td> + <!-- TMPL_IF NAME="status" --> + <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&item=<!-- TMPL_VAR NAME="itemnumber" -->&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Renouveller</a> + <!-- TMPL_ELSE --> + Pas renouvelable + <!-- /TMPL_IF --> + </td> + <td><!-- TMPL_IF NAME="charges" -->Oui<!-- TMPL_ELSE -->Non<!-- /TMPL_IF --></td> + </tr> + <!-- /TMPL_LOOP --> + </table> + <!-- TMPL_ELSE --> + <table> + <caption>Prêts</caption> + <tr><td>Vous n'avez pas de prêt en cours</td></tr> + </table> + <!-- /TMPL_IF --> + + <!-- TMPL_IF NAME="reserves_count" --> + <h3>Réservation(s) (<!-- TMPL_VAR NAME="reserves_count" --> en tout)</h3> + <table> + <!-- RESERVES TABLE ROWS --> + <tr> + <th>Titre</th> + <th>Faite le</th> + <th>Lieu de retrait</th> + <th>Situation</th> + </tr> + <!-- TMPL_LOOP NAME="RESERVES" --> + <tr> + <td> + <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="reserves_title" --></a> + <!-- TMPL_VAR NAME="author" --> + </td> + <td><!-- TMPL_VAR NAME="reservedate" --></td> + <td><!-- TMPL_VAR Name="branch" --></td> + <td><!-- TMPL_IF NAME="atdestination" --> + En attente à <!-- TMPL_VAR Name="branch" --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="holdingbranch" -->En transit de <!-- TMPL_VAR NAME="holdingbranch" --> vers <!-- TMPL_VAR Name="branch" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --><!-- /TMPL_IF --></td> + </tr> + <!-- /TMPL_LOOP --> + </table> + <p>Si vous ne voulez plus d'une réservation, merci de nous envoyer un mail, ou passez à la banque de prêt de votre bibliothèque pour l'annuler.</p> + <!-- /TMPL_IF --> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc" --> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-userdetails.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-userdetails.tmpl new file mode 100644 index 0000000000..87d3751838 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-userdetails.tmpl @@ -0,0 +1,79 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Informations personnelles de <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<!--CONTENT--> + + <!-- TMPL_INCLUDE name="usermenu.inc" --> +<h2>Informations personnelles : <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h2> + + +<table> +<tr><th scope="row">Nom :</th><td> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></td></tr> +<tr><th scope="row"> +N° de carte :</th><td><!-- TMPL_VAR NAME="cardnumber" --></td></tr> +</table> + + +<h3>Coordonnées complètes</h3> + +<table> +<tr><th scope="row">Adresse électronique :</th><td><!-- TMPL_VAR NAME="address" -->, <!-- TMPL_VAR NAME="city" --></td></tr> + +<tr><th scope="row">Adresse permanente :</th><td> <!-- TMPL_VAR NAME="B_address" -->, <!-- TMPL_VAR NAME="B_city" --></td></tr> + +<tr><th scope="row">Téléphone (domicile) :</th><td><!-- TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + +<tr><th scope="row">Téléphone (travail):</th><td><!-- TMPL_IF NAME="mobile" --><!-- TMPL_VAR NAME="mobile" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + +<tr><th scope="row">Fax :</th><td><!-- TMPL_IF NAME="fax" --><!-- TMPL_VAR NAME="fax" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + +<tr><th scope="row">E-mail :</th><td><!-- TMPL_IF NAME="email" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->"><!-- TMPL_VAR NAME="email" --></a><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + +<tr><th scope="row">SMS:</th><td><!-- TMPL_IF NAME="opacnote" --><!-- TMPL_VAR NAME="opacnote" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> +</table> + + +<h3>Renseignements sur l'adhérent</h3> + +<table><tr><th scope="row">N° de lecteur :</th><td> <!-- TMPL_VAR NAME="borrowernumber" --></td></tr> + +<tr><th scope="row">Catégorie d'adhérent :</th><td> <!-- TMPL_VAR NAME="categorycode" --></td></tr> + +<!-- <td>Fee:</th><td> /year, Paid</td> --> + +<tr><th scope="row">Inscription :</th><td><!-- TMPL_VAR NAME="dateenrolled" --></td></tr> + +<tr><th scope="row">Expire :</th><td><!-- TMPL_VAR NAME="dateexpiry" --></td></tr> + +<!-- TMPL_IF NAME="joiningbranch" --><tr><th>Site d'inscription :</th><td><!-- TMPL_VAR NAME="joiningbranch" --></td></tr><!-- TMPL_ELSE --> <!-- /TMPL_IF --></table> + + +<h3>Etat civil</h3> + +<table><tr><th scope="row">Né le :</th><td> <!-- TMPL_IF NAME="dateofbirth" --><!-- TMPL_VAR NAME="dateofbirth" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + +<tr><th scope="row">Sexe :</th><td><!-- TMPL_IF NAME="sex" --><!-- TMPL_VAR NAME="sex" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr></table> + +<h3>Coordonnées d'un autre contact</h3> +<!-- TMPL_IF NAME="contactname"--> +<table><tr><th scope="row">Autre contact :</th><td> <!-- TMPL_IF NAME="contactname" --><!-- TMPL_VAR NAME="contactname" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + +<tr><th scope="row">Téléphone :</th><td> <!-- TMPL_IF NAME="B_phone" --><!-- TMPL_VAR NAME="B_phone" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --></td></tr> + +<tr><th scope="row">Lien :</th><td> <!-- TMPL_IF NAME="relationship" --><!-- TMPL_VAR NAME="relationship" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --> </td></tr> + +<tr><th scope="row">Notes :</th><td> <!-- TMPL_IF NAME="contactnote" --><!-- TMPL_VAR NAME="contactnote" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --> </td></tr> + +<tr><th scope="row">Garant :</th><td> <!-- TMPL_IF NAME="guarantorid" --><!-- TMPL_VAR NAME="guarantorid" --><!-- TMPL_ELSE --> <!-- /TMPL_IF --> </td></tr></table> + +<!-- TMPL_ELSE --> +Pas d'autre contact.<br /><br /> +<!-- /TMPL_IF --> + +<form action="/cgi-bin/koha/opac-userupdate.pl" method="post"> +<input type="submit" name="Modify" value="Modifiez vos informations"> +</form> + +<!-- TMPL_INCLUDE NAME="opac-bottom.inc"--> diff --git a/koha-tmpl/opac-tmpl/prog/fr/opac-userupdate.tmpl b/koha-tmpl/opac-tmpl/prog/fr/opac-userupdate.tmpl new file mode 100644 index 0000000000..7f8bbf7f45 --- /dev/null +++ b/koha-tmpl/opac-tmpl/prog/fr/opac-userupdate.tmpl @@ -0,0 +1,39 @@ +<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Mettre à jour les informations de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP --> +<!-- TMPL_INCLUDE name="doc-head-close.inc" --> +<!-- TMPL_INCLUDE name="masthead.inc" --> +<!-- TMPL_INCLUDE name="navigation.inc" --> + +<!-- TMPL_INCLUDE name="usermenu.inc" --> +<!-- TMPL_LOOP name="BORROWER_INFO" --> +<h3>Mettre à jour les coordonnées de : <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --></h3> +<p>Prière de signaler ici les changements importants dans vos informations. Proposer le formulaire avertira un membre de l'équipe de la bibliothèque, qui validera ces changements.</p> +<form action="/cgi-bin/koha/opac-userupdate.pl" method="get"> +<input type="hidden" name="title" value=""> +<table> +<tr><th><label for="surname">Nom de famille</label></th><td><input id="surname" type="text" size="25" value="<!-- TMPL_VAR name="surname" -->" name="surname"></td></tr> + +<tr><th><label for="firstname">Prénom</label></th><td><input id="firstname" type="text" size="25" value="<!-- TMPL_VAR name="firstname" -->" name="firstname"></td></tr> + +<tr> + <th><label for="streetaddress">Adresse E-mail</label></th> + <td> + <textarea id="streetaddress" cols="25" name="streetaddress"><!--TMPL_VAR NAME="streetnumber"--> <!-- TMPL_VAR name="address" --> <!-- TMPL_VAR NAME="zipcode"--></textarea> + </td> +</tr> + +<tr><th><label for="city">Ville, Département</label></th><td><input id="city" type="text" size="25" value="<!-- TMPL_VAR name="city" -->" name="city"></td></tr> + +<tr><th><label for="phone">Téléphone domicile</label></th><td><input id="phone" type="text" size="25" value="<!-- TMPL_VAR name="phone" -->" name="phone"></td></tr> + +<tr><th><label for="faxnumber">N° de téléphone/fax bureau</label></th><td><input id="faxnumber" type="text" size="25" value="<!-- TMPL_VAR name="fax" -->" name="faxnumber"></td></tr> + +<tr><th><label for="emailaddress">Email</label></th><td><input id="emailaddress" type="text" size="25" value="<!-- TMPL_VAR name="email" -->" name="emailaddress"></td></tr> +</table> +<p>En cliquant sur 'Proposez les ' vous enverrez un mail, contenant les informations, que vous avez saisies, à un membre du personnel de la bibliothèque.Vous serez ensuite redirigé sur votre compte lecteur.</p> +<p><input type="submit" value="Proposer les modifications à la bibliothèque"></p> +</form> + +<!-- /TMPL_LOOP --> + +</body> +</html> -- 2.39.5