From hdl at users.sourceforge.net Wed Jun 1 12:18:36 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 01 Jun 2005 03:18:36 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.2,1.27.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25344/koha-tmpl/intranet-tmpl/default/en/parameters Modified Files: Tag: rel_2_2 marctagstructure.tmpl Log Message: Including Automatical change of display Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v retrieving revision 1.27.2.2 retrieving revision 1.27.2.3 diff -C2 -r1.27.2.2 -r1.27.2.3 *** marctagstructure.tmpl 31 May 2005 21:06:18 -0000 1.27.2.2 --- marctagstructure.tmpl 1 Jun 2005 10:18:24 -0000 1.27.2.3 *************** *** 116,120 ****

Select a framework

!
" method="post"> *************** *** 126,130 ****

! Display only used Tags/Subfields

--- 126,130 ----

! Display only used Tags/Subfields

*************** *** 143,146 **** --- 143,147 ---- Edit Delete + "> *************** *** 155,160 **** "> ! ! class="hilighted"> --- 156,164 ---- "> ! ! From genjimoto at users.sourceforge.net Thu Jun 2 05:56:01 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 20:56:01 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters mediatype.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10341 Added Files: mediatype.tmpl Log Message: template to edit the mediatype table. --- NEW FILE ---

Modify mediatype

Add mediatype

" name="Aform" method="post">

">

" method="post"> ">

CONFIRM DELETION

" method="post">

mediatype Admin

!   ! ! class="hilighted"> *************** *** 164,175 **** --- 168,193 ---- ! ! ! ! ! ! ! *************** *** 192,195 **** --- 210,214 ---- + "> *************** *** 223,226 **** --- 242,250 ---- + From btoumi at users.sourceforge.net Wed Jun 1 14:11:40 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:11:40 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21365 Log Message: import de derniere version cvs Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From btoumi at users.sourceforge.net Wed Jun 1 14:18:16 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:18:16 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27573 Log Message: test Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From btoumi at users.sourceforge.net Wed Jun 1 14:37:07 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:37:07 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6692 Log Message: test Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/C4 Modified Files: AuthoritiesMarc.pm Log Message: some fixes & improvements for dictionnary search in librarian interface Index: AuthoritiesMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** AuthoritiesMarc.pm 4 May 2005 15:43:43 -0000 1.16 --- AuthoritiesMarc.pm 1 Jun 2005 12:51:02 -0000 1.17 *************** *** 65,73 **** # the marclist may contain "mainentry". In this case, search the tag_to_report, that depends on # the authtypecode. Then, search on $a of this tag_to_report for (my $i=0;$i<$#{$tags};$i++) { if (@$tags[$i] eq "mainentry") { - my $sth = $dbh->prepare("select auth_tag_to_report from auth_types where authtypecode=?"); - $sth->execute($authtypecode); - my ($tag_to_report) = $sth->fetchrow; @$tags[$i] = $tag_to_report."a"; } --- 65,76 ---- [...1010 lines suppressed...] - # - # Revision 1.6 2004/08/18 16:00:24 tipaul - # fixes for authorities management - # - # Revision 1.5 2004/07/05 13:37:22 doxulting - # First step for working authorities - # - # Revision 1.4 2004/06/22 11:35:37 tipaul - # removing % at the beginning of a string to avoid loooonnnngggg searchs - # - # Revision 1.3 2004/06/17 08:02:13 tipaul - # merging tag & subfield in auth_word for better perfs - # - # Revision 1.2 2004/06/10 08:29:01 tipaul - # MARC authority management (continued) - # - # Revision 1.1 2004/06/07 07:35:01 tipaul - # MARC authority management package - # --- 968,969 ---- From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.5,1.6 Message-ID: Update of /cvsroot/koha/koha/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/search.marc Modified Files: dictionary.pl Log Message: some fixes & improvements for dictionnary search in librarian interface Index: dictionary.pl =================================================================== RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** dictionary.pl 4 May 2005 12:46:27 -0000 1.5 --- dictionary.pl 1 Jun 2005 12:51:02 -0000 1.6 *************** *** 31,34 **** --- 31,52 ---- use HTML::Template; + =head1 NAME + + dictionnary.pl : script to search in biblio & authority an existing value + + =head1 SYNOPSIS + + useful when the user want to search a term before running a query. For example, to see if "computer" is used in the database + + The parameter "marclist" tells which field is searched (title, author, subject, but could be anything else) + + This script searches in both biblios & authority + * in biblio, the script search in all marc fields related to what the user is looking for (for example, if the dictionnary is used on "author", the script searches in biblio.author, but also in additional authors & any MARC field related to author (through the "seealso" MARC constraint) + * in authority, the script search everywhere. Thus, the accepted & rejected forms are found. + + The script shows all results & the user can choose what he want, that is copied into search form. + + =cut + my $input = new CGI; my $field =$input->param('marclist'); *************** *** 39,45 **** #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); ! warn " ".$search[0]; my $index = $input->param('index'); ! warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ --- 57,63 ---- #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); ! # warn " ".$search[0]; my $index = $input->param('index'); ! # warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ *************** *** 64,75 **** if ($op eq "do_search") { ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "search.marc/dictionary.tmpl", ! query => $input, ! type => $type, ! authnotrequired => 0, ! flagsrequired => {catalogue => 1}, ! debug => 1, ! }); my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); --- 82,88 ---- if ($op eq "do_search") { ! # ! # searching in biblio ! # my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); *************** *** 85,96 **** findseealso($dbh,\@tags); - # select distinct m1.bibid from biblio,biblioitems,marc_biblio,marc_word as m1 where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and (m1.word like 'Paul' and m1.tagsubfield in ('200f','710a','711a','712a','701a','702a','700a')) order by biblio.title - my @results, my $total; ! # my ($results,$total) = catalogsearch($dbh,\@tags ,\@and_or, ! # \@excluding, \@operator, \@value, ! # $startfrom*$resultsperpage, $resultsperpage,$orderby); ! my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ --- 98,104 ---- findseealso($dbh,\@tags); my @results, my $total; ! my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_subfield_table.tagorder=marc_word.tagorder and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ *************** *** 99,107 **** $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; ! warn "".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); ! warn " texte : ".$value; $sth=$dbh->prepare($strsth); --- 107,115 ---- $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; ! # warn "search in biblio : ".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); ! # warn " texte : ".$value; $sth=$dbh->prepare($strsth); *************** *** 110,114 **** my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { ! warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, --- 118,122 ---- my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { ! # warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, *************** *** 129,136 **** $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; ! warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; my @authresults; my $authnbresults; --- 137,147 ---- $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; ! # warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; + # + # searching in authorities + # my @authresults; my $authnbresults; *************** *** 142,146 **** # warn "auth : $authtypecode nbauthresults : $nbresults"; } ! ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "search.marc/dictionary.tmpl", --- 153,160 ---- # warn "auth : $authtypecode nbauthresults : $nbresults"; } ! ! # ! # OK, filling the template with authorities & biblio entries found. ! # ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "search.marc/dictionary.tmpl", *************** *** 148,152 **** type => $type, authnotrequired => 0, - flagsrequired => {borrowers => 1}, flagsrequired => {catalogue => 1}, debug => 1, --- 162,165 ---- From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc dictionary.tmpl,1.4,1.5 search.tmpl,1.24,1.25 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/koha-tmpl/intranet-tmpl/default/en/search.marc Modified Files: dictionary.tmpl search.tmpl Log Message: some fixes & improvements for dictionnary search in librarian interface Index: dictionary.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/dictionary.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** dictionary.tmpl 4 May 2005 12:46:28 -0000 1.4 --- dictionary.tmpl 1 Jun 2005 12:51:02 -0000 1.5 *************** *** 53,59 **** !
!

Dictionary Search results

!

--- 53,59 ---- !

!

Dictionary Search results

!

*************** *** 84,97 ****

! ! ! --- 84,113 ---- ! ! ! + + + + *************** *** 101,106 ****

No results in Authorities

! !

--- 117,124 ----

No results in Authorities

! ! ! !

*************** *** 114,133 ****

! ! class="hilighted"> ! &marclist=&operator=contains&op=do_search&and_or=and&value=''&excluding="> ! "> --- 132,157 ---- ! ! ! *************** *** 156,171 ****

! - --- 180,199 ----

! ! Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** search.tmpl 4 May 2005 12:52:34 -0000 1.24 --- search.tmpl 1 Jun 2005 12:51:02 -0000 1.25 *************** *** 17,21 **** "> ! --- 17,21 ---- "> ! *************** *** 25,29 ****

! --- 25,29 ----

! *************** *** 31,50 **** ! ! dict

! ! ! dict

! --- 31,50 ---- ! ! ...

! ! ! ...

! *************** *** 52,61 **** ! ! dict

! --- 52,61 ---- ! ! ...

! *************** *** 65,69 ****

! --- 65,69 ----

! *************** *** 76,80 ****

Other options

! --- 76,80 ----

Other options

! *************** *** 84,88 ****

! --- 84,88 ----

! *************** *** 92,96 ****

! --- 92,96 ----

! *************** *** 100,104 ****

! --- 100,104 ----

! *************** *** 160,164 ****

! Suggestions

--- 160,164 ----

! Spelling suggestion

*************** *** 188,192 **** function Dopop(link,i) { var searchstring=document.forms[0].value[i].value; ! newin=window.open(link+'&search='+searchstring,"popup",'width=550,height=550,toolbar=false,scrollbars=yes'); } --- 188,192 ---- function Dopop(link,i) { var searchstring=document.forms[0].value[i].value; ! newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); } From btoumi at users.sourceforge.net Wed Jun 1 15:16:01 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 06:16:01 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25891 Log Message: koha cvs Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From hdl at users.sourceforge.net Wed Jun 1 15:22:09 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 01 Jun 2005 06:22:09 -0700 Subject: [Koha-cvs] CVS: koha/admin marctagstructure.pl,1.25.2.2,1.25.2.3 Message-ID: Update of /cvsroot/koha/koha/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29405/admin Modified Files: Tag: rel_2_2 marctagstructure.pl Log Message: Bug Fixing : Ugly display Non Working Arrows at the bottom of page. Index: marctagstructure.pl =================================================================== RCS file: /cvsroot/koha/koha/admin/marctagstructure.pl,v retrieving revision 1.25.2.2 retrieving revision 1.25.2.3 diff -C2 -r1.25.2.2 -r1.25.2.3 *** marctagstructure.pl 31 May 2005 21:06:18 -0000 1.25.2.2 --- marctagstructure.pl 1 Jun 2005 13:22:07 -0000 1.25.2.3 *************** *** 219,222 **** --- 219,223 ---- $template->param(searchfield => $searchfield); } + my $cnt=0; if ($dspchoice) { #here, user only wants used tags/subfields displayed *************** *** 224,228 **** $searchfield=~ s/\'/\\\'/g; my @data=split(' ',$searchfield); - my $count=@data; my $sth=$dbh->prepare("Select marc_tag_structure.tagfield as mts_tagfield,marc_tag_structure.liblibrarian as mts_liblibrarian,marc_tag_structure.libopac as mts_libopac,marc_tag_structure.repeatable as mts_repeatable,marc_tag_structure.mandatory as mts_mandatory,marc_tag_structure.authorised_value as mts_authorized_value,marc_subfield_structure.* from marc_tag_structure LEFT JOIN marc_subfield_structure ON (marc_tag_structure.tagfield=marc_subfield_structure.tagfield AND marc_tag_structure.frameworkcode=marc_subfield_structure.frameworkcode) where (marc_tag_structure.tagfield >= ? and marc_tag_structure.frameworkcode=?) AND marc_subfield_structure.tab>=0 order by marc_tag_structure.tagfield,marc_subfield_structure.tagsubfield"); #could be ordoned by tab --- 225,228 ---- *************** *** 231,234 **** --- 231,235 ---- while (my $data=$sth->fetchrow_hashref){ push(@results,$data); + $cnt++; } $sth->finish; *************** *** 238,242 **** my $j=1; my $i=$offset; ! while ($i < ($offset+$pagesize{'tagfield'}==$results[$j]->{'tagfield'}) and ($j< ($offset+$pagesize{'tagfield'}==$results[$j]->{'tagfield'}) and ($j< ($offset+$pagesize<$cnt?$offset+$pagesize:$cnt))) { if ($toggle eq 0) { $toggle=1; *************** *** 274,278 **** $subfield_data{value_builder}= $results[$j]->{'value_builder'}; $subfield_data{toggle} = $toggle; ! warn "tagfield : ".$results[$j]->{'tagfield'}." tagsubfield :".$results[$j]->{'tagsubfield'}; push @internal_loop,\%subfield_data; $j++; --- 275,279 ---- $subfield_data{value_builder}= $results[$j]->{'value_builder'}; $subfield_data{toggle} = $toggle; ! # warn "tagfield : ".$results[$j]->{'tagfield'}." tagsubfield :".$results[$j]->{'tagsubfield'}; push @internal_loop,\%subfield_data; $j++; *************** *** 285,306 **** $template->param(select_display => "True", loop => \@loop_data); - if ($offset>0) { - my $prevpage = $offset-$pagesize; - $template->param(isprevpage => $offset, - prevpage=> $prevpage, - searchfield => $searchfield, - script_name => $script_name, - frameworkcode => $frameworkcode, - ); - } - if ($offset+$pagesize<$count) { - my $nextpage =$offset+$pagesize; - $template->param(nextpage =>$nextpage, - searchfield => $searchfield, - script_name => $script_name, - frameworkcode => $frameworkcode, - ); - } - # $sth->execute; $sth->finish; --- 286,289 ---- *************** *** 309,312 **** --- 292,296 ---- my $env; my ($count,$results)=StringSearch($env,$searchfield,$frameworkcode); + $cnt = $count; my $toggle=0; my @loop_data = (); *************** *** 330,350 **** } $template->param(loop => \@loop_data); ! if ($offset>0) { ! my $prevpage = $offset-$pagesize; ! $template->param(isprevpage => $offset, ! prevpage=> $prevpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } ! if ($offset+$pagesize<$count) { ! my $nextpage =$offset+$pagesize; ! $template->param(nextpage =>$nextpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } } } #---- END $OP eq DEFAULT --- 314,334 ---- } $template->param(loop => \@loop_data); ! } ! if ($offset>0) { ! my $prevpage = $offset-$pagesize; ! $template->param(isprevpage => $offset, ! prevpage=> $prevpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } ! if ($offset+$pagesize<$cnt) { ! my $nextpage =$offset+$pagesize; ! $template->param(nextpage =>$nextpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); } } #---- END $OP eq DEFAULT From hdl at users.sourceforge.net Wed Jun 1 15:22:09 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 01 Jun 2005 06:22:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.3,1.27.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29405/koha-tmpl/intranet-tmpl/default/en/parameters Modified Files: Tag: rel_2_2 marctagstructure.tmpl Log Message: Bug Fixing : Ugly display Non Working Arrows at the bottom of page. Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v retrieving revision 1.27.2.3 retrieving revision 1.27.2.4 diff -C2 -r1.27.2.3 -r1.27.2.4 *** marctagstructure.tmpl 1 Jun 2005 10:18:24 -0000 1.27.2.3 --- marctagstructure.tmpl 1 Jun 2005 13:22:07 -0000 1.27.2.4 *************** *** 114,226 **** !
!

Select a framework

!
" method="post"> ! ! "> ! !

! Display only used Tags/Subfields !

! ! NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script. !
! !
!
! Tab :, ! Koha field : , ! Repeatable, Not repeatable, ! Mandatory, Not mandatory, ! see also : , ! Auth value :, ! Authority :, ! Plugin :, ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0"> !   ! ! repeatable  ! ! Mandatory  ! ! See  ! !   ! !   ! !   ! ! Tab: ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">Edit Delete
SummaryUsed Select
! &operator==&value=&and_or=and&excluding=" class="button catalogue"> biblio(s) !
SummaryUsed in Select
! ! ! ! + + + + biblio(s) + + + + + ',,0)" class="button catalogue">select + ',,1)" class="button catalogue">sel&close
SummaryBiblio Count Select
class="hilighted"> ! class="hilighted"> ! ',)" class="button catalogue">Select
SummaryUsed in Select
! ! ! ! ! ! class="hilighted"> ! biblio(s) class="hilighted"> ! ',,0)" class="button catalogue">Select ! ',,1)" class="button catalogue">Sel&close
! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! !
TagLibRepeatableMandatoryAuthorised
value
SubfieldsEditDelete
YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
!   ! ! ! ! class="hilighted"> ! ! ! ! ! ! ! ! ! ! ! ! ! !
! ! !   ! ! repeatable  ! ! Mandatory  ! ! See  ! !   ! !   ! !   ! ! Tab: ! ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
!
! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! " method="post"> --- 114,215 ---- !
!

Select a framework

! " method="post"> ! ! "> ! !

! Display only used Tags/Subfields checked OnChange="javascript:document.f.submit()"> !

! ! NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script. !
!
TagLibRepeatableMandatoryAuthorised
value
SubfieldsEditDelete
YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
! ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! ! " method="post"> *************** *** 231,245 **** ! ?offset=&searchfield=&frameworkcode="> //images/1leftarrow.png" title="previous" alt="previous" border="0"> ! ?offset=&searchfield=&frameworkcode="> //images/1rightarrow.png" title="next" alt="next" border="0"> ! !

Modify Subcategory

Add Subcategory

" name="Aform" method="post">

">

" method="post"> ">

CONFIRM DELETION

" method="post">

Subcategory Admin

TagLibRepeatableMandatoryAuthorised
value
SubfieldsEditDelete
YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
!   ! ! ! ! class="hilighted"> ! ! ! ! ! ! ! ! ! ! ! ! ! !
! ! !   ! ! repeatable  ! ! Mandatory  ! ! See  ! !   ! !   ! !   ! ! Tab: ! ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
!
YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
Code Description Itemtype codes Edit Delete
?op=add_form&subcategorycode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&subcategorycode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
" method="post">
">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
Code Description Itemtype codes Edit Delete
?op=add_form&mediatypecode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&mediatypecode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
" method="post"> ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
From genjimoto at users.sourceforge.net Thu Jun 2 05:55:04 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 20:55:04 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters itemtypecategory.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9802 Added Files: itemtypecategory.tmpl Log Message: template to edit the item category table. --- NEW FILE ---

Modify Category

Add Category

" name="Aform" method="post">

">

" method="post"> ">

CONFIRM DELETION

" method="post">

Category Admin

Code Description Itemtype codes Edit Delete
?op=add_form&categorycode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&categorycode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
" method="post"> ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
From genjimoto at users.sourceforge.net Thu Jun 2 06:36:24 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 21:36:24 -0700 Subject: [Koha-cvs] CVS: koha/opac searchoptions.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29233 Modified Files: searchoptions.pl Log Message: minor bugfix Index: searchoptions.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/searchoptions.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** searchoptions.pl 2 Jun 2005 00:47:58 -0000 1.1 --- searchoptions.pl 2 Jun 2005 04:36:22 -0000 1.2 *************** *** 34,48 **** my $count=0; my $newquery=''; ! my $subfoundbool=0; ! my $itemtypefoundbool=0; ! my $branchfoundbool=0; my $itemtypeslist; my $itemtypescatlist; my $itemtypessubcatlist; my $mediatypeslist; $count=0; my $dbh=C4::Context->dbh; $newquery='op=do_search&nbstatements='.$nbstatements; ! if ($allcategoriesbool eq '' && $category ne ''){ my $sth=$dbh->prepare("select itemtypecodes from categorytable where categorycode=?"); --- 34,47 ---- my $count=0; my $newquery=''; ! my $keywordfoundbool=0; my $itemtypeslist; my $itemtypescatlist; my $itemtypessubcatlist; my $mediatypeslist; + $count=0; my $dbh=C4::Context->dbh; $newquery='op=do_search&nbstatements='.$nbstatements; ! if ($allcategoriesbool == 0 && $category ne ''){ my $sth=$dbh->prepare("select itemtypecodes from categorytable where categorycode=?"); *************** *** 51,55 **** $sth->finish; } ! if ($allmediatypesbool eq '' && @mediatypeswanted ne ''){ foreach my $mediatype (@mediatypeswanted){ my $sth=$dbh->prepare("select itemtypecodes from mediatypetable where mediatypecode=?"); --- 50,54 ---- $sth->finish; } ! if ($allmediatypesbool == 0 && @mediatypeswanted ne ''){ foreach my $mediatype (@mediatypeswanted){ my $sth=$dbh->prepare("select itemtypecodes from mediatypetable where mediatypecode=?"); *************** *** 60,64 **** } } ! if ($allsubcategoriesbool eq '' && @subcategorieswanted ne ''){ foreach my $subcategory (@subcategorieswanted){ my $sth=$dbh->prepare("select itemtypecodes from subcategorytable where subcategorycode=?"); --- 59,63 ---- } } ! if ($allsubcategoriesbool == 0 && @subcategorieswanted ne ''){ foreach my $subcategory (@subcategorieswanted){ my $sth=$dbh->prepare("select itemtypecodes from subcategorytable where subcategorycode=?"); *************** *** 69,79 **** } } ! if ($allitemtypesbool ne ''){ ! #warn @itemtypeswanted; $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched.join ("|", @itemtypeswanted) } else { $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched } ! #warn $itemtypeslist; if ($allbranchesbool == 0){ $brancheslist = join("|", at brancheswanted) --- 68,78 ---- } } ! if ($allitemtypesbool == 0){ ! $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched.join ("|", @itemtypeswanted) } else { $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched } ! if ($allbranchesbool == 0){ $brancheslist = join("|", at brancheswanted) *************** *** 97,102 **** $newquery .= '&value='.$value[$count]; if ($marclist[$count] eq ''){ ! if ($subfoundbool=0){ ! $subfoundbool=1; $newquery .=" ".join(" ", at keywords) } --- 96,101 ---- $newquery .= '&value='.$value[$count]; if ($marclist[$count] eq ''){ ! if ($keywordfoundbool=0){ ! $keywordfoundbool=1; $newquery .=" ".join(" ", at keywords) } *************** *** 105,109 **** } ! if ($subfoundbool == 0 && $query->param('keysub') ne ''){ $newquery .= '&marclist=&and_or=and&excluding=&operator=contains&value='; $newquery .=join(" ", at keywords) --- 104,108 ---- } ! if ($keywordfoundbool == 0 && $query->param('keysub') ne ''){ $newquery .= '&marclist=&and_or=and&excluding=&operator=contains&value='; $newquery .=join(" ", at keywords) From hdl at users.sourceforge.net Thu Jun 2 15:03:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 06:03:37 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.4.2.2,1.4.2.3 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18305/opac Modified Files: Tag: rel_2_2 opac-sendbasket.pl Log Message: Sending e-mail with joined file. Seems to work OK. But I never received the email. May be my postfix configuration. Index: opac-sendbasket.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -C2 -r1.4.2.2 -r1.4.2.3 *** opac-sendbasket.pl 1 Jun 2005 19:55:53 -0000 1.4.2.2 --- opac-sendbasket.pl 2 Jun 2005 13:03:31 -0000 1.4.2.3 *************** *** 130,133 **** --- 130,135 ---- if (sendmail %mail) { # do something if it works.... + # warn " ".$mail{body}; + # warn " ".$mail{PJ}; warn "Mail sent ok\n"; $template->param(SENT => "1"); From genjimoto at users.sourceforge.net Thu Jun 2 15:29:30 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 06:29:30 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.25,1.26 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31474 Modified Files: opac-search.pl Log Message: minor bugfix Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** opac-search.pl 1 Jun 2005 23:07:17 -0000 1.25 --- opac-search.pl 2 Jun 2005 13:29:28 -0000 1.26 *************** *** 409,410 **** --- 409,411 ---- else { output_html_with_http_headers $query, $cookie, $template->output; + } From gmccullagh at users.sourceforge.net Thu Jun 2 15:47:49 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Thu, 02 Jun 2005 06:47:49 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.26,1.27 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8814 Modified Files: opac-search.pl Log Message: just declared $totalResults and added an indent at the end Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** opac-search.pl 2 Jun 2005 13:29:28 -0000 1.26 --- opac-search.pl 2 Jun 2005 13:47:47 -0000 1.27 *************** *** 23,26 **** --- 23,29 ---- my $subcategorylist; my $mediatypelist; + # added by Gavin + my $totalresults; + my $dbh=C4::Context->dbh; my $sth=$dbh->prepare("select description,itemtype from itemtypes order by description"); *************** *** 181,186 **** # how this is done # 4. ! # $totalresults = $total; ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable --- 184,190 ---- # how this is done # 4. ! $totalresults = $total; + ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable *************** *** 408,411 **** } else { ! output_html_with_http_headers $query, $cookie, $template->output; } --- 412,415 ---- } else { ! output_html_with_http_headers $query, $cookie, $template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:16:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:16:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_100.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23811/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_100.tmpl Log Message: Template for 100a field plugin Index: unimarc_field_100.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_100.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** unimarc_field_100.tmpl 1 Mar 2005 13:41:02 -0000 1.4 --- unimarc_field_100.tmpl 2 Jun 2005 15:16:54 -0000 1.5 *************** *** 1,652 **** ! ! ! UNIMARC Field 100 builder ! !
! ! ! ! [...1364 lines suppressed...] + var jour = now.getDate(); + var annee = now.getYear(); + + mois += 1; + if (mois < 10) { mois = "0" + mois; } + + if (annee < 2000) { annee += 1900; } + + var dateString = annee + mois + jour; + return dateString; + } + + function initForm() { + if (document.f_pop.f1.value == "") { document.f_pop.f1.value = formeDate(); } + } + + initForm(); ! ! From hdl at users.sourceforge.net Thu Jun 2 17:19:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 08:19:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-serial-issues.tmpl,1.2.2.2,1.2.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25642/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-serial-issues.tmpl Log Message: Adding history of received and missing serials to simple information Index: opac-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -r1.2.2.2 -r1.2.2.3 *** opac-serial-issues.tmpl 4 Mar 2005 16:13:55 -0000 1.2.2.2 --- opac-serial-issues.tmpl 2 Jun 2005 15:19:35 -0000 1.2.2.3 *************** *** 75,78 **** --- 75,79 ---- since

+

*************** *** 82,85 **** --- 83,99 ----

+ +

+ + are recieved. +

+ + +

+ + are missing. +

+ + From doxulting at users.sourceforge.net Thu Jun 2 17:20:00 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_105.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25724/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_105.tmpl Log Message: Template for 105a field plugin Index: unimarc_field_105.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_105.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** unimarc_field_105.tmpl 1 Mar 2005 13:41:02 -0000 1.4 --- unimarc_field_105.tmpl 2 Jun 2005 15:19:57 -0000 1.5 *************** *** 1,1168 **** ! ! ! UNIMARC constructeur champ 105 ! ! ! !
Date d'enregistrement">
! ! ! + ! ! ! ! ! ! ! ! ! ! ! ! ! !
Illustration 1: [...2179 lines suppressed...] ! !

! !
!

! ! !

! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:20:27 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:27 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_106.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26214/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_106.tmpl Log Message: Template for 106a field plugin Index: unimarc_field_106.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_106.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_106.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_106.tmpl 2 Jun 2005 15:20:25 -0000 1.3 *************** *** 1,81 **** ! ! ! UNIMARC Field 106 builder ! !
- - - - - - - -
Texte presentation physique - -
! ! --- 77,79 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:20:57 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_110.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26457/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_110.tmpl Log Message: Template for 110a field plugin Index: unimarc_field_110.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_110.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_110.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_110.tmpl 2 Jun 2005 15:20:54 -0000 1.3 *************** *** 1,662 **** ! ! ! UNIMARC Field 106 builder ! !
! ! ! ! - ! ! ! ! --- 26,40 ---- ! ! ! + + *************** *** 41,47 **** ! ! ! --- 42,63 ---- ! ! ! ! ! *************** *** 49,52 **** --- 65,69 ---- + ! ! ! ! ! ! !
Type de publication en serie [...1137 lines suppressed...] !
!

! ! !

! + ! ! --- 506,508 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:21:21 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:21:21 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_115a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26823/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_115a.tmpl Log Message: Template for 115a field plugin Index: unimarc_field_115a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_115a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_115a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_115a.tmpl 2 Jun 2005 15:21:18 -0000 1.3 *************** *** 1,1309 **** ! ! ! UNIMARC Field 115a builder ! !
! ! ! ! + ! ! ! ! ! ! ! ! ! ! ! ! ! !
Type de document [...2258 lines suppressed...] !
!

! ! !

! + ! ! --- 976,978 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:22:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:22:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_116.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27379/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_116.tmpl Log Message: Template for 116a field plugin Index: unimarc_field_116.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_116.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_116.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_116.tmpl 2 Jun 2005 15:22:13 -0000 1.3 *************** *** 1,1585 **** ! ! ! UNIMARC Field 116 builder ! !
- - - - ! --- 72,76 ---- ! *************** *** 92,96 **** --- 92,96 ---- Index: ISBDdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/ISBDdetail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ISBDdetail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- ISBDdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 4,8 ****

MARC Biblio :

! " class="button catalogue"> Edit biblio &op=duplicate" class="button catalogue"> Duplicate " class="button catalogue"> Edit item delete " class="button catalogue"> Complete " class="button catalogue"> Normal " class="button catalogue"> ISBD ')" class="button catalogue"> Add to shelf ')" class="button catalogue"> Print " class="button catalogue"> --- 4,8 ----

MARC Biblio :

!
" class="button catalogue"> Biblio ändern &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normal " class="button catalogue"> ISBD ')" class="button catalogue"> Zum Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** MARCdetail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- MARCdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 4,8 ****

Biblionummer :

!
" class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu vituellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> --- 4,8 ----

Biblionummer :

!
" class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu virtuellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> From hellen at users.sourceforge.net Wed Jun 8 13:28:10 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de about.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de Modified Files: about.tmpl Log Message: translated by hellen Index: about.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/about.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** about.tmpl 17 May 2005 13:21:34 -0000 1.2 --- about.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 48,51 **** --- 48,52 ----

David Strainchamps

Dorian Meid (Deutsche Übersetzung)

+

Friedrich zur Hellen (Deutsche Übersetzung)

doXulting (Matthieu Branlat) OPAC basket

Ed Summers (einigen code und Perl-Module wie MARC::Record)

From hellen at users.sourceforge.net Wed Jun 8 13:28:10 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbooks.tmpl,1.3,1.4 isbnsearch.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbooks.tmpl isbnsearch.tmpl Log Message: translated by hellen Index: addbooks.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbooks.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** addbooks.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- addbooks.tmpl 8 Jun 2005 11:28:08 -0000 1.4 *************** *** 51,55 ****

Hinweis

Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
! Wenn Fremddaten für die ISBN abgerufen wurden und sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

--- 51,55 ----

Hinweis

Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
! Wenn Fremddaten für die ISBN abgerufen wurden und sich im Fremddatenpool befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** isbnsearch.tmpl 17 May 2005 13:21:35 -0000 1.2 --- isbnsearch.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 62,71 ****
! --- 62,71 ---- ! *************** *** 109,113 ****
!

Bibliografische Daten im Zwischenspeicher

Presentation materielle [...2938 lines suppressed...] !

! ! !

+ ! ! --- 1375,1378 ---- } ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:22:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:22:40 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_117.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27565/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_117.tmpl Log Message: Template for 117a field plugin Index: unimarc_field_117.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_117.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_117.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_117.tmpl 2 Jun 2005 15:22:38 -0000 1.3 *************** *** 1,801 **** ! ! ! UNIMARC Field 117 builder ! !
! ! ! ! !
Presentation materielle [...1503 lines suppressed...] !
!

! ! !

! + ! ! --- 725,727 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:23:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:23:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_120.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27907/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_120.tmpl Log Message: Template for 120a field plugin Index: unimarc_field_120.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_120.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_120.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_120.tmpl 2 Jun 2005 15:23:13 -0000 1.3 *************** *** 1,1340 **** ! ! ! UNIMARC constructeur champ 120 ! ! !
! ! ! ! ! "> --- 45,53 ---- ! ! ! ! ! *************** *** 53,57 **** - !

--- 57,61 ---- - !

*************** *** 62,73 **** - !

! ! ! ! --- 66,77 ---- - !

! ! ! ! *************** *** 104,108 **** !
Indicateur de couleur: [...2388 lines suppressed...] ! !

! !
!

! ! !

! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:23:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:23:40 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_121a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28143/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_121a.tmpl Log Message: Template for 121a field plugin Index: unimarc_field_121a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_121a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_121a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_121a.tmpl 2 Jun 2005 15:23:38 -0000 1.3 *************** *** 1,411 **** ! ! ! UNIMARC constructeur champ 121a ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Dimensions physiques: ! !
Image cartographique originale 1: ! ! Image cartographique originale 2: ! !
Support physique: ! !
Mode de realisation technique: ! !
Forme de reproduction: !
Reperes geodesiques: ! !
Forme materielle d'edition: ! !
!
! ! ! --- 1,378 ---- ! !
!

Assistant champ codé 121a

!
! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:21:50 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:21:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_115b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27127/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_115b.tmpl Log Message: Template for 115b field plugin Index: unimarc_field_115b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_115b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_115b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_115b.tmpl 2 Jun 2005 15:21:47 -0000 1.3 *************** *** 1,673 **** ! ! ! UNIMARC Field 115b builder ! !
! ! ! ! ! ! ! ! ! ! !
Copie (generation) [...1174 lines suppressed...] !
!

! ! !

! + ! ! --- 529,531 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:22 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_122.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28606/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_122.tmpl Log Message: Template for 122a field plugin Index: unimarc_field_122.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_122.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_122.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_122.tmpl 2 Jun 2005 15:24:20 -0000 1.3 *************** *** 1,84 **** ! ! ! UNIMARC constructeur champ 122 ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Ere code: ! !
Annee:"> ! Mois:">Jour:">Heure:">
!
! ! ! --- 1,77 ---- ! !
!

Assistant champ codé 122a

!
! !

! ! !

! !

! ! "> !

! !

! ! "> !

! !

! ! "> !

! !

! ! "> !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:46 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28769/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123a.tmpl Log Message: Template for 123a field plugin Index: unimarc_field_123a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123a.tmpl 2 Jun 2005 15:24:44 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 123a ! ! !
! ! ! ! ! ! !
Type d'echelle: ! !
!
! ! ! --- 1,48 ---- ! !
!

Assistant champ codé 123a

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:11 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123d.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29137/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123d.tmpl Log Message: Template for 123d field plugin Index: unimarc_field_123d.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123d.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123d.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123d.tmpl 2 Jun 2005 15:25:08 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123d ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Hemisphere: ! !
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
!
! ! ! --- 1,79 ---- ! !
!

Assistant champ codé 123d

!
! !

! ! !

! !

! ! "> !

! !

! ! "> !

! !

! ! "> !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123e.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29371/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123e.tmpl Log Message: Template for 123e field plugin Index: unimarc_field_123e.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123e.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123e.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123e.tmpl 2 Jun 2005 15:25:34 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123e ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Hemisphere: ! !
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
!
! ! ! --- 1,79 ---- ! !
!

Assistant champ codé 123e

!
! !

! ! !

! !

! ! "> !

! !

! ! "> !

! !

! ! "> !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:01 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:01 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_121b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28425/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_121b.tmpl Log Message: Template for 121b field plugin Index: unimarc_field_121b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_121b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_121b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_121b.tmpl 2 Jun 2005 15:23:59 -0000 1.3 *************** *** 1,291 **** ! ! ! UNIMARC constructeur champ 121b ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Altitude du capteur: ! !
Orientation du capteur : !
Bandes spectrales (nombre ! a deux chiffres 01->99 ou xx (ecrire 01 pour 1):"> !
Qualite de l'image: ! !
Couverture nuageuse exprimee en huitieme: ! !
Qualite de l'image: ! ! ! !
!
! ! ! --- 1,284 ---- ! !
!

Assistant champ codé 121b

!
! !

! ! !

! !

! ! !

! !

! ! "> nombre à deux chiffres 01->99 ou xx (ecrire 01 pour 1) !

! !

! ! !

! !

! ! !

! !

! ! !

!

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:55 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123f.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29995/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123f.tmpl Log Message: Template for 123f field plugin Index: unimarc_field_123f.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123f.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123f.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123f.tmpl 2 Jun 2005 15:25:53 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123f ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Hemisphere: ! !
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
!
! ! ! --- 1,79 ---- ! !
!

Assistant champ codé 123f

!
! !

! ! !

! !

! ! "> !

! !

! ! "> !

! !

! ! "> !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:26:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123g.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30203/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123g.tmpl Log Message: Template for 123g field plugin Index: unimarc_field_123g.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123g.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123g.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123g.tmpl 2 Jun 2005 15:26:17 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123g ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Hemisphere: ! !
Degres (completer avec des 0):">
Minutes (completer avec des 0):">
Secondes (completer avec des 0):">
!
! ! ! --- 1,79 ---- ! !
!

Assistant champ codé 123g

!
! !

! ! !

! !

! ! "> !

! !

! ! "> !

! !

! ! "> !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:26:38 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:38 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123i.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30434/koha-tmpl/intranet-tmpl/default/fr/value_builder Added Files: unimarc_field_123i.tmpl Log Message: Template for 123i field plugin --- NEW FILE ---

Assistant champ codé 123i

">

">

">


From doxulting at users.sourceforge.net Thu Jun 2 17:26:59 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:59 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123j.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30653/koha-tmpl/intranet-tmpl/default/fr/value_builder Added Files: unimarc_field_123j.tmpl Log Message: Template for 123j field plugin --- NEW FILE ---

Assistant champ codé 123i

">

">

">


From doxulting at users.sourceforge.net Thu Jun 2 17:27:22 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:27:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30874/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124a.tmpl Log Message: Template for 124a field plugin Index: unimarc_field_124a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124a.tmpl 2 Jun 2005 15:27:20 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124a ! ! !
! ! ! ! ! !
Origine de l'image: ! !
!
! ! ! --- 1,49 ---- ! !
!

Assistant champ codé 124a

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:27:44 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:27:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31055/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124b.tmpl Log Message: Template for 124b field plugin Index: unimarc_field_124b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124b.tmpl 2 Jun 2005 15:27:42 -0000 1.3 *************** *** 1,87 **** ! ! ! UNIMARC constructeur champ 124b ! ! !
! ! ! ! ! !
Forme du document cartographique: ! !
!
! ! ! --- 1,90 ---- ! !
!

Assistant champ codé 124b

!
! !

! ! !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:08 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124c.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31368/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124c.tmpl Log Message: Template for 124c field plugin Index: unimarc_field_124c.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124c.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124c.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124c.tmpl 2 Jun 2005 15:28:06 -0000 1.3 *************** *** 1,142 **** ! ! ! UNIMARC constructeur champ 124c ! ! !
! ! ! ! ! !
Presentation technique dans le cas d'images photographiques ou non photographiques: ! !
!
! ! ! --- 1,145 ---- ! !
!

Assistant champ codé 124c

!
! !

! ! !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124d.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31558/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124d.tmpl Log Message: Template for 124d field plugin Index: unimarc_field_124d.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124d.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124d.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124d.tmpl 2 Jun 2005 15:28:35 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124d ! ! !
! ! ! ! ! !
Position de la base pour les images photographiques ou de teledetection: ! !
!
! ! ! --- 1,49 ---- ! !
!

Assistant champ codé 124d

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124e.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31810/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124e.tmpl Log Message: Template for 124e field plugin Index: unimarc_field_124e.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124e.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124e.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124e.tmpl 2 Jun 2005 15:28:54 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124e ! ! !
! ! ! ! ! !
Categorie du satellite pour la teledetection: ! !
!
! ! ! --- 1,49 ---- ! !
!

Assistant champ codé 124e

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:29:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:29:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124f.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32053/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124f.tmpl Log Message: Template for 124f field plugin Index: unimarc_field_124f.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124f.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124f.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124f.tmpl 2 Jun 2005 15:29:13 -0000 1.3 *************** *** 1,122 **** ! ! ! UNIMARC constructeur champ 124f ! ! !
! ! ! ! ! !
Nom du satellite pour la teledetection: ! !
!
! ! ! --- 1,127 ---- ! !
!

Assistant champ codé 124f

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:29:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:29:35 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124g.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32240/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124g.tmpl Log Message: Template for 124g field plugin Index: unimarc_field_124g.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124g.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124g.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124g.tmpl 2 Jun 2005 15:29:33 -0000 1.3 *************** *** 1,82 **** ! ! ! UNIMARC constructeur champ 124g ! ! !
! ! ! ! ! !
Technique d'enregistrement pour les images de teledetection: ! !
!
! ! ! --- 1,87 ---- ! !
!

Assistant champ codé 124g

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:07 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:07 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_125a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32474/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_125a.tmpl Log Message: Template for 125a field plugin Index: unimarc_field_125a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_125a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_125a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_125a.tmpl 2 Jun 2005 15:30:05 -0000 1.3 *************** *** 1,113 **** ! ! ! UNIMARC constructeur champ 125a ! ! !
! ! ! ! ! ! ! ! !
Type de partition: ! !
Indicateur de parties: ! !
!
! ! ! --- 1,115 ---- ! !
!

Assistant champ codé 125a

!
! !

! ! !

! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:24 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:24 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_125b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv311/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_125b.tmpl Log Message: Template for 125b field plugin Index: unimarc_field_125b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_125b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_125b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_125b.tmpl 2 Jun 2005 15:30:22 -0000 1.3 *************** *** 1,137 **** ! ! ! UNIMARC constructeur champ 125b ! ! !
! ! ! ! ! !
Forme du document cartographique: ! !
!
! ! ! --- 1,139 ---- ! !
!

Assistant champ codé 125b

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:48 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:48 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_126a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv455/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_126a.tmpl Log Message: Template for 126a field plugin Index: unimarc_field_126a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_126a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_126a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_126a.tmpl 2 Jun 2005 15:30:45 -0000 1.3 *************** *** 1,1076 **** ! ! ! UNIMARC constructeur champ 126a ! ! !
! ! ! ! - - --- 32,36 ---- *************** *** 50,60 **** - ! ! - --- 48,69 ---- ! ! *************** *** 76,92 **** "> ! ! ! ! ! ! ! ! ! ! !
Presentation materielle: [...2128 lines suppressed...] !

! !
!

! ! !

! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:06 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_126b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv713/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_126b.tmpl Log Message: Template for 126b field plugin Index: unimarc_field_126b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_126b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_126b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_126b.tmpl 2 Jun 2005 15:31:04 -0000 1.3 *************** *** 1,194 **** ! ! ! UNIMARC constructeur champ 126b ! ! !
! ! ! ! ! ! ! ! ! ! ! !
Type de disque, cylindre ou bande magnetique: ! !
Type de document: ! !
Type de gravure: ! !
!
! ! ! --- 1,199 ---- ! !
!

Assistant champ codé 126b

!
! !

! ! !

! !

! ! !

! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:30 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_127.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv890/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_127.tmpl Log Message: Template for 127a field plugin Index: unimarc_field_127.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_127.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_127.tmpl 24 Nov 2004 16:21:17 -0000 1.1 --- unimarc_field_127.tmpl 2 Jun 2005 15:31:27 -0000 1.2 *************** *** 1,46 **** ! ! ! UNIMARC constructeur champ 127 ! ! !
! ! (Completer avec des 0 a gauche) ! ! ! ! ! ! ! ! ! ! !
Heure:">Minutes:">Secondes:">
!
! ! ! --- 1,45 ---- ! !
!

Assistant champ codé 127a

!
! !

! ! "> !

!

! ! "> !

!

! ! "> !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:32:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:32:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128c.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1665/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128c.tmpl Log Message: Template for 128c field plugin Index: unimarc_field_128c.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128c.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128c.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128c.tmpl 2 Jun 2005 15:32:50 -0000 1.3 *************** *** 1,472 **** ! ! ! UNIMARC constructeur champ 128c ! ! !
! ! ! ! ! !
Instruments ou voix dans un ensemble: ! !
!
! ! ! --- 1,493 ---- ! !
!

Assistant champ codé 128c

!
! !

! ! !

! ! !

! ! "> (sur deux chiffres, compléter éventuellement avec un 0) !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:33:44 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:33:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_135a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2244/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_135a.tmpl Log Message: Template for 135a field plugin Index: unimarc_field_135a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_135a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_135a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_135a.tmpl 2 Jun 2005 15:33:42 -0000 1.3 *************** *** 1,65 **** ! ! ! UNIMARC constructeur champ 135a ! ! !
! ! ! ! ! !
Type de fichier informatique: !
!
! ! ! --- 1,484 ---- ! !
!

Assistant champ codé 135a

!
! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! "> (sur trois caractères) !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:34:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:34:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_140.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2554/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_140.tmpl Log Message: Template for 140a field plugin Index: unimarc_field_140.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_140.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_140.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_140.tmpl 2 Jun 2005 15:34:17 -0000 1.3 *************** *** 1,1713 **** ! ! ! UNIMARC constructeur champ 140 ! ! !
! ! ! ! ! --- 46,50 ---- ! From hellen at users.sourceforge.net Sun Jun 5 20:10:15 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sun, 05 Jun 2005 11:10:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.2,1.3 acquire.tmpl,1.2,1.3 basket.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26750/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl acquire.tmpl basket.tmpl Log Message: translated for 2.2.2 by hellen Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** acqui-home.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- acqui-home.tmpl 5 Jun 2005 18:10:12 -0000 1.3 *************** *** 77,81 ****

Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

!

Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeiegn", dann auf "Einkaufskorb bestätigen".

--- 77,81 ----

Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

!

Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeigen", dann auf "Einkaufskorb bestätigen".

Index: acquire.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acquire.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** acquire.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- acquire.tmpl 5 Jun 2005 18:10:13 -0000 1.3 *************** *** 105,109 ****
! --- 105,109 ---- ! Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/basket.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** basket.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- basket.tmpl 5 Jun 2005 18:10:13 -0000 1.3 *************** *** 28,33 **** ! ! --- 28,33 ---- ! ! From tipaul at users.sourceforge.net Mon Jun 6 11:27:46 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 06 Jun 2005 02:27:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.4,1.17.2.5 opac-top.inc,1.8.2.3,1.8.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31968/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css opac-top.inc Log Message: some CSS improvements (opac works better with opera & konqueror now) Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.4 retrieving revision 1.17.2.5 diff -C2 -r1.17.2.4 -r1.17.2.5 *** opac.css 3 Jun 2005 13:01:23 -0000 1.17.2.4 --- opac.css 6 Jun 2005 09:27:42 -0000 1.17.2.5 *************** *** 91,99 **** font-weight:bold; font-size: 115%; - text-align : center; vertical-align:top; padding: 2px; width:100%; - margin-left:70px; } --- 91,97 ---- *************** *** 143,147 **** border:1px solid #000000; border-collapse:collapse; ! width:90%; } /* header */ --- 141,145 ---- border:1px solid #000000; border-collapse:collapse; ! position:static; } /* header */ *************** *** 155,165 **** border-bottom:1px solid #000000; border-top:1px solid #000000; - padding:5px; } /* standard cell */ td { font-size:10pt; border-left:1px solid #000000; vertical-align:top; } --- 153,171 ---- border-bottom:1px solid #000000; border-top:1px solid #000000; } /* standard cell */ + + tr { + display:table-row; + position:static; + } + td { font-size:10pt; border-left:1px solid #000000; vertical-align:top; + position:static; + /* position:relative;*/ + display:table-cell; } *************** *** 345,350 **** #menuline { - float:left; display:block; } --- 351,356 ---- #menuline { display:block; + margin-left:100px; } *************** *** 358,365 **** /* a little spacer. should not be used */ - .spacer { - padding-left:20pt; - float:left; - } .basketspacer { padding-left:8pt; --- 364,367 ---- *************** *** 370,375 **** div.tabsubs { width:25px; - position:absolute; - display:block; margin-left:10px; margin-top:100px; --- 372,375 ---- *************** *** 387,393 **** div.tabsub { background-color: #ACE6E6; - display: block; visibility:hidden; - position:absolute; margin-left:72px; margin-top:100px; --- 387,391 ---- *************** *** 399,406 **** div.tabs { width:10px; - position:absolute; display:block; - margin-left:50px; - margin-top:150px; } --- 397,401 ---- *************** *** 414,417 **** --- 409,420 ---- } + div.tabbloc { + position:absolute; + display:block; + top:123px; + left:42px; + border: 1px solid black; + } + div.tab { background-color: #ACE6E6; *************** *** 419,425 **** visibility:hidden; position:absolute; ! margin-left:72px; ! margin-top:150px; ! margin-right:10%; } --- 422,426 ---- visibility:hidden; position:absolute; ! float:left; } Index: opac-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -C2 -r1.8.2.3 -r1.8.2.4 *** opac-top.inc 25 Mar 2005 16:58:23 -0000 1.8.2.3 --- opac-top.inc 6 Jun 2005 09:27:43 -0000 1.8.2.4 *************** *** 31,41 **** --- 79,85 ----

! !

Total Number of Items:

! From tipaul at users.sourceforge.net Mon Jun 6 14:16:09 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 06 Jun 2005 05:16:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.2,1.1.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv327/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: small css fixes Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -r1.1.2.2 -r1.1.2.3 *** opac-full-serial-issues.tmpl 3 Jun 2005 12:53:08 -0000 1.1.2.2 --- opac-full-serial-issues.tmpl 6 Jun 2005 12:16:06 -0000 1.1.2.3 *************** *** 3,11 **** !
!

Subscription information for biblio # with title :

! " class="button catalogue">Back to biblio ! !
--- 3,9 ---- !
!

Subscription information for biblio # with title :

! " class="button catalogue">Back to biblio
*************** *** 47,51 ****
!
Illustration dans le texte 1: [...3417 lines suppressed...] ! !

! !
!

! ! !

! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:34:43 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:34:43 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_141.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2722/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_141.tmpl Log Message: Template for 141a field plugin Index: unimarc_field_141.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_141.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_141.tmpl 1 Mar 2005 13:41:03 -0000 1.2 --- unimarc_field_141.tmpl 2 Jun 2005 15:34:40 -0000 1.3 *************** *** 1,386 **** ! ! ! UNIMARC constructeur champ 141 ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Materiau de reliure 1: ! !
Materiau de reliure 2: ! !
Materiau de reliure 3: ! !
Type de reliure: !
Relie avec: !
Etat de conservation - reliure: !
Etat de conservation - livre 1 : !
Etat de conservation - livre 2 : !
!
! ! ! --- 1,401 ---- ! !
!

Assistant champ codé 141a

!
! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1271/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128a.tmpl Log Message: Template for 128a field plugin Index: unimarc_field_128a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128a.tmpl 2 Jun 2005 15:31:54 -0000 1.3 *************** *** 1,382 **** ! ! ! UNIMARC constructeur champ 128a ! ! !
! ! ! ! ! !
Forme de la composition: ! !
!
! ! ! --- 1,384 ---- ! !
!

Assistant champ codé 128a

!
! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:32:23 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:32:23 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1362/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128b.tmpl Log Message: Template for 128b field plugin Index: unimarc_field_128b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128b.tmpl 2 Jun 2005 15:32:21 -0000 1.3 *************** *** 1,472 **** ! ! ! UNIMARC constructeur champ 128b ! ! !
! ! ! ! ! !
Instruments ou voix dans un ensemble: ! !
!
! ! ! --- 1,492 ---- ! !
!

Assistant champ codé 128b

!
! !

! ! !

! !

! ! "> (sur deux chiffres, compléter éventuellement avec un 0) !

! ! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:33:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:33:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_130.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1881/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_130.tmpl Log Message: Template for 130a field plugin Index: unimarc_field_130.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_130.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_130.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_130.tmpl 2 Jun 2005 15:33:17 -0000 1.3 *************** *** 1,376 **** ! ! ! UNIMARC constructeur champ 130 ! ! !
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Presentation materielle: ! !
Polarite: ! !
Dimensions: ! !
Rapport de reduction: ! !
Rapport de reduction specifique">
Couleur: ! !
Emulsion: ! !
Generation (copies): ! !
Support de film: ! !
!
! ! ! --- 1,376 ---- ! !
!

Assistant champ codé 130a

!
! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! "> !

! !

! ! !

! !

! ! !

! !

! ! !

! !

! ! !

! !
!

! ! !

! !
!
! ! From doxulting at users.sourceforge.net Thu Jun 2 17:37:16 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:37:16 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_100.pl,1.7,1.8 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4217/value_builder Modified Files: unimarc_field_100.pl Log Message: Plugin for field 100a Index: unimarc_field_100.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_100.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** unimarc_field_100.pl 7 Jun 2004 10:07:40 -0000 1.7 --- unimarc_field_100.pl 2 Jun 2005 15:37:14 -0000 1.8 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=1000,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:37:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:37:35 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_105.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4481/value_builder Modified Files: unimarc_field_105.pl Log Message: Plugin for field 105a Index: unimarc_field_105.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_105.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_105.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_105.pl 2 Jun 2005 15:37:33 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_105.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 105\",'width=1200,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_105.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 105\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:06 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_106.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4632/value_builder Modified Files: unimarc_field_106.pl Log Message: Plugin for field 106a Index: unimarc_field_106.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_106.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_106.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_106.pl 2 Jun 2005 15:38:03 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_106.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 106\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_106.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 106\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:26 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:26 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_110.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4887/value_builder Modified Files: unimarc_field_110.pl Log Message: Plugin for field 110a Index: unimarc_field_110.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_110.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_110.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_110.pl 2 Jun 2005 15:38:23 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_110.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 110\",'width=700,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_110.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 110\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:54 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:54 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_115a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5026/value_builder Modified Files: unimarc_field_115a.pl Log Message: Plugin for field 115a Index: unimarc_field_115a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_115a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_115a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_115a.pl 2 Jun 2005 15:38:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115a\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:39:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:39:35 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_115b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5408/value_builder Modified Files: unimarc_field_115b.pl Log Message: Plugin for field 115b Index: unimarc_field_115b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_115b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_115b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_115b.pl 2 Jun 2005 15:39:33 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115b\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:40:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:40:08 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_116.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5842/value_builder Modified Files: unimarc_field_116.pl Log Message: Plugin for field 116a Index: unimarc_field_116.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_116.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_116.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_116.pl 2 Jun 2005 15:40:06 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_116.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 116\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_116.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 116\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:40:42 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:40:42 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_117.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6109/value_builder Modified Files: unimarc_field_117.pl Log Message: Plugin for field 117a Index: unimarc_field_117.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_117.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_117.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_117.pl 2 Jun 2005 15:40:40 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_117.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 117\",'width=600,height=225,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_117.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 117\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:01 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:01 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_120.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6387/value_builder Modified Files: unimarc_field_120.pl Log Message: Plugin for field 120a Index: unimarc_field_120.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_120.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_120.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_120.pl 2 Jun 2005 15:40:59 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_120.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 120\",'width=1200,height=750,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_120.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 120\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:23 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:23 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_121a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6557/value_builder Modified Files: unimarc_field_121a.pl Log Message: Plugin for field 121a Index: unimarc_field_121a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_121a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_121a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_121a.pl 2 Jun 2005 15:41:20 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121a\",'width=1210,height=750,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:40 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_121b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6796/value_builder Modified Files: unimarc_field_121b.pl Log Message: Plugin for field 121b Index: unimarc_field_121b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_121b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_121b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_121b.pl 2 Jun 2005 15:41:38 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:11 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:11 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_122.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6982/value_builder Modified Files: unimarc_field_122.pl Log Message: Plugin for field 122a Index: unimarc_field_122.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_122.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_122.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_122.pl 2 Jun 2005 15:42:03 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_122.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 122\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_122.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 122\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:39 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:39 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7138/value_builder Modified Files: unimarc_field_123a.pl Log Message: Plugin for field 123a Index: unimarc_field_123a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_123a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_123a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_123a.pl 2 Jun 2005 15:42:31 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_123a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 123a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_123a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 123a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:56 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123d.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7265/value_builder Modified Files: unimarc_field_123d.pl Log Message: Plugin for field 123d Index: unimarc_field_123d.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_123d.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_123d.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_123d.pl 2 Jun 2005 15:42:54 -0000 1.2 *************** *** 40,44 **** sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; ! my $function_name= "123g".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123i.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From doxulting at users.sourceforge.net Thu Jun 2 17:44:31 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:44:31 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123j.pl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7947/value_builder Added Files: unimarc_field_123j.pl Log Message: Plugin for field 123j --- NEW FILE --- #!/usr/bin/perl # $Id: unimarc_field_123j.pl,v 1.1 2005/06/02 15:44:29 doxulting Exp $ # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Auth; use CGI; use C4::Context; use HTML::Template; use C4::Search; use C4::Output; =head1 plugin_parameters : other parameters added when the plugin is called by the dopop function =cut sub plugin_parameters { my ($dbh,$record,$tagslib,$i,$tabloop) = @_; return ""; } sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; my $function_name= "123j".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123j.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From doxulting at users.sourceforge.net Thu Jun 2 17:45:04 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:04 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8220/value_builder Modified Files: unimarc_field_124.pl Log Message: Plugin for field 124 Index: unimarc_field_124.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124.pl 2 Jun 2005 15:44:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:45:20 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:20 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8447/value_builder Modified Files: unimarc_field_124a.pl Log Message: Plugin for field 124a Index: unimarc_field_124a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124a.pl 2 Jun 2005 15:45:18 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:45:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:52 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8671/value_builder Modified Files: unimarc_field_124b.pl Log Message: Plugin for field 124b Index: unimarc_field_124b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124b.pl 2 Jun 2005 15:45:50 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:13 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:13 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124c.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8915/value_builder Modified Files: unimarc_field_124c.pl Log Message: Plugin for field 124c Index: unimarc_field_124c.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124c.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124c.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124c.pl 2 Jun 2005 15:46:11 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124c\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124c\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:30 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124d.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9148/value_builder Modified Files: unimarc_field_124d.pl Log Message: Plugin for field 124d Index: unimarc_field_124d.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124d.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124d.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124d.pl 2 Jun 2005 15:46:28 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124d.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124d\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124d.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124d\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:51 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:51 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124e.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9327/value_builder Modified Files: unimarc_field_124e.pl Log Message: Plugin for field 124e Index: unimarc_field_124e.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124e.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124e.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124e.pl 2 Jun 2005 15:46:43 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124e.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124e\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124e.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124e\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:08 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124f.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9557/value_builder Modified Files: unimarc_field_124f.pl Log Message: Plugin for field 124f Index: unimarc_field_124f.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124f.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124f.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124f.pl 2 Jun 2005 15:47:06 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124f.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124f\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124f.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124f\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:37 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124g.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9807/value_builder Modified Files: unimarc_field_124g.pl Log Message: Plugin for field 124g Index: unimarc_field_124g.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124g.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124g.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124g.pl 2 Jun 2005 15:47:26 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124g.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124g\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124g.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124g\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:53 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:53 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10071/value_builder Modified Files: unimarc_field_125.pl Log Message: Plugin for field 125 Index: unimarc_field_125.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125.pl 2 Jun 2005 15:47:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:18 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:18 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10256/value_builder Modified Files: unimarc_field_125a.pl Log Message: Plugin for field 125a Index: unimarc_field_125a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125a.pl 2 Jun 2005 15:48:14 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:38 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:38 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10546/value_builder Modified Files: unimarc_field_125b.pl Log Message: Plugin for field 125b Index: unimarc_field_125b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125b.pl 2 Jun 2005 15:48:36 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:30 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11030/value_builder Modified Files: unimarc_field_126b.pl Log Message: Plugin for field 126b Index: unimarc_field_126b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126b.pl 2 Jun 2005 15:49:28 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126b\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:46 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:46 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_127.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11288/value_builder Modified Files: unimarc_field_127.pl Log Message: Plugin for field 127a Index: unimarc_field_127.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_127.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_127.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_127.pl 2 Jun 2005 15:49:44 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_127.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 127\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_127.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 127\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:50:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:06 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11572/value_builder Modified Files: unimarc_field_128a.pl Log Message: Plugin for field 128a Index: unimarc_field_128a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128a.pl 2 Jun 2005 15:50:04 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:50:26 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:26 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11737/value_builder Modified Files: unimarc_field_128b.pl Log Message: Plugin for field 128b Index: unimarc_field_128b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128b.pl 2 Jun 2005 15:50:23 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 81,86 **** }); my $f1 = substr($result,0,2); $template->param(index => $index, ! "f1$f1" => $f1); print $input->header(-cookie => $cookie),$template->output; } --- 81,88 ---- }); my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); $template->param(index => $index, ! "f1$f1" => $f1, ! f2 => $f2); print $input->header(-cookie => $cookie),$template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:50:41 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:41 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128c.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11927/value_builder Modified Files: unimarc_field_128c.pl Log Message: Plugin for field 128c Index: unimarc_field_128c.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128c.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128c.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128c.pl 2 Jun 2005 15:50:39 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128c\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128c\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 81,86 **** }); my $f1 = substr($result,0,2); $template->param(index => $index, ! "f1$f1" => $f1); print $input->header(-cookie => $cookie),$template->output; } --- 81,88 ---- }); my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); $template->param(index => $index, ! "f1$f1" => $f1, ! f2 => $f2); print $input->header(-cookie => $cookie),$template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:51:02 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:02 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_130.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12092/value_builder Modified Files: unimarc_field_130.pl Log Message: Plugin for field 130a Index: unimarc_field_130.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_130.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_130.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_130.pl 2 Jun 2005 15:50:59 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_130.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 130\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_130.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 130\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:56 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10767/value_builder Modified Files: unimarc_field_126.pl Log Message: Plugin for field 126 Index: unimarc_field_126.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126.pl 2 Jun 2005 15:48:54 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:10 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:10 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10927/value_builder Modified Files: unimarc_field_126a.pl Log Message: Plugin for field 126a Index: unimarc_field_126a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126a.pl 2 Jun 2005 15:49:08 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126a\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:51:36 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:36 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_135a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12278/value_builder Modified Files: unimarc_field_135a.pl Log Message: Plugin for field 135a Index: unimarc_field_135a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_135a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_135a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_135a.pl 2 Jun 2005 15:51:18 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_135a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 135a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_135a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 135a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 84,104 **** my $f3 = substr($result,2,1); my $f4 = substr($result,3,1); ! my $f5 = substr($result,4,3); ! my $f6 = substr($result,7,1); my $f7 = substr($result,8,1); my $f8 = substr($result,9,1); my $f9 = substr($result,10,1); ! $template->param(index => $index, "f1$f1" => $f1, "f2$f2" => $f2, "f3$f3" => $f3, "f4$f4" => $f4, ! "f5" => $f5, ! "f6$f6" => $f6, "f7$f7" => $f7, "f8$f8" => $f8, ! "f9$f9" => $f9 ! ); print $input->header(-cookie => $cookie),$template->output; --- 84,107 ---- my $f3 = substr($result,2,1); my $f4 = substr($result,3,1); ! my $f5 = substr($result,4,1); ! my $f6 = substr($result,5,3); my $f7 = substr($result,8,1); my $f8 = substr($result,9,1); my $f9 = substr($result,10,1); + my $f10 = substr($result,11,1); + my $f11 = substr($result,12,1); ! $template->param("index" => $index, "f1$f1" => $f1, "f2$f2" => $f2, "f3$f3" => $f3, "f4$f4" => $f4, ! "f5$f5" => $f5, ! "f6" => $f6, "f7$f7" => $f7, "f8$f8" => $f8, ! "f9$f9" => $f9, ! "f10$f10" => $f10, ! "f11$f11" => $f11 ); print $input->header(-cookie => $cookie),$template->output; From doxulting at users.sourceforge.net Thu Jun 2 17:51:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:52 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_140.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12548/value_builder Modified Files: unimarc_field_140.pl Log Message: Plugin for field 140a Index: unimarc_field_140.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_140.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_140.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_140.pl 2 Jun 2005 15:51:50 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_140.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 140\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_140.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 140\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:52:09 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:52:09 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_141.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12775/value_builder Modified Files: unimarc_field_141.pl Log Message: Plugin for field 141a Index: unimarc_field_141.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_141.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_141.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_141.pl 2 Jun 2005 15:52:07 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_141.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 141\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_141.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 141\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From hdl at users.sourceforge.net Thu Jun 2 23:04:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/koha-tmpl/opac-tmpl/css/en Added Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Adding full history support to opac serial Needs fixing --- NEW FILE ---

Issues for a subscription

" class="button catalogue">Back to biblio

Subscription information for biblio number : with title :

">)">
XX" id="XX" class="tab" style="visibility:visible"> From hdl at users.sourceforge.net Thu Jun 2 23:04:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:37 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-serial-issues.pl,1.1.2.4,1.1.2.5 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/opac Modified Files: Tag: rel_2_2 opac-serial-issues.pl Log Message: Adding full history support to opac serial Needs fixing Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -r1.1.2.4 -r1.1.2.5 *** opac-serial-issues.pl 1 Jun 2005 20:05:41 -0000 1.1.2.4 --- opac-serial-issues.pl 2 Jun 2005 21:04:35 -0000 1.1.2.5 *************** *** 15,22 **** --- 15,58 ---- my $op = $query->param('op'); my $dbh = C4::Context->dbh; + my $selectview = C4::Context->preference("SubscriptionHistory"); + warn "selectview : ".$selectview; + my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); + if ($selectview eq "full"){ + my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); + + my $year; + my $yearmin=$subscriptions->[1]{year}; + warn "yearmin".$yearmin; + my $yearmax; + my @loopissues; + my $yearmax=$subscriptions->[scalar(@$subscriptions)]{year}; + warn "yearmax".$yearmax; + + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "opac-full-serial-issues.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + }); + + # replace CR by
in librarian note + # $subscription->{opacnote} =~ s/\n/\/g; + + $template->param( + biblionumber => $query->param('biblionumber'), + years => $subscriptions, + yearmin => $yearmin, + yearmax =>$yearmax, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + ); + + } else { my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); *************** *** 38,41 **** virtualshelves => C4::Context->preference("virtualshelves"), ); ! output_html_with_http_headers $query, $cookie, $template->output; --- 74,77 ---- virtualshelves => C4::Context->preference("virtualshelves"), ); ! } output_html_with_http_headers $query, $cookie, $template->output; From hdl at users.sourceforge.net Thu Jun 2 23:04:38 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:38 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.5,1.6.2.6 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/C4 Modified Files: Tag: rel_2_2 Bull.pm Log Message: Adding full history support to opac serial Needs fixing Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.6.2.5 retrieving revision 1.6.2.6 diff -C2 -r1.6.2.5 -r1.6.2.6 *** Bull.pm 28 Apr 2005 08:49:40 -0000 1.6.2.5 --- Bull.pm 2 Jun 2005 21:04:35 -0000 1.6.2.6 *************** *** 47,50 **** --- 47,51 ---- @EXPORT = qw(&newsubscription &modsubscription &delsubscription &getsubscriptions &getsubscription &getsubscriptionfrombiblionumber &get_subscription_list_from_biblionumber + &get_full_subscription_list_from_biblionumber &modsubscriptionhistory &newissue &getserials &serialchangestatus *************** *** 167,171 **** my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select subscription.*,subscriptionhistory.*,aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle from subscription left join subscriptionhistory on subscription.subscriptionid=subscriptionhistory.subscriptionid --- 168,172 ---- my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select subscription.*,subscriptionhistory.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle from subscription left join subscriptionhistory on subscription.subscriptionid=subscriptionhistory.subscriptionid *************** *** 186,189 **** --- 187,223 ---- } + sub get_full_subscription_list_from_biblionumber { + my ($biblionumber) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare('select year(subscription.startdate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle + from subscription + left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid + left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id + left join biblio on biblio.biblionumber=subscription.biblionumber + where subscription.biblionumber = ? order by subscription.startdate'); + $sth->execute($biblionumber); + my @res; + my $year; + my @loopissues; + while (my $subs = $sth->fetchrow_hashref) { + my $sth2 = $dbh->prepare('select serial.serialseq, serial.planneddate, year(serial.planneddate) as year, serial.status from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); + $sth2->execute($biblionumber,$subs->{'subscriptionid'}); + while (my $issues = $sth2->fetchrow_hashref){ + push @loopissues, + {'planneddate' => $issues->{'planneddate'}, + 'serialseq' => $issues->{'serialseq'}, + 'status' => $issues->{'status'}}; + # warn "planneddate ".$issues->{'planneddate'}; + # warn "serialseq".$issues->{'serialseq'}; + } + my %cell; + $cell{'year'}=$subs->{year}; + $cell{'title'}=$subs->{title}; + $cell{'booksellername'}=$subs->{booksellername}; + $cell{'serials'}=\@loopissues; + push @res,\%cell; + } + return \@res; + } sub modsubscription { From hdl at users.sourceforge.net Thu Jun 2 23:05:39 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:05:39 -0700 Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.2,1.100.2.3 Message-ID: Update of /cvsroot/koha/koha/updater In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18239/updater Modified Files: Tag: rel_2_2 updatedatabase Log Message: adding variable SubscriptionHistory Index: updatedatabase =================================================================== RCS file: /cvsroot/koha/koha/updater/updatedatabase,v retrieving revision 1.100.2.2 retrieving revision 1.100.2.3 diff -C2 -r1.100.2.2 -r1.100.2.3 *** updatedatabase 29 Mar 2005 15:41:43 -0000 1.100.2.2 --- updatedatabase 2 Jun 2005 21:05:34 -0000 1.100.2.3 *************** *** 848,851 **** --- 848,862 ---- options => ';|tabulation|,|/|\|#' }, + { + uniquefieldrequired => 'variable', + variable => 'SubscriptionHistory', + value => ';', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the information level for serials history in OPAC', + type => 'Choice', + options => 'simplified|full' + }, ], *************** *** 1433,1436 **** --- 1444,1450 ---- # $Log$ + # Revision 1.100.2.3 2005/06/02 21:05:34 hdl + # adding variable SubscriptionHistory + # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : From genjimoto at users.sourceforge.net Fri Jun 3 05:51:28 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 20:51:28 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.27,1.28 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6543 Modified Files: opac-search.pl Log Message: Search for availablilty feature implemented. Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** opac-search.pl 2 Jun 2005 13:47:47 -0000 1.27 --- opac-search.pl 3 Jun 2005 03:51:26 -0000 1.28 *************** *** 16,20 **** my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; ! my $itemtypelist; --- 16,20 ---- my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; ! my $totalresults; my $itemtypelist; *************** *** 56,60 **** my $op = $query->param("op"); my $type=$query->param('type'); ! my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; --- 56,60 ---- my $op = $query->param("op"); my $type=$query->param('type'); ! my $avail=$query->param('avail'); my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; *************** *** 141,145 **** $sqlstring .= '))' } ! my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, --- 141,147 ---- $sqlstring .= '))' } ! if ($avail){ ! $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; ! } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, From genjimoto at users.sourceforge.net Fri Jun 3 05:58:28 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 20:58:28 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.43,1.44 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10028 Modified Files: SearchMarc.pm Log Message: Added necessary tables for search for availablity feature into Catalogsearch. Someone needs to speed it up somehow. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** SearchMarc.pm 1 Jun 2005 21:18:39 -0000 1.43 --- SearchMarc.pm 3 Jun 2005 03:58:26 -0000 1.44 *************** *** 277,289 **** # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); ! $sql_where1 .=" ". $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); --- 277,289 ---- # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); ! $sql_where1 .= $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); From genjimoto at users.sourceforge.net Fri Jun 3 06:15:31 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 21:15:31 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.28,1.29 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18197 Modified Files: opac-search.pl Log Message: Added avail into the template parameters Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** opac-search.pl 3 Jun 2005 03:51:26 -0000 1.28 --- opac-search.pl 3 Jun 2005 04:15:29 -0000 1.29 *************** *** 88,95 **** --- 88,99 ---- $searchdesc .= join(" ", at itemtypes) } + if ($branchesstring ne ''){ $searchdesc .= ' in branches '; $searchdesc .= join(" ", at branches) } + if ($avail ne ''){ + $searchdesc .= '. Only available items shown.' + } $resultsperpage= $query->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); *************** *** 353,356 **** --- 357,361 ---- mediatypelist => $mediatypelist, itemtypesstring => $itemtypesstring, + avail => $avail, ); From genjimoto at users.sourceforge.net Fri Jun 3 06:16:55 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 21:16:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.23,1.24 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18847 Modified Files: opac-searchresults.tmpl Log Message: the avail checkbox now gets checked if the template gets avail in its parameters Index: opac-searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** opac-searchresults.tmpl 1 Jun 2005 22:20:16 -0000 1.23 --- opac-searchresults.tmpl 3 Jun 2005 04:16:53 -0000 1.24 *************** *** 180,184 ****
! Only show titles available (Not on loan)
--- 180,188 ----
! ! checked ! ! > Only show titles available (Not on loan)
From hellen at users.sourceforge.net Fri Jun 3 13:38:13 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Fri, 03 Jun 2005 04:38:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui supplier.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14261 Modified Files: supplier.tmpl Log Message: translated by hellen Index: supplier.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/supplier.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** supplier.tmpl 12 May 2005 19:26:13 -0000 1.1 --- supplier.tmpl 3 Jun 2005 11:38:11 -0000 1.2 *************** *** 18,26 ****

!

!

--- 18,26 ----

!

!

*************** *** 51,55 ****

! ">

--- 51,55 ----

! ">

*************** *** 84,88 ****

! *************** *** 100,108 ****

! checked>Ja checked>Nein

! checked>Ja checked>Nein

--- 100,108 ----

! checked>Ja checked>Nein

! checked>Ja checked>Nein

From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-serial-issues.pl,1.1.2.5,1.1.2.6 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/opac Modified Files: Tag: rel_2_2 opac-serial-issues.pl Log Message: Featuring OPAC with Full History Subscription Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -r1.1.2.5 -r1.1.2.6 *** opac-serial-issues.pl 2 Jun 2005 21:04:35 -0000 1.1.2.5 --- opac-serial-issues.pl 3 Jun 2005 12:53:08 -0000 1.1.2.6 *************** *** 25,35 **** my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! my $year; ! my $yearmin=$subscriptions->[1]{year}; ! warn "yearmin".$yearmin; ! my $yearmax; ! my @loopissues; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)]{year}; ! warn "yearmax".$yearmax; --- 25,34 ---- my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! my $title = $subscriptions->[0]{bibliotitle}; ! warn "title ".$title; ! my $yearmin=$subscriptions->[0]{year}; ! warn "yearmin ".$yearmin; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)-1]{year}; ! warn "yearmax ".$yearmax; *************** *** 50,53 **** --- 49,53 ---- yearmin => $yearmin, yearmax =>$yearmax, + bibliotitle => $title, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.6,1.6.2.7 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/C4 Modified Files: Tag: rel_2_2 Bull.pm Log Message: Featuring OPAC with Full History Subscription Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.6.2.6 retrieving revision 1.6.2.7 diff -C2 -r1.6.2.6 -r1.6.2.7 *** Bull.pm 2 Jun 2005 21:04:35 -0000 1.6.2.6 --- Bull.pm 3 Jun 2005 12:53:08 -0000 1.6.2.7 *************** *** 190,220 **** my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select year(subscription.startdate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle ! from subscription left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id left join biblio on biblio.biblionumber=subscription.biblionumber ! where subscription.biblionumber = ? order by subscription.startdate'); $sth->execute($biblionumber); my @res; my $year; my @loopissues; while (my $subs = $sth->fetchrow_hashref) { ! my $sth2 = $dbh->prepare('select serial.serialseq, serial.planneddate, year(serial.planneddate) as year, serial.status from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); ! $sth2->execute($biblionumber,$subs->{'subscriptionid'}); ! while (my $issues = $sth2->fetchrow_hashref){ ! push @loopissues, ! {'planneddate' => $issues->{'planneddate'}, ! 'serialseq' => $issues->{'serialseq'}, ! 'status' => $issues->{'status'}}; # warn "planneddate ".$issues->{'planneddate'}; # warn "serialseq".$issues->{'serialseq'}; } - my %cell; - $cell{'year'}=$subs->{year}; - $cell{'title'}=$subs->{title}; - $cell{'booksellername'}=$subs->{booksellername}; - $cell{'serials'}=\@loopissues; - push @res,\%cell; } return \@res; --- 190,250 ---- my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select serial.serialseq, serial.planneddate, serial.status, year(serial.planneddate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle ! from serial left join subscription on (serial.subscriptionid=subscription.subscriptionid and subscription.biblionumber=serial.biblionumber) left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id left join biblio on biblio.biblionumber=subscription.biblionumber ! where subscription.biblionumber = ? order by year,serial.planneddate'); $sth->execute($biblionumber); my @res; my $year; + my $startdate; + my $aqbooksellername; + my $bibliotitle; my @loopissues; + my $first; while (my $subs = $sth->fetchrow_hashref) { ! # my $sth2 = $dbh->prepare('select * from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); ! # $sth2->execute($biblionumber,$subs->{'subscriptionid'}); ! # while (my $issues = $sth2->fetchrow_hashref){ # warn "planneddate ".$issues->{'planneddate'}; # warn "serialseq".$issues->{'serialseq'}; + # } + if ($year and ($year==$subs->{year})){ + if ($first eq 1){$first=0;} + my $temp=$res[scalar(@res)-1]->{'serials'}; + push @$temp, + {'planneddate' => $subs->{'planneddate'}, + 'serialseq' => $subs->{'serialseq'}, + 'status1' => $subs->{'status'}==1, + 'status2' => $subs->{'status'}==2, + 'status3' => $subs->{'status'}==3, + 'status4' => $subs->{'status'}==4, + }; + }else { + $year= $subs->{'year'}; + $startdate= $subs->{'startdate'}; + $aqbooksellername= $subs->{'aqbooksellername'}; + $bibliotitle= $subs->{'bibliotitle'}; + $first=1 if (not $year); + my @temp; + push @temp, + {'planneddate' => $subs->{'planneddate'}, + 'serialseq' => $subs->{'serialseq'}, + 'status1' => $subs->{'status'}==1, + 'status2' => $subs->{'status'}==2, + 'status3' => $subs->{'status'}==3, + 'status4' => $subs->{'status'}==4, + }; + + push @res,{ + 'year'=>$year, + 'startdate'=>$startdate, + 'aqbooksellername'=>$aqbooksellername, + 'bibliotitle'=>$bibliotitle, + 'serials'=>\@temp, + 'first'=>$first + }; } } return \@res; From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Featuring OPAC with Full History Subscription Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** opac-full-serial-issues.tmpl 2 Jun 2005 21:04:35 -0000 1.1.2.1 --- opac-full-serial-issues.tmpl 3 Jun 2005 12:53:08 -0000 1.1.2.2 *************** *** 3,17 **** !
!

Issues for a subscription

" class="button catalogue">Back to biblio -

Subscription information for biblio number : with title :

!
!
">)">
--- 3,16 ---- !
!

Subscription information for biblio # with title :

" class="button catalogue">Back to biblio
!
!
" >)">
*************** *** 19,23 **** !
XX" id="XX" class="tab" style="visibility:visible">
Date Number Status
--- 18,22 ---- !
" id="" class="tabsub" style="visibility:visible">
*************** *** 38,45 **** --- 37,48 ---- +
!
! Arrived ! Waited ! Late ! Missing
*************** *** 48,53 **** function active(numlayer) { ! for (i=; i <= ; i++ ) { ! ong = i+"XX"; link = "link"+i; if (numlayer==i) { --- 51,56 ---- function active(numlayer) { ! for (i=; i<=; i++ ) { ! ong = i; link = "link"+i; if (numlayer==i) { From hdl at users.sourceforge.net Fri Jun 3 15:01:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 06:01:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.3,1.17.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27177/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css Log Message: adding tabsub for subbscription tabs. Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.3 retrieving revision 1.17.2.4 diff -C2 -r1.17.2.3 -r1.17.2.4 *** opac.css 18 Mar 2005 09:52:21 -0000 1.17.2.3 --- opac.css 3 Jun 2005 13:01:23 -0000 1.17.2.4 *************** *** 367,370 **** --- 367,399 ---- } + /* for SubscritptionHistory view */ + div.tabsubs { + width:25px; + position:absolute; + display:block; + margin-left:10px; + margin-top:100px; + } + + div.tabsubs a { + display:block; + font-size: small; + border: thin solid black; + margin-right: 2px; + padding: 15px 30px; + -moz-border-radius: 5px 0px 0px 5px; + } + + div.tabsub { + background-color: #ACE6E6; + display: block; + visibility:hidden; + position:absolute; + margin-left:72px; + margin-top:100px; + margin-right:10%; + } + + /* for MARC view */ div.tabs { From hdl at users.sourceforge.net Fri Jun 3 15:27:27 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 06:27:27 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.88.2.4,1.88.2.5 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8492/misc Modified Files: Tag: rel_2_2 Install.pm Log Message: Bug Fixing : PDF::API2 Not mandatory Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.88.2.4 retrieving revision 1.88.2.5 diff -C2 -r1.88.2.4 -r1.88.2.5 *** Install.pm 4 Feb 2005 18:41:42 -0000 1.88.2.4 --- Install.pm 3 Jun 2005 13:27:25 -0000 1.88.2.5 *************** *** 860,865 **** unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; - unless (eval {require PDF::API2}) { push @missing,"PDF::API2" }; # The following modules are not mandatory, depends on how the library want to use Koha unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal --- 860,869 ---- unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; # The following modules are not mandatory, depends on how the library want to use Koha + unless (eval {require PDF::API2}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,"You will need PDF::API2 for barcode generator" + } + } unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal From gmccullagh at users.sourceforge.net Fri Jun 3 19:01:55 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Fri, 03 Jun 2005 10:01:55 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search-biblio.pl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15229/opac Added Files: opac-search-biblio.pl Log Message: two new files SearchBiblio.pm forked from SearchMarc.pm opac-search-biblio.pl forked from opac-search.pl (just change module) an attempt at a new search using FULLTEXT indexes. NB: Boolean won't work without MySQL >v4.0 NNB: Will be slow without indexes added on Biblio table as follows: ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle); Only searching on "Any word" field just now. more to come. --- NEW FILE --- #!/usr/bin/perl use strict; require Exporter; use C4::Auth; use C4::Interface::CGI::Output; use C4::Context; use CGI; use C4::Database; use HTML::Template; use C4::SearchBiblio; use C4::Acquisition; use C4::Biblio; my @spsuggest; # the array for holding suggestions my $suggest; # a flag to be set (if there are suggestions it's 1) my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; my $itemtypelist; my $brancheslist; my $categorylist; my $subcategorylist; my $mediatypelist; # added by Gavin my $totalresults; my $dbh=C4::Context->dbh; my $sth=$dbh->prepare("select description,itemtype from itemtypes order by description"); $sth->execute; while (my ($description,$itemtype) = $sth->fetchrow) { $itemtypelist.="\n"; } my $sth=$dbh->prepare("select description,subcategorycode from subcategorytable order by description"); $sth->execute; while (my ($description,$subcategorycode) = $sth->fetchrow) { $subcategorylist.="\n"; } my $sth=$dbh->prepare("select description,mediatypecode from mediatypetable order by description"); $sth->execute; while (my ($description,$mediatypecode) = $sth->fetchrow) { $mediatypelist.="\n"; } my $sth=$dbh->prepare("select description,categorycode from categorytable order by description"); $sth->execute; while (my ($description,$categorycode) = $sth->fetchrow) { $categorylist .= ''.$description.'
'; } my $sth=$dbh->prepare("select branchname,branchcode from branches order by branchname"); $sth->execute; while (my ($branchname,$branchcode) = $sth->fetchrow) { $brancheslist.="\n"; } my $query = new CGI; my $op = $query->param("op"); my $type=$query->param('type'); my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; my @itemtypes = split ( /\|/, $itemtypesstring); my $branchesstring=$query->param("branchesstring"); $branchesstring =~s/"//g; my @branches = split (/\|/, $branchesstring); my $startfrom=$query->param('startfrom'); $startfrom=0 if(!defined $startfrom); my ($template, $loggedinuser, $cookie); my $resultsperpage; my $searchdesc; if ($op eq "do_search") { my @marclist = $query->param('marclist'); my @and_or = $query->param('and_or'); my @excluding = $query->param('excluding'); my @operator = $query->param('operator'); my @value = $query->param('value'); for (my $i=0;$i<=$#marclist;$i++) { if ($searchdesc) { # don't put the and_or on the 1st search term $searchdesc .= $and_or[$i]." ".$excluding[$i]." ".($marclist[$i]?$marclist[$i]:"*")." ".$operator[$i]." ".$value[$i]." " if ($value[$i]); } else { $searchdesc = $excluding[$i]." ".($marclist[$i]?$marclist[$i]:"*")." ".$operator[$i]." ".$value[$i]." " if ($value[$i]); } } if ($itemtypesstring ne ''){ $searchdesc .= 'filtered by itemtypes '; $searchdesc .= join(" ", at itemtypes) } if ($branchesstring ne ''){ $searchdesc .= ' in branches '; $searchdesc .= join(" ", at branches) } $resultsperpage= $query->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); my $orderby = $query->param('orderby'); my $desc_or_asc = $query->param('desc_or_asc'); # builds tag and subfield arrays my @tags; foreach my $marc (@marclist) { if ($marc) { my ($tag,$subfield) = MARCfind_marc_from_kohafield($dbh,$marc,''); if ($tag) { push @tags,$dbh->quote("$tag$subfield"); } else { push @tags, $dbh->quote(substr($marc,0,4)); } } else { push @tags, ""; } } findseealso($dbh,\@tags); my $sqlstring; if ($itemtypesstring ne ''){ $sqlstring = 'and (biblioitems.itemtype IN ('; my $itemtypeloop=0; foreach my $itemtype (@itemtypes){ if ($itemtype ne ''){ if ($itemtypeloop != 0){ $sqlstring .=',' } $sqlstring .= '"'.$itemtype.'"'; $itemtypeloop++; } } $sqlstring .= '))' } if ($branchesstring ne ''){ $sqlstring .= 'and biblio.biblionumber=items.biblionumber and (items.holdingbranch IN ('; my $branchesloop=0; foreach my $branch (@branches){ if ($branch ne ''){ if ($branchesloop != 0){ $sqlstring .=',' } $sqlstring .= '"'.$branch.'"'; $branchesloop++; } } $sqlstring .= '))' } my ($results,$total) = catalogsearch1($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { print $query->redirect("/cgi-bin/koha/opac-detail.pl?bib=".@$results[0]->{biblionumber}); } elsif (C4::Context->preference("BiblioDefaultView") eq "MARC") { print $query->redirect("/cgi-bin/koha/MARCdetail.pl?bib=".@$results[0]->{biblionumber}); } else { print $query->redirect("/cgi-bin/koha/ISBDdetail.pl?bib=".@$results[0]->{biblionumber}); } exit; } ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-searchresults.tmpl", query => $query, type => 'opac', authnotrequired => 1, debug => 1, }); # multi page display gestion my $displaynext=0; my $displayprev=$startfrom; if(($total - (($startfrom+1)*($resultsperpage))) > 0 ){ $displaynext = 1; } my @field_data = (); ### Added by JF ## This next does a number of things: # 1. It allows you to track all the searches made for stats, etc. # 2. It fixes the 'searchdesc' variable problem by introducing # a. 'searchterms' which comes out as 'Keyword: neal stephenson' # b. 'phraseorterm' which comes out as 'neal stephenson' # both of these are useful for differen purposes ... I use searchterms # for display purposes and phraseorterm for passing the search terms # to an external source through a url (like a database search) # 3. It provides the variables necessary for the spellchecking (look below for # how this is done # 4. $totalresults = $total; ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable ## with appropriate values based on the user's search input my $searchterms; #returned in place of searchdesc for 'results for search' # as a string (can format if need be) my @spphrases; my $phraseorterm; my %searchtypehash = ( # used only for the searchterms string formation # and for spellcheck string '0' => 'keyword', '1' => 'title', '2' => 'author', '3' => 'subject', '4' => 'series', '5' => 'format', ); my @searchterm = $query->param('value'); for (my $i=0; $i <= $#searchterm; $i++) { my $searchtype = $searchtypehash{$i}; push @spphrases, $searchterm[$i]; if ($searchterms) { #don't put and in again if ($searchterm[$i]) { $phraseorterm.=$searchterm[$i]; $searchterms.=" AND ".$searchtype." : \'".$searchterm[$i]."\'"; } } else { if ($searchterm[$i]) { $phraseorterm.=$searchterm[$i]; $searchterms.=$searchtype.": \'".$searchterm[$i]."\'"; } } } # Spellchecck stuff ... needs to use above scheme but must change # cgi script first my $phrases = $query->param('value'); #my $searchterms = $query->param('value'); # warn "here is searchterms:".$searchterms; # FIXME: should be obvious ;-) #foreach my $phrases (@spphrases) { $phrases =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g; $phrases =~ s/(\Athe |\Aa |\Aan |)//g; my $spchkphraseorterm = $phraseorterm; $spchkphraseorterm =~ tr/A-Z/a-z/; $spchkphraseorterm =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g; $spchkphraseorterm =~s/(\Aand-or |\Aand\/or |\Aanon |\Aan |\Aa |\Abut |\Aby |\Ade |\Ader |\Adr |\Adu|et |\Afor |\Afrom |\Ain |\Ainto |\Ait |\Amy |\Anot |\Aon |\Aor |\Aper |\Apt |\Aspp |\Ato |\Avs |\Awith |\Athe )/ /g; $spchkphraseorterm =~s/( and-or | and\/or | anon | an | a | but | by | de | der | dr | du|et | for | from | in | into | it | my | not | on | or | per | pt | spp | to | vs | with | the )/ /g; $spchkphraseorterm =~s/ / /g; my $resultcount = $total; my $ipaddress = $query->remote_host(); # if ( #need to create a table to record the search info #...FIXME: add the script name that creates the table # my $dbhpop=DBI->connect("DBI:mysql:demosuggest:localhost","auth","YourPass")) { # insert the search info query my $insertpop = "INSERT INTO phrase_log(phr_phrase,phr_resultcount,phr_ip) VALUES(?,?,?)"; # grab spelling suggestions query my $getsugg = "SELECT display FROM spellcheck WHERE strcmp(soundex(suggestion), soundex(?)) = 0 order by soundex(suggestion) limit 0,5"; #get spelling suggestions when there are no results if ($resultcount eq 0) { my $sthgetsugg=$dbhpop->prepare($getsugg); $sthgetsugg->execute($spchkphraseorterm); while (my ($spsuggestion)=$sthgetsugg->fetchrow_array) { # warn "==>$spsuggestion"; #push @spsuggest, +{ spsuggestion => $spsuggestion }; my %line; $line{spsuggestion} = $spsuggestion; push @spsuggest,\%line; $suggest = 1; } # warn "==>".$#spsuggest; $sthgetsugg->finish; } # end of spelling suggestions my $sthpop=$dbhpop->prepare($insertpop); #$sthpop->execute($phrases,$resultcount,$ipaddress); $sthpop->finish; } # ### end of tracking stuff -- jmf at kados dot org # $template->param(suggest => $suggest ); $template->param( SPELL_SUGGEST => \@spsuggest ); $template->param( searchterms => $searchterms ); $template->param( phraseorterm => $phraseorterm ); #warn "here's the search terms: ".$searchterms; # ### end of spelling suggestions ### /Added by JF for(my $i = 0 ; $i <= $#marclist ; $i++) { push @field_data, { term => "marclist", val=>$marclist[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; push @field_data, { term => "operator", val=>$operator[$i] }; push @field_data, { term => "value", val=>$value[$i] }; } my @numbers = (); if ($total>$resultsperpage) { for (my $i=1; $i<$total/$resultsperpage+1; $i++) { if ($i<16) { my $highlight=0; ($startfrom==($i-1)) && ($highlight=1); push @numbers, { number => $i, highlight => $highlight , searchdata=> \@field_data, startfrom => ($i-1)}; } } } my $from = $startfrom*$resultsperpage+1; my $to; if($total < (($startfrom+1)*$resultsperpage)) { $to = $total; } else { $to = (($startfrom+1)*$resultsperpage); } my $defaultview = 'BiblioDefaultView'.C4::Context->preference('BiblioDefaultView'); $template->param(results => $results, startfrom=> $startfrom, displaynext=> $displaynext, displayprev=> $displayprev, resultsperpage => $resultsperpage, orderby => $orderby, startfromnext => $startfrom+1, startfromprev => $startfrom-1, searchdata=>\@field_data, total=>$total, from=>$from, to=>$to, numbers=>\@numbers, searchdesc=> $searchdesc, $defaultview => 1, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), itemtypelist => $itemtypelist, subcategorylist => $subcategorylist, brancheslist => $brancheslist, categorylist => $categorylist, mediatypelist => $mediatypelist, itemtypesstring => $itemtypesstring, ); } else { ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-search.tmpl", query => $query, type => "opac", authnotrequired => 1, }); $sth=$dbh->prepare("Select itemtype,description from itemtypes order by description"); $sth->execute; my @itemtype; my %itemtypes; push @itemtype, ""; $itemtypes{''} = ""; while (my ($value,$lib) = $sth->fetchrow_array) { push @itemtype, $value; $itemtypes{$value}=$lib; } my $CGIitemtype=CGI::scrolling_list( -name => 'value', -values => \@itemtype, -labels => \%itemtypes, -size => 1, -multiple => 0 ); $sth->finish; my @branches; my @select_branch; my %select_branches; my ($count2, at branches)=branches(); push @select_branch, ""; $select_branches{''} = ""; for (my $i=0;$i<$count2;$i++){ push @select_branch, $branches[$i]->{'branchcode'};# $select_branches{$branches[$i]->{'branchcode'}} = $branches[$i]->{'branchname'}; } my $CGIbranch=CGI::scrolling_list( -name => 'value', -values => \@select_branch, -labels => \%select_branches, -size => 1, -multiple => 0 ); $sth->finish; $template->param(itemtypelist => $itemtypelist, CGIitemtype => $CGIitemtype, CGIbranch => $CGIbranch, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), ); } # ADDED BY JF if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result # lets jump straight to the detail.pl page print $query->redirect("/cgi-bin/koha/opac-detail.pl?bib=$firstbiblionumber"); } else { output_html_with_http_headers $query, $cookie, $template->output; } From gmccullagh at users.sourceforge.net Fri Jun 3 19:01:55 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Fri, 03 Jun 2005 10:01:55 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchBiblio.pm,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15229/C4 Added Files: SearchBiblio.pm Log Message: two new files SearchBiblio.pm forked from SearchMarc.pm opac-search-biblio.pl forked from opac-search.pl (just change module) an attempt at a new search using FULLTEXT indexes. NB: Boolean won't work without MySQL >v4.0 NNB: Will be slow without indexes added on Biblio table as follows: ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle); Only searching on "Any word" field just now. more to come. --- NEW FILE --- package C4::SearchBiblio; # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; require Exporter; use DBI; use C4::Context; use C4::Biblio; use C4::Date; use Date::Manip; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking $VERSION = 0.02; =head1 NAME C4::Search - Functions for searching the Koha MARC catalog =head1 FUNCTIONS This module provides the searching facilities for the Koha MARC catalog =cut @ISA = qw(Exporter); @EXPORT = qw(&catalogsearch1 &catalogsearch &findseealso &findsuggestion &getMARCnotes &getMARCsubjects); =head1 findsuggestion($dbh,$values); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; =head2 $values is a word Searches words with the same soundex, ordered by frequency of use. Useful to suggest other searches to the users. =cut sub findsuggestion { my ($dbh,$values) = @_; my $sth = $dbh->prepare("SELECT count( * ) AS total, word FROM marc_word WHERE sndx_word = soundex( ? ) AND word <> ? GROUP BY word ORDER BY total DESC"); my @results; for(my $i = 0 ; $i <= $#{$values} ; $i++) { if (length(@$values[$i]) >=5) { $sth->execute(@$values[$i],@$values[$i]); my $resfound = 1; my @resline; while ((my ($count,$word) = $sth->fetchrow) and $resfound <=10) { push @results, "@$values[$i]|$word|$count"; # $results{@$values[$i]} = \@resline; $resfound++; } } } return \@results; } =head1 findseealso($dbh,$fields); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; =head2 $fields is a reference to the fields array This function modify the @$fields array and add related fields to search on. =cut sub findseealso { my ($dbh, $fields) = @_; my $tagslib = MARCgettagslib ($dbh,1); for (my $i=0;$i<=$#{$fields};$i++) { my ($tag) =substr(@$fields[$i],1,3); my ($subfield) =substr(@$fields[$i],4,1); @$fields[$i].=','.$tagslib->{$tag}->{$subfield}->{seealso} if ($tagslib->{$tag}->{$subfield}->{seealso}); } } =head1 my ($count, @results) = catalogsearch($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$sqlstring); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; $tags,$and_or, $excluding, $operator, $value are references to array =head2 $tags contains the list of tags+subfields (for example : $@tags[0] = '200a') A field can be a list of fields : '200f','700a','700b','701a','701b' Example =head2 $and_or contains a list of strings containing and or or. The 1st value is useless. =head2 $excluding contains 0 or 1. If 1, then the request is negated. =head2 $operator contains contains,=,start,>,>=,<,<= the = and start work on the complete subfield. The contains operator works on every word in the subfield. examples : contains home, search home anywhere. = home, search a string being home. =head2 $value contains the value to search If it contains a * or a %, then the search is partial. =head2 $offset and $length returns $length results, beginning at $offset =head2 $orderby define the field used to order the request. Any field in the biblio/biblioitem tables can be used. DESC is possible too (for example title, title DESC,...) =head2 $sqlstring optional argument containing an sql string to be used in the 'where' statement. see usage in opac-search.pl. =head2 RETURNS returns an array containing hashes. The hash contains all biblio & biblioitems fields and a reference to an item hash. The "item hash contains one line for each callnumber & the number of items related to the callnumber. =cut =head2 my $marcnotesarray = &getMARCnotes($dbh,$bibid,$marcflavour); Returns a reference to an array containing all the notes stored in the MARC database for the given bibid. $marcflavour ("MARC21" or "UNIMARC") determines which tags are used for retrieving subjects. =head2 my $marcsubjctsarray = &getMARCsubjects($dbh,$bibid,$marcflavour); Returns a reference to an array containing all the subjects stored in the MARC database for the given bibid. $marcflavour ("MARC21" or "UNIMARC") determines which tags are used for retrieving subjects. =cut sub catalogsearch1 { my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # warn "=================="; # warn " # db: $dbh, # tags_array: @$tags, # andor_array: @$and_or, # excludes_array: @$excluding, # operator_array: @$operator, # value_array: @$value, # start: $offset, # resultsperpage: $length, # orderby: $orderby, # order: $desc_or_asc, # sqlstring: $sqlstring)\n"; # warn "==================\n"; my @cols = ('biblionumber','author','title','unititle','notes','serial','seriestitle', 'copyrightdate','timestamp','abstract','illus','biblioitemnumber','marc', 'url','isbn','volumeddesc','classification','publicationyear','pages','number', 'itemtype','place','issn','size','dewey','publishercode','lccn','volume', 'subclass', 'volumedate','subtitle','bibid','notforloan',); # missing 'CN', 'description', 'odd', 'bn', 'norequests', 'totitem', my @valarray = @$value; # warn "@$value\n"; # warn "$valarray[0]\n"; my $sql = " SELECT biblio.biblionumber, biblio.author, biblio.title, biblio.unititle, biblio.notes, biblio.serial, biblio.seriestitle, biblio.copyrightdate, biblio.timestamp, biblio.abstract, biblioitems.illus, biblioitems.biblioitemnumber, biblioitems.marc, biblioitems.url, biblioitems.isbn, biblioitems.volumeddesc, biblioitems.classification, biblioitems.publicationyear, biblioitems.pages, biblioitems.number, biblioitems.itemtype, biblioitems.place, biblioitems.issn, biblioitems.size, biblioitems.dewey, biblioitems.publishercode, biblioitems.lccn, biblioitems.volume, biblioitems.subclass, biblioitems.volumedate, bibliosubtitle.subtitle, marc_biblio.bibid, items.notforloan, MATCH(biblio.title,biblio.author,biblio.unititle,biblio.seriestitle) AGAINST ('$$value[0]' IN BOOLEAN MODE) as Relevance FROM biblio LEFT JOIN biblioitems ON biblioitems.biblionumber=biblio.biblionumber LEFT JOIN bibliosubtitle ON bibliosubtitle.biblionumber=biblio.biblionumber LEFT JOIN marc_biblio ON marc_biblio.biblionumber=biblio.biblionumber LEFT JOIN items ON items.biblionumber=biblio.biblionumber WHERE MATCH(biblio.title,biblio.author,biblio.unititle,biblio.seriestitle) AGAINST ('$$value[0]' IN BOOLEAN MODE) ORDER BY Relevance DESC;"; warn "$sql\n"; my $sth = $dbh->prepare($sql); $sth->execute; my @biblioArray=(); my $numBooks=0; while (my @vals = $sth->fetchrow) { my $numcols = $#vals; my %biblioEntryHash=(); for(my $i=0; $i<$numcols; $i++) { $biblioEntryHash{$cols[$i]} = $vals[$i]; } $biblioEntryHash{odd} = ((($numBooks+1) % 2) > 0) ? 1 : ""; #FIXME $biblioEntryHash{notforloan} = ""; #warn "\$biblioEntryHash{odd} = .$biblioEntryHash{odd}.\n"; push(@biblioArray,\%biblioEntryHash); $numBooks++; } # CN: ARRAY(0x89d1540)? branch + location + callnumber + status # CDI SL (N8KIM) (2) (if several, group them) # description: ? # odd: 1 ? # bn: 501? biblionumber? # norequests: 0? # totitem: 1? # my ($res,$numres) = catalogsearch(@_); # my @results = @$res; # warn "==================\n"; # warn "\n\tres: @$res:,\n\tnumres: $numres\n"; # while ( (my ($key, $value) = each(%{$results[0]})) && (my ($key1, $value1) = each(%{$biblioArray[0]})) ) { # warn "\t$key => $value\t$key1 => $value1\n"; # } # warn "a. " . $results[0]->{odd} . "\t" . $biblioArray[0]->{odd}. "\n"; # warn "b. " . $results[1]->{odd} . "\t" . $biblioArray[1]->{odd}. "\n"; # warn "==================\n"; #return ($res,$numres); return (\@biblioArray,$numBooks); } sub catalogsearch { my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # build the sql request. She will look like : # select m1.bibid # from marc_subfield_table as m1, marc_subfield_table as m2 # where m1.bibid=m2.bibid and # (m1.subfieldvalue like "Des%" and m2.subfieldvalue like "27%") # last minute stripping out of stuff # doesn't work @$value =~ s/\'/ /; # @$value = map { $_ =~ s/\'/ /g } @$value; # "Normal" statements my @normal_tags = (); my @normal_and_or = (); my @normal_operator = (); my @normal_value = (); # Extracts the NOT statements from the list of statements my @not_tags = (); my @not_and_or = (); my @not_operator = (); my @not_value = (); my $any_not = 0; $orderby = "biblio.title" unless $orderby; $desc_or_asc = "ASC" unless $desc_or_asc; #last minute stripping out of ' and , # paul : quoting, it's done a few lines lated. # foreach $_ (@$value) { # $_=~ s/\'/ /g; # $_=~ s/\,/ /g; # } # the item.notforloan contains an integer. Every value <>0 means "book unavailable for loan". # but each library can have it's own table of meaning for each value. Get them # 1st search if there is a list of authorised values connected to items.notforloan my $sth = $dbh->prepare('select authorised_value from marc_subfield_structure where kohafield="items.notforloan"'); $sth->execute; my %notforloanstatus; my ($authorised_valuecode) = $sth->fetchrow; if ($authorised_valuecode) { $sth = $dbh->prepare("select authorised_value,lib from authorised_values where category=?"); $sth->execute($authorised_valuecode); while (my ($authorised_value,$lib) = $sth->fetchrow) { $notforloanstatus{$authorised_value} = $lib?$lib:$authorised_value; } } for(my $i = 0 ; $i <= $#{$value} ; $i++) { # replace * by % @$value[$i] =~ s/\*/%/g; # remove % at the beginning @$value[$i] =~ s/^%//g; @$value[$i] =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\}|\/)/ /g if @$operator[$i] eq "contains"; if(@$excluding[$i]) # NOT statements { $any_not = 1; if(@$operator[$i] eq "contains") { foreach my $word (split(/ /, @$value[$i])) # if operator is contains, splits the words in separate requests { # remove the "%" for small word (3 letters. (note : the >4 is due to the % at the end) # warn "word : $word"; $word =~ s/%//g unless length($word)>4; unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { #it's NOT a stopword => use it. Otherwise, ignore push @not_tags, @$tags[$i]; push @not_and_or, "or"; # as request is negated, finds "foo" or "bar" if final request is NOT "foo" and "bar" push @not_operator, @$operator[$i]; push @not_value, $word; } } } else { push @not_tags, @$tags[$i]; push @not_and_or, "or"; # as request is negated, finds "foo" or "bar" if final request is NOT "foo" and "bar" push @not_operator, @$operator[$i]; push @not_value, @$value[$i]; } } else # NORMAL statements { if(@$operator[$i] eq "contains") # if operator is contains, splits the words in separate requests { foreach my $word (split(/ /, @$value[$i])) { # remove the "%" for small word (3 letters. (note : the >4 is due to the % at the end) # warn "word : $word"; $word =~ s/%//g unless length($word)>4; unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { #it's NOT a stopword => use it. Otherwise, ignore push @normal_tags, @$tags[$i]; push @normal_and_or, "and"; # assumes "foo" and "bar" if "foo bar" is entered push @normal_operator, @$operator[$i]; push @normal_value, $word; } } } else { push @normal_tags, @$tags[$i]; push @normal_and_or, @$and_or[$i]; push @normal_operator, @$operator[$i]; push @normal_value, @$value[$i]; } } } # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); $sql_where1 .=" ". $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); warn "Q : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); my @result = (); my $subtitle; # Added by JF for Subtitles # Processes the NOT if any and there are results my ($not_sql_tables, $not_sql_where1, $not_sql_where2); if( ($sth->rows) && $any_not ) # some results to tune up and some NOT statements { ($not_sql_tables, $not_sql_where1, $not_sql_where2) = create_request($dbh,\@not_tags, \@not_and_or, \@not_operator, \@not_value); my @tmpresult; while (my ($bibid) = $sth->fetchrow) { push @tmpresult,$bibid; } my $sth_not; warn "NOT : select distinct m1.bibid from $not_sql_tables where $not_sql_where2 and ($not_sql_where1)"; if ($not_sql_where2) { $sth_not = $dbh->prepare("select distinct m1.bibid from $not_sql_tables where $not_sql_where2 and ($not_sql_where1)"); } else { $sth_not = $dbh->prepare("select distinct m1.bibid from $not_sql_tables where $not_sql_where1"); } $sth_not->execute(); if($sth_not->rows) { my %not_bibids = (); while(my $bibid = $sth_not->fetchrow()) { $not_bibids{$bibid} = 1; # populates the hashtable with the bibids matching the NOT statement } foreach my $bibid (@tmpresult) { if(!$not_bibids{$bibid}) { push @result, $bibid; } } } $sth_not->finish(); } else # no NOT statements { while (my ($bibid) = $sth->fetchrow) { push @result,$bibid; } } # we have bibid list. Now, loads title and author from [offset] to [offset]+[length] my $counter = $offset; # HINT : biblionumber as bn is important. The hash is fills biblionumber with items.biblionumber. # so if you dont' has an item, you get a not nice empty value. $sth = $dbh->prepare("SELECT biblio.biblionumber as bn,biblio.*, biblioitems.*,marc_biblio.bibid,itemtypes.notforloan,itemtypes.description FROM biblio, marc_biblio LEFT JOIN biblioitems on biblio.biblionumber = biblioitems.biblionumber LEFT JOIN itemtypes on itemtypes.itemtype=biblioitems.itemtype WHERE biblio.biblionumber = marc_biblio.biblionumber AND bibid = ?"); my $sth_subtitle = $dbh->prepare("SELECT subtitle FROM bibliosubtitle WHERE biblionumber=?"); # Added BY JF for Subtitles my @finalresult = (); my @CNresults=(); my $totalitems=0; my $oldline; my ($oldbibid, $oldauthor, $oldtitle); my $sth_itemCN = $dbh->prepare("select items.* from items where biblionumber=?"); my $sth_issue = $dbh->prepare("select date_due,returndate from issues where itemnumber=?"); # parse all biblios between start & end. while (($counter <= $#result) && ($counter <= ($offset + $length))) { # search & parse all items & note itemcallnumber $sth->execute($result[$counter]); my $continue=1; my $line = $sth->fetchrow_hashref; my $biblionumber=$line->{bn}; # Return subtitles first ADDED BY JF $sth_subtitle->execute($biblionumber); my $subtitle_here.= $sth_subtitle->fetchrow." "; chop $subtitle_here; $subtitle = $subtitle_here; # warn "Here's the Biblionumber ".$biblionumber; # warn "and here's the subtitle: ".$subtitle_here; # /ADDED BY JF # $continue=0 unless $line->{bn}; # my $lastitemnumber; $sth_itemCN->execute($biblionumber); my @CNresults = (); my $notforloan=1; # to see if there is at least 1 item that can be issued while (my $item = $sth_itemCN->fetchrow_hashref) { # parse the result, putting holdingbranch & itemcallnumber in separate array # then all other fields in the main array # search if item is on loan my $date_due; $sth_issue->execute($item->{itemnumber}); while (my $loan = $sth_issue->fetchrow_hashref) { if ($loan->{date_due} and !$loan->{returndate}) { $date_due = $loan->{date_due}; } } # store this item my %lineCN; $lineCN{holdingbranch} = $item->{holdingbranch}; $lineCN{itemcallnumber} = $item->{itemcallnumber}; $lineCN{location} = $item->{location}; $lineCN{date_due} = format_date($date_due); $lineCN{notforloan} = $notforloanstatus{$line->{notforloan}} if ($line->{notforloan}); # setting not forloan if itemtype is not for loan $lineCN{notforloan} = $notforloanstatus{$item->{notforloan}} if ($item->{notforloan}); # setting not forloan it this item is not for loan $notforloan=0 unless ($item->{notforloan} or $item->{wthdrawn} or $item->{itemlost}); push @CNresults,\%lineCN; $totalitems++; } # save the biblio in the final array, with item and item issue status my %newline; %newline = %$line; $newline{totitem} = $totalitems; # if $totalitems == 0, check if it's being ordered. if ($totalitems == 0) { my $sth = $dbh->prepare("select count(*) from aqorders where biblionumber=? and datecancellationprinted is NULL"); $sth->execute($biblionumber); my ($ordered) = $sth->fetchrow; $newline{onorder} = 1 if $ordered; } $newline{biblionumber} = $biblionumber; $newline{norequests} = 0; $newline{norequests} = 1 if ($line->{notforloan}); # itemtype not issuable $newline{norequests} = 1 if (!$line->{notforloan} && $notforloan); # itemtype issuable but all items not issuable for instance $newline{subtitle} = $subtitle; # put the subtitle in ADDED BY JF my @CNresults2= @CNresults; $newline{CN} = \@CNresults2; $newline{'even'} = 1 if $#finalresult % 2 == 0; $newline{'odd'} = 1 if $#finalresult % 2 == 1; $newline{'timestamp'} = format_date($newline{timestamp}); @CNresults = (); push @finalresult, \%newline; $totalitems=0; $counter++; } my $nbresults = $#result+1; return (\@finalresult, $nbresults); } # Creates the SQL Request sub create_request { my ($dbh,$tags, $and_or, $operator, $value) = @_; my $sql_tables; # will contain marc_subfield_table as m1,... my $sql_where1; # will contain the "true" where my $sql_where2 = "("; # will contain m1.bibid=m2.bibid my $nb_active=0; # will contain the number of "active" entries. an entry is active if a value is provided. my $nb_table=1; # will contain the number of table. ++ on each entry EXCEPT when an OR is provided. my $maxloop=8; # the maximum number of words to avoid a too complex search. $maxloop = @$value if @$value<$maxloop; for(my $i=0; $i<=$maxloop;$i++) { if (@$value[$i]) { $nb_active++; if ($nb_active==1) { if (@$operator[$i] eq "start") { $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "(m1.subfieldvalue like ".$dbh->quote("@$value[$i]%"); if (@$tags[$i]) { $sql_where1 .=" and concat(m1.tag,m1.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; } elsif (@$operator[$i] eq "contains") { $sql_tables .= "marc_word as m$nb_table,"; $sql_where1 .= "(m1.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m1.tagsubfield in (@$tags[$i])"; } $sql_where1.=")"; } else { $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "(m1.subfieldvalue @$operator[$i] ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and concat(m1.tag,m1.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; } } else { if (@$operator[$i] eq "start") { $nb_table++; $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.subfieldvalue like ".$dbh->quote("@$value[$i]%"); if (@$tags[$i]) { $sql_where1 .=" and concat(m$nb_table.tag,m$nb_table.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } elsif (@$operator[$i] eq "contains") { if (@$and_or[$i] eq 'and') { $nb_table++; $sql_tables .= "marc_word as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m$nb_table.tagsubfield in(@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } else { $sql_where1 .= "@$and_or[$i] (m$nb_table.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m$nb_table.tagsubfield in (@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } } else { $nb_table++; $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.subfieldvalue @$operator[$i] ".$dbh->quote(@$value[$i]); if (@$tags[$i]) { $sql_where1 .=" and concat(m$nb_table.tag,m$nb_table.subfieldcode) in (@$tags[$i])"; } $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; $sql_where1.=")"; } } } } if($sql_where2 ne "(") # some datas added to sql_where2, processing { $sql_where2 = substr($sql_where2, 0, (length($sql_where2)-5)); # deletes the trailing ' and ' $sql_where2 .= ")"; } else # no sql_where2 statement, deleting '(' { $sql_where2 = ""; } chop $sql_tables; # deletes the trailing ',' return ($sql_tables, $sql_where1, $sql_where2); } sub getMARCnotes { my ($dbh, $bibid, $marcflavour) = @_; my ($mintag, $maxtag); if ($marcflavour eq "MARC21") { $mintag = "500"; $maxtag = "599"; } else { # assume unimarc if not marc21 $mintag = "300"; $maxtag = "399"; } my $sth=$dbh->prepare("SELECT subfieldvalue,tag FROM marc_subfield_table WHERE bibid=? AND tag BETWEEN ? AND ? ORDER BY tagorder"); $sth->execute($bibid,$mintag,$maxtag); my @marcnotes; my $note = ""; my $tag = ""; my $marcnote; while (my $data=$sth->fetchrow_arrayref) { my $value=$data->[0]; my $thistag=$data->[1]; if ($value=~/\.$/) { $value=$value . " "; } if ($thistag ne $tag && $note ne "") { $marcnote = {marcnote => $note,}; push @marcnotes, $marcnote; $note=$value; $tag=$thistag; } if ($note ne $value) { $note = $note." ".$value; } } if ($note) { $marcnote = {marcnote => $note}; push @marcnotes, $marcnote; #load last tag into array } $sth->finish; $dbh->disconnect; my $marcnotesarray=\@marcnotes; return $marcnotesarray; } # end getMARCnotes sub getMARCsubjects { my ($dbh, $bibid, $marcflavour) = @_; my ($mintag, $maxtag); if ($marcflavour eq "MARC21") { $mintag = "600"; $maxtag = "699"; } else { # assume unimarc if not marc21 $mintag = "600"; $maxtag = "619"; } my $sth=$dbh->prepare("SELECT subfieldvalue,subfieldcode FROM marc_subfield_table WHERE bibid=? AND tag BETWEEN ? AND ? ORDER BY tagorder"); $sth->execute($bibid,$mintag,$maxtag); my @marcsubjcts; my $subjct = ""; my $subfield = ""; my $marcsubjct; while (my $data=$sth->fetchrow_arrayref) { my $value = $data->[0]; my $subfield = $data->[1]; if ($subfield eq "a" && $value ne $subjct) { $marcsubjct = {MARCSUBJCT => $value,}; push @marcsubjcts, $marcsubjct; $subjct = $value; } } $sth->finish; $dbh->disconnect; my $marcsubjctsarray=\@marcsubjcts; return $marcsubjctsarray; } #end getMARCsubjects END { } # module clean-up code here (global destructor) 1; __END__ =back =head1 AUTHOR Koha Developement team =cut From hellen at users.sourceforge.net Sun Jun 5 16:45:20 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sun, 05 Jun 2005 07:45:20 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio-nomarc.tmpl,1.1,1.2 addbiblio.tmpl,1.2,1.3 addbooks.tmpl,1.2,1.3 additem-nomarc.tmpl,1.2,1.3 additem.tmpl,1.2,1.3 marcimport.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10802/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbiblio-nomarc.tmpl addbiblio.tmpl addbooks.tmpl additem-nomarc.tmpl additem.tmpl marcimport.tmpl Log Message: translated for 2.2.2 by hellen Index: addbiblio-nomarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio-nomarc.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** addbiblio-nomarc.tmpl 12 May 2005 19:26:13 -0000 1.1 --- addbiblio-nomarc.tmpl 5 Jun 2005 14:45:17 -0000 1.2 *************** *** 8,12 **** !

Please Specify a Title

--- 8,12 ---- !

Bitte einen Titel auswählen

Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** addbiblio.tmpl 17 May 2005 13:21:35 -0000 1.2 --- addbiblio.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 2,6 ****
!

Biblionumber :

--- 2,6 ----

!

Biblionummer :

Index: addbooks.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbooks.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** addbooks.tmpl 17 May 2005 13:21:35 -0000 1.2 --- addbooks.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 13,17 ****

Um neue bibliografische Daten (und evtl. entsprechende Medien) aufzunehmen, scannen Sie die ISBN/ISSN oder geben Sie sie hier ein.

! --- 13,17 ----

Um neue bibliografische Daten (und evtl. entsprechende Medien) aufzunehmen, scannen Sie die ISBN/ISSN oder geben Sie sie hier ein.

! *************** *** 51,55 ****

Hinweis

Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
! Wenn Fremddaten für die ISBN abgerufen wurden sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

--- 51,55 ----

Hinweis

Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
! Wenn Fremddaten für die ISBN abgerufen wurden und sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

Index: additem-nomarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem-nomarc.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** additem-nomarc.tmpl 17 May 2005 13:21:35 -0000 1.2 --- additem-nomarc.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 5,9 ****

!

Sie müssen dem Exemplar einen Strichcode zuordnen

--- 5,9 ----

!

Sie müssen dem Exemplar einen Barcode zuordnen

*************** *** 11,15 **** !

Der Strichcode wird bereits verwendet

BIBLIO SATZ

--- 11,15 ---- !

Der Barcode wird bereits verwendet

BIBLIO SATZ

Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** additem.tmpl 17 May 2005 13:21:35 -0000 1.2 --- additem.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 53,57 **** "> !
FEHLER: Strichcode ist bereits vorhanden
--- 53,57 ---- "> !
FEHLER: Barcode ist bereits vorhanden
*************** *** 100,106 **** document.f.submit(); } else { ! alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } --- 100,106 ---- document.f.submit(); } else { ! alertString2 = _("Formular nicht bearbeitet wegen der folgenden Probleme"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (siehe fett dargestellte Unterfelder)"); alert(alertString2); } Index: marcimport.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/marcimport.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** marcimport.tmpl 17 May 2005 13:21:35 -0000 1.2 --- marcimport.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 46,50 ****
If ISBN is already in the reservoir: Ignorieren, den vorhandenen Satz behalten
den vorhandenen Satz überschreiben
Wenn die ISBN bereits im Fremddatenpool ist: Ignorieren, den vorhandenen Satz behalten
den vorhandenen Satz überschreiben
TITEL VERFASSERQty Eingegangen
TITEL VERFASSERMENGE Eingegangen
Titel Verfasserrrpest Menge GesamtTitel VerfasserEK-PreisNettopreis Menge Gesamt
Authorities
Summary Used in Select
biblio(s) ',,0)" class="button catalogue">select ',,1)" class="button catalogue">sel&close

No results in Authorities

Results to of No results found.

Summary Used in Select
class="hilighted"> biblio(s) class="hilighted"> ',,0)" class="button catalogue">Select ',,1)" class="button catalogue">Sel&close
Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v retrieving revision 1.21.2.1 retrieving revision 1.21.2.2 diff -C2 -r1.21.2.1 -r1.21.2.2 *** search.tmpl 7 Mar 2005 09:49:07 -0000 1.21.2.1 --- search.tmpl 7 Jun 2005 10:02:01 -0000 1.21.2.2 *************** *** 31,34 **** --- 31,37 ---- + + ... +

*************** *** 38,41 **** --- 41,47 ---- + + ... +

*************** *** 46,49 **** --- 52,58 ---- + + ... +

*************** *** 151,155 ****

! Suggestions

--- 160,164 ----

! Spelling suggestion

*************** *** 177,180 **** --- 186,195 ---- } + function Dopop(link,i) { + var searchstring=document.forms[0].value[i].value; + newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); + } + + function PopupSuggestion() { var strQuery=""; From tipaul at users.sourceforge.net Tue Jun 7 12:23:16 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 03:23:16 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-dictionary.pl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3722/opac Added Files: Tag: rel_2_2 opac-dictionary.pl Log Message: porting dictionary search to OPAC --- NEW FILE --- #!/usr/bin/perl # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Output; use C4::Interface::CGI::Output; use C4::Auth; use CGI; use C4::Search; use C4::SearchMarc; use C4::AuthoritiesMarc; use C4::Context; use C4::Biblio; use HTML::Template; =head1 NAME dictionnary.pl : script to search in biblio & authority an existing value =head1 SYNOPSIS useful when the user want to search a term before running a query. For example, to see if "computer" is used in the database The parameter "marclist" tells which field is searched (title, author, subject, but could be anything else) This script searches in both biblios & authority * in biblio, the script search in all marc fields related to what the user is looking for (for example, if the dictionnary is used on "author", the script searches in biblio.author, but also in additional authors & any MARC field related to author (through the "seealso" MARC constraint) * in authority, the script search everywhere. Thus, the accepted & rejected forms are found. The script shows all results & the user can choose what he want, that is copied into search form. =cut my $input = new CGI; my $field =$input->param('marclist'); #warn "field :$field"; my ($tablename, $kohafield)=split /./,$field; #my $tablename=$input->param('tablename'); $tablename="biblio" unless ($tablename); #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); # warn " ".$search[0]; my $index = $input->param('index'); # warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ $op='do_search'; } my $script_name = 'opac-dictionary.pl'; my $query; my $type=$input->param('type'); #warn " ".$type; my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie); my $env; my $startfrom=$input->param('startfrom'); $startfrom=0 if(!defined $startfrom); my $searchdesc; my $resultsperpage; #warn "Starting process"; if ($op eq "do_search") { # # searching in biblio # my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); my (@tags, @and_or, @operator, @excluding, at value); while ((my $tagfield,my $tagsubfield,my $liblibrarian) = $sth->fetchrow) { push @tags, $dbh->quote("$tagfield$tagsubfield"); } $resultsperpage= $input->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); my $orderby = $input->param('orderby'); findseealso($dbh,\@tags); my @results, my $total; my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_subfield_table.tagorder=marc_word.tagorder and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ $listtags .= $tag .","; } $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); # warn " texte : ".$value; $sth=$dbh->prepare($strsth); $sth->execute($value); my $total; my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { # warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, count=>$ctresults } if (($total>=$startfrom*$resultsperpage) and ($total<($startfrom+1)*$resultsperpage)); $total++; } my $strsth="Select distinct authtypecode from marc_subfield_structure where ("; foreach my $listtags (@tags){ my @taglist=split /,/,$listtags; foreach my $curtag (@taglist){ $strsth.="(tagfield='".substr($curtag,1,3)."' AND tagsubfield='".substr($curtag,4,1)."') OR"; } } $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; # warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; # # searching in authorities # my @authresults; my $authnbresults; while ((my $authtypecode) = $sth->fetchrow) { my ($curauthresults,$nbresults) = authoritysearch($dbh,[''],[''],[''],['contains'], \@search,$startfrom*$resultsperpage, $resultsperpage,$authtypecode); push @authresults, @$curauthresults; $authnbresults+=$nbresults; # warn "auth : $authtypecode nbauthresults : $nbresults"; } # # OK, filling the template with authorities & biblio entries found. # ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-dictionary.tmpl", query => $input, type => 'opac', authnotrequired => 1, debug => 1, }); # multi page display gestion my $displaynext=0; my $displayprev=$startfrom; if(($total - (($startfrom+1)*($resultsperpage))) > 0 ) { $displaynext = 1; } my @field_data = (); for(my $i = 0 ; $i <= $#tags ; $i++) { push @field_data, { term => "marclist", val=>$tags[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; push @field_data, { term => "operator", val=>$operator[$i] }; push @field_data, { term => "value", val=>$value[$i] }; } my @numbers = (); if ($total>$resultsperpage) { for (my $i=1; $i<$total/$resultsperpage+1; $i++) { if ($i<16) { my $highlight=0; ($startfrom==($i-1)) && ($highlight=1); push @numbers, { number => $i, highlight => $highlight , searchdata=> \@field_data, startfrom => ($i-1)}; } } } my $from = $startfrom*$resultsperpage+1; my $to; if($total < (($startfrom+1)*$resultsperpage)) { $to = $total; } else { $to = (($startfrom+1)*$resultsperpage); } $template->param(anindex => $input->param('index')); $template->param(result => \@results, catresult=> \@catresults, search => $search[0], marclist =>$field, authresult => \@authresults, nbresults => $authnbresults, startfrom=> $startfrom, displaynext=> $displaynext, displayprev=> $displayprev, resultsperpage => $resultsperpage, startfromnext => $startfrom+1, startfromprev => $startfrom-1, searchdata=>\@field_data, total=>$total, from=>$from, to=>$to, numbers=>\@numbers, MARC_ON => C4::Context->preference("marc"), ); } else { ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-dictionary.tmpl", query => $input, type => 'opac', authnotrequired => 1, debug => 1, }); #warn "type : $type"; } $template->param(search => $search[0], marclist =>$field, type=>$type, anindex => $input->param('index')); # Print the page output_html_with_http_headers $input, $cookie, $template->output; # Local Variables: # tab-width: 4 # End: From tipaul at users.sourceforge.net Tue Jun 7 12:23:15 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 03:23:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-dictionary.tmpl,NONE,1.1.2.1 opac-search.tmpl,1.11.2.7,1.11.2.8 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3722/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-search.tmpl Added Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: porting dictionary search to OPAC --- NEW FILE ---

Dictionary Search

Search on

"> " size="35"> "> ">

Dictionary Search results

No results in Authorities

Results to of No results found.

Summary Used in Select
class="hilighted"> biblio(s) class="hilighted"> ',,0)" class="button catalogue">Select ',,1)" class="button catalogue">Sel&close
Index: opac-search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-search.tmpl,v retrieving revision 1.11.2.7 retrieving revision 1.11.2.8 diff -C2 -r1.11.2.7 -r1.11.2.8 *** opac-search.tmpl 31 May 2005 15:15:28 -0000 1.11.2.7 --- opac-search.tmpl 7 Jun 2005 10:23:13 -0000 1.11.2.8 *************** *** 25,28 **** --- 25,31 ---- + + ... +

*************** *** 32,35 **** --- 35,41 ---- + + ... +

*************** *** 40,43 **** --- 46,52 ---- + + ... +

*************** *** 155,158 **** --- 164,169 ----

A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.

If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"

+

Dictionnary search

+

if you clic on ... on the right of title/author/subject, you can search existing values in the library.

From tipaul at users.sourceforge.net Tue Jun 7 13:03:54 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 04:03:54 -0700 Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.2,1.24.2.3 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970/acqui Modified Files: Tag: rel_2_2 basket.pl Log Message: adding total to calculate rrp & est prices separately Index: basket.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/basket.pl,v retrieving revision 1.24.2.2 retrieving revision 1.24.2.3 diff -C2 -r1.24.2.2 -r1.24.2.3 *** basket.pl 14 Apr 2005 20:31:38 -0000 1.24.2.2 --- basket.pl 7 Jun 2005 11:03:52 -0000 1.24.2.3 *************** *** 56,59 **** --- 56,61 ---- my ($count2, at booksellers)=bookseller($booksellerid); + # get librarian branch... + # if new basket, pre-fill infos $basket->{creationdate} = "" unless ($basket->{creationdate}); *************** *** 66,69 **** --- 68,76 ---- my $grand_total; # $subttotal + $gist + # my $line_total_est; # total of each line + my $sub_total_est; # total of line totals + my $gist_est; # GST + my $grand_total_est; # $subttotal + $gist + my @books_loop; for (my $i=0;$i<$count;$i++){ *************** *** 71,74 **** --- 78,82 ---- $rrp=curconvert($results[$i]->{'currency'},$rrp); + $sub_total_est+=$results[$i]->{'quantity'}*$results[$i]->{'rrp'}; $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; *************** *** 99,102 **** --- 107,112 ---- $gist=sprintf("%.2f",$sub_total*$prefgist); $grand_total=$sub_total+$gist; + $grand_total_est = $sub_total_est+sprintf("%.2f",$sub_total_est*$prefgist); + $gist_est = sprintf("%.2f",$sub_total_est*$prefgist); $template->param(basketno => $basketno, creationdate => $basket->{creationdate}, *************** *** 107,110 **** --- 117,124 ---- booksellerid=> $booksellers[0]->{'id'}, name => $booksellers[0]->{'name'}, + address1 => $booksellers[0]->{'address1'}, + address2 => $booksellers[0]->{'address2'}, + address3 => $booksellers[0]->{'address3'}, + address4 => $booksellers[0]->{'address4'}, entrydate => format_date($results[0]->{'entrydate'}), books_loop => \@books_loop, *************** *** 113,116 **** --- 127,133 ---- gist => $gist, grand_total =>$grand_total, + sub_total_est => $sub_total_est, + gist_est => $gist_est, + grand_total_est =>$grand_total_est, currency => $booksellers[0]->{'listprice'}, ); From tipaul at users.sourceforge.net Tue Jun 7 13:03:54 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 04:03:54 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.15.2.5,1.15.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: adding total to calculate rrp & est prices separately Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v retrieving revision 1.15.2.5 retrieving revision 1.15.2.6 diff -C2 -r1.15.2.5 -r1.15.2.6 *** basket.tmpl 19 May 2005 22:41:07 -0000 1.15.2.5 --- basket.tmpl 7 Jun 2005 11:03:52 -0000 1.15.2.6 *************** *** 32,38 ****
Order Publisher&order=biblioitems.publishercode" class="acquisition doNotPrint">[order]Isbn TitleAuthor rrp est &booksellerid=&basketno=">

!
! ! - ! !

!
!

! &booksellerid=&basketno=">
! ! - ! !

!
  SubTotal
GST
TOTAL
--- 85,121 ---- ">
  !

Sub total

!

GST

!

TOTAL ()

!
!

!

!

!
!

!

!

!
!

 

!

 

!

 

!
!

 

!

 

!

 

!
!

 

!

 

!

 

!
From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.15.2.6,1.15.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v retrieving revision 1.15.2.6 retrieving revision 1.15.2.7 diff -C2 -r1.15.2.6 -r1.15.2.7 *** basket.tmpl 7 Jun 2005 11:03:52 -0000 1.15.2.6 --- basket.tmpl 7 Jun 2005 12:56:37 -0000 1.15.2.7 *************** *** 45,49 ****
!

 

 

 

--- 108,112 ----
!

 

 

From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/C4 Acquisition.pm,1.9.2.4,1.9.2.5 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/C4 Modified Files: Tag: rel_2_2 Acquisition.pm Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: Acquisition.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v retrieving revision 1.9.2.4 retrieving revision 1.9.2.5 diff -C2 -r1.9.2.4 -r1.9.2.5 *** Acquisition.pm 6 Jun 2005 16:36:43 -0000 1.9.2.4 --- Acquisition.pm 7 Jun 2005 12:56:37 -0000 1.9.2.5 *************** *** 105,109 **** my ($basketno,$supplier,$orderby)=@_; my $dbh = C4::Context->dbh; ! my $query="Select *,biblio.title from aqorders,biblio,biblioitems left join aqorderbreakdown on aqorderbreakdown.ordernumber=aqorders.ordernumber where basketno='$basketno' --- 105,109 ---- my ($basketno,$supplier,$orderby)=@_; my $dbh = C4::Context->dbh; ! my $query="Select biblio.*,biblioitems.*,aqorders.*,aqorderbreakdown.*,biblio.title from aqorders,biblio,biblioitems left join aqorderbreakdown on aqorderbreakdown.ordernumber=aqorders.ordernumber where basketno='$basketno' From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.3,1.24.2.4 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/acqui Modified Files: Tag: rel_2_2 basket.pl Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: basket.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/basket.pl,v retrieving revision 1.24.2.3 retrieving revision 1.24.2.4 diff -C2 -r1.24.2.3 -r1.24.2.4 *** basket.pl 7 Jun 2005 11:03:52 -0000 1.24.2.3 --- basket.pl 7 Jun 2005 12:56:36 -0000 1.24.2.4 *************** *** 73,76 **** --- 73,78 ---- my $grand_total_est; # $subttotal + $gist + my $qty_total; + my @books_loop; for (my $i=0;$i<$count;$i++){ *************** *** 81,90 **** $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; my %line; - if ($i % 2){ - $line{highlight}=1; - } else { - $line{highlight}=0; - } $line{ordernumber} = $results[$i]->{'ordernumber'}; $line{publishercode} = $results[$i]->{'publishercode'}; --- 83,88 ---- $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; + $qty_total += $results[$i]->{'quantity'}; my %line; $line{ordernumber} = $results[$i]->{'ordernumber'}; $line{publishercode} = $results[$i]->{'publishercode'}; *************** *** 93,96 **** --- 91,95 ---- $line{basketno}=$basketno; $line{title} = $results[$i]->{'title'}; + $line{notes} = $results[$i]->{'notes'}; $line{author} = $results[$i]->{'author'}; $line{i} = $i; *************** *** 102,105 **** --- 101,105 ---- $line{biblionumber} = $results[$i]->{'biblionumber'}; $line{bookfundid} = $results[$i]->{'bookfundid'}; + $line{odd} = $i %2; push @books_loop, \%line; } *************** *** 131,134 **** --- 131,135 ---- grand_total_est =>$grand_total_est, currency => $booksellers[0]->{'listprice'}, + qty_total => $qty_total, ); output_html_with_http_headers $query, $cookie, $template->output; From tipaul at users.sourceforge.net Tue Jun 7 15:17:41 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 06:17:41 -0700 Subject: [Koha-cvs] CVS: koha/acqui acqui-home.pl,1.3,1.3.2.1 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31177/acqui Modified Files: Tag: rel_2_2 acqui-home.pl Log Message: warn the user if no budget is defined (& prevent creating an order, as it would be buggy) Index: acqui-home.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/acqui-home.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** acqui-home.pl 13 Jul 2004 12:53:00 -0000 1.3 --- acqui-home.pl 7 Jun 2005 13:17:38 -0000 1.3.2.1 *************** *** 64,68 **** totspent => sprintf("%.2f",$totspent), totcomtd => sprintf("%.2f",$totcomtd), ! totavail => sprintf("%.2f",$totavail)); output_html_with_http_headers $query, $cookie, $template->output; --- 64,69 ---- totspent => sprintf("%.2f",$totspent), totcomtd => sprintf("%.2f",$totcomtd), ! totavail => sprintf("%.2f",$totavail), ! nobudget => $#results==-1?1:0); output_html_with_http_headers $query, $cookie, $template->output; From tipaul at users.sourceforge.net Tue Jun 7 15:17:41 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 06:17:41 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.14,1.14.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31177/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 acqui-home.tmpl Log Message: warn the user if no budget is defined (& prevent creating an order, as it would be buggy) Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -r1.14 -r1.14.2.1 *** acqui-home.tmpl 19 Oct 2004 12:24:57 -0000 1.14 --- acqui-home.tmpl 7 Jun 2005 13:17:38 -0000 1.14.2.1 *************** *** 5,8 **** --- 5,11 ----

Start, receive, modify order

+ +

You must define a budget in parameters

+
Supplier name : *************** *** 10,13 **** --- 13,17 ----

or Search order history

+
*************** *** 38,43 ****
!
!

budgets and bookfunds

--- 42,49 ----
!

budgets and bookfunds

! !

You must define a budget in parameters

!
*************** *** 68,72 **** Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

! --- 74,78 ---- Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

! From tipaul at users.sourceforge.net Tue Jun 7 16:35:27 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 07:35:27 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.17.2.5,1.17.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5256/koha-tmpl/intranet-tmpl/default/en/catalogue Modified Files: Tag: rel_2_2 detail.tmpl Log Message: adding issn & not showing total number of items if there are no Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v retrieving revision 1.17.2.5 retrieving revision 1.17.2.6 diff -C2 -r1.17.2.5 -r1.17.2.6 *** detail.tmpl 27 May 2005 10:02:49 -0000 1.17.2.5 --- detail.tmpl 7 Jun 2005 14:35:23 -0000 1.17.2.6 *************** *** 67,70 **** --- 67,71 ---- ,

+

*************** *** 74,78 ****

!

">
--- 75,79 ----

!

">
*************** *** 84,88 ****
! Total Number of Items:
--- 85,91 ----
! !

Total Number of Items:

! From oleonard at users.sourceforge.net Tue Jun 7 22:39:31 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 07 Jun 2005 13:39:31 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui-home.tmpl,1.3.2.1,1.3.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5494/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 acqui-home.tmpl Log Message: Synching with default template Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** acqui-home.tmpl 20 Jan 2005 19:31:57 -0000 1.3.2.1 --- acqui-home.tmpl 7 Jun 2005 20:39:28 -0000 1.3.2.2 *************** *** 6,11 ****

Acquisitions

! !
--- 6,14 ----

Acquisitions

! !
You must define a budget in parameters
! !
!
Start, Recieve, or Modify Any Order
*************** *** 15,19 **** --- 18,25 ----
Start, Recieve, or Modify Any Order
+

+ +
*************** *** 66,70 **** !
--- 72,80 ---- !
! !
You must define a budget in parameters
! !
Budgets and Bookfunds
*************** *** 93,97 **** !
Budgets and Bookfunds

Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

--- 103,107 ----

Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

From oleonard at users.sourceforge.net Tue Jun 7 22:39:59 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 07 Jun 2005 13:39:59 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui-home.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5851/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: acqui-home.tmpl Log Message: Synching with default template Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** acqui-home.tmpl 14 Jan 2005 21:08:45 -0000 1.4 --- acqui-home.tmpl 7 Jun 2005 20:39:56 -0000 1.5 *************** *** 6,11 ****

Acquisitions

! !
--- 6,14 ----

Acquisitions

! !
You must define a budget in parameters
! !
!
Start, Recieve, or Modify Any Order
*************** *** 15,19 **** --- 18,25 ----
Start, Recieve, or Modify Any Order
+

+ +
*************** *** 66,70 **** !
--- 72,80 ---- !
! !
You must define a budget in parameters
! !
Budgets and Bookfunds
*************** *** 93,97 **** !
Budgets and Bookfunds

Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

--- 103,107 ----

Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

From hellen at users.sourceforge.net Wed Jun 8 13:28:11 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue catalogue-home.tmpl,1.2,1.3 detail.tmpl,1.2,1.3 ISBDdetail.tmpl,1.2,1.3 MARCdetail.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: catalogue-home.tmpl detail.tmpl ISBDdetail.tmpl MARCdetail.tmpl Log Message: translated by hellen Index: catalogue-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/catalogue-home.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** catalogue-home.tmpl 17 May 2005 13:21:35 -0000 1.2 --- catalogue-home.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 27,37 ****

!

Normal Exakt

!

Strichcode-Suche

!

--- 27,37 ----

!

Normal Exakt

!

Barcode-Suche

!

Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/detail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** detail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- detail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 34,38 ****
!

--- 34,38 ----
!

*************** *** 72,76 ****
Entliehen bis Zuletzt gesehenStrichcode Band
Entliehen bis Zuletzt gesehenBarcode Band
! &item=">Fix Itemtype ! &item=">Medientyp ändern " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeite... &op=duplicate" class="button catalogue"> ! Duplicate " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten &op=duplicate" class="button catalogue"> ! Duplizieren
--- 109,113 ----
!

Bibliografische Daten im Fremddatenpool

From oleonard at users.sourceforge.net Wed Jun 8 19:03:03 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:03:03 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.2.2.3,1.2.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18679/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: Synching with default template Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -r1.2.2.3 -r1.2.2.4 *** basket.tmpl 21 Apr 2005 21:39:46 -0000 1.2.2.3 --- basket.tmpl 8 Jun 2005 17:03:00 -0000 1.2.2.4 *************** *** 18,21 **** --- 18,22 ---- +
*************** *** 25,39 ****
- ! ! ! ! --- 26,40 ---- ! ! ! + + *************** *** 41,47 **** ! ! ! --- 42,63 ---- ! ! ! ! ! *************** *** 49,52 **** --- 65,69 ---- + ! ! ! ! ! ! !
Order &order=biblioitems.publishercode">PublisherISBN TitleAuthorrrpestQty Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
Order &order=biblioitems.publishercode">Publisher TitleRRPEst.Qty. Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">FundRemove
&booksellerid=&basketno=">

!
! ! - !

!

!
!

! &booksellerid=&basketno=">
! ! - !

!

!
*************** *** 54,75 ****
!  " /> ! " /> ! SubTotal  
GST
TOTAL
--- 71,99 ----
! " />" /> SubTotal !  
GST 
TOTAL () 
From oleonard at users.sourceforge.net Wed Jun 8 19:03:52 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:03:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19086/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: basket.tmpl Log Message: Synching with rel_2_2. Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** basket.tmpl 2 May 2005 18:06:45 -0000 1.4 --- basket.tmpl 8 Jun 2005 17:03:49 -0000 1.5 *************** *** 18,21 **** --- 18,22 ---- +
*************** *** 25,39 ****
Order &order=biblioitems.publishercode">PublisherISBN TitleAuthorrrpestQty Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
Order &order=biblioitems.publishercode">Publisher TitleRRPEst.Qty. Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
&booksellerid=&basketno=">

!
! ! - !

!

!
!

! &booksellerid=&basketno=">
! ! - !

!

!
*************** *** 54,75 ****
!  " /> ! " /> ! SubTotal  
GST
TOTAL
--- 71,99 ----
! " />" /> SubTotal !  
GST 
TOTAL () 
From oleonard at users.sourceforge.net Wed Jun 8 19:14:00 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:14:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.1.2.2,1.1.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23504/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 histsearch.tmpl Log Message: Synching with default template Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -r1.1.2.2 -r1.1.2.3 *** histsearch.tmpl 17 Feb 2005 17:49:40 -0000 1.1.2.2 --- histsearch.tmpl 8 Jun 2005 17:13:55 -0000 1.1.2.3 *************** *** 1,3 **** ! Koha -- Acquisitions: Order Search --- 1,3 ---- ! Koha -- Acquisitions: Order Search *************** *** 23,27 **** " /> " /> !       --- 23,83 ---- " /> " /> ! From /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> ! "> ! ! To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" /> ! " type="text" /> !     From oleonard at users.sourceforge.net Wed Jun 8 20:38:24 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:38:24 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28968/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: histsearch.tmpl Log Message: Synching with rel_2_2. Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** histsearch.tmpl 17 Feb 2005 17:49:44 -0000 1.3 --- histsearch.tmpl 8 Jun 2005 18:38:19 -0000 1.4 *************** *** 1,3 **** ! Koha -- Acquisitions: Order Search --- 1,3 ---- ! Koha -- Acquisitions: Order Search *************** *** 23,27 **** " /> " /> !       --- 23,83 ---- " /> " /> ! From /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> ! "> ! ! To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" /> ! " type="text" /> !     From oleonard at users.sourceforge.net Wed Jun 8 20:39:00 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:39:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.4.2.5,1.4.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29204/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: Tag: rel_2_2 addbiblio.tmpl Log Message: Synching with default template Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -C2 -r1.4.2.5 -r1.4.2.6 *** addbiblio.tmpl 25 Apr 2005 22:08:39 -0000 1.4.2.5 --- addbiblio.tmpl 8 Jun 2005 18:38:57 -0000 1.4.2.6 *************** *** 12,16 **** !

Edit MARC Record Number Add MARC Record

--- 12,16 ---- !

Edit MARC Record Number Add MARC Record With Framework :

*************** *** 430,436 **** --- 430,438 ---- with(document){ document.getElementById(ong).style.visibility="hidden"; + if (document.getElementById(link)) { document.getElementById(link).style.color="#669999"; document.getElementById(link).style.backgroundColor="#D8DEB8"; } + } } } *************** *** 564,567 **** --- 566,574 ---- } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } + function AddField(field) { document.forms[0].op.value = "addfield"; From oleonard at users.sourceforge.net Wed Jun 8 20:39:09 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:39:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29236/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: addbiblio.tmpl Log Message: Synching with rel_2_2. Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** addbiblio.tmpl 2 May 2005 18:11:11 -0000 1.6 --- addbiblio.tmpl 8 Jun 2005 18:39:06 -0000 1.7 *************** *** 12,16 **** !

Edit MARC Record Number Add MARC Record

--- 12,16 ---- !

Edit MARC Record Number Add MARC Record With Framework :

*************** *** 430,436 **** --- 430,438 ---- with(document){ document.getElementById(ong).style.visibility="hidden"; + if (document.getElementById(link)) { document.getElementById(link).style.color="#669999"; document.getElementById(link).style.backgroundColor="#D8DEB8"; } + } } } *************** *** 564,567 **** --- 566,574 ---- } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } + function AddField(field) { document.forms[0].op.value = "addfield"; From oleonard at users.sourceforge.net Wed Jun 8 20:47:54 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:47:54 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.3.2.4,1.3.2.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv486/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: Tag: rel_2_2 additem.tmpl Log Message: Synching with default template Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -C2 -r1.3.2.4 -r1.3.2.5 *** additem.tmpl 25 Apr 2005 16:56:08 -0000 1.3.2.4 --- additem.tmpl 8 Jun 2005 18:47:47 -0000 1.3.2.5 *************** *** 5,11 ****
!

Edit Items for Bibliographic Record

!
">
" />
">
">
">
--- 5,11 ----
!

Items for by (Record #)

!
">
">
">
">
From oleonard at users.sourceforge.net Wed Jun 8 20:48:36 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:48:36 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv531/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: additem.tmpl Log Message: Synching with rel_2_2. Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** additem.tmpl 2 May 2005 18:11:12 -0000 1.4 --- additem.tmpl 8 Jun 2005 18:48:34 -0000 1.5 *************** *** 5,11 ****
!

Edit Items for Bibliographic Record

!
">
" />
">
">
">
--- 5,11 ----
!

Items for by (Record #)

!
">
">
">
">
From oleonard at users.sourceforge.net Wed Jun 8 21:18:55 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 12:18:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.2,1.3 detail.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13911/koha-tmpl/intranet-tmpl/npl/en/authorities Modified Files: authorities.tmpl detail.tmpl Log Message: Synching with rel_2_2. Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** authorities.tmpl 2 May 2005 18:15:31 -0000 1.2 --- authorities.tmpl 8 Jun 2005 19:18:52 -0000 1.3 *************** *** 9,23 ****
! !

Authority number

! ! ! "> ! "> ! ! --- 9,27 ----

! ! !

Modify authority # ()

! !

Adding authority ()

!

! ! ! " /> ! " /> ! ! *************** *** 25,29 ****

!










--- 29,42 ----
! !
!

Duplicate suspected with &popup=1', 'Duplicate Authority')">

!

You must either :

! !
! *************** *** 172,177 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 185,190 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** detail.tmpl 2 May 2005 18:15:31 -0000 1.2 --- detail.tmpl 8 Jun 2005 19:18:52 -0000 1.3 *************** *** 8,12 **** /includes/marc-editor.css">
!

Authority number :

"> //images/fileopen.png"> --- 8,12 ---- /includes/marc-editor.css">
!

Authority number : ()

"> //images/fileopen.png"> *************** *** 42,48 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { ! window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; } } --- 42,48 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this authority?'); if (is_confirmed) { ! window.location="authorities-home.pl?op=delete&authid="; } } From oleonard at users.sourceforge.net Wed Jun 8 21:19:43 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 12:19:43 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.1.2.1,1.1.2.2 detail.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14245/koha-tmpl/intranet-tmpl/npl/en/authorities Modified Files: Tag: rel_2_2 authorities.tmpl detail.tmpl Log Message: Synching with default template Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** authorities.tmpl 19 Apr 2005 19:13:34 -0000 1.1.2.1 --- authorities.tmpl 8 Jun 2005 19:19:40 -0000 1.1.2.2 *************** *** 9,23 ****
! !

Authority number

! ! ! "> ! "> ! ! --- 9,27 ----

! ! !

Modify authority # ()

! !

Adding authority ()

!

! ! ! " /> ! " /> ! ! *************** *** 25,29 ****

!










--- 29,42 ----
! !
!

Duplicate suspected with &popup=1', 'Duplicate Authority')">

!

You must either :

! !
! *************** *** 172,177 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 185,190 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** detail.tmpl 19 Apr 2005 19:13:34 -0000 1.1.2.1 --- detail.tmpl 8 Jun 2005 19:19:40 -0000 1.1.2.2 *************** *** 8,12 **** /includes/marc-editor.css">
!

Authority number :

"> //images/fileopen.png"> --- 8,12 ---- /includes/marc-editor.css">
!

Authority number : ()

"> //images/fileopen.png"> *************** *** 42,48 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { ! window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; } } --- 42,48 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this authority?'); if (is_confirmed) { ! window.location="authorities-home.pl?op=delete&authid="; } } From oleonard at users.sourceforge.net Wed Jun 8 22:04:47 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:04:47 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue MARCdetail.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4650/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: MARCdetail.tmpl Log Message: Synching with rel_2_2. Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MARCdetail.tmpl 2 May 2005 20:22:24 -0000 1.4 --- MARCdetail.tmpl 8 Jun 2005 20:04:44 -0000 1.5 *************** *** 5,15 ****
!

MARC Record for :

" /> 
" />
" />
" />
!
" />
" />
" />
" />
!
--- 5,17 ----
!

MARC Record

" /> 
" />
" />
" /> !
" />
! !
" />
" />

Duplicate

using Framework
" />
!
*************** *** 24,32 **** !
!
--- 26,34 ---- !
! *************** *** 41,49 **** !
!
--- 43,51 ---- !
! *************** *** 58,66 **** !
!
--- 60,68 ---- !
! *************** *** 75,83 **** !
!
--- 77,85 ---- !
! *************** *** 92,100 **** !
!
--- 94,102 ---- !
! *************** *** 109,117 **** !
!
--- 111,119 ---- !
! *************** *** 126,134 **** !
!
--- 128,136 ---- !
! *************** *** 143,152 **** !
!
--- 145,154 ---- !
! *************** *** 161,169 **** !
!
--- 163,171 ---- !
! *************** *** 178,186 **** !
!
--- 180,188 ---- !
! *************** *** 191,195 **** !
--- 193,197 ---- !
*************** *** 201,204 **** --- 203,214 ---- } } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms['duplicate'].Frameworks.options[document.forms['duplicate'].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } \ No newline at end of file From oleonard at users.sourceforge.net Wed Jun 8 22:04:17 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:04:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue MARCdetail.tmpl,1.3.2.1,1.3.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4634/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: Tag: rel_2_2 MARCdetail.tmpl Log Message: Synching with default template Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** MARCdetail.tmpl 30 Mar 2005 22:51:53 -0000 1.3.2.1 --- MARCdetail.tmpl 8 Jun 2005 20:04:14 -0000 1.3.2.2 *************** *** 5,15 ****
!

MARC Record for :

" />
 
" />
" />
" />
!
" />
" />
" />
" />
!
--- 5,17 ----
!

MARC Record

" /> 
" />
" />
" /> !
" />
! !
" />
" />

Duplicate

using Framework
" />
!
*************** *** 24,32 **** !
!
--- 26,34 ---- !
! *************** *** 41,49 **** !
!
--- 43,51 ---- !
! *************** *** 58,66 **** !
!
--- 60,68 ---- !
! *************** *** 75,83 **** !
!
--- 77,85 ---- !
! *************** *** 92,100 **** !
!
--- 94,102 ---- !
! *************** *** 109,117 **** !
!
--- 111,119 ---- !
! *************** *** 126,134 **** !
!
--- 128,136 ---- !
! *************** *** 143,152 **** !
!
--- 145,154 ---- !
! *************** *** 161,169 **** !
!
--- 163,171 ---- !
! *************** *** 178,186 **** !
!
--- 180,188 ---- !
! *************** *** 191,195 **** !
--- 193,197 ---- !
*************** *** 201,204 **** --- 203,214 ---- } } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms['duplicate'].Frameworks.options[document.forms['duplicate'].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } \ No newline at end of file From oleonard at users.sourceforge.net Wed Jun 8 22:15:02 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:15:02 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue detail.tmpl,1.4.2.3,1.4.2.4 searchresults.tmpl,1.2,1.2.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9576/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: Tag: rel_2_2 detail.tmpl searchresults.tmpl Log Message: Synching with default template Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v retrieving revision 1.4.2.3 retrieving revision 1.4.2.4 diff -C2 -r1.4.2.3 -r1.4.2.4 *** detail.tmpl 16 May 2005 17:49:26 -0000 1.4.2.3 --- detail.tmpl 8 Jun 2005 20:14:59 -0000 1.4.2.4 *************** *** 22,31 ****
  • Additional Author:
  • ISBN:
  • !
  • Series Title:
  • !
  • Subject:
  • Copyright:
  • Notes:
  • !
  • Unititle:
  • !
  • URL: ">
  • Serial:
  • Biblio Record
  • --- 22,33 ----
  • Additional Author:
  • ISBN:
  • !
  • ISSN:
  • Series Title:
  • !
  • Subject(s): ! ! ">,
  • !
  • Copyright:
  • Notes:
  • !
  • Alternate Title:
  • Serial:
  • Biblio Record
  • Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -r1.2 -r1.2.2.1 *** searchresults.tmpl 13 Apr 2004 16:52:55 -0000 1.2 --- searchresults.tmpl 8 Jun 2005 20:15:00 -0000 1.2.2.1 *************** *** 8,12 **** You searched for ! You did not specify any seach criteria --- 8,12 ---- You searched for ! You did not specify any search criteria From oleonard at users.sourceforge.net Wed Jun 8 22:15:29 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:15:29 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue detail.tmpl,1.5,1.6 searchresults.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9706/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: detail.tmpl searchresults.tmpl Log Message: Synching with rel_2_2. Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** detail.tmpl 2 May 2005 20:22:24 -0000 1.5 --- detail.tmpl 8 Jun 2005 20:15:26 -0000 1.6 *************** *** 22,30 ****
  • Additional Author:
  • ISBN:
  • !
  • Series Title:
  • !
  • Subject:
  • Copyright:
  • Notes:
  • !
  • Unititle:
  • Serial:
  • Biblio Record
  • --- 22,33 ----
  • Additional Author:
  • ISBN:
  • !
  • ISSN:
  • Series Title:
  • !
  • Subject(s): ! ! ">,
  • !
  • Copyright:
  • Notes:
  • !
  • Alternate Title:
  • Serial:
  • Biblio Record
  • Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** searchresults.tmpl 13 Apr 2004 16:52:55 -0000 1.2 --- searchresults.tmpl 8 Jun 2005 20:15:26 -0000 1.3 *************** *** 8,12 **** You searched for ! You did not specify any seach criteria --- 8,12 ---- You searched for ! You did not specify any search criteria From oleonard at users.sourceforge.net Wed Jun 8 22:36:32 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:36:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.3.2.3,1.3.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21096/koha-tmpl/intranet-tmpl/npl/en/members Modified Files: Tag: rel_2_2 memberentry.tmpl Log Message: Synching with default template Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -C2 -r1.3.2.3 -r1.3.2.4 *** memberentry.tmpl 7 Apr 2005 17:06:16 -0000 1.3.2.3 --- memberentry.tmpl 8 Jun 2005 20:36:30 -0000 1.3.2.4 *************** *** 46,51 ****
    " /> - "> - "> "> --- 46,49 ---- *************** *** 85,105 **** Addresses:
    Mailing Address" class="focus"> !
    " class="focus">
    ">
    Street Address (if different) ! "> !
    "> !
    ">
    ! "> ! "> ! "> ! ">

    (appears in OPAC)

    (appears in Circulation)

    --- 83,118 ---- Addresses:
    Mailing Address" class="focus"> !
    " class="focus" />
    ">
    Street Address (if different) ! " /> !
    " /> !
    " />
    ! " /> ! " /> ! " /> ! " />

    (appears in OPAC)

    (appears in Circulation)

    + + + + Joining date (leave blank for today): + " /> + + Joining date: + + + + + Expiry date (leave blank for auto calc): + " /> + +
    From oleonard at users.sourceforge.net Wed Jun 8 22:36:34 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:36:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21086/koha-tmpl/intranet-tmpl/npl/en/members Modified Files: memberentry.tmpl Log Message: Synching with rel_2_2. Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** memberentry.tmpl 2 May 2005 20:21:12 -0000 1.6 --- memberentry.tmpl 8 Jun 2005 20:36:32 -0000 1.7 *************** *** 46,51 **** " /> - "> - "> "> --- 46,49 ---- *************** *** 61,65 **** ! *************** *** 85,105 **** Addresses:
    Mailing Address" class="focus"> !
    " class="focus">
    ">
    Street Address (if different) ! "> !
    "> !
    ">
    ! "> ! "> ! "> ! ">

    (appears in OPAC)

    (appears in Circulation)

    --- 83,118 ---- Addresses:
    Mailing Address" class="focus"> !
    " class="focus" />
    ">
    Street Address (if different) ! " /> !
    " /> !
    " />
    ! " /> ! " /> ! " /> ! " />

    (appears in OPAC)

    (appears in Circulation)

    + + + + Joining date (leave blank for today): + " /> + + Joining date: + + + + + Expiry date (leave blank for auto calc): + " /> + +
    From oleonard at users.sourceforge.net Wed Jun 8 22:43:11 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:43:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.15,1.16 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25311/koha-tmpl/intranet-tmpl/npl/en/circ Modified Files: circulation.tmpl Log Message: Synching with rel_2_2. Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** circulation.tmpl 3 May 2005 18:32:12 -0000 1.15 --- circulation.tmpl 8 Jun 2005 20:43:07 -0000 1.16 *************** *** 47,50 **** --- 47,53 ----
  • No more renewals possible
  • + +
  • Patron's card is expired
  • +
    From oleonard at users.sourceforge.net Wed Jun 8 22:43:14 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:43:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.6.2.9,1.6.2.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25358/koha-tmpl/intranet-tmpl/npl/en/circ Modified Files: Tag: rel_2_2 circulation.tmpl Log Message: Synching with default template Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v retrieving revision 1.6.2.9 retrieving revision 1.6.2.10 diff -C2 -r1.6.2.9 -r1.6.2.10 *** circulation.tmpl 3 May 2005 18:31:34 -0000 1.6.2.9 --- circulation.tmpl 8 Jun 2005 20:43:12 -0000 1.6.2.10 *************** *** 47,50 **** --- 47,53 ----
  • No more renewals possible
  • + +
  • Patron's card is expired
  • +
    From oleonard at users.sourceforge.net Wed Jun 8 22:53:14 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:53:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30287/koha-tmpl/intranet-tmpl/npl/en/reports Modified Files: Tag: rel_2_2 borrowers_out.tmpl Log Message: Synching with default template Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** borrowers_out.tmpl 21 Apr 2005 19:38:11 -0000 1.1.2.1 --- borrowers_out.tmpl 8 Jun 2005 20:53:12 -0000 1.1.2.2 *************** *** 1,3 **** ! Koha -- Reports --- 1,3 ---- ! Koha -- Reports *************** *** 77,80 **** --- 77,96 ---- + +   +   + + + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" /> + + From oleonard at users.sourceforge.net Wed Jun 8 22:53:16 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:53:16 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30276/koha-tmpl/intranet-tmpl/npl/en/reports Modified Files: borrowers_out.tmpl Log Message: Synching with rel_2_2. Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** borrowers_out.tmpl 2 May 2005 20:08:28 -0000 1.2 --- borrowers_out.tmpl 8 Jun 2005 20:53:14 -0000 1.3 *************** *** 1,3 **** ! Koha -- Reports --- 1,3 ---- ! Koha -- Reports *************** *** 77,80 **** --- 77,96 ---- + +   +   + + + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" /> + + From oleonard at users.sourceforge.net Wed Jun 8 23:22:30 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 14:22:30 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.2.2.1,1.2.2.2 marctagstructure.tmpl,1.2.2.3,1.2.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12916/koha-tmpl/intranet-tmpl/npl/en/parameters Modified Files: Tag: rel_2_2 checkmarc.tmpl marctagstructure.tmpl Log Message: Synching with default template Index: checkmarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -r1.2.2.1 -r1.2.2.2 *** checkmarc.tmpl 4 Feb 2005 19:24:46 -0000 1.2.2.1 --- checkmarc.tmpl 8 Jun 2005 21:22:22 -0000 1.2.2.2 *************** *** 41,44 **** --- 41,56 ---- + + + Item tag + There is more than 1 MARC tag related to items tab (10) : + + + + OK + Only 1 MARC tag mapped to items + + + *************** *** 97,100 **** --- 109,128 ---- + + + + framework values + there is a null value in a frameworkcode. Check the following tables
    +
  • select * from marc_subfield_structure where frameworkcode is NULL
  • +
  • select * from marc_tag_structure where frameworkcode is NULL
  • +
  • select * from marc_biblio where frameworkcode is NULL
  • + + + + OK + no NULL value in frameworkcode + + + Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -r1.2.2.3 -r1.2.2.4 *** marctagstructure.tmpl 30 Mar 2005 19:57:22 -0000 1.2.2.3 --- marctagstructure.tmpl 8 Jun 2005 21:22:28 -0000 1.2.2.4 *************** *** 119,123 **** ! " method="post"> *************** *** 130,133 **** --- 130,136 ---- "> +

    + checked="checked" onchange="this.form.submit();" /> +

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

    *************** *** 143,146 **** --- 146,176 ---- Edit Delete + + + + + + + YesNo + YesNo + + " class="button">subfields + ">Edit + ">Delete + + + +   + + + +

    Tab: | $ + , repeatable, Mandatory, See , , , +

    + + + + + *************** *** 155,161 ****
    ! ?offset=&searchfield="><< Previous
    " method="post"> --- 185,192 ---- +
    --- 197,207 ---- ! ?offset=&searchfield=&frameworkcode=&select_display=True">Next >> + From oleonard at users.sourceforge.net Wed Jun 8 23:23:46 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 14:23:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.3,1.4 marctagstructure.tmpl,1.7,1.8 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13662/koha-tmpl/intranet-tmpl/npl/en/parameters Modified Files: checkmarc.tmpl marctagstructure.tmpl Log Message: Synching with rel_2_2. Index: checkmarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** checkmarc.tmpl 4 Feb 2005 19:26:14 -0000 1.3 --- checkmarc.tmpl 8 Jun 2005 21:23:43 -0000 1.4 *************** *** 41,44 **** --- 41,56 ---- + + + Item tag + There is more than 1 MARC tag related to items tab (10) : + + + + OK + Only 1 MARC tag mapped to items + + + *************** *** 97,100 **** --- 109,128 ---- + + + + framework values + there is a null value in a frameworkcode. Check the following tables
    +
  • select * from marc_subfield_structure where frameworkcode is NULL
  • +
  • select * from marc_tag_structure where frameworkcode is NULL
  • +
  • select * from marc_biblio where frameworkcode is NULL
  • + + + + OK + no NULL value in frameworkcode + + + Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** marctagstructure.tmpl 2 May 2005 19:56:15 -0000 1.7 --- marctagstructure.tmpl 8 Jun 2005 21:23:43 -0000 1.8 *************** *** 119,123 **** !
    " method="post"> *************** *** 130,133 **** --- 130,136 ---- "> +

    + checked="checked" onchange="this.form.submit();" /> +

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

    *************** *** 143,146 **** --- 146,176 ---- Edit Delete + + + + + + + YesNo + YesNo + + " class="button">subfields + ">Edit + ">Delete + + + +   + + + +

    Tab: | $ + , repeatable, Mandatory, See , , , +

    + + + + + *************** *** 155,161 ****
    ! ?offset=&searchfield="><< Previous
    " method="post"> --- 185,192 ---- +
    --- 197,207 ---- ! ?offset=&searchfield=&frameworkcode=&select_display=True">Next >> + From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl Log Message: translated by hellen Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** acqui-home.tmpl 5 Jun 2005 18:10:12 -0000 1.3 --- acqui-home.tmpl 9 Jun 2005 08:37:41 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- +
    *************** *** 5,8 **** --- 6,12 ----

    Beginnen, Eingangsbearbeitung, ändern von Bestellungen

    + +

    Sie müssen unter Parameter ein Budget definieren

    +
    Lieferantenname: *************** *** 10,13 **** --- 14,18 ----

    oder Suche Bestellhistorie

    +
    *************** *** 40,48 ****

    Etats und Budgets

    ! ! --- 45,56 ----

    Etats und Budgets

    + +

    Sie müsen unter Parameter ein Budget definieren

    +
    EtatsTotalgeschenkt Verausgabt Verfügbar
    ! ! *************** *** 66,72 ****
    EtatsGesamtGeschenkt Verausgabt Verfügbar

    ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Werte. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

    !
    --- 74,80 ----

    ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

    ! *************** *** 74,81 ****

    HILFE Bestellungen

      !

      Zu Beginn einer Bestellung, eines direkten Kaufs oder Eingabe eines Geschenks, suchen Sie zuerst nach einem Lieferanten. Falls nötig, fügen Sie einen neuen hinzu.

      Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

      Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

      !

      Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeigen", dann auf "Einkaufskorb bestätigen".

    --- 82,89 ----

    HILFE Bestellungen

      !

      Zu Beginn eines Erwerbungsvorgangs, gleichgültig, ob es eine Bestellung, ein direkter Kauf oder ein Geschenk ist, muß zuerst ein Lieferant aufgerufen werden. Falls nötig, fügen Sie einen neuen hinzu.

      Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

      Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

      !

      Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufskorb anzeigen", dann auf "Einkaufskorb bestätigen".

    From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/help/admin biblio_framework.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/help/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/help/admin Modified Files: biblio_framework.tmpl Log Message: translated by hellen Index: biblio_framework.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/help/admin/biblio_framework.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** biblio_framework.tmpl 12 May 2005 19:26:15 -0000 1.1 --- biblio_framework.tmpl 9 Jun 2005 08:37:42 -0000 1.2 *************** *** 1,6 ****

    Biblio Framework

    !

    biblio frameworks are used to catalogue your biblios.

    !

    Unlike Koha 2.0, in this version you can have more than 1 framework to catalogate differently various materials. You can, for example, define 1 framework for monographies, 1 framework for serials, 1 framework for URL...

    !

    Once a framework type is created, you can clic on "MARC structure" to define the exact MARC structure. The first time, Koha will ask you to select an existing framework to copy into the new one. Thus, you don't have to define all the MARC structure

    ! \ No newline at end of file --- 1,6 ----

    Biblio Framework

    !

    Biblio Frameworks werden zur Katalogisierung ihrer Biblios benötigt.

    !

    Im Gegensatz zu Koha 2.0 kann man mehr als ein Framework für die Katalogisierung unterschiedlicher Materialien definieren. Sie können z.B. 1 Framework für Monographien, 1 Framework für Serien, 1 Framework für URL's usw. einrichten.

    !

    Ist ein Framework angelegt, klicken sie auf "MARC structure" zur Definition der speziellen MARC-Struktur. Zuerst fragt Koha sie, ob ein bereits existierendes in das neue Framework kopiert werden soll. Dies ist sinnvoll, damit nicht die komplette MARC-Struktur neu angelegt werden muß.

    ! From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/z3950 searchresult.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/z3950 Modified Files: searchresult.tmpl Log Message: translated by hellen Index: searchresult.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/z3950/searchresult.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** searchresult.tmpl 12 May 2005 19:27:06 -0000 1.1 --- searchresult.tmpl 9 Jun 2005 08:37:42 -0000 1.2 *************** *** 47,51 ****

    Nichts gefunden

    !

    Still requests to go

    Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -C2 -r1.6.2.4 -r1.6.2.5 *** search.tmpl 19 Apr 2005 19:31:16 -0000 1.6.2.4 --- search.tmpl 9 Jun 2005 16:19:19 -0000 1.6.2.5 *************** *** 28,32 **** ! --- 28,34 ---- ! ! ... ! *************** *** 36,40 **** ! --- 38,44 ---- ! ! ... ! *************** *** 44,48 **** ! --- 48,54 ---- ! ! ... ! *************** *** 189,192 **** --- 195,203 ---- } + function Dopop(link,i) { + var searchstring=document.forms[4].value[i].value; + newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); + } + function PopupSuggestion() { var strQuery=""; From hellen at users.sourceforge.net Thu Jun 9 19:54:33 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:33 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple additem.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: additem.tmpl Log Message: translated by hellen Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** additem.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- additem.tmpl 9 Jun 2005 17:54:31 -0000 1.4 *************** *** 6,10 ****

    Biblionummer:

    ! " class="button catalogue"> Bibliografische daten bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> MARC --- 6,10 ----

    Biblionummer:

    ! " class="button catalogue"> Bibliografische Daten bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> MARC From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/errors 404.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/errors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/errors Modified Files: 404.tmpl Log Message: translated by hellen Index: 404.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/errors/404.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** 404.tmpl 12 May 2005 19:26:14 -0000 1.1 --- 404.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 5,11 ****

    Fehler 404

      !
    • This error means that the link was broken and that the page doesn't exist
    • !
    • To report this error, you can ">email the Koha Administrator.
    • !
    • Use top menu bar to navigate to another part of Koha.
    --- 5,11 ----

    Fehler 404

      !
    • Dieser Fehler besagt, dass die aufgerufene Seite nicht existiert.
    • !
    • Um diesen Fehler zu melden, können Sie eine Mail ">an den Koha Administrator schicken.
    • !
    • Über das Menü können Sie andere Bereiche von Koha auswählen.
    From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters categorie.tmpl,1.1,1.2 issuingrules.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: categorie.tmpl issuingrules.tmpl Log Message: translated by hellen Index: categorie.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/categorie.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** categorie.tmpl 12 May 2005 19:26:35 -0000 1.1 --- categorie.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 97,101 **** ! Gültigkeitsdauer "> Jahr(e) --- 97,101 ---- ! Gültigkeit "> Jahr(e) *************** *** 173,178 **** ! Gültigkeitsdauer ! Jashr(e) --- 173,178 ---- ! Gültigkeit ! Jahr(e) *************** *** 182,186 **** Mindestalter ! Jashr(e) --- 182,186 ---- Mindestalter ! Jahr(e) *************** *** 251,258 **** /images/background-mem.gif">Kategorie /images/background-mem.gif">Beschreibung ! /images/background-mem.gif">Gültigkeitsdauer /images/background-mem.gif">Gebühr ! /images/background-mem.gif">Obere Altersgrenze ! /images/background-mem.gif">Mindestalter /images/background-mem.gif">Überfällig /images/background-mem.gif">Vormerkung --- 251,258 ---- /images/background-mem.gif">Kategorie /images/background-mem.gif">Beschreibung ! /images/background-mem.gif">Gültigkeit /images/background-mem.gif">Gebühr ! /images/background-mem.gif">Max. Alter ! /images/background-mem.gif">Min. Alter /images/background-mem.gif">Überfällig /images/background-mem.gif">Vormerkung Index: issuingrules.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/issuingrules.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** issuingrules.tmpl 12 May 2005 19:26:35 -0000 1.1 --- issuingrules.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 1,8 ****
    !

    Definition der Ausleihkonditionen für

    TIPP für Ausleihen

    !

    Each box needs to be filled with issuelength, maxissues

    - z.B.: 21,5 = 21 Tage Leihfrist und max. 5 Ausleihen

    TIPP für Mahngebühren

    --- 1,8 ----
    !

    Definition der Ausleihkonditionen

    TIPP für Ausleihen

    !

    Jedes Feld muß mit Leihfrist und Anzahl der Ausleihen gefüllt werden

    - z.B.: 21,5 = 21 Tage Leihfrist und max. 5 Ausleihen

    TIPP für Mahngebühren

    *************** *** 17,21 ****
    • selbe Zweigstelle und selbe Benutzerkategorie, Medientyp *
    • !
    • selbe Zweigstelle und selber Medientyp, Benutzerkategorie *
    • selber Medientyp und Benutzerkategorie, Zweigstelle *
    • überall
    • --- 17,21 ----
      • selbe Zweigstelle und selbe Benutzerkategorie, Medientyp *
      • !
      • selbe Zweigstelle und selber Medientyp, Benutzerkategorie *
      • selber Medientyp und Benutzerkategorie, Zweigstelle *
      • überall
      • From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: MARCdetail.tmpl Log Message: translated by hellen Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** MARCdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- MARCdetail.tmpl 9 Jun 2005 17:54:31 -0000 1.4 *************** *** 363,367 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; --- 363,367 ---- function confirm_deletion() { ! var is_confirmed = confirm('Wollen Sie diesen Biblio wirklich löschen?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; From oleonard at users.sourceforge.net Thu Jun 9 20:21:42 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 11:21:42 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-dictionary.tmpl,NONE,1.1.2.1 opac-search.tmpl,1.1.2.6,1.1.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27089/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-search.tmpl Added Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: Adding authority search functionality to OPAC advanced search page, to synch with default template --- NEW FILE --- Dictionary Search

        Dictionary Search

        " /> " size="20" /> " /> " />
        Results to of in Authorities.No results found in Authorities.
        Authorities
        Summary Used in Select
        record(s) ',,0)" class="button catalogue">Select | ',,1)" class="button catalogue">Sel & close

        No results in Authorities

        Catalog Search Results

        Results to of in the catalogNo results found in the catalog.
        Summary Used in Select
        record(s) ',,0)" class="button catalogue">Select | ',,1)" class="button catalogue">Sel & close
        &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="><<Previous &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="> &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index=">Next>>
        Results to of in the catalog.No results found in the catalog.
        Index: opac-search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-search.tmpl,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -r1.1.2.6 -r1.1.2.7 *** opac-search.tmpl 21 Apr 2005 20:06:55 -0000 1.1.2.6 --- opac-search.tmpl 9 Jun 2005 18:21:40 -0000 1.1.2.7 *************** *** 51,60 **** ! ! --- 51,60 ---- ! ... ! ... *************** *** 62,66 **** ! --- 62,66 ---- ! ... From oleonard at users.sourceforge.net Thu Jun 9 21:21:13 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:21:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.3,1.1.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26975/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-detail.tmpl Log Message: Bugfix for display problem Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -r1.1.2.3 -r1.1.2.4 *** opac-detail.tmpl 17 Mar 2005 22:19:54 -0000 1.1.2.3 --- opac-detail.tmpl 9 Jun 2005 19:21:10 -0000 1.1.2.4 *************** *** 7,17 ****
        ! .01.MZZZZZZZ.jpg" alt="Book Cover Image" /> //Display for NPL -->
        • ">Place Reserve
        • ">MARC View
        • ! ">ISBD //Hide from NPL -->
        • " onclick="Dopop('opac-detailprint.pl?bib='); return false;">Print
        • " onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber='); return false;">Add to My Book List
        • --- 7,17 ----
          !
          ! .01.MZZZZZZZ.jpg" alt="Book Cover Image" /> //Display for NPL -->
          --- 76,80 ---- !
          From oleonard at users.sourceforge.net Thu Jun 9 21:41:02 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:41:02 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull subscription-renew.tmpl,1.1,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5611/koha-tmpl/intranet-tmpl/npl/en/bull Modified Files: Tag: rel_2_2 subscription-renew.tmpl Log Message: Fixing to conform with NPL template design Index: subscription-renew.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-renew.tmpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -r1.1 -r1.1.2.1 *** subscription-renew.tmpl 1 Nov 2004 22:52:53 -0000 1.1 --- subscription-renew.tmpl 9 Jun 2005 19:41:00 -0000 1.1.2.1 *************** *** 1,20 **** ! !
          !

          subscription renewal for

          !
          !
          ! ! "> !

          ">

          !

          Subscription length :

          !

          ">

          !

          ">

          !

          ">

          !

          Note for the librarian that will manage your renewal request

          !
          ! !
          --- 1,19 ---- ! Subscription Renewal for !
          !

          Subscription Renewal for

          !
          !
          !
          " />" />
          ! ! ! ! ! ! !
          Subscription Length:
          ">
          ">
          ">
          !

          !
          From oleonard at users.sourceforge.net Thu Jun 9 21:41:46 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:41:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull subscription-renew.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6075/koha-tmpl/intranet-tmpl/npl/en/bull Modified Files: subscription-renew.tmpl Log Message: Fixing to conform with NPL template design Index: subscription-renew.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-renew.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** subscription-renew.tmpl 1 Nov 2004 22:52:53 -0000 1.1 --- subscription-renew.tmpl 9 Jun 2005 19:41:44 -0000 1.2 *************** *** 1,20 **** ! !
          !

          subscription renewal for

          !
          !
          ! ! "> !

          ">

          !

          Subscription length :

          !

          ">

          !

          ">

          !

          ">

          !

          Note for the librarian that will manage your renewal request

          !
          ! !
          --- 1,19 ---- ! Subscription Renewal for !
          !

          Subscription Renewal for

          !
          !
          !
          " />" />
          ! ! ! ! ! ! !
          Subscription Length:
          ">
          ">
          ">
          !

          !
          From oleonard at users.sourceforge.net Thu Jun 9 23:16:22 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:16:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-full-serial-issues.tmpl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27685/koha-tmpl/opac-tmpl/npl/en Added Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content --- NEW FILE --- Catalog -- Serials

          Subscription information for

          " />
          " id="" class="tab" style="visibility:visible">
          Issues
          Date Number Status
          Arrived Waited Late Missing
          From oleonard at users.sourceforge.net Thu Jun 9 23:16:56 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:16:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-full-serial-issues.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27846/koha-tmpl/opac-tmpl/npl/en Added Files: opac-full-serial-issues.tmpl Log Message: Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content From oleonard at users.sourceforge.net Thu Jun 9 23:17:34 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:17:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes marc-editor.css,1.1,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28230/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 marc-editor.css Log Message: Updated to work with full serials display Index: marc-editor.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -r1.1 -r1.1.2.1 *** marc-editor.css 20 Oct 2004 19:15:06 -0000 1.1 --- marc-editor.css 9 Jun 2005 21:17:31 -0000 1.1.2.1 *************** *** 1,41 **** div.tabs { ! width:10px; ! position:absolute; ! margin-left:50px; ! margin-top:120px; } div.tabs a { display:block; ! font-size: small; ! border: thin solid black; ! margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tab { ! background-color: #FFFFCC; display: block; visibility:hidden; ! position:absolute; ! ! } ! td { ! border:0px; } ! .MARCtag { /* style for tag definition (700 - Statement of responsability) */ ! font-weight:bold; ! color:#FF6600; ! background-color:FFFFFF; ! background-image:none; ! border-bottom: 1px solid #999900; ! margin-right:30%; } ! .labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ ! float:left; ! width: 12em; ! margin-left:30px; } --- 1,91 ---- + div.tabbed { + /*border : 1px solid red; + position: absolute;*/ + margin-left:5%; + width:90%; + /* display:block;*/ + } + div.tabs { ! /* border : 1px solid aqua;*/ ! float : left; ! margin : 5px 0 0 0; ! /* position:absolute; ! margin-left: .5em; ! margin-top:110px;*/ } div.tabs a { display:block; ! background-color: #D8DEB8; ! color: #000066; ! font-weight : bold; ! text-decoration : none; ! border-bottom : 1px solid #999933; ! border-left : 1px solid #999933; ! border-right : 1px solid #FFFFCC; ! border-top : 1px solid #FFFFCC; ! margin : 0 0 2px 0; ! padding: 10px 5px 10px 5px; ! ! } ! ! div.tabs a:hover { ! background-color : #CCFF99; ! border-left : 1px solid #000066; ! border-bottom : 1px solid #000066; } div.tab { ! background-color : #FFFFCC; ! border : 1px solid #D8DEB8; ! border-top : 1px solid #FFFFCC; display: block; visibility:hidden; ! position : absolute; ! margin : 5px 0 0 55px; ! padding : 3px 3px 3px 10px; ! width : 70%; ! /*margin-top:110px;*/ } ! /* style for tag definition (e.g. 700 - Statement of responsibility) */ ! .MARCtag { ! clear : left; ! color : #000000; ! background-color : #FFFFCC; ! border-top : 7px solid #FFFFCC; ! border-bottom : thin solid #CCCC99; ! font-weight : bold; ! font-size : .8em; ! margin-top : 5px; } ! div.tab p { ! margin : 3px; ! } ! ! /* style for each subfield (e.g.: Publication year), just before the biblio subfield */ ! .labelsubfield { ! background-color : #FFFFE1; ! /* border : 1px solid red;*/ ! clear : left; ! float : left; ! font-size : .8em; ! font-weight : normal; ! width : 12em; ! margin-left : 30px; ! display : inline; } + + #loading { + position: absolute; + top: 3em; + left: 3em; + padding: 1em; + mozopacity: 50%; + background-color: #FFFFFF; + border: 10px solid #CCCC99; + font-size: 1.5em; + z-index: 999; + } \ No newline at end of file From oleonard at users.sourceforge.net Thu Jun 9 23:17:56 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:17:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes marc-editor.css,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28472/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: marc-editor.css Log Message: Updated to work with full serials display Index: marc-editor.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** marc-editor.css 20 Oct 2004 19:15:06 -0000 1.1 --- marc-editor.css 9 Jun 2005 21:17:54 -0000 1.2 *************** *** 1,41 **** div.tabs { ! width:10px; ! position:absolute; ! margin-left:50px; ! margin-top:120px; } div.tabs a { display:block; ! font-size: small; ! border: thin solid black; ! margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tab { ! background-color: #FFFFCC; display: block; visibility:hidden; ! position:absolute; ! ! } ! td { ! border:0px; } ! .MARCtag { /* style for tag definition (700 - Statement of responsability) */ ! font-weight:bold; ! color:#FF6600; ! background-color:FFFFFF; ! background-image:none; ! border-bottom: 1px solid #999900; ! margin-right:30%; } ! .labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ ! float:left; ! width: 12em; ! margin-left:30px; } --- 1,91 ---- + div.tabbed { + /*border : 1px solid red; + position: absolute;*/ + margin-left:5%; + width:90%; + /* display:block;*/ + } + div.tabs { ! /* border : 1px solid aqua;*/ ! float : left; ! margin : 5px 0 0 0; ! /* position:absolute; ! margin-left: .5em; ! margin-top:110px;*/ } div.tabs a { display:block; ! background-color: #D8DEB8; ! color: #000066; ! font-weight : bold; ! text-decoration : none; ! border-bottom : 1px solid #999933; ! border-left : 1px solid #999933; ! border-right : 1px solid #FFFFCC; ! border-top : 1px solid #FFFFCC; ! margin : 0 0 2px 0; ! padding: 10px 5px 10px 5px; ! ! } ! ! div.tabs a:hover { ! background-color : #CCFF99; ! border-left : 1px solid #000066; ! border-bottom : 1px solid #000066; } div.tab { ! background-color : #FFFFCC; ! border : 1px solid #D8DEB8; ! border-top : 1px solid #FFFFCC; display: block; visibility:hidden; ! position : absolute; ! margin : 5px 0 0 55px; ! padding : 3px 3px 3px 10px; ! width : 70%; ! /*margin-top:110px;*/ } ! /* style for tag definition (e.g. 700 - Statement of responsibility) */ ! .MARCtag { ! clear : left; ! color : #000000; ! background-color : #FFFFCC; ! border-top : 7px solid #FFFFCC; ! border-bottom : thin solid #CCCC99; ! font-weight : bold; ! font-size : .8em; ! margin-top : 5px; } ! div.tab p { ! margin : 3px; ! } ! ! /* style for each subfield (e.g.: Publication year), just before the biblio subfield */ ! .labelsubfield { ! background-color : #FFFFE1; ! /* border : 1px solid red;*/ ! clear : left; ! float : left; ! font-size : .8em; ! font-weight : normal; ! width : 12em; ! margin-left : 30px; ! display : inline; } + + #loading { + position: absolute; + top: 3em; + left: 3em; + padding: 1em; + mozopacity: 50%; + background-color: #FFFFFF; + border: 10px solid #CCCC99; + font-size: 1.5em; + z-index: 999; + } \ No newline at end of file From oleonard at users.sourceforge.net Thu Jun 9 23:18:50 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:18:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close.inc,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28870/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 doc-head-close.inc Log Message: Including marc-editor.css for full serials display Index: doc-head-close.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** doc-head-close.inc 17 Mar 2005 21:36:49 -0000 1.1.2.1 --- doc-head-close.inc 9 Jun 2005 21:18:44 -0000 1.1.2.2 *************** *** 5,8 **** --- 5,9 ---- From oleonard at users.sourceforge.net Thu Jun 9 23:19:08 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:19:08 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close.inc,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28956/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: doc-head-close.inc Log Message: Including marc-editor.css for full serials display Index: doc-head-close.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** doc-head-close.inc 20 Oct 2004 19:15:06 -0000 1.1 --- doc-head-close.inc 9 Jun 2005 21:19:06 -0000 1.2 *************** *** 2,7 **** --- 2,9 ---- + /includes/favicon.ico" type="image/x-icon" /> From oleonard at users.sourceforge.net Thu Jun 9 23:20:55 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:20:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.9,1.5.2.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29940/koha-tmpl/intranet-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 intranet.css Log Message: Adding 'control box' styles for MARC detail screens Index: intranet.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v retrieving revision 1.5.2.9 retrieving revision 1.5.2.10 diff -C2 -r1.5.2.9 -r1.5.2.10 *** intranet.css 20 Apr 2005 21:30:48 -0000 1.5.2.9 --- intranet.css 9 Jun 2005 21:20:53 -0000 1.5.2.10 *************** *** 624,628 **** margin : 3px 0px 5px 0px; padding : 0px; ! width : 95%; } --- 624,628 ---- margin : 3px 0px 5px 0px; padding : 0px; ! width : auto; } *************** *** 1229,1231 **** --- 1229,1244 ---- .accesskey { text-decoration : underline; + } + + div#controls { + float: right; + margin-left : .7em; + width : 15%; + } + + div#controls form { + background-color : #FFFFCC; + font-size : 80%; + margin : .3em 0; + padding : .3em; } \ No newline at end of file From hdl at users.sourceforge.net Fri Jun 10 10:40:11 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 10 Jun 2005 01:40:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ selectbranchprinter.tmpl,1.6,1.6.2.1 branchtransfers.tmpl,1.12,1.12.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20263/koha-tmpl/intranet-tmpl/default/en/circ Modified Files: Tag: rel_2_2 selectbranchprinter.tmpl branchtransfers.tmpl Log Message: Fixing : css class error on titles. Index: selectbranchprinter.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/selectbranchprinter.tmpl,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -r1.6 -r1.6.2.1 *** selectbranchprinter.tmpl 19 Jul 2004 19:58:38 -0000 1.6 --- selectbranchprinter.tmpl 10 Jun 2005 08:40:09 -0000 1.6.2.1 *************** *** 2,6 ****
          !

          Circulation: Select Printer and Branch Settings

          --- 2,6 ----
          !

          Circulation: Select Printer and Branch Settings

          *************** *** 30,34 ****

          !

          --- 30,34 ----

          !

          Index: branchtransfers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -C2 -r1.12 -r1.12.2.1 *** branchtransfers.tmpl 5 Nov 2004 10:18:24 -0000 1.12 --- branchtransfers.tmpl 10 Jun 2005 08:40:09 -0000 1.12.2.1 *************** *** 1,15 ****
          - !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> --- 1,9 ----
          !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> *************** *** 17,21 **** ! From genjimoto at users.sourceforge.net Thu Jun 2 05:56:01 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 20:56:01 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters mediatype.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10341 Added Files: mediatype.tmpl Log Message: template to edit the mediatype table. --- NEW FILE ---

          Modify mediatype

          Add mediatype

          " name="Aform" method="post">

          ">

          " method="post"> ">

          CONFIRM DELETION

          " method="post">

          mediatype Admin

          Reserve Found
          --- 11,15 ---- ! ! ! ! ! --- 28,35 ---- ! ! ! ! *************** *** 91,100 ****
          !

          Weitere Bestellung

          "> ">

          von einem vorhandenen Biblio

          !

          oder &basketno=" class="button acquisition"> für einen Anschaffungsvorschlag &basketno=" class="button acquisition"> Neuer Biblio

          --- 91,105 ----
          !

          Add order line

          "> ">

          von einem vorhandenen Biblio

          !

          oder ! &basketno=" class="button acquisition"> ! für einen Anschaffungsvorschlag ! &basketno=" class="button acquisition"> ! Neuer Biblio !

          Index: newbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/newbiblio.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** newbiblio.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- newbiblio.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 1,5 ****
          From btoumi at users.sourceforge.net Wed Jun 1 14:11:40 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:11:40 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21365 Log Message: import de derniere version cvs Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From btoumi at users.sourceforge.net Wed Jun 1 14:18:16 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:18:16 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27573 Log Message: test Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From btoumi at users.sourceforge.net Wed Jun 1 14:37:07 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:37:07 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6692 Log Message: test Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/C4 Modified Files: AuthoritiesMarc.pm Log Message: some fixes & improvements for dictionnary search in librarian interface Index: AuthoritiesMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** AuthoritiesMarc.pm 4 May 2005 15:43:43 -0000 1.16 --- AuthoritiesMarc.pm 1 Jun 2005 12:51:02 -0000 1.17 *************** *** 65,73 **** # the marclist may contain "mainentry". In this case, search the tag_to_report, that depends on # the authtypecode. Then, search on $a of this tag_to_report for (my $i=0;$i<$#{$tags};$i++) { if (@$tags[$i] eq "mainentry") { - my $sth = $dbh->prepare("select auth_tag_to_report from auth_types where authtypecode=?"); - $sth->execute($authtypecode); - my ($tag_to_report) = $sth->fetchrow; @$tags[$i] = $tag_to_report."a"; } --- 65,76 ---- [...1010 lines suppressed...] - # - # Revision 1.6 2004/08/18 16:00:24 tipaul - # fixes for authorities management - # - # Revision 1.5 2004/07/05 13:37:22 doxulting - # First step for working authorities - # - # Revision 1.4 2004/06/22 11:35:37 tipaul - # removing % at the beginning of a string to avoid loooonnnngggg searchs - # - # Revision 1.3 2004/06/17 08:02:13 tipaul - # merging tag & subfield in auth_word for better perfs - # - # Revision 1.2 2004/06/10 08:29:01 tipaul - # MARC authority management (continued) - # - # Revision 1.1 2004/06/07 07:35:01 tipaul - # MARC authority management package - # --- 968,969 ---- From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.5,1.6 Message-ID: Update of /cvsroot/koha/koha/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/search.marc Modified Files: dictionary.pl Log Message: some fixes & improvements for dictionnary search in librarian interface Index: dictionary.pl =================================================================== RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** dictionary.pl 4 May 2005 12:46:27 -0000 1.5 --- dictionary.pl 1 Jun 2005 12:51:02 -0000 1.6 *************** *** 31,34 **** --- 31,52 ---- use HTML::Template; + =head1 NAME + + dictionnary.pl : script to search in biblio & authority an existing value + + =head1 SYNOPSIS + + useful when the user want to search a term before running a query. For example, to see if "computer" is used in the database + + The parameter "marclist" tells which field is searched (title, author, subject, but could be anything else) + + This script searches in both biblios & authority + * in biblio, the script search in all marc fields related to what the user is looking for (for example, if the dictionnary is used on "author", the script searches in biblio.author, but also in additional authors & any MARC field related to author (through the "seealso" MARC constraint) + * in authority, the script search everywhere. Thus, the accepted & rejected forms are found. + + The script shows all results & the user can choose what he want, that is copied into search form. + + =cut + my $input = new CGI; my $field =$input->param('marclist'); *************** *** 39,45 **** #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); ! warn " ".$search[0]; my $index = $input->param('index'); ! warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ --- 57,63 ---- #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); ! # warn " ".$search[0]; my $index = $input->param('index'); ! # warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ *************** *** 64,75 **** if ($op eq "do_search") { ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "search.marc/dictionary.tmpl", ! query => $input, ! type => $type, ! authnotrequired => 0, ! flagsrequired => {catalogue => 1}, ! debug => 1, ! }); my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); --- 82,88 ---- if ($op eq "do_search") { ! # ! # searching in biblio ! # my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); *************** *** 85,96 **** findseealso($dbh,\@tags); - # select distinct m1.bibid from biblio,biblioitems,marc_biblio,marc_word as m1 where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and (m1.word like 'Paul' and m1.tagsubfield in ('200f','710a','711a','712a','701a','702a','700a')) order by biblio.title - my @results, my $total; ! # my ($results,$total) = catalogsearch($dbh,\@tags ,\@and_or, ! # \@excluding, \@operator, \@value, ! # $startfrom*$resultsperpage, $resultsperpage,$orderby); ! my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ --- 98,104 ---- findseealso($dbh,\@tags); my @results, my $total; ! my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_subfield_table.tagorder=marc_word.tagorder and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ *************** *** 99,107 **** $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; ! warn "".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); ! warn " texte : ".$value; $sth=$dbh->prepare($strsth); --- 107,115 ---- $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; ! # warn "search in biblio : ".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); ! # warn " texte : ".$value; $sth=$dbh->prepare($strsth); *************** *** 110,114 **** my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { ! warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, --- 118,122 ---- my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { ! # warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, *************** *** 129,136 **** $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; ! warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; my @authresults; my $authnbresults; --- 137,147 ---- $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; ! # warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; + # + # searching in authorities + # my @authresults; my $authnbresults; *************** *** 142,146 **** # warn "auth : $authtypecode nbauthresults : $nbresults"; } ! ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "search.marc/dictionary.tmpl", --- 153,160 ---- # warn "auth : $authtypecode nbauthresults : $nbresults"; } ! ! # ! # OK, filling the template with authorities & biblio entries found. ! # ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "search.marc/dictionary.tmpl", *************** *** 148,152 **** type => $type, authnotrequired => 0, - flagsrequired => {borrowers => 1}, flagsrequired => {catalogue => 1}, debug => 1, --- 162,165 ---- From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc dictionary.tmpl,1.4,1.5 search.tmpl,1.24,1.25 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/koha-tmpl/intranet-tmpl/default/en/search.marc Modified Files: dictionary.tmpl search.tmpl Log Message: some fixes & improvements for dictionnary search in librarian interface Index: dictionary.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/dictionary.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** dictionary.tmpl 4 May 2005 12:46:28 -0000 1.4 --- dictionary.tmpl 1 Jun 2005 12:51:02 -0000 1.5 *************** *** 53,59 **** !
          !

          Dictionary Search results

          !

          --- 53,59 ---- !

          !

          Dictionary Search results

          !

          *************** *** 84,97 ****

          ! ! ! --- 84,113 ---- ! ! ! + + + + *************** *** 101,106 ****

          No results in Authorities

          ! !

          --- 117,124 ----

          No results in Authorities

          ! ! ! !

          *************** *** 114,133 ****

          ! ! class="hilighted"> ! &marclist=&operator=contains&op=do_search&and_or=and&value=''&excluding="> ! "> --- 132,157 ---- ! ! ! *************** *** 156,171 ****

          ! - --- 180,199 ----

          ! ! Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** search.tmpl 4 May 2005 12:52:34 -0000 1.24 --- search.tmpl 1 Jun 2005 12:51:02 -0000 1.25 *************** *** 17,21 **** "> ! --- 17,21 ---- "> ! *************** *** 25,29 ****

          ! --- 25,29 ----

          ! *************** *** 31,50 **** ! ! dict

          ! ! ! dict

          ! --- 31,50 ---- ! ! ...

          ! ! ! ...

          ! *************** *** 52,61 **** ! ! dict

          ! --- 52,61 ---- ! ! ...

          ! *************** *** 65,69 ****

          ! --- 65,69 ----

          ! *************** *** 76,80 ****

          Other options

          ! --- 76,80 ----

          Other options

          ! *************** *** 84,88 ****

          ! --- 84,88 ----

          ! *************** *** 92,96 ****

          ! --- 92,96 ----

          ! *************** *** 100,104 ****

          ! --- 100,104 ----

          ! *************** *** 160,164 ****

          ! Suggestions

          --- 160,164 ----

          ! Spelling suggestion

          *************** *** 188,192 **** function Dopop(link,i) { var searchstring=document.forms[0].value[i].value; ! newin=window.open(link+'&search='+searchstring,"popup",'width=550,height=550,toolbar=false,scrollbars=yes'); } --- 188,192 ---- function Dopop(link,i) { var searchstring=document.forms[0].value[i].value; ! newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); } From btoumi at users.sourceforge.net Wed Jun 1 15:16:01 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 06:16:01 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25891 Log Message: koha cvs Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From hdl at users.sourceforge.net Wed Jun 1 15:22:09 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 01 Jun 2005 06:22:09 -0700 Subject: [Koha-cvs] CVS: koha/admin marctagstructure.pl,1.25.2.2,1.25.2.3 Message-ID: Update of /cvsroot/koha/koha/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29405/admin Modified Files: Tag: rel_2_2 marctagstructure.pl Log Message: Bug Fixing : Ugly display Non Working Arrows at the bottom of page. Index: marctagstructure.pl =================================================================== RCS file: /cvsroot/koha/koha/admin/marctagstructure.pl,v retrieving revision 1.25.2.2 retrieving revision 1.25.2.3 diff -C2 -r1.25.2.2 -r1.25.2.3 *** marctagstructure.pl 31 May 2005 21:06:18 -0000 1.25.2.2 --- marctagstructure.pl 1 Jun 2005 13:22:07 -0000 1.25.2.3 *************** *** 219,222 **** --- 219,223 ---- $template->param(searchfield => $searchfield); } + my $cnt=0; if ($dspchoice) { #here, user only wants used tags/subfields displayed *************** *** 224,228 **** $searchfield=~ s/\'/\\\'/g; my @data=split(' ',$searchfield); - my $count=@data; my $sth=$dbh->prepare("Select marc_tag_structure.tagfield as mts_tagfield,marc_tag_structure.liblibrarian as mts_liblibrarian,marc_tag_structure.libopac as mts_libopac,marc_tag_structure.repeatable as mts_repeatable,marc_tag_structure.mandatory as mts_mandatory,marc_tag_structure.authorised_value as mts_authorized_value,marc_subfield_structure.* from marc_tag_structure LEFT JOIN marc_subfield_structure ON (marc_tag_structure.tagfield=marc_subfield_structure.tagfield AND marc_tag_structure.frameworkcode=marc_subfield_structure.frameworkcode) where (marc_tag_structure.tagfield >= ? and marc_tag_structure.frameworkcode=?) AND marc_subfield_structure.tab>=0 order by marc_tag_structure.tagfield,marc_subfield_structure.tagsubfield"); #could be ordoned by tab --- 225,228 ---- *************** *** 231,234 **** --- 231,235 ---- while (my $data=$sth->fetchrow_hashref){ push(@results,$data); + $cnt++; } $sth->finish; *************** *** 238,242 **** my $j=1; my $i=$offset; ! while ($i < ($offset+$pagesize{'tagfield'}==$results[$j]->{'tagfield'}) and ($j< ($offset+$pagesize{'tagfield'}==$results[$j]->{'tagfield'}) and ($j< ($offset+$pagesize<$cnt?$offset+$pagesize:$cnt))) { if ($toggle eq 0) { $toggle=1; *************** *** 274,278 **** $subfield_data{value_builder}= $results[$j]->{'value_builder'}; $subfield_data{toggle} = $toggle; ! warn "tagfield : ".$results[$j]->{'tagfield'}." tagsubfield :".$results[$j]->{'tagsubfield'}; push @internal_loop,\%subfield_data; $j++; --- 275,279 ---- $subfield_data{value_builder}= $results[$j]->{'value_builder'}; $subfield_data{toggle} = $toggle; ! # warn "tagfield : ".$results[$j]->{'tagfield'}." tagsubfield :".$results[$j]->{'tagsubfield'}; push @internal_loop,\%subfield_data; $j++; *************** *** 285,306 **** $template->param(select_display => "True", loop => \@loop_data); - if ($offset>0) { - my $prevpage = $offset-$pagesize; - $template->param(isprevpage => $offset, - prevpage=> $prevpage, - searchfield => $searchfield, - script_name => $script_name, - frameworkcode => $frameworkcode, - ); - } - if ($offset+$pagesize<$count) { - my $nextpage =$offset+$pagesize; - $template->param(nextpage =>$nextpage, - searchfield => $searchfield, - script_name => $script_name, - frameworkcode => $frameworkcode, - ); - } - # $sth->execute; $sth->finish; --- 286,289 ---- *************** *** 309,312 **** --- 292,296 ---- my $env; my ($count,$results)=StringSearch($env,$searchfield,$frameworkcode); + $cnt = $count; my $toggle=0; my @loop_data = (); *************** *** 330,350 **** } $template->param(loop => \@loop_data); ! if ($offset>0) { ! my $prevpage = $offset-$pagesize; ! $template->param(isprevpage => $offset, ! prevpage=> $prevpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } ! if ($offset+$pagesize<$count) { ! my $nextpage =$offset+$pagesize; ! $template->param(nextpage =>$nextpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } } } #---- END $OP eq DEFAULT --- 314,334 ---- } $template->param(loop => \@loop_data); ! } ! if ($offset>0) { ! my $prevpage = $offset-$pagesize; ! $template->param(isprevpage => $offset, ! prevpage=> $prevpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } ! if ($offset+$pagesize<$cnt) { ! my $nextpage =$offset+$pagesize; ! $template->param(nextpage =>$nextpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); } } #---- END $OP eq DEFAULT From hdl at users.sourceforge.net Wed Jun 1 15:22:09 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 01 Jun 2005 06:22:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.3,1.27.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29405/koha-tmpl/intranet-tmpl/default/en/parameters Modified Files: Tag: rel_2_2 marctagstructure.tmpl Log Message: Bug Fixing : Ugly display Non Working Arrows at the bottom of page. Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v retrieving revision 1.27.2.3 retrieving revision 1.27.2.4 diff -C2 -r1.27.2.3 -r1.27.2.4 *** marctagstructure.tmpl 1 Jun 2005 10:18:24 -0000 1.27.2.3 --- marctagstructure.tmpl 1 Jun 2005 13:22:07 -0000 1.27.2.4 *************** *** 114,226 **** !
          !

          Select a framework

          !
          " method="post"> ! ! "> ! !

          ! Display only used Tags/Subfields !

          ! ! NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script. !
          ! !
          !
          Reserve Found
          *************** *** 38,45 **** "> ! !

          --- 32,39 ---- "> ! !

          *************** *** 58,62 **** "> !

          --- 52,56 ---- "> !

          *************** *** 70,74 **** " value=""> !

          --- 64,68 ---- " value=""> !

          *************** *** 77,81 **** !
          Messages
          --- 71,75 ---- ! ! --- 35,52 ---- ! ! ! ! ! ! ! ! ! ! ! ! ! ! From hellen at users.sourceforge.net Sat Jun 25 14:58:55 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de mancredit.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de Modified Files: mancredit.tmpl Log Message: adjustments for 2.2.3 Index: mancredit.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/mancredit.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** mancredit.tmpl 17 May 2005 13:21:35 -0000 1.2 --- mancredit.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 10,14 **** ! --- 10,14 ---- ! From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bull statecollection.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/bull Modified Files: statecollection.tmpl Log Message: adjustments for 2.2.3 Index: statecollection.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/statecollection.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** statecollection.tmpl 17 May 2005 13:21:35 -0000 1.2 --- statecollection.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 35,43 **** --- 35,57 ---- *************** *** 55,59 **** --- 4,12 ----
          ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          *************** *** 11,17 **** "> ! !

          --- 15,21 ---- "> ! !

          *************** *** 19,22 **** --- 23,36 ----










          + +
          +

          Duplicate suspected with

          +

          You must either :

          + +
          + *************** *** 133,138 **** alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_missing_mandatory_tags +_("Pflichttags leer"); ! alertString2 += "\n- "+ total_missing_mandatory_subfields +_("Pflichtfeld leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } else { --- 147,152 ---- alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty"); ! alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)"); alert(alertString2); } else { *************** *** 165,170 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 179,184 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.4,1.5 detail.tmpl,1.3,1.4 searchresults.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: MARCdetail.tmpl detail.tmpl searchresults.tmpl Log Message: adjustments for 2.2.3 Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MARCdetail.tmpl 9 Jun 2005 17:54:31 -0000 1.4 --- MARCdetail.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 4,8 ****

          Biblionummer :

          ! " class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu virtuellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> --- 4,29 ----

          Biblionummer :

          !
          " class="button catalogue"> Biblio bearbeiten ! ! &op=duplicate" class="button catalogue"> ! Duplizieren ! " class="button catalogue"> ! Exemplar bearbeiten ! ! Löschen ! ! " class="button catalogue"> ! Vollanzeige ! ! " class="button catalogue"> Normalanzeige ! ! " class="button catalogue"> ISBD ! ! ')" class="button catalogue"> ! zu vituellem Regal hinzufügen ! ! ')" class="button catalogue"> ! Drucken ! " class="button catalogue"> *************** *** 363,367 **** function confirm_deletion() { ! var is_confirmed = confirm('Wollen Sie diesen Biblio wirklich löschen?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; --- 384,388 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/detail.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** detail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- detail.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 5,9 ****

          ()

          ! --- 94,98 ---- ! *************** *** 92,96 **** --- 114,118 ---- Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** searchresults.tmpl 17 May 2005 13:21:35 -0000 1.2 --- searchresults.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 63,67 **** Nicht verfügbar ()
          Exemplar vermißt ()
          ! Ausgemustert ()
          Entliehen ()
          --- 63,67 ---- Nicht verfügbar ()
          Exemplar vermißt ()
          ! Gelöscht ()
          Entliehen ()
          From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio.tmpl,1.3,1.4 additem.tmpl,1.4,1.5 isbnsearch.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbiblio.tmpl additem.tmpl isbnsearch.tmpl Log Message: adjustments for 2.2.3 Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** addbiblio.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- addbiblio.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 2,6 ****
          !

          Biblionummer :

          --- 2,6 ----

          !

          Biblionumber :

          *************** *** 9,15 **** "> ! ! z3950 Suche --- 9,15 ---- "> ! ! z3950 Suche Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** additem.tmpl 9 Jun 2005 17:54:31 -0000 1.4 --- additem.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 5,14 **** ">

          --- 5,19 ---- "> *************** *** 53,57 **** "> !
          FEHLER: Barcode ist bereits vorhanden
          --- 58,62 ---- "> !
          FEHLER: Strichcode ist bereits vorhanden
          *************** *** 100,106 **** document.f.submit(); } else { ! alertString2 = _("Formular nicht bearbeitet wegen der folgenden Probleme"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (siehe fett dargestellte Unterfelder)"); alert(alertString2); } --- 105,111 ---- document.f.submit(); } else { ! alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** isbnsearch.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- isbnsearch.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 12,16 ****
          !

          Ergebnisse in der Datenbank

          --- 12,16 ----
          !

          Biblios in der Datenbank

          *************** *** 32,36 **** &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere >> --- 32,36 ---- &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere>> *************** *** 38,44 ****

          ! Treffer bis ! Keine Treffer

          --- 38,44 ----

          ! Ergebnisse to of ! Nichts gefunden.

          *************** *** 62,71 ****
          ! --- 62,71 ---- ! *************** *** 92,96 **** &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere >> --- 92,96 ---- &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere>> *************** *** 98,113 ****

          ! Treffer bis ! Keine Treffer

          !

          Keine

          !

          Bibliografische Daten im Fremddatenpool

          Messages
          *************** *** 125,130 ****

          ! ! ! --- 11,15 ---- ! *************** *** 28,32 **** "> ! --- 28,32 ---- "> ! *************** *** 106,110 ****
          !

          Shelf-Liste

          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> --- 119,124 ----

          ! ! - ! ! ! --- 61,71 ---- ! ! ! *************** *** 71,85 **** - - - - - - - - - - -
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> *************** *** 140,143 **** --- 134,143 ---- + From shedges at users.sourceforge.net Mon Jun 13 12:24:31 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:24:31 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac - New directory Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14570/fr/opac Log Message: Directory /cvsroot/koha/koha-doc/fr/opac added to the repository From shedges at users.sourceforge.net Mon Jun 13 12:25:00 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:25:00 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac/CatKOHAimages - New directory Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac/CatKOHAimages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14857/fr/opac/CatKOHAimages Log Message: Directory /cvsroot/koha/koha-doc/fr/opac/CatKOHAimages added to the repository From shedges at users.sourceforge.net Mon Jun 13 12:26:57 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:26:57 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac CatKOHA.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15727/fr/opac Added Files: CatKOHA.xml Log Message: Adding Bib. de soc. CNRS opac users guide --- NEW FILE ---
          Catalogue KOHA : mode d’emploi 2005-06-11 2005 Bibliothèque de sociologie du CNRS, Paris Document sous licence Gnu-GPL This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-11 Initial XML markup.
          Le catalogue Le catalogue rassemble tous les documents acquis par la bibliothèque. Il contient également la liste complète des périodiques disponibles et environ 5000 notices descriptives correspondant à des articles de périodiques (20 revues analysées). Il permet d’effectuer des recherches documentaires à partir du fonds de la bibliothèque et de connaître la disponibilité d’un document à emprunter ou à consulter.
          Page d’accueil et modes d’accès La catalogue se consulte sur le web : http://catalogue.bibliothequedesociologie.cnrs.fr. Il est vivement recommandé d’utiliser le navigateur Mozilla, disponible gratuitement sur Internet. Vous avez le choix d’accéder au catalogue de manière anonyme ou en vous identifiant (réservé aux lecteurs inscrits à la bibliothèque).
          Page d’accueil
          Vous pouvez modifier la langue de l’interface si vous le souhaitez (mais la langue d’indexation des documents est le français. Seules quelques notices ont fait l’objet d’un résumé dans une autre langue).
          Pour s’identifier Saisissez votre identifiant (nom de famille en minuscules) et le mot de passe fourni au moment de votre inscription (si vous avez oublié votre mot de passe, contactez la bibliothèque).
          Identification
          L’accès en mode « Identifié » vous permet de consulter vos informations personnelles, d’effectuer des suggestions d’achats pour la bibliothèque, de vous constituer des étagères virtuelles. Attention : pensez à vous déconnecter à la fin de votre consultation.
          Méthode de recherche : quelques conseils Les recherches peuvent s'effectuer en texte intégral ou porter sur des champs ou des critères précis : auteur, titre, année de publication, éditeur ... Il n'est pas nécessaire de respecter les combinaisons majuscules/minuscules, les signes diacritiques (accent, tréma) ... Une recherche est faite sur tous les mots que vous entrez. Les mots vides sont ignorés. Si vous entrez, par exemple "les cadres en France" dans le titre, la liste de réponses contiendra tous les documents avec cadre ET France dans le titre ou le sous-titre. "Les" et « En » seront exclus. Si vous voulez entrer une partie de mot, mettez une * ou un % à la fin du mot. Par exemple, "urbanis*" donnera "urbanisme" mais aussi "urbanistique", « urbanisation », etc.
          Deux modes de recherche vous sont proposés : Recherche simple Allez sur la page d’accueil et tapez un ou plusieurs termes dans la zone de saisie. Cliquez sur OK
          Recherche simple
          Les termes saisis dans cette zone sont par défaut reliés par l'opérateur ET.
          Recherche avancée Cliquez sur Recherche avancée
          Recherche avancée
          Tapez un ou plusieurs termes dans la zone "N’importe où". La recherche portera sur tous les éléments de la notice du document. Les termes saisis dans cette zone sont par défaut reliés par l'opérateur ET. ou Tapez un ou plusieurs termes dans les zones dédiées aux informations souhaitées (auteur, titre, etc.). Entre chaque zone, l’opérateur par défaut est le « ET ». Zone Titre : vous pouvez entrer un titre complet ou partiel. La recherche sera faite aussi sur les sous-titres et les autres champs relatifs au titre. Zone auteur : vous pouvez entrer un nom ou un prénom. La recherche est aussi faite sur les co-auteurs et les autres champs en relation (traducteur, illustrateur...). N'oubliez pas qu'un auteur peut concerner un auteur physique (Pierre Bourdieu) ou moral (CNRS...). Une recherche plus sélective est possible en précisant : un type de document : périodiques, article de périodiques, thèse, rapport, etc.
          Affichage des résultats
          Affichage sous forme de liste Cet affichage vous permet de vérifier la disponibilité des documents et leur localisation (Cote) Cliquez sur le titre pour consulter la notice. Cochez les notices à ajouter dans votre panier. Cliquez sur « réserver » pour réserver un document : le document ne pourra pas être emprunté par un autre lecteur. La réservation s’annule automatiquement au bout de 3 semaines ou lorsque vous avez emprunté le document. Si le document est déjà réservé par un autre lecteur, votre demande sera mise en file d’attente. Attention : la réservation n'est pas une commande. Pour obtenir l’ouvrage réservé, il faut remplir un formulaire de prêt en salle de lecture.
          Affichage sous forme de liste
          Format d’affichage SIMPLE Vous pouvez « rebondir » sur les mots clés de la notice pour une nouvelle recherche
          Format d’affichage SIMPLE
          Format d’affichage ISBD (International Standard Book Description) Vous pouvez récupérer cette notice dans un traitement de texte en effectuant un Copier/Coller
          Format d’affichage ISBD
          Format d’affichage « Notice Complète » Cliquez sur les onglets (0/1/2/3) pour visualiser les informations. L’onglet « Items » contient les indications relatives aux exemplaires (la cote par exemple)
          Notice Complète
          Informations lecteurs Pour consulter vos informations, il faut vous identifier. Pour modifier vos coordonnées, cliquez sur «mettre à jour » et indiquez quelles sont les données à corriger.
          Informations lecteurs
          Panier Pour se constituer un panier, cochez les notices dans la liste des résultats et cliquez sur « Ajoutez les éléments cochés au panier »:
          Ajoutez les éléments cochés au panier
          Cliquez sur « Panier de notice » pour visualisez les notices sélectionnées
          Panier de notice
          Pour visualiser une notice dans un autre format d’affichage, cliquez sur le titre du document. Vous pouvez imprimer les notices du panier ou les envoyer par mél.
          Les envoyer par mél
          Étagères virtuelles Cette fonctionnalité vous permet de sélectionner un ensemble de documents et de conserver la sélection d’une session à l’autre (contrairement au Panier qui disparaît à l’issue de chaque consultation du catalogue). Pour créer ou consulter une étagère virtuelle, il faut vous identifier. Cliquez sur « Étagères virtuelles » à partir de la page d’accueil, pour consulter les étagères déjà créées. Pour créer une nouvelle étagère, cliquez sur créer une nouvelle étagère. Il existe 3 catégories d’étagères : Une étagère virtuelle privée est gérée par vous seul, et ne peut être vue que de vous. Une étagère publique peut être vue par tous, mais gérée uniquement par vous. Une étagère libre peut être gérée par n'importe quel utilisateur.
          Étagères virtuelles
          Lorsque vous consultez le catalogue, vous pouvez sélectionner une ou plusieurs notices à ajouter dans l'étagère : cliquez sur la notice et ensuite sur la fonction « Ajouter dans l’étagère ». Sélectionnez l’étagère dans laquelle vous souhaitez déposer la notice.
          Suggestions d’achat Cette fonctionnalité vous permet de proposer des suggestions d’acquisition à l’équipe de la bibliothèque. Vous recevrez automatiquement un mél en réponse à votre suggestion d’achat. Pour consulter vos suggestions, sélectionnez « moi-même » dans la colonne «Suggéré par » et cliquez sur « Chercher »
          Suggestions d’achat
          Lorsque vous saisissez une suggestion, remplissez la grille de manière la plus précise possible. Ajoutez dans la zone « Note » les éventuels commentaires que vous auriez à formuler.
          Saisir une nouvelle suggestion
          From shedges at users.sourceforge.net Mon Jun 13 12:31:17 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:31:17 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr migrer_ses_donnees.xml,1.2,NONE scripts ligne de commande.xml,1.2,NONE Message-ID: Update of /cvsroot/koha/koha-doc/fr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18139/fr Removed Files: migrer_ses_donnees.xml scripts ligne de commande.xml Log Message: Removing duplicate documents that have been moved to subdirectories. --- migrer_ses_donnees.xml DELETED --- ***** Bogus filespec: scripts ***** Bogus filespec: ligne ***** Bogus filespec: de --- commande.xml DELETED --- From shedges at users.sourceforge.net Mon Jun 13 13:08:53 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 04:08:53 -0700 Subject: [Koha-cvs] CVS: koha-doc codingguidelines.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4193 Added Files: codingguidelines.xml Log Message: draft of coding standards and guidelines --- NEW FILE ---
          Koha Coding Standards and Guidelines for Contributors
          Introduction As in other free and open source software projects, Koha contains code that has been contributed to the project by many different developers. Koha is now a complex piece of software, and we'd like continue to improve the overall code standards to make it easier for new developers to join the project, and to make existing code easier to maintain. These standards and guidelines are intended to give Koha a reasonably consistent style throughout the code and to ensure maintainability. When you commit new code to Koha, please do your best to comply with these guidelines -- it will increase the chances of your code become part of a stable Koha release. And if you find code in Koha that doesn't comply with these guidelines, please feel free to fix it, just as you would correct any bug.
          Code style Koha code should conform to the guidelines defined in the perlstyle man page as they apply to code details (indenting, etc.). As for the general structure of the code, all Koha code must be separated into three types: the Perl code; the database (DB) access code; and the HTML code. These three code types, as well as the Koha naming conventions, are explained in the following sections.
          HTML All code controlling the "appearance layer" is contained in HTML::Template files. These files are located in the koha-tmpl directory in CVS (currently http://sourceforge.net/cvs/?group_id=16466). They must contain all the code controlling the presentation layer. There are at least two good reasons for this: the look of Koha can be changed by rewriting only the templates, changing nothing in the Perl code itself; and there is a tool to translate templates, so it's the only way to localise our preferred ILS. Almost all the actual Koha presentation pages use templates. Only a few exceptions (that can be considered bugs) remain at the time of writing.
          Templates location The koha-tmpl directory contains two different sub-directories: opac-tmpl and intranet-tmpl. Under those two are the themes directories, and one directory for each language -- for example, intranet-tmpl/default/en for English default templates. The templates should be stored in a directory that parallels the location of the Perl scripts. For example, the Perl scripts located in the $KOHA/acqui.simple directory should use templates located in $KOHA/koha-tmpl/intranet-tmpl/<theme>/<language>/acqui.simple. Exceptions: Scripts located in $KOHA/admin/ use templates located in $KOHA/intranet-tmpl/<theme>/<language>/parameters/ Some scripts in $KOHA/members/ use templates located in $KOHA/intranet-tmpl/<theme>/<language>/ Simple HTML "includes" files for placing standard headers and footers on Koha pages are located in $KOHA/intranet-tmpl/<theme>/<language>/includes/ When modifying templates, you should only modify the English one manually. All other languages are automatically generated from the English templates through a .po file and the script located in misc/translator/tmpl_process3.pl.
          Online help The $KOHA/koha-tmpl/<theme>/<language>/help directory contains online help. Under the help directory is a complete copy of the Koha directory structure, with templates using the same name as the "true" templates. These templates must contain online help. The $KOHA/help.pl script is called when the user clicks on "Help," which opens/shows the templates in this directory. PLEASE write online help when you add features.
          Template content There is usually only one template for a given .pl file. For example, the template related to circulation/returns.pl should be circulation/returns.tmpl. If there are different possible behaviours, they should be separated by a TMPL_IF. For example, $KOHA/koha-tmpl/intranet-tmpl/<theme>/<language>/parameters contains: <!-- TMPL_IF name="add_form" --> that controls what is shown when the user wants to add something (as determined by the Perl script): if ($op) { $template->param(script_name => $script_name, $op => 1); # We show only the TMPL_VAR names $op. } else { $template->param(script_name => $script_name, else => 1); # We show only the TMPL_VAR names $op. } Note that some scripts use two different templates, depending on what the user wants to do. This is sometimes a mistake in Koha design, sometimes not. For example, in $KOHA/opac/opac-search.pl, we can use the opac-search or opac-searchresults template, depending on the step of the search. Both templates are big, so merging them would not be a good idea for maintenance and readability of Koha code.
          DB access No database (DB) access routines should ever be included in .pl files. All DB access routines should be in the C4 directory, in .pm modules. There is one .pm module for each logical "librarian activity." For example, everything related to circulation must be in C4/Circulation/Circ2.pm. All inclusion of Perl variables in SQL commands should be done through prepare() statements with ? placeholders, and then using bind() and/or execute() calls. This helps with security and other testing. The C4/Context.pm module contains everything related to technical variables (creating a DB handler, getting a systempreference, etc.). The C4/Koha.pm module contains everything related to things that are useful everywhere in Koha, such as getting a branch list or a branch detail. (At the time of writing, this module probably should be improved. Some subroutines, for instance, are located in other modules but would be better here.) Exception: parameters management scripts. For historic reasons, and because they don't do anything complex in the database, all scripts in $KOHA/admin/ deal directly with the database. This is not really a bug, even if it does seem to break the rule. (Think of it as "the exception that proves the rule.")
          Perl scripts Perl scripts are the scripts that are run from cgi-bin (or mod_perl). They all have (almost) the same behaviour: read parameters; open an HTML::Template file (that checks the user rights to access the page if needed -- if the user doesn't have the correct permissions, show a "sorry no access" page and end); depending on the parameters (often, in a $op variable, but not always), run subroutines from a C4/*.pm package to do something in the database; using the parameters and the results of the previous operations, fill the template; and send the template to the user. Some scripts are run on the command line. They all are located in the misc directory. The misc directory does not contain any scripts that can be run as cgi-bin. Command line scripts executed without any parameters should return a "help" listing of possible parameters and exit without doing anything.
          Naming conventions
          Script names The script names must be related to what they do, and they must be located in a directory that is related to a logical "librarian activity". For example, all scripts related to circulation are in $KOHA/circ/. Exceptions: The acqui.simple directory contains all the code for MARC cataloguing. The directory name obviously is not related to the "librarian activity," but it's historic. The bull directory is related to serials management. Most of the code in this directory was developed in France, and "serials management" is "bulletinage" in French -- but in general, script and directory names should be in English. Some scripts related to borrowers are still in the $KOHA/ directory (pay.pl for example).
          Variable names Variables can be of three types: Perl variables; template variables; or hash entries from a SQL request. All three variables should have the same name. For example, if you get the field issuelength from the issuingrules table, then you should have a <!-- TMPL_VAR name="issuelength" --> in the template, and either a $issuelength or $issuingrules->{'issuelength'} variable in the Perl code. Sometimes you must use the same field/variable from two different points of view. In this case, use two variable names, with something distinctive before the "simple" name. For example if you need "librarian name" and "borrower name" from borrowers.surname, use librariansurname and borrowersurname.
          Commenting style Scripts and modules in Koha are expected to contain clear and helpful comments to assist other developers who want to work on the code. Despite the availability of external documentation, source code listings should be able to stand on their own, because external documentation may not adequately describe the details and intent of the developer(s). Please make sure you include enough comments to keep your coding intentions understandable, and try to follow these guidelines: Please write your comments in English or request translation. Write in complete sentences, capitalize the first word, and put two spaces after the end of each sentence (so that the Emacs sentence commands will work). Comments should start with a # and a single space. Comment your code when you do something that someone else may not think is "trivial." In other words, comment anything that is not readily obvious in the code. Each Koha file should begin with a block comment containing: basic information about the file, such as file name, version, date, author:# addbiblio.pl, v 1.52.2.6, 2005/05/19, tipaul the standard Koha copyright message:# Copyright 2000-2005 Katipo Communications # Copyright 2005 <author or employer> # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA All block comments should consist of one or more paragraphs built out of complete sentences, and each sentence should end in a period. Block comments generally apply to some (or all) code that follows them, and are indented to the same level as that code. Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment). Paragraphs inside a block comment are separated by a line containing a single #. Block comments are best surrounded by a blank line above and below them. Provide comments at the beginning of every function (unless the function is very short and its purpose is obvious) indicating the function's purpose, assumptions, and limitations. The comments should be a brief introduction to understand why the function exists and what it can do. Document how it does it, too, if that is not obvious. Place a blank line between a function and its description. Include information about the sorts of arguments it gets, and what the possible values of arguments mean and are used for. Also explain the significance of the return value, if there is one. Use comments on code that consists of loops and logic branches. These are key areas that will assist the reader when reading source code. Try to avoid adding comments at the end of a line of code; end-line comments make code more difficult to read. End-line comments are appropriate, however, when annotating variable declarations. In this case, try to align all end-line comments at a common tab stop. (End-line comments should be separated by at least two spaces from the statement.) When modifying code, always keep the commenting around it up to date. Keeping the comments up-to-date when the code changes is a priority -- comments that contradict the code are worse than no comments! Identify the change with the date and your user name. Avoid using clutter comments, such as an entire line of asterisks. Instead, use white space to separate comments from code. Avoid the use of superfluous or inappropriate comments, such as humorous sidebar remarks. To prevent recurring problems, always use comments on bug fixes and work-around code, especially in this team environment. When you want to leave notes about functionalities to be added, put TODO: in front of the actual comments so developers can easily search for them. When you want to leave notes about bugs to be fixed, put FIXME: in front of the actual comments so developers can easily search for them. One other type of comment that developers may overlook is the cvs log message added when committing a file, but these comments are also very important. The messages should never be omitted and should give enough description to let other developers know what you are doing without having to read the code itself. In the case of bug fixes, it is also recommended that the messages include the bug number and the bug title, as well as a brief description of the fix.
          POD style (in modules) Koha modules should be documented with extensive comments written in POD ("Plain Old Documentation") format. Instructions for the POD markup language can be found in the perlpod man page. POD comments should include as least the following headings: NAME The name of the module and a very brief description of the type of functions contained in the module. SYNOPSIS This may give an example of how to access the module from a script, but it may also contain any general discussion of the purpose or behavior of the module's functions, and discussion of changes made to the module. DESCRIPTION If not included in the SYNOPSIS, a general description of the module's purpose should appear here. FUNCTIONS Descriptions of each function in the module, beginning with an example of how the function is called and continuing with a description of the behavior of the function. AUTHOR This will generally be the "Koha Development Team," but may also be an individual developer who has made significant contributions to the module. Give a contact e-mail address. For two examples, see the POD comments in the Search.pm module (perldoc Search.pm) and the Biblio.pm module.
          From tipaul at users.sourceforge.net Mon Jun 13 17:12:21 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 13 Jun 2005 08:12:21 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po css_opac_fr_FR.po,1.6.2.4,1.6.2.5 default_intranet_fr_FR.po,1.5.2.5,1.5.2.6 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10372/misc/translator/po Modified Files: Tag: rel_2_2 css_opac_fr_FR.po default_intranet_fr_FR.po Log Message: translation update for 2.2.3 release Index: css_opac_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/css_opac_fr_FR.po,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -C2 -r1.6.2.4 -r1.6.2.5 *** css_opac_fr_FR.po 31 Mar 2005 07:47:01 -0000 1.6.2.4 --- css_opac_fr_FR.po 13 Jun 2005 15:12:03 -0000 1.6.2.5 *************** *** 9,14 **** msgstr "" "Project-Id-Version: css_opac_fr_FR\n" ! "POT-Creation-Date: 2005-03-30 15:44+0200\n" ! "PO-Revision-Date: 2005-03-30 16:34+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: css_opac_fr_FR\n" ! "POT-Creation-Date: 2005-06-13 14:55+0200\n" [...2358 lines suppressed...] msgid "week" msgstr "semaine" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:40 msgid "year" msgstr "année" --- 2296,2308 ---- msgstr "vol. %s" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:54 ! msgid "wednesday" ! msgstr "mercredi" ! ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:17 msgid "week" msgstr "semaine" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:41 msgid "year" msgstr "année" Index: default_intranet_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/default_intranet_fr_FR.po,v retrieving revision 1.5.2.5 retrieving revision 1.5.2.6 diff -C2 -r1.5.2.5 -r1.5.2.6 *** default_intranet_fr_FR.po 7 Apr 2005 12:02:10 -0000 1.5.2.5 --- default_intranet_fr_FR.po 13 Jun 2005 15:12:13 -0000 1.5.2.6 *************** *** 9,14 **** msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-04-06 14:34+0200\n" ! "PO-Revision-Date: 2005-04-06 14:45+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-07 16:19+0200\n" [...7442 lines suppressed...] #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:140 msgid "value" msgstr "valeur" *************** *** 13394,13399 **** msgstr "semaine" - #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-detail.tmpl:24 #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl:25 msgid "will result in the following issues numbers :" msgstr "Donnera les numéros de parution suivants" --- 13585,13590 ---- msgstr "semaine" #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl:25 + #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-detail.tmpl:24 msgid "will result in the following issues numbers :" msgstr "Donnera les numéros de parution suivants" From joshferraro at users.sourceforge.net Tue Jun 14 20:24:25 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 11:24:25 -0700 Subject: [Koha-cvs] CVS: koha/misc/sql-datas/english sample_usmarc.readme,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/misc/sql-datas/english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24497 Added Files: Tag: rel_2_2 sample_usmarc.readme Log Message: readme for sample usmarc file. --- NEW FILE --- The included sample_usmarc.mrc can be used to demonstrate import of a set of MARC21 (iso2709) records. The set includes about 3K records. Note that if you want holdings to work correctly you'll have to tweak the records to match your local configuration. To import the records use the bulkmarcimport tool in misc/migration_tools/ If you have questions feel free to ask them on the list or email me directly. Joshua Ferraro jmf at liblime dot com From joshferraro at users.sourceforge.net Wed Jun 15 01:18:55 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 16:18:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes favicon.ico,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19961/koha-tmpl/opac-tmpl/npl/en/includes Added Files: favicon.ico Log Message: to get rid of pesky log message complaining about favicon.ico From joshferraro at users.sourceforge.net Wed Jun 15 01:22:13 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 16:22:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl favicon.ico,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21595 Added Files: favicon.ico Log Message: Getting rid of pesky favicon.ico log message --- NEW FILE --- >?ÿÿÿÿÿÿ67789:;ÿÿÿÿÿÿ010234ÿ5ÿÿÿÿÿÿ,-./ÿÿÿÿÿÿÿÿ'()*+ÿÿÿÿÿÿÿÿÿ $ ÿÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿ From hdl at users.sourceforge.net Wed Jun 15 15:21:25 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 06:21:25 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.44,1.45 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31993/C4 Modified Files: SearchMarc.pm Log Message: Deleting joined tables without condition. Issues, reserves, items. Major Bug fixed : Catalogsearch would work no more. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -r1.44 -r1.45 *** SearchMarc.pm 3 Jun 2005 03:58:26 -0000 1.44 --- SearchMarc.pm 15 Jun 2005 13:21:22 -0000 1.45 *************** *** 281,289 **** my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); --- 281,289 ---- my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-MARCdetail.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328/opac Modified Files: opac-MARCdetail.pl Log Message: Displaying dashed isbn. Index: opac-MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-MARCdetail.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-MARCdetail.pl 4 May 2005 09:02:38 -0000 1.6 --- opac-MARCdetail.pl 15 Jun 2005 16:09:42 -0000 1.7 *************** *** 118,121 **** --- 118,124 ---- if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{isurl}) { $subfield_data{marc_value}="$subf[$i][1]"; + } elsif ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{kohafield} eq "biblioitems.isbn") { + # warn " tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}. "ISBN : ".$subf[$i][1]."PosttraitementISBN :".DisplayISBN($subf[$i][1]); + $subfield_data{marc_value}=DisplayISBN($subf[$i][1]); } else { if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{authtypecode}) { From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.119,1.120 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328/C4 Modified Files: Biblio.pm Log Message: Displaying dashed isbn. Index: Biblio.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -r1.119 -r1.120 *** Biblio.pm 1 Jun 2005 20:43:58 -0000 1.119 --- Biblio.pm 15 Jun 2005 16:09:43 -0000 1.120 *************** *** 71,74 **** --- 71,75 ---- &FindDuplicate + &DisplayISBN ); *************** *** 476,479 **** --- 477,481 ---- my ( $dbh, $bibid ) = @_; my $record = MARC::Record->new(); + # warn "". $bidid; #---- TODO : the leader is missing *************** *** 2621,2625 **** return; } ! END { } # module clean-up code here (global destructor) --- 2623,2661 ---- return; } ! sub DisplayISBN { ! my ($isbn)=@_; ! my $seg1; ! if(substr($isbn, 0, 1) <=7) { ! $seg1 = substr($isbn, 0, 1); ! } elsif(substr($isbn, 0, 2) <= 94) { ! $seg1 = substr($isbn, 0, 2); ! } elsif(substr($isbn, 0, 3) <= 995) { ! $seg1 = substr($isbn, 0, 3); ! } elsif(substr($isbn, 0, 4) <= 9989) { ! $seg1 = substr($isbn, 0, 4); ! } else { ! $seg1 = substr($isbn, 0, 5); ! } ! my $x = substr($isbn, length($seg1)); ! my $seg2; ! if(substr($x, 0, 2) <= 19) { ! # if(sTmp2 < 10) sTmp2 = "0" sTmp2; ! $seg2 = substr($x, 0, 2); ! } elsif(substr($x, 0, 3) <= 699) { ! $seg2 = substr($x, 0, 3); ! } elsif(substr($x, 0, 4) <= 8399) { ! $seg2 = substr($x, 0, 4); ! } elsif(substr($x, 0, 5) <= 89999) { ! $seg2 = substr($x, 0, 5); ! } elsif(substr($x, 0, 6) <= 9499999) { ! $seg2 = substr($x, 0, 6); ! } else { ! $seg2 = substr($x, 0, 7); ! } ! my $seg3=substr($x,length($seg2)); ! $seg3=substr($seg3,0,length($seg3)-1) ; ! my $seg4 = substr($x, -1, 1); ! return "$seg1-$seg2-$seg3-$seg4"; ! } END { } # module clean-up code here (global destructor) *************** *** 2636,2639 **** --- 2672,2678 ---- # $Id$ # $Log$ + # Revision 1.120 2005/06/15 16:09:43 hdl + # Displaying dashed isbn. + # # Revision 1.119 2005/06/01 20:43:58 genjimoto # patch from Genji (Waylon R.) to update subjects in MARC tables when systempref has MARC=OFF From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.26,1.27 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328 Modified Files: MARCdetail.pl Log Message: Displaying dashed isbn. Index: MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/MARCdetail.pl,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** MARCdetail.pl 1 Mar 2005 13:40:47 -0000 1.26 --- MARCdetail.pl 15 Jun 2005 16:09:44 -0000 1.27 *************** *** 116,121 **** --- 116,125 ---- $subfield_data{marc_lib}=$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{lib}; $subfield_data{link}=$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{link}; + # warn "tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}."lien koha? : "$subfield_data{link}; if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{isurl}) { $subfield_data{marc_value}="$subf[$i][1]"; + } elsif ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{kohafield} eq "biblioitems.isbn") { + # warn " tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}. "ISBN : ".$subf[$i][1]."PosttraitementISBN :".DisplayISBN($subf[$i][1]); + $subfield_data{marc_value}=DisplayISBN($subf[$i][1]); } else { if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{authtypecode}) { From hdl at users.sourceforge.net Wed Jun 15 21:55:16 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 12:55:16 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.19,1.20 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22380/koha-tmpl/opac-tmpl/css/en/includes Modified Files: opac.css Log Message: Displaying overdues with red font. Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** opac.css 4 May 2005 08:58:30 -0000 1.19 --- opac.css 15 Jun 2005 19:55:14 -0000 1.20 *************** *** 268,271 **** --- 268,282 ---- /* BLOCS */ + #problem { + color: white; + font-weight:bold; + background-color:red; + } + .problem { + color: white; + font-weight:bold; + background-color:red; + } + /* the mainbloc : everything is in mainbloc, except menu */ #mainbloc { From hdl at users.sourceforge.net Wed Jun 15 21:55:17 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 12:55:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-user.tmpl,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22380/koha-tmpl/opac-tmpl/css/en Modified Files: opac-user.tmpl Log Message: Displaying overdues with red font. Index: opac-user.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** opac-user.tmpl 4 May 2005 08:58:32 -0000 1.9 --- opac-user.tmpl 15 Jun 2005 19:55:14 -0000 1.10 *************** *** 61,69 ****
          OVERDUE
          ! ! ! YesNo
          YesNoYesNo
          --- 73,76 ---- From hdl at users.sourceforge.net Thu Jun 16 17:06:25 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 08:06:25 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes intranet-main.css,1.4,1.4.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32277/koha-tmpl/intranet-tmpl/default/en/includes Modified Files: Tag: rel_2_2 intranet-main.css Log Message: adding rapid links to pages inside Index: intranet-main.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -r1.4 -r1.4.2.1 *** intranet-main.css 30 Jul 2004 14:29:40 -0000 1.4 --- intranet-main.css 16 Jun 2005 15:06:22 -0000 1.4.2.1 *************** *** 55,59 **** text-align:center; background-color:#ad11ad; ! color: #FFFFFF; text-decoration: normal; font-weight: bold; --- 55,59 ---- text-align:center; background-color:#ad11ad; ! color: #000000; text-decoration: normal; font-weight: bold; *************** *** 84,87 **** --- 84,106 ---- } + h2 { + margin-top:0px; + margin-bottom:4px; + text-align:center; + padding:0px; + font-size:125%; + padding-left:10px; + padding-right:10px; + padding-bottom:3px; + padding-top:3px; + } + h2.reports{ + text-align:center; + background-color: #6b7cbe; + color: #FFFFFF; + text-decoration: normal; + font-weight: bold; + } + h1.circulation{ text-align:center; *************** *** 92,95 **** --- 111,123 ---- } + h1.authority { + text-align:center; + background-color: #6b7cbe; + color:#000000; + text-decoration: normal; + font-weight: bold; + background-image:none; + } + h1.parameters{ text-align:center; *************** *** 121,125 **** cursor: hand; background-color:#ad11ad; ! color:#FFFFFF; font-weight: bold; border:1px solid #000000; --- 149,153 ---- cursor: hand; background-color:#ad11ad; ! color:#000000; font-weight: bold; border:1px solid #000000; *************** *** 127,131 **** } ! a.members { font-weight: normal; text-decoration: none; --- 155,167 ---- } ! .little { ! font-weight: normal; ! font-size:10pt; ! padding:0px 0px 0px 0px; ! text-decoration: none; ! line-height:100%; ! } ! ! .members { font-weight: normal; text-decoration: none; *************** *** 135,139 **** line-height:200%; } ! a.members:hover { background-color: #86c268; border:1px solid #000000; --- 171,175 ---- line-height:200%; } ! .members:hover { background-color: #86c268; border:1px solid #000000; *************** *** 144,148 **** } ! a.acquisition { font-weight: normal; text-decoration: none; --- 180,200 ---- } ! a.authority { ! font-weight: normal; ! text-decoration: none; ! cursor: hand; ! color:#777777; ! font-weight: bold; ! line-height:200%; ! } ! a.authority:hover { ! background-color: #6b7cbe; ! border:1px solid #000000; ! color: #000000; ! text-decoration: none; ! font-weight: bold; ! } ! ! .acquisition { font-weight: normal; text-decoration: none; *************** *** 152,156 **** line-height:200%; } ! a.acquisition:hover { background-color: #ffdf61; border:1px solid #000000; --- 204,208 ---- line-height:200%; } ! .acquisition:hover { background-color: #ffdf61; border:1px solid #000000; *************** *** 169,172 **** --- 221,225 ---- line-height:200%; } + a.reports:hover { background-color: #6b7cbe; *************** *** 178,182 **** } ! a.circulation { font-weight: normal; text-decoration: none; --- 231,235 ---- } ! .circulation { font-weight: normal; text-decoration: none; *************** *** 186,190 **** line-height:200%; } ! a.circulation:hover { background-color: #be6170; border:1px solid #000000; --- 239,243 ---- line-height:200%; } ! .circulation:hover { background-color: #be6170; border:1px solid #000000; *************** *** 262,263 **** --- 315,323 ---- padding:0px; } + + #bloc25, .bloc25 { + float:left; + border:1px solid #000000; + margin:0px; + padding:0px; + } From hdl at users.sourceforge.net Thu Jun 16 17:06:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 08:06:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en intranet-main.tmpl,1.25,1.25.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32277/koha-tmpl/intranet-tmpl/default/en Modified Files: Tag: rel_2_2 intranet-main.tmpl Log Message: adding rapid links to pages inside Index: intranet-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -r1.25 -r1.25.2.1 *** intranet-main.tmpl 20 Sep 2004 15:25:22 -0000 1.25 --- intranet-main.tmpl 16 Jun 2005 15:06:23 -0000 1.25.2.1 *************** *** 43,46 **** --- 43,55 ---- layer.style.visibility = 'hidden'; } + function addauthority() { + X = document.forms["f"].authtype.value; + window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X; + } + function searchauthority() { + X = document.forms["f"].authtype2.value; + Y = document.forms["f"].value.value; + window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; + } --- 25,29 ---- var MSG_NO_RECORD_ADDED = _("No biblio added"); function Dopop(link) { ! newin=window.open(link,'popup','width=700,height=500,toolbar=false,scrollbars=yes'); } From tipaul at users.sourceforge.net Thu Jun 16 17:40:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:40:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.6,1.17.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16476/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css Log Message: minor changes in css for better IE compliance Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.6 retrieving revision 1.17.2.7 diff -C2 -r1.17.2.6 -r1.17.2.7 *** opac.css 6 Jun 2005 14:06:14 -0000 1.17.2.6 --- opac.css 16 Jun 2005 15:40:15 -0000 1.17.2.7 *************** *** 169,173 **** vertical-align:top; position:static; - /* position:relative;*/ display:table-cell; } --- 169,172 ---- *************** *** 379,405 **** /* for SubscritptionHistory view */ div.tabsubs { ! width:25px; ! margin-left:10px; ! margin-top:100px; } div.tabsubs a { - display:block; font-size: small; border: thin solid black; margin-right: 2px; ! padding: 15px 30px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tabsub { background-color: #ACE6E6; visibility:hidden; ! margin-left:72px; ! margin-top:100px; ! margin-right:10%; } - /* for MARC view */ div.tabs { --- 378,402 ---- /* for SubscritptionHistory view */ div.tabsubs { ! margin-left:150px; ! position:inline; } div.tabsubs a { font-size: small; border: thin solid black; margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 5px 0px 0px; } div.tabsub { background-color: #ACE6E6; + position:absolute; visibility:hidden; ! margin-left:150px; ! margin-top:0px; ! border:4px; } /* for MARC view */ div.tabs { From tipaul at users.sourceforge.net Thu Jun 16 17:42:12 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:42:12 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.3,1.1.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17563/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: * css change for better IE compliance * adding switch from complete to compact history view Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -r1.1.2.3 -r1.1.2.4 *** opac-full-serial-issues.tmpl 6 Jun 2005 12:16:06 -0000 1.1.2.3 --- opac-full-serial-issues.tmpl 16 Jun 2005 15:42:03 -0000 1.1.2.4 *************** *** 3,7 **** -

          Subscription information for biblio # with title :

          " class="button catalogue">Back to biblio --- 3,6 ---- *************** *** 10,16 **** !
          " >)">
          --- 9,16 ---- ! )"> + &selectview=small">Compact view *************** *** 45,50 **** - "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123i.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; --- NEW FILE --- #!/usr/bin/perl # $Id: unimarc_field_123j.pl,v 1.1.2.2 2005/06/16 15:49:40 tipaul Exp $ # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Auth; use CGI; use C4::Context; use HTML::Template; use C4::Search; use C4::Output; =head1 plugin_parameters : other parameters added when the plugin is called by the dopop function =cut sub plugin_parameters { my ($dbh,$record,$tagslib,$i,$tabloop) = @_; return ""; } sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; my $function_name= "123j".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123j.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From tipaul at users.sourceforge.net Thu Jun 16 17:51:07 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:51:07 -0700 Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.13.2.1,1.13.2.2 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22225/z3950 Modified Files: Tag: rel_2_2 processz3950queue Log Message: fix for UNIMARC BNF behaviour (now work as expected) Index: processz3950queue =================================================================== RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -C2 -r1.13.2.1 -r1.13.2.2 *** processz3950queue 30 Mar 2005 09:53:39 -0000 1.13.2.1 --- processz3950queue 16 Jun 2005 15:51:05 -0000 1.13.2.2 *************** *** 281,292 **** for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata; ! # use render() or rawdata() depending on the type of the returned record ! if (ref($rec) eq "Net::Z3950::Record::USMARC") { ! $marcdata = $rec->rawdata(); ! } ! if (ref($rec) eq "Net::Z3950::Record::UNIMARC") { ! $marcdata = $rec->rawdata(); ! } $globalencoding = ref($rec); $result.=$marcdata; --- 281,285 ---- for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata = $rec->rawdata(); $globalencoding = ref($rec); $result.=$marcdata; From tipaul at users.sourceforge.net Thu Jun 16 17:50:24 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:50:24 -0700 Subject: [Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.4.2.1 Message-ID: Update of /cvsroot/koha/koha/z3950/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21986/z3950/server Modified Files: Tag: rel_2_2 zed-koha-server.pl Log Message: bugfix in SQL query. Now the z3950 server works... Index: zed-koha-server.pl =================================================================== RCS file: /cvsroot/koha/koha/z3950/server/zed-koha-server.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -r1.4 -r1.4.2.1 *** zed-koha-server.pl 3 Jun 2004 01:48:19 -0000 1.4 --- zed-koha-server.pl 16 Jun 2005 15:50:22 -0000 1.4.2.1 *************** *** 58,62 **** use C4::Biblio; use strict; ! my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope --- 58,62 ---- use C4::Biblio; use strict; ! # my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope *************** *** 86,89 **** --- 86,90 ---- sub run_query { ## Run the query and store the biblionumbers: my ($sql_query, $query, $args) = @_; + my $dbh = C4::Context->dbh; my $sth_get = $dbh->prepare("$sql_query"); *************** *** 145,149 **** print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblio ON marc_biblio.biblionumber = biblio.biblionumber WHERE biblio.isbn LIKE ?"; &run_query($sql_query, $query, $args); --- 146,150 ---- print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblioitems ON marc_biblio.biblionumber = biblioitems.biblionumber WHERE biblioitems.isbn LIKE ?"; &run_query($sql_query, $query, $args); *************** *** 269,392 **** $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! my $recordstring=$MARCRecord->as_usmarc(); ! ## print "here is my record: $recordstring\n"; ! ! ## Troubleshooting: ! ## use Data::Dumper; ! ## Dumper $recordstring; ! ## open (MARC, ">/root/marc.dump"); ! ## print MARC "$recordstring"; ! ## close MARC; ! ! ## Convert from 852/4 to 952: ! ## 942a --> 852a Organization code ! ## 952b --> 852b Home branch ! ## 942k --> 852h Classification ! ## 952p --> 852p Barcode ! ! my $record = MARC::Record->new_from_usmarc($recordstring); ! my @fields942 = $record->field('942'); ! my $field842 = $fields942[0]; ! my ($field952, $sub852a, $sub852k, $sub852b, $sub852p, $sub852h); ! ! ! ## while ( my $record = $batch->next() ) { ! ## my @fields942 = $record->field('942'); ! ## my $field842 = $fields942[0]; ! ## #grab first 942 (only need one, they are same for all items) ! ## my $sub852a = ($field842->subfield('a') || ''); ! ## my $sub852h = ($field842->subfield('k') || ''); ! ! ## my @fields952 = $record->field('952'); ! ## foreach my $field952 (@fields952) { #get all 952s ! ## my $sub852b = ($field952->subfield('b') || ''); ! ## my $sub852p = ($field952->subfield('p') || ''); ! ! ! #grab first 942 (only need one, they are same for all items) ! unless (! $field952){ ! $sub852a = ($field952->subfield('a') || '') ; ! } ! unless (! $field952){ #->subfield('k')) { ! $sub852k = ($field952->subfield('k') || '') ; ! ! } ! ! my @fields952 = $record->field('952'); ! foreach my $field952 (@fields952) { #get all 952s ! ! unless (! $field952) { #->subfield('b')) { ! $sub852b = ($field952->subfield('b') || '') ; ! } ! unless (! $field952) { #->subfield('p')) { ! $sub852p = ($field952->subfield('p') || '') ; ! } ! #make it one big happy family ! my $new852 = MARC::Field->new( ! 852,'','', ! 'a' => $sub852a, ! 'b' => $sub852b, ! 'h' => $sub852h, ! 'p' => $sub852p, ! ); ! $record->append_fields($new852); ! ! } ! ! my $recordstringdone = $record->as_usmarc(); ! ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::usmarc; ## Return the record string to the client ! $args->{RECORD} = $recordstringdone; } - # That's all folks! - # - # OLD OLD OLD OLD - - sub fetch_handler_old { - my ($args) = @_; - # warn "in fetch_handler"; ## troubleshooting - my $offset = $args->{OFFSET}; - $offset -= 1; ## because $args->{OFFSET} 1 = record #1 - chomp (my $bibid = $bib_list[$offset]); ## Not sure about this - my $sql_query = "SELECT tag, subfieldcode, subfieldvalue FROM marc_subfield_table where bibid=?"; - my $sth_get = $dbh->prepare("$sql_query"); - $sth_get->execute($bibid); - - ## create a MARC::Record object - my $rec = MARC::Record->new(); - - ## create the fields - while (my @data=$sth_get->fetchrow_array) { - - my $tag = $data[0]; - my $subfieldcode = $data[1]; - my $subfieldvalue = $data[2]; - - my $field = MARC::Field->new( - $tag,'','', - $subfieldcode => $subfieldvalue, - ); - $rec->append_fields($field); - - ## build the marc string and put into $record - my $tmp_record = $rec->as_usmarc(); - my $reclen = length $tmp_record; - my $baseaddr = "$reclen + dirlen"; - # set_leader_lengths($reclen,$baseaddr); - my $record = $rec->as_usmarc(); - $args->{RECORD} = $record; - } - - } - - ## This stuff doesn't work yet...I should include boolean searching someday ## though --- 270,287 ---- $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $dbh = C4::Context->dbh; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! $MARCRecord->leader(' nac 22 1u 4500'); ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::unimarc; ## Return the record string to the client ! $args->{RECORD} = $MARCRecord->as_usmarc(); ! # $args->{RECORD} = $recordstringdone; } ## This stuff doesn't work yet...I should include boolean searching someday ## though From hellen at users.sourceforge.net Thu Jun 16 20:31:32 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 16 Jun 2005 11:31:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bookshelves shelves.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22530/koha-tmpl/intranet-tmpl/default/de/bookshelves Modified Files: shelves.tmpl Log Message: translated by hellen Index: shelves.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves/shelves.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** shelves.tmpl 9 Jun 2005 08:37:42 -0000 1.3 --- shelves.tmpl 16 Jun 2005 18:31:25 -0000 1.4 *************** *** 11,15 ****
          löschenStrichcode Titel Verfasser
          löschenBarcode Titel Verfasser
          --- 106,110 ----
          !

          Regalliste

          *************** *** 145,149 **** --- 145,149 ---- From hellen at users.sourceforge.net Thu Jun 16 20:31:32 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 16 Jun 2005 11:31:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters aqbudget.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22530/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: aqbudget.tmpl Log Message: translated by hellen Index: aqbudget.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/aqbudget.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** aqbudget.tmpl 12 May 2005 19:26:35 -0000 1.1 --- aqbudget.tmpl 16 Jun 2005 18:31:30 -0000 1.2 *************** *** 107,111 ****

          !

          --- 107,111 ----

          !

          From hdl at users.sourceforge.net Thu Jun 16 21:10:12 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 12:10:12 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.5,1.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11586/koha-tmpl/intranet-tmpl/default/en/bull Modified Files: statecollection.tmpl Log Message: Adding 2 status to serial issues : - delete : to delete the current issue - not issued : to distinguish missing from not issued serial number. Index: statecollection.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** statecollection.tmpl 4 May 2005 08:52:51 -0000 1.5 --- statecollection.tmpl 16 Jun 2005 19:10:09 -0000 1.6 *************** *** 54,57 **** --- 54,67 ---- + + + + + + + + + + *************** *** 98,101 **** --- 108,115 ----

          Missing issues

           

          + +

          Not issued

          +

           

          +

          Opac's note

           

          From hdl at users.sourceforge.net Thu Jun 16 21:10:15 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 12:10:15 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11586/C4 Modified Files: Bull.pm Log Message: Adding 2 status to serial issues : - delete : to delete the current issue - not issued : to distinguish missing from not issued serial number. Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Bull.pm 4 May 2005 15:40:01 -0000 1.9 --- Bull.pm 16 Jun 2005 19:10:10 -0000 1.10 *************** *** 51,55 **** &Find_Next_Date, &Get_Next_Seq &hassubscriptionexpired &subscriptionexpirationdate &subscriptionrenew ! &getSupplierListWithLateIssues &GetLateIssues); sub getSupplierListWithLateIssues { --- 51,55 ---- &Find_Next_Date, &Get_Next_Seq &hassubscriptionexpired &subscriptionexpirationdate &subscriptionrenew ! &getSupplierListWithLateIssues &GetLateIssues &serialdelete); sub getSupplierListWithLateIssues { *************** *** 275,279 **** my $dbh = C4::Context->dbh; # status = 2 is "arrived" ! my $sth=$dbh->prepare("select serialid,serialseq, status, planneddate from serial where subscriptionid = ? and status <>2 and status <>4"); $sth->execute($subscriptionid); my @serials; --- 275,279 ---- my $dbh = C4::Context->dbh; # status = 2 is "arrived" ! my $sth=$dbh->prepare("select serialid,serialseq, status, planneddate from serial where subscriptionid = ? and status <>2 and status <>4 and status <>5"); $sth->execute($subscriptionid); my @serials; *************** *** 289,296 **** } ! sub serialchangestatus { ! my ($serialid,$serialseq,$planneddate,$status)=@_; ! # warn "($serialid,$serialseq,$planneddate,$status)"; ! # 1st, get previous status : if we change from "waited" to something else, then we will have to create a new "waited" entry my $dbh = C4::Context->dbh; my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); --- 289,294 ---- } ! sub serialdelete { ! my ($serialid,$serialseq)=@_; my $dbh = C4::Context->dbh; my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); *************** *** 298,314 **** my ($subscriptionid,$oldstatus) = $sth->fetchrow; # change status & update subscriptionhistory ! $sth = $dbh->prepare("update serial set serialseq=?,planneddate=?,status=? where serialid = ?"); ! $sth->execute($serialseq,$planneddate,$status,$serialid); $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); $sth->execute($subscriptionid); my ($missinglist,$recievedlist) = $sth->fetchrow; ! if ($status eq 2) { ! $recievedlist .= ",$serialseq"; ! } ! if ($status eq 4) { ! $missinglist .= ",$serialseq"; ! } $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); $sth->execute($recievedlist,$missinglist,$subscriptionid); # create new waited entry if needed (ie : was a "waited" and has changed) if ($oldstatus eq 1 && $status ne 1) { --- 296,336 ---- my ($subscriptionid,$oldstatus) = $sth->fetchrow; # change status & update subscriptionhistory ! my $sth = $dbh->prepare("delete * from serial where serialid = ?"); ! $sth->execute($serialid); $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); $sth->execute($subscriptionid); my ($missinglist,$recievedlist) = $sth->fetchrow; ! $recievedlist =~ s/",$serialseq"//; ! $missinglist =~ s/",$serialseq"//; $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); $sth->execute($recievedlist,$missinglist,$subscriptionid); + } + + sub serialchangestatus { + my ($serialid,$serialseq,$planneddate,$status)=@_; + # warn "($serialid,$serialseq,$planneddate,$status)"; + # 1st, get previous status : if we change from "waited" to something else, then we will have to create a new "waited" entry + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); + $sth->execute($serialid); + my ($subscriptionid,$oldstatus) = $sth->fetchrow; + # change status & update subscriptionhistory + if ($status eq 6){ + delissue($serialseq, $subscriptionid) + }else{ + $sth = $dbh->prepare("update serial set serialseq=?,planneddate=?,status=? where serialid = ?"); + $sth->execute($serialseq,$planneddate,$status,$serialid); + $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); + $sth->execute($subscriptionid); + my ($missinglist,$recievedlist) = $sth->fetchrow; + if ($status eq 2) { + $recievedlist .= ",$serialseq"; + } + $missinglist .= ",$serialseq" if ($status eq 4) ; + $missinglist .= ",not issued $serialseq" if ($status eq 5); + $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); + $sth->execute($recievedlist,$missinglist,$subscriptionid); + } + # create new waited entry if needed (ie : was a "waited" and has changed) if ($oldstatus eq 1 && $status ne 1) { *************** *** 335,338 **** --- 357,367 ---- } + sub delissue { + my ($serialseq,$subscriptionid) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("delete from serial where serialseq= ? and subscriptionid= ? "); + $sth->execute($serialseq,$subscriptionid); + } + sub Get_Next_Date(@) { my ($planneddate,$subscription) = @_; From tipaul at users.sourceforge.net Fri Jun 17 14:31:46 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Fri, 17 Jun 2005 05:31:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-auth.tmpl,1.3,1.3.2.1 opac-MARCdetail.tmpl,1.5.2.2,1.5.2.3 opac-user.tmpl,1.8.2.3,1.8.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2234/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-auth.tmpl opac-MARCdetail.tmpl opac-user.tmpl Log Message: last commits before 2.2.3 * css fixes for better IE compliance * adding LibraryName parameter in login screen Index: opac-auth.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-auth.tmpl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** opac-auth.tmpl 8 Dec 2004 10:26:32 -0000 1.3 --- opac-auth.tmpl 17 Jun 2005 12:31:44 -0000 1.3.2.1 *************** *** 1,38 ****
          ! ! !

          Sorry, KOHA doesnt think you have permission for this page.

          ! ! ! ! !

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

          ! ! ! ! !

          You are accessing koha from a different ip address! please login again.

          ! ! ! ! !

          You entered an incorrect username or password, please try again.

          ! ! ! ! ! !
          " method="post"> !

          Koha Login

          !

          !

          ! ! ! !

          ! ! !
          --- 1,39 ----
          !
          ! ! !

          Sorry, KOHA doesnt think you have permission for this page.

          ! ! ! ! !

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

          ! ! ! ! !

          You are accessing koha from a different ip address! please login again.

          ! ! ! ! !

          You entered an incorrect username or password, please try again.

          ! !

          !
          ! ! !
          " method="post"> !

          Koha Login

          !

          !

          ! ! ! !

          ! !
          !
          Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** opac-MARCdetail.tmpl 6 Jun 2005 12:38:16 -0000 1.5.2.2 --- opac-MARCdetail.tmpl 17 Jun 2005 12:31:44 -0000 1.5.2.3 *************** *** 28,32 **** ')">Add to basket -
          --- 28,31 ---- *************** *** 321,325 ****
          - + To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + " type="text"> + + +
          *************** *** 77,79 **** --- 136,139 ----
           
          + From tipaul at users.sourceforge.net Mon Jun 20 16:16:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:16:06 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.37,1.38 additem.tmpl,1.23,1.24 isbnsearch.tmpl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4672/koha-tmpl/intranet-tmpl/default/en/acqui.simple Modified Files: addbiblio.tmpl additem.tmpl isbnsearch.tmpl Log Message: synch'ing 2.2 and head Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** addbiblio.tmpl 4 May 2005 08:52:50 -0000 1.37 --- addbiblio.tmpl 20 Jun 2005 14:15:57 -0000 1.38 *************** *** 2,6 ****

          !

          Biblionumber :

          --- 2,6 ----

          !

          Biblionumber : With Framework :

          *************** *** 405,409 **** } else { document.getElementById(ong).style.visibility="hidden"; ! document.getElementById(link).style.color="#000000"; } } --- 405,412 ---- } else { document.getElementById(ong).style.visibility="hidden"; ! if (document.getElementById(link)) ! { ! document.getElementById(link).style.color="#000000"; ! } } } *************** *** 515,518 **** --- 518,525 ---- newin=window.open("../z3950/search.pl?bibid="+strQuery,"z3950search",'width=800,height=400,toolbar=false,scrollbars=yes'); } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } function AddField(field) { Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** additem.tmpl 6 May 2005 08:25:18 -0000 1.23 --- additem.tmpl 20 Jun 2005 14:16:03 -0000 1.24 *************** *** 6,15 ****

          ( biblionumber #)

          ! " class="button catalogue"> Edit biblio - &op=duplicate" class="button catalogue"> - Duplicate - " class="button catalogue"> MARC --- 6,12 ----

          ( biblionumber #)

          !
          " class="button catalogue"> Edit biblio " class="button catalogue"> MARC Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** isbnsearch.tmpl 4 May 2005 08:52:51 -0000 1.20 --- isbnsearch.tmpl 20 Jun 2005 14:16:03 -0000 1.21 *************** *** 13,39 ****

          Biblios in koha

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 13,55 ----
          TitleAuthor©  
          ! " class="button catalogue">Add items" class="button catalogue">Edit... &op=duplicate" class="button catalogue">Duplicate
          + + + + + ! *************** *** 86,98 **** No results found. ! ! ! &="> ! /images/numbers/next.gif" border="0"> ! ! ! /images/numbers/placeholder.gif" border="0"> ! !

          Biblios in reservoir

          --- 102,112 ---- No results found. !

          ! ! !

          None

          ! ! !

          Biblios in reservoir

          *************** *** 107,111 **** !
          --- 121,125 ---- ! From tipaul at users.sourceforge.net Mon Jun 20 16:17:07 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:17:07 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities authorities.tmpl,1.9,1.10 detail.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5197/koha-tmpl/intranet-tmpl/default/en/authorities Modified Files: authorities.tmpl detail.tmpl Log Message: synch'ing 2.2 and head Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** authorities.tmpl 4 May 2005 08:52:51 -0000 1.9 --- authorities.tmpl 20 Jun 2005 14:17:04 -0000 1.10 *************** *** 4,8 ****
          !

          Authority number

          --- 4,12 ----

          ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          *************** *** 21,28 ****

          !

          Duplicate suspected with

          You must either :

          --- 25,32 ----
          !

          Duplicate suspected with

          You must either :

          *************** *** 30,43 **** - -
          -

          Duplicate suspected with

          -

          You must either :

          -
            -

            confirm it's not a duplicate (and click on Add Auth again)

            -

            Go to " >edit items from this duplicate Authority

            -
          -
          - --- 34,37 ---- *************** *** 185,190 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 179,184 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/detail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** detail.tmpl 4 May 2005 08:52:51 -0000 1.4 --- detail.tmpl 20 Jun 2005 14:17:04 -0000 1.5 *************** *** 2,6 **** /includes/marc-editor.css">
          --- 85,91 ----
          ! !

          Total Number of Items:

          ! Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** MARCdetail.tmpl 4 May 2005 08:52:52 -0000 1.34 --- MARCdetail.tmpl 20 Jun 2005 14:17:48 -0000 1.35 *************** *** 1,11 ****
          !

          Biblionumber :

          ! " class="button catalogue"> Edit biblio ! &op=duplicate" class="button catalogue"> Duplicate --- 1,15 ---- +
          ! !

          Biblionumber : With Framework : !

          ! ! Edit biblio ! Duplicate *************** *** 41,44 **** --- 45,50 ---- " class="button catalogue">Request + +
          *************** *** 398,401 **** --- 404,415 ---- newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes'); } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms[0].Frameworks.options[document.forms[0].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** searchresults.tmpl 19 Nov 2004 21:37:20 -0000 1.16 --- searchresults.tmpl 20 Jun 2005 14:17:48 -0000 1.17 *************** *** 10,14 **** You searched on ! You did not specify any seach criteria

          --- 10,14 ---- You searched on ! You did not specify any search criteria

          From tipaul at users.sourceforge.net Mon Jun 20 16:18:44 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ branchtransfers.tmpl,1.12,1.13 circulation.tmpl,1.37,1.38 selectbranchprinter.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6439/koha-tmpl/intranet-tmpl/default/en/circ Modified Files: branchtransfers.tmpl circulation.tmpl selectbranchprinter.tmpl Log Message: synch'ing 2.2 and head Index: branchtransfers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** branchtransfers.tmpl 5 Nov 2004 10:18:24 -0000 1.12 --- branchtransfers.tmpl 20 Jun 2005 14:18:41 -0000 1.13 *************** *** 1,15 ****
          - !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> --- 1,9 ----
          !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> *************** *** 17,21 ****
          TitleAuthor©   
          ! Función Teclado Ver el la cadena de texto anterior RePág Ver el la cadena de texto siguiente AvPág Ver el la cadena de texto anterior no traducida Alt+RePág Ver el la cadena de texto siguiente no traducida Alt+AvPág Copiar la cadena de texto que está en la ventana de Texto Original a la ventana de traducción Ctrl+Espacio
          Usando tmpl_process3.pl para generar “templates†traducidos Siguiendo los ejemplos anteriores, hemos creado, en primer lugar, un archivo '.po' con nombre circ_es.po conteniendo todas las cadenas de texto extraídas de todos los 'templates' que están en el directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ. Por otro lado, ya hemos utilizado KBABEL para realizar la traducción de todas esas cadenas de texto. Finalmente, sólo resta la generación de los nuevos 'templates' traducidos en un directorio a elección, siempre y cuando tenga una copia de los 'templates' originales. A los efectos de este ejemplo, crearemos los templates traducidos en el directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ. Para lograr esto, utilizaremos nuevamente el script tmpl_process3.pl pero con parámetros ligeramente distintos: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl install -s /home/usuario/traduccion/ circ_es.po -r -i /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ/ -o /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ/ En el ejemplo anterior: 'install' indica que se generarán 'templates' a partir de un archivo '.po'. -r indica que el proceso se realizará sobre un directorio. -i indica el directorio en el que se encuentran los 'templates' originales de los cuales se extrajeron las cadenas de texto. -s indica el directorio en el que se crearán los 'templates' traducidos. Al igual que durante la creación del archivo '.po', al ejecutar el comando sugerido, pueden producirse advertencias. La siguiente es la salida obtenido en el equipo de prueba: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//selectbranchprinter.tmpl... tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//returns.tmpl... tmpl_process3.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//circulation.tmpl... Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//branchtransfers.tmpl... tmpl_process3.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The install seems to be successful. A pesar de estas advertencias, la última línea (The install seems to be successful.) indica que el proceso ha tenido éxito y que se cuenta con un juego de 'templates' traducidos en /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ. Para comprobar el éxito de este proceso, basta con abrir cualquiera de los 'templates' contenidos en el directorio mencionado con el editor de texto prefereido.
          Consultas, quejas y propuestas Si tiene alguna consulta acerca del proceso descrito en este documento, o quiere realizar alguna propuesta (o plantear una queja, ¿por qué no?) que sirva para mejorarlo, puede contactarse con Martín Longo (jmlongo AT uncu.edu.ar)
          From shedges at users.sourceforge.net Thu Jun 23 13:29:51 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:29:51 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates/imagesfolder - New directory Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates/imagesfolder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9833/templates/imagesfolder Log Message: Directory /cvsroot/koha/koha-doc/en/sysadmin/templates/imagesfolder added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:29:16 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:29:16 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates - New directory Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9367/templates Log Message: Directory /cvsroot/koha/koha-doc/en/sysadmin/templates added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:30:20 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:30:20 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates translation.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10138/templates Added Files: translation.xml Log Message: Initial xml markup --- NEW FILE ---
          KOHA's Template Translation 2005-06-22 J. Martin Longo jmlongo AT uncu.edu.ar 2005 J. Martin Longo This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-22 Initial XML markup.
          Introduction It's assumed, in every example, that you have downloaded the file koha-2.x.tar.gz and that you have unpacked it in the 'home' directory of the 'user' user. Provided this, you should have a koha-2.x directory under /home/user/ In each system, directory and user names should be replaced accordingly. KOHA internationalization can be achieved in several ways. Not so long ago, it was necesary to copy the entire /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/en directory into another (i.e. /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/es) then manually edit each one of the templates contained in the newly created directory, translating the text strings they contain, trying, of course, not to touch or change anything else. Once the translation was finished, it was only necesary to configure KOHA's 'opaclanguages' System Preference to use the new language (i.e. es). This procedure works and has produced acceptable results but is, obviously, very slow and difficult. Now, thanks to KOHA's developer team, we have the tmpl_process3.pl script (provided with the KOHA distribution). In short, this script takes the file or directory that we want to translate (i.e. /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/en) and generates a single '.po' file (.po comes from Portable Object) containing only the text strings contained inside KOHA's template files. This type of file is a format standard in the software internationalization work in the Free Software world and, because of this, there are several tools developed to edit them. The present tutorial aims to show how to use the tmpl_process3.pl script to generate a '.po' file from KOHA's templates, introduce the use of one of the tools developed for '.po' files treatment (Kbabel) and then the use of the tmpl_process3.pl script again, to generate a set of translated templates for use in our KOHA installation.
          Using tmpl_process3.pl to generate a '.po' file The tmpl_process3.pl script lives under the /home/usuario/koha-2.x/scripts/misc/translator/ directory and depends on some modules located under the same directory. Because of this, in order for it to work, the script must be run from inside that directory. Running tmpl_process3.pl user at host: cd /home/usuario/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl --help The previous command will produce, as output, a list of options and a little help about the script's usage, as shown below: Usage: ./tmpl_process3.pl create [OPTION] or: ./tmpl_process3.pl update [OPTION] or: ./tmpl_process3.pl install [OPTION] or: ./tmpl_process3.pl --help Create or update PO files from templates, or install translated templates. -i, --input=SOURCE Get or update strings from SOURCE file. SOURCE is a directory if -r is also specified. -o, --outputdir=DIRECTORY Install translation(s) to specified DIRECTORY --pedantic-warnings Issue warnings even for detected problems which are likely to be harmless -r, --recursive SOURCE in the -i option is a directory -s, --str-file=FILE Specify FILE as the translation (po) file for input (install) or output (create, update) -x, --exclude=REGEXP Exclude files matching the given REGEXP --help Display this help and exit The -o option is ignored for the "create" and "update" actions. Try `perldoc ./tmpl_process3.pl' for perhaps more information. To create a 'circ_es.po' containing the text strings of the English templates located in the 'circ' directory of the KOHA's intranet, the procedure would be: user at host: cd /home/user/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl create -r -i /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ/ -s /home/user/translation/circ_es.po In the above example: 'create' indicates that we want to create a new '.po' file. -r indicates that the source is a directory. -i indicates the path from where the text string will be extracted. -s indicates the path and name of the '.po' file that will be created. When running the script, there may be some 'warnings' about syntax errors in the original templates. Output will look like this: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Removing empty file /home/user/tmp/temp.po xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details xgettext.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The create seems to be successful. Despite these warnings, the last line (The create seems to be successful.) indicates that the process has ended successfully and that now we have our brand new 'circ_es.po' file in /home/user/translation/ so now we can use Kbabel to begin the translation process.
          Using KBabel to translate a '.po' file The KBabel application presents four areas, inside the mail window, each one oriented to a particular function. You'll work translating the text strings extracted from the templates one by one. To achieve this efficiently, KBabel gives you several tools, as can be seen in the next screenshot:
          Screenshot 1
          The area marked as Original Text is read only and displays the text string to be translated. The area marked as Translated Text is where we will write the translation of the string displayed in the Original Text area. The area marked as File Names displays the path and name of the template files where the text string being translated was extracted from. The area marked as Context displays the previous and next text strings to the one being translated, to provide some help about the context of the current text string.
          Examples Some tags and markups should not be modified during translation:
          Screenshot 2
          Whenever the translation implies the use of accented words or special characters, they should be replaced with the corresponding entities, to avoid visualisation problems or errors.
          Screenshot 3
          To navigate between text strings and launch some useful commands, there are shortcuts in the toolbar and many keyboard key combinations.
          Command Keyboard Next text string PgDown Previous text string PgUp Next not translated text string Alt+PgDown Previous not translated text string Alt+PgUp Copy the text string displayed on the Original Text area to the Translated Text area Ctrl+Space
          Using tmpl_process3.pl to generate translated templates Following the previous examples, we have created a '.po' file named circ_es.po containing all the text strings present in the templates located at /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ Afterwards, we used Kbabel to translate all those text strings. Finally, we only need to generate a new set of translated templates, using the original ones as a basis. For this example, we will create our new set of translated templates in the /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ directory. To achieve this, we'll use the tmpl_process3.pl script again, but with slightly different parameters: user at host: cd /home/user/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl install -s /home/user/translation/circ_es.po -r -i /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ/ -o /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ/ In the above example: 'install' indicates that we want to create a set of templates from a '.po' file. -r indicates that the target is a directory. -i indicates the path where the original templates are located (the ones we extracted the text strings from). -s indicates the path and name of the '.po' file that will be used in the process. -o indicates the path where the new set of translated templates will be created. As happened when we launched the script to create the '.po' file, there may be some 'warnings' about syntax errors in the original templates. Output will look like this: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//selectbranchprinter.tmpl... tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//returns.tmpl... tmpl_process3.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//circulation.tmpl... Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//branchtransfers.tmpl... tmpl_process3.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The install seems to be successful. Despite these warnings, the last line (The install seems to be successful.) indicates that the process has ended successfully and that now we have our brand new set of translated templates at /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ directory. To verify this you can use your favorite text editor to open one of the various templates located in that directory.
          Questions, complaints and proposals If you have any questions about the process outlined in this document or a comment that helps to improve it, you can reach me (Martin Longo) at jmlongo AT uncu.edu.ar.
          From slef at users.sourceforge.net Fri Jun 24 14:19:36 2005 From: slef at users.sourceforge.net (MJ Ray) Date: Fri, 24 Jun 2005 05:19:36 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.91,1.92 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29581 Modified Files: Install.pm Log Message: perldoc and prototype updates Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -r1.91 -r1.92 *** Install.pm 20 Jun 2005 14:28:10 -0000 1.91 --- Install.pm 24 Jun 2005 12:19:34 -0000 1.92 *************** *** 20,25 **** # Suite 330, Boston, MA 02111-1307 USA # ! # Recent Authors ! # MJR: my.cnf, etcdir, prefix, new display, apache conf, copying fixups use strict; --- 20,24 ---- # Suite 330, Boston, MA 02111-1307 USA # ! # Current maintainer MJR slef at users.sourceforge.net [...1186 lines suppressed...] =cut ! sub loadconfigfile { my %configfile; --- 2174,2186 ---- ! =item C ! Opens the existing koha.conf file and gets its values, saving the ! values to some global variables. If the existing koha.conf file ! cannot be opened for any reason, the file is silently ignored. =cut ! sub loadconfigfile () { my %configfile; From genjimoto at users.sourceforge.net Sat Jun 25 07:22:02 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:22:02 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-detail.pl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16290 Modified Files: opac-detail.pl Log Message: Added code to support search options sidebar ref to http://katipo.co.nz/gallery/koha2-4/search_ideas_details_001 Index: opac-detail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** opac-detail.pl 20 Jun 2005 14:33:32 -0000 1.20 --- opac-detail.pl 25 Jun 2005 05:22:00 -0000 1.21 *************** *** 33,40 **** $dat->{'count'}=@items; ! $dat->{'additional'}=$addauthor->[0]->{'author'}; for (my $i = 1; $i < $authorcount; $i++) { $dat->{'additional'} .= " ; " . $addauthor->[$i]->{'author'}; } # for --- 33,43 ---- $dat->{'count'}=@items; ! my @author; $dat->{'additional'}=$addauthor->[0]->{'author'}; for (my $i = 1; $i < $authorcount; $i++) { $dat->{'additional'} .= " ; " . $addauthor->[$i]->{'author'}; + my %authorpush; + $authorpush{author} =$addauthor->[$i]->{'author'}; + push @author, \%authorpush } # for *************** *** 61,64 **** --- 64,90 ---- my @results = ($dat,); + my @title; + + + foreach my $word (split(" ", $dat->{'title'})){ + unless (length($word) == 4){ + $word =~s/\%//g + } + unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { + my %titlepush; + $titlepush{title} =$word; + push @title, \%titlepush; + }#it's NOT a stopword => use it. Otherwise, ignore + } + foreach my $word (split(" ", $dat->{'author'})){ + unless (length($word) == 4){ + $word =~s/\%//g + } + unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { + my %authorpush; + $authorpush{author}=$word; + push @author, \%authorpush; + }#it's NOT a stopword => use it. Otherwise, ignore + } my $resultsarray=\@results; *************** *** 66,69 **** --- 92,98 ---- my $webarray=\@webbiblioitems; my $sitearray=\@websites; + my $titlewords=\@title; + my $authorwords=\@author; + #coping with subscriptions *************** *** 89,92 **** --- 118,123 ---- suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), + titlewords => $titlewords, + authorwords => $authorwords, ); ## Amazon.com stuff *************** *** 121,127 **** =cut output_html_with_http_headers $query, $cookie, $template->output; - - #output_html_with_http_headers $query, $cookie, $template->output; - - output_html_with_http_headers $query, $cookie, $template->output; - --- 152,153 ---- From genjimoto at users.sourceforge.net Sat Jun 25 07:26:16 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:26:16 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.30,1.31 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17784 Modified Files: opac-search.pl Log Message: restored search for available books functionality while ensuring that a search not asking about the availablity doesn't take longer than normal. Achieved via new parameter in SearchMarc::Catalogsearch called $extratables. Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** opac-search.pl 20 Jun 2005 14:33:32 -0000 1.30 --- opac-search.pl 25 Jun 2005 05:26:14 -0000 1.31 *************** *** 9,13 **** use C4::Database; use HTML::Template; ! use C4::SearchMarcTest; use C4::Acquisition; use C4::Biblio; --- 9,13 ---- use C4::Database; use HTML::Template; ! use C4::SearchMarc; use C4::Acquisition; use C4::Biblio; *************** *** 117,120 **** --- 117,121 ---- findseealso($dbh,\@tags); my $sqlstring; + my $extratables; if ($itemtypesstring ne ''){ $sqlstring = 'and (biblioitems.itemtype IN ('; *************** *** 134,137 **** --- 135,139 ---- $sqlstring .= 'and biblio.biblionumber=items.biblionumber and (items.holdingbranch IN ('; my $branchesloop=0; + $extratables = ',items'; foreach my $branch (@branches){ if ($branch ne ''){ *************** *** 146,154 **** } if ($avail){ $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, ! $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { --- 148,157 ---- } if ($avail){ + $extratables .= ',items,issues,reserves'; $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, ! $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring, $extratables); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { *************** *** 412,416 **** } # ADDED BY JF ! #if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result --- 415,419 ---- } # ADDED BY JF ! if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result From genjimoto at users.sourceforge.net Sat Jun 25 07:35:31 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:35:31 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.46,1.47 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22287 Modified Files: SearchMarc.pm Log Message: New code making a search not needing to use tables not already used in searching.. doesn't take longer than normal. Achieved via new parameter in Catalogsearch called $extratables. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -r1.46 -r1.47 *** SearchMarc.pm 20 Jun 2005 14:10:01 -0000 1.46 --- SearchMarc.pm 25 Jun 2005 05:35:29 -0000 1.47 *************** *** 151,154 **** --- 151,159 ---- optional argument containing an sql string to be used in the 'where' statement. see usage in opac-search.pl. + =head2 $extratables + + optional argument containing extra tables to search. Used in conjunction with $sqlstring. See usage in opac-search.pl. + String... so ',items,issues,reserves' allows the items, issues and reserves tables to be used.in a where. + =head2 RETURNS *************** *** 170,174 **** sub catalogsearch { ! my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # build the sql request. She will look like : # select m1.bibid --- 175,179 ---- sub catalogsearch { ! my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring, $extratables) = @_; # build the sql request. She will look like : # select m1.bibid *************** *** 278,281 **** --- 283,287 ---- my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); $sql_where1 .= $sqlstring; + $sql_tables .= $extratables; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; From genjimoto at users.sourceforge.net Sat Jun 25 07:59:10 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:59:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1086 Modified Files: opac-detail.tmpl Log Message: New search options bar implemented as per http://katipo.co.nz/gallery/koha2-4/search_ideas_details_001 Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** opac-detail.tmpl 20 Jun 2005 14:25:00 -0000 1.20 --- opac-detail.tmpl 25 Jun 2005 05:59:08 -0000 1.21 *************** *** 1,5 **** /includes/marc-editor.css"> !
          Reserve Found
          --- 11,15 ---- !
          Reserve Found
          *************** *** 38,45 **** "> ! !

          --- 32,39 ---- "> ! !

          *************** *** 58,62 **** "> !

          --- 52,56 ---- "> !

          *************** *** 70,74 **** " value=""> !

          --- 64,68 ---- " value=""> !

          *************** *** 77,81 **** !
          Messages
          --- 71,75 ---- !
          Messages
          *************** *** 125,130 ****

          ! ! --- 79,85 ----

          ! !

          Total Number of Items:

          ! *************** *** 158,200 ****
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> --- 119,124 ----

          ! ! ! "> --- 214,218 ---- ! From tipaul at users.sourceforge.net Mon Jun 20 16:21:20 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:21:20 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports borrowers_out.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8392/koha-tmpl/intranet-tmpl/default/en/reports Modified Files: borrowers_out.tmpl Log Message: synch'ing 2.2 and head Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports/borrowers_out.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** borrowers_out.tmpl 24 Mar 2005 15:19:48 -0000 1.1 --- borrowers_out.tmpl 20 Jun 2005 14:21:18 -0000 1.2 *************** *** 73,76 **** --- 73,92 ---- + + + + + +
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> *************** *** 140,143 **** --- 134,143 ---- + Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** circulation.tmpl 4 May 2005 08:52:53 -0000 1.37 --- circulation.tmpl 20 Jun 2005 14:18:41 -0000 1.38 *************** *** 184,187 **** --- 184,190 ----

          No more renewals possible

          + +

          Borrower card expired

          +
          Index: selectbranchprinter.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/selectbranchprinter.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** selectbranchprinter.tmpl 19 Jul 2004 19:58:38 -0000 1.6 --- selectbranchprinter.tmpl 20 Jun 2005 14:18:41 -0000 1.7 *************** *** 2,6 ****
          !

          Circulation: Select Printer and Branch Settings

          --- 2,6 ----
          !

          Circulation: Select Printer and Branch Settings

          *************** *** 30,34 ****

          !

          --- 30,34 ----

          !

          From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/circ circulation.tmpl,1.1,1.2 returns.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/circ Added Files: circulation.tmpl returns.tmpl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/admin marc_subfields_structure.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/admin Modified Files: marc_subfields_structure.tmpl Log Message: synch'ing 2.2 and head Index: marc_subfields_structure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/admin/marc_subfields_structure.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** marc_subfields_structure.tmpl 19 Nov 2004 15:13:11 -0000 1.1 --- marc_subfields_structure.tmpl 20 Jun 2005 14:18:55 -0000 1.2 *************** *** 21,25 ****
        • thesaurus : means that the value is not free, but can be searched in authority/thesaurus of the selected category
        • plugin : means the value is calculated or managed by a plugin. Plugins can do almost anything. For example, in UNIMARC there are plugins for every 1xx fields that are coded fields. The plugin is a huge help for cataloger ! There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically" find the editor from an ISBN, and the collection list for the editor)
        • !
        • link : useless for instance
        • --- 21,30 ----
        • thesaurus : means that the value is not free, but can be searched in authority/thesaurus of the selected category
        • plugin : means the value is calculated or managed by a plugin. Plugins can do almost anything. For example, in UNIMARC there are plugins for every 1xx fields that are coded fields. The plugin is a huge help for cataloger ! There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically" find the editor from an ISBN, and the collection list for the editor)
        • !
        • link : If you enter a field/subfield here (200b), a little glass appears after the subfield. If the user clic on the glass, a search is done on the DB for the field/subfield with the same value. Can be used for 2 main topic : !
            !
          • on a field like author (200f in UNIMARC), put 200f here, you will be able to see all biblios with the same author
          • !
          • on a field that is a link (4xx) to reach another biblio. For example, put 011a in 464$x, will find the serial that was previously with this issn. With the 4xx pligin, you get a powerful tool to manage biblios connected to biblios
          • !
          !
        • From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/export marc.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/export In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/export Added Files: marc.tmpl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:19:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:19:53 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes/calendar calendar.js,1.1,1.2 calendar-setup.js,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/calendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/koha-tmpl/intranet-tmpl/default/en/includes/calendar Modified Files: calendar.js calendar-setup.js Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:19:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:19:53 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes acquisitions-top.inc,1.26,1.27 common-print.css,1.1,1.2 common-style.css,1.35,1.36 intranet-main.css,1.4,1.5 marc-top.inc,1.12,1.13 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/koha-tmpl/intranet-tmpl/default/en/includes Modified Files: acquisitions-top.inc common-print.css common-style.css intranet-main.css marc-top.inc Log Message: synch'ing 2.2 and head Index: acquisitions-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** acquisitions-top.inc 8 Mar 2005 14:15:29 -0000 1.26 --- acquisitions-top.inc 20 Jun 2005 14:19:50 -0000 1.27 *************** *** 6,9 **** --- 6,19 ---- /includes/common-print.css"> /includes/common-style.css"> + + /includes/calendar/calendar-system.css"> + + + + +
          +
          Index: printers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/printers.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** printers.tmpl 19 Jul 2004 19:20:29 -0000 1.12 --- printers.tmpl 20 Jun 2005 14:21:01 -0000 1.13 *************** *** 1,205 **** ! ! ! ! !

          Modify printer

          ! !

          Add printer

          ! !
          " name="Aform" method="post"> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer Name ! "> !
          Printer Name ! !
          Queue">
          Type">
          !
          ! ! ! ! ! Data recorded !
          " method="post"> ! !
          ! ! ! ! ! ! ! ! ! ! " method="post"> ! ! "> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer
          Queue
          Type
          CONFIRM DELETION
          ! ! !
          " method="post"> ! !
          !
          ! ! ! ! Data deleted !
          " method="post"> ! !
          ! ! ! !

          Printer admin

          !
          " method="post"> ! "> ! !
          ! ! ! You searched for - - - - - - - - - - - "> - - - - - - - -
          NameQueueType
          ?op=add_form&searchfield=">Edit?op=delete_confirm&searchfield=">Delete
          - -
          " method="post"> - ! ! ?offset="><< Prev ! !        ! ! ! ?offset=">Next >> ! ! !
          ! !
          !
          ! ! ! --- 1,181 ---- !
          !

          Printer admin

          ! ! !
          ! !

          Modify printer

          ! !

          Add printer

          ! ! !
          " name="Aform" method="post"> ! ! !

          ">

          ! !

          ! !

          ">

          !

          ">

          !

          !
          !
          ! ! ! Data recorded !
          " method="post"> ! !
          ! ! ! ! ! ! ! ! " method="post"> ! ! "> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer
          Queue
          Type
          CONFIRM DELETION
          ! ! ! !
          " method="post"> ! !
          !
          ! ! Data deleted !
          " method="post"> ! !
          ! ! !
          " method="post"> ! "> ! !
          ! ! ! You searched for ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! !
          NameQueueType
          ?op=add_form&searchfield=" class="button">Edit?op=delete_confirm&searchfield=" class="button">Delete
          ! !
          " method="post"> ! ! ! ! ?offset="><< Prev ! ! !        ! ! ! ?offset=">Next >> ! ! !
          ! !
          !
          ! ! !
          Index: z3950servers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/z3950servers.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** z3950servers.tmpl 13 Sep 2004 15:31:13 -0000 1.16 --- z3950servers.tmpl 20 Jun 2005 14:21:01 -0000 1.17 *************** *** 214,218 ****
            Without issues since + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> +
          From tipaul at users.sourceforge.net Mon Jun 20 16:21:42 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:21:42 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en boraccount.tmpl,1.10,1.11 intranet-main.tmpl,1.25,1.26 mancredit.tmpl,1.3,1.4 maninvoice.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8503/koha-tmpl/intranet-tmpl/default/en Modified Files: boraccount.tmpl intranet-main.tmpl mancredit.tmpl maninvoice.tmpl Log Message: synch'ing 2.2 and head Index: boraccount.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/boraccount.tmpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** boraccount.tmpl 26 Nov 2004 20:32:17 -0000 1.10 --- boraccount.tmpl 20 Jun 2005 14:21:39 -0000 1.11 *************** *** 1,47 **** ! ! ! !

          Account for ">

          ! ">Create Manual Invoice !   ! ">Create Manual Credit !

          !

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          /images/background-mem.gif" colspan="2">FINES & CHARGES/images/background-mem.gif" colspan="1">AMOUNT/images/background-mem.gif" colspan="1">STILL OWING
          Total Due
          ! !
          !

           

          ! ! ! --- 1,39 ---- !
          ! ! !

          Account for ">

          ! ">Create Manual Invoice !   ! ">Create Manual Credit ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          FINES & CHARGESAMOUNTSTILL OWING
          Total Due
          ! ! !

          Index: intranet-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** intranet-main.tmpl 20 Sep 2004 15:25:22 -0000 1.25 --- intranet-main.tmpl 20 Jun 2005 14:21:39 -0000 1.26 *************** *** 43,46 **** --- 43,55 ---- layer.style.visibility = 'hidden'; } + function addauthority() { + X = document.forms["f"].authtype.value; + window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X; + } + function searchauthority() { + X = document.forms["f"].authtype2.value; + Y = document.forms["f"].value.value; + window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; + } --- 25,29 ---- var MSG_NO_RECORD_ADDED = _("No biblio added"); function Dopop(link) { ! newin=window.open(link,'popup','width=700,height=500,toolbar=false,scrollbars=yes'); } *************** *** 31,41 **** !
          !

          !

          This is a serial subscription (There are subscriptions associated with this title).

          ! ! Subscription # !

          ! !

          Here comes a list of the three latest issues related to this subscription :

          ! ! ! ! ! ! ! ! !
          ! ! ! ! ! Waited ! ! Arrived ! ! Late ! ! Missing ! ! Not Issued ! ! ! ! ! !
          ! ! !

          For more information : You can see " title="Serial issues"> for Issues we have and don't have

          !
          --- 160,169 ----
          !

          ! This is a serial subscription (we have subscriptions). You can see which ! " class="button catalogue" title="Serial issues"> ! Issues ! we have and don't have !

          Index: opac-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** opac-main.tmpl 4 May 2005 08:58:31 -0000 1.18 --- opac-main.tmpl 20 Jun 2005 14:25:00 -0000 1.19 *************** *** 15,19 ****
          ! koha
          --- 15,23 ----
          ! ! " title="koha" alt="koha" /> ! ! koha !
          Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-MARCdetail.tmpl 4 May 2005 08:58:32 -0000 1.6 --- opac-MARCdetail.tmpl 20 Jun 2005 14:25:00 -0000 1.7 *************** *** 28,32 **** ')">Add to basket -
          --- 28,31 ---- *************** *** 62,66 **** I
          t
          e
          m
          s
          !
          --- 61,65 ---- I
          t
          e
          m
          s
          !
          *************** *** 320,323 **** --- 319,323 ----
          + --- 172,179 ----

          A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.

          If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"

          +

          Dictionnary search

          +

          if you clic on ... on the right of title/author/subject, you can search existing values in the library.

          Index: opac-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** opac-serial-issues.tmpl 7 Mar 2005 08:55:30 -0000 1.4 --- opac-serial-issues.tmpl 20 Jun 2005 14:25:01 -0000 1.5 *************** *** 2,12 ****
          !

          Issues for a subscription

          ! " class="button catalogue">Back to biblio !
          ! !
          !

          Subscription information for

          !

          It began on and is issued every --- 2,13 ----

          !

          Issues for a subscription

          ! " class="button">Back to biblio ! &selectview=full">Complete view ! ! !
          !

          Subscription information for

          !

          It began on and is issued every *************** *** 44,71 **** - on - ! Monday ! Tuesday ! Wednesday ! Thursday ! Friday ! Saturday ! Sunday - for issues --- 45,69 ---- ! on monday ! on tuesday ! on wednesday ! on thursday ! on friday ! on saturday ! on sunday for issues *************** *** 73,86 **** months - since

          ! !

          Issues summary

          !

          ! !

          ! !
          --- 71,99 ---- months

          +

          Last renewal of subscription was

          +

          This subscription is now ended. The last issue was recieved on

          +

          ! !

          Issues summary

          !

          ! !

          ! ! !

          Recieved issues

          !

          ! !

          ! ! !

          Missing issues

          !

          ! !

          ! !
          !
          Index: opac-user.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** opac-user.tmpl 15 Jun 2005 19:55:14 -0000 1.10 --- opac-user.tmpl 20 Jun 2005 14:25:01 -0000 1.11 *************** *** 5,15 ****

          Are our records correct?

          Library Card:

          !

          !

          ,

          !

          ,

          !

          (hm)

          !

          (wk)

          Update Record

          --- 5,20 ----

          Are our records correct?

          Library Card:

          !

          !

          Work address: ,

          !

          Home address:

          !

          Home phone:

          !

          Fax:

          Update Record

          + +

          Message from the library

          + + + *************** *** 36,104 **** ! !
          !

          You have reserved items waiting:

          !
            ! !
          • , pick up at:
          • ! !
          !
          ! !
          ! !

          You have items currently issued.

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Title AuthorDue dateItemtypeBarcodeChargesRenewable
          ! ! ! YesNoYesNo
          ! !

          You have no items on issue.

          - - -
          -

          You have items currently reserved.

          - - - - - - - - - - - - - -
          TitleAuthorReserve date
          -
          -
          - - --- 41,118 ---- ! !
          !

          You have reserved items waiting:

          !
            ! !
          • , pick up at:
          • ! !
          !
          ! ! !
          ! !

          You have items currently issued.

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          TitleAuthorDue dateItemtypeBarcodeChargesRenewable
          OVERDUE YesNoYesNo
          YesNoYesNo
          ! !

          You have no items on issue.

          ! !
          ! !
          !

          You have items currently reserved.

          ! ! ! ! ! ! ! !
          Title AuthorReserve date
          !
          !
          Index: opac-userupdate.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-userupdate.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** opac-userupdate.tmpl 12 Nov 2004 16:28:10 -0000 1.5 --- opac-userupdate.tmpl 20 Jun 2005 14:25:01 -0000 1.6 *************** *** 8,19 **** !

          !

          !

          !

          !

          !

          !

          !

          --- 8,20 ----
          !

          !

          !

          !

          !

          !

          !

          !

          !

          From tipaul at users.sourceforge.net Mon Jun 20 16:26:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:06 -0700 Subject: [Koha-cvs] CVS: koha/localfile/modified_authorities DO_NOT_REMOVE,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/localfile/modified_authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10499/localfile/modified_authorities Added Files: DO_NOT_REMOVE Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:26:23 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:23 -0700 Subject: [Koha-cvs] CVS: koha/misc/release notes release_notes_223.txt,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/misc/release notes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10680/misc/release notes Added Files: release_notes_223.txt Log Message: synch'ing 2.2 and head ***** Bogus filespec: notes From tipaul at users.sourceforge.net Mon Jun 20 16:26:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:06 -0700 Subject: [Koha-cvs] CVS: koha/members memberentry.pl,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10499/members Modified Files: memberentry.pl Log Message: synch'ing 2.2 and head Index: memberentry.pl =================================================================== RCS file: /cvsroot/koha/koha/members/memberentry.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** memberentry.pl 4 May 2005 09:01:58 -0000 1.9 --- memberentry.pl 20 Jun 2005 14:26:03 -0000 1.10 *************** *** 129,138 **** print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$borrowernumber"); } - - if($destination eq "circ"){ - print $input->redirect("/cgi-bin/koha/circ/circulation.pl?findborrower=$data{'cardnumber'}"); - } else { - print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$data{'borrowernumber'}"); - } } } --- 129,132 ---- *************** *** 242,246 **** $template->param( actionType => $actionType, destination => $destination, ! member => $member, address => $data->{'streetaddress'}, firstname => $data->{'firstname'}, --- 236,240 ---- $template->param( actionType => $actionType, destination => $destination, ! borrowernumber => $borrowernumber, address => $data->{'streetaddress'}, firstname => $data->{'firstname'}, *************** *** 268,273 **** relshiploop => \@relshipdata, "title_".$data->{'title'} => " SELECTED ", ! dateenrolled => $data->{'dateenrolled'}, ! expiry => $data->{'expiry'}, cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, --- 262,267 ---- relshiploop => \@relshipdata, "title_".$data->{'title'} => " SELECTED ", ! joining => format_date($data->{'dateenrolled'}), ! expiry => format_date($data->{'expiry'}), cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, From tipaul at users.sourceforge.net Mon Jun 20 16:27:51 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:27:51 -0700 Subject: [Koha-cvs] CVS: koha/misc/sql-datas/english sample_usmarc.mrc,1.1,1.2 sample_usmarc.readme,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/misc/sql-datas/english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10788/misc/sql-datas/english Added Files: sample_usmarc.mrc sample_usmarc.readme Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:28:23 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:28:23 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.90,1.91 overduenotices.pl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11485/misc Modified Files: Install.pm overduenotices.pl Log Message: synch'ing 2.2 and head Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -r1.90 -r1.91 *** Install.pm 27 May 2005 13:33:42 -0000 1.90 --- Install.pm 20 Jun 2005 14:28:10 -0000 1.91 *************** *** 3,7 **** # Copyright 2000-2002 Katipo Communications ! # Contains parts Copyright 2003-5 MJ Ray # # This file is part of Koha. --- 3,7 ---- # Copyright 2000-2002 Katipo Communications ! # Contains parts Copyright 2003-4 MJ Ray # # This file is part of Koha. *************** *** 860,865 **** unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; - unless (eval {require PDF::API2}) { push @missing,"PDF::API2" }; # The following modules are not mandatory, depends on how the library want to use Koha unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal --- 860,869 ---- unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; # The following modules are not mandatory, depends on how the library want to use Koha + unless (eval {require PDF::API2}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,"You will need PDF::API2 for barcode generator" + } + } unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal *************** *** 1952,1958 **** startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branches (branchcode,branchname,issuing) values ('$branchcode', '$branch', 1)\" '$database'"); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'IS')\" '$database'"); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'CU')\" '$database'"); my $printername='lp'; --- 1956,1962 ---- startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branches (branchcode,branchname,issuing) values ('$branchcode', '$branch', 1)\" $database"); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'IS')\" $database"); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'CU')\" $database"); my $printername='lp'; *************** *** 1973,1977 **** } startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into printers (printername,printqueue,printtype) values ('$printername', '$printerqueue', '')\" '$database'"); } my $language; --- 1977,1981 ---- } startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"insert into printers (printername,printqueue,printtype) values ('$printername', '$printerqueue', '')\" $database"); } my $language; *************** *** 1983,1987 **** } startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"update systempreferences set value='$language' where variable='opaclanguages'\" '$database'"); my @dirs; if (-d "scripts/misc/sql-datas") { --- 1987,1991 ---- } startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"update systempreferences set value='$language' where variable='opaclanguages'\" $database"); my @dirs; if (-d "scripts/misc/sql-datas") { *************** *** 2154,2158 **** setmysqlclipass($pass); ! open (MD, "$mysqldir/bin/mysqldump '--user=$user' --host=$hostname '$database'|"); (open BF, ">$backupdir/Koha.backup_$date") || (die "Error opening up backup file $backupdir/Koha.backup_$date: $!\n"); --- 2158,2162 ---- setmysqlclipass($pass); ! open (MD, "$mysqldir/bin/mysqldump --user=$user --host=$hostname $database|"); (open BF, ">$backupdir/Koha.backup_$date") || (die "Error opening up backup file $backupdir/Koha.backup_$date: $!\n"); Index: overduenotices.pl =================================================================== RCS file: /cvsroot/koha/koha/misc/overduenotices.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** overduenotices.pl 4 May 2005 09:02:37 -0000 1.3 --- overduenotices.pl 20 Jun 2005 14:28:12 -0000 1.4 *************** *** 74,78 **** # The following fields are available : # ! my $mailtext = "\n\n\nDear library borrower\n\n\n \n\n According to our records, you have items that are at\n least a week overdue for return to the library or renewal.\n If you have registered a password with the library, you may use it\n and your library card to login at http://XXX.org\n to check the status of your account, or you may call any of our branch\n Please be advised that all library services will be blocked\n if items are allowed to go more than 30 days overdue.\n\n Thank you for using your public libraries.\n\n\n \n \n \n \n\n\n\n\n\n"; # # END OF PARAMETERS --- 74,79 ---- # The following fields are available : # ! my $mailtext = "\n\n\nDear library borrower\n\n\n \n\n According to our records, you have items, the description of which follows, that are at\n least a week overdue for return to the library or renewal:\n title author barcode\n\n ! If you have registered a password with the library, you may use it\n and your library card to login at http://XXX.org\n to check the status of your account, or you may call any of our branch\n Please be advised that all library services will be blocked\n if items are allowed to go more than 30 days overdue.\n\n Thank you for using your public libraries.\n\n\n \n \n \n \n\n\n\n\n\n"; # # END OF PARAMETERS *************** *** 85,89 **** my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare ("SELECT count(*), issues.borrowernumber,firstname,surname,streetaddress,physstreet,city,zipcode,emailaddress FROM issues,borrowers,categories WHERE returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500 AND issues.borrowernumber=borrowers.borrowernumber and borrowers.categorycode=categories.categorycode and categories.overduenoticerequired=1 group by issues.borrowernumber"); $sth->execute; # --- 86,92 ---- my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare ("SELECT COUNT(*), issues.borrowernumber,firstname,surname,streetaddress,physstreet,city,zipcode,emailaddress FROM issues,borrowers,categories WHERE returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500 AND issues.borrowernumber=borrowers.borrowernumber and borrowers.categorycode=categories.categorycode and categories.overduenoticerequired=1 group by issues.borrowernumber"); ! my $sth2 = $dbh->prepare("SELECT biblio.title,biblio.author,items.barcode FROM issues,items,biblio WHERE items.itemnumber=issues.itemnumber and biblio.biblionumber=items.biblionumber AND issues.borrowernumber=? AND returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500"); ! $sth->execute; # *************** *** 92,95 **** --- 95,99 ---- my $count = 0; # to keep track of how many notices are printed my $e_count = 0; # and e-mailed + my $date=localtime; my ($itemcount,$borrnum,$firstname,$lastname,$address1,$address2,$city,$postcode,$email); *************** *** 103,107 **** $notice =~ s/\/$city/g; $notice =~ s/\/$postcode/g; ! # if not using e-mail notices, comment out the following lines if ($email) { # or you might check for borrowers.preferredcont --- 107,120 ---- $notice =~ s/\/$city/g; $notice =~ s/\/$postcode/g; ! $notice =~ s/\/$date/g; ! ! $sth2->execute($borrnum); ! my $titles=""; ! my ($title, $author, $barcode); ! while (($title, $author, $barcode) = $sth2->fetchrow){ ! $titles .= " ".($title?$title:"")." ".($author?$author:"")." ".($barcode?$barcode:"")."\n"; ! } ! $notice =~ s/\/$titles/g; ! $sth2->finish; # if not using e-mail notices, comment out the following lines if ($email) { # or you might check for borrowers.preferredcont *************** *** 136,140 **** $notice .= ; if ($nomail) { ! print "TO => $email\n"; print "FROM => $from\n"; print "SUBJECT => Koha overdue\n"; --- 149,153 ---- $notice .= ; if ($nomail) { ! print "TO => $email\n" if $email; print "FROM => $from\n"; print "SUBJECT => Koha overdue\n"; From tipaul at users.sourceforge.net Mon Jun 20 16:33:35 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:33:35 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-dictionary.pl,1.1,1.2 opac-detail.pl,1.19,1.20 opac-main.pl,1.16,1.17 opac-search.pl,1.29,1.30 opac-sendbasket.pl,1.6,1.7 opac-serial-issues.pl,1.3,1.4 opac-user.pl,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14868/opac Modified Files: opac-detail.pl opac-main.pl opac-search.pl opac-sendbasket.pl opac-serial-issues.pl opac-user.pl Added Files: opac-dictionary.pl Log Message: synch'ing 2.2 and head Index: opac-detail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** opac-detail.pl 17 Jun 2005 13:44:25 -0000 1.19 --- opac-detail.pl 20 Jun 2005 14:33:32 -0000 1.20 *************** *** 30,33 **** --- 30,34 ---- my ($webbiblioitemcount, @webbiblioitems) = &getwebbiblioitems($biblionumber); my ($websitecount, @websites) = &getwebsites($biblionumber); + my $subscriptionsnumber = getsubscriptionfrombiblionumber($biblionumber); $dat->{'count'}=@items; *************** *** 85,89 **** SITE_RESULTS => $sitearray, subscriptionsnumber => $subscriptionsnumber, - subscriptions => \@subs, LibraryName => C4::Context->preference("LibraryName"), suggestion => C4::Context->preference("suggestion"), --- 86,89 ---- *************** *** 124,125 **** --- 124,127 ---- #output_html_with_http_headers $query, $cookie, $template->output; + output_html_with_http_headers $query, $cookie, $template->output; + Index: opac-main.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** opac-main.pl 4 Oct 2004 20:20:25 -0000 1.16 --- opac-main.pl 20 Jun 2005 14:33:32 -0000 1.17 *************** *** 53,56 **** --- 53,57 ---- languages => \@options, textmessaging => $borrower->{textmessaging}, + opaclargeimage => C4::Context->preference("opaclargeimage"), ); output_html_with_http_headers $input, $cookie, $template->output; Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** opac-search.pl 3 Jun 2005 04:15:29 -0000 1.29 --- opac-search.pl 20 Jun 2005 14:33:32 -0000 1.30 *************** *** 9,13 **** use C4::Database; use HTML::Template; ! use C4::SearchMarc; use C4::Acquisition; use C4::Biblio; --- 9,13 ---- use C4::Database; use HTML::Template; ! use C4::SearchMarcTest; use C4::Acquisition; use C4::Biblio; *************** *** 412,416 **** } # ADDED BY JF ! if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result --- 412,416 ---- } # ADDED BY JF ! #if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result Index: opac-sendbasket.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-sendbasket.pl 20 Jun 2005 01:01:06 -0000 1.6 --- opac-sendbasket.pl 20 Jun 2005 14:33:32 -0000 1.7 *************** *** 8,11 **** --- 8,12 ---- use C4::Context; use C4::Search; + use C4::Biblio; use C4::Auth; use C4::Interface::CGI::Output; *************** *** 15,106 **** my $query = new CGI; ! my ( $template, $borrowernumber, $cookie ) = get_template_and_user( ! { ! template_name => "opac-sendbasketform.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => { borrow => 1 }, ! } ! ); ! ! my $bib_list = $query->param('bib_list'); ! my $email_add = $query->param('email_add'); ! my $email_sender = $query->param('email_sender'); - my $dbh = C4::Context->dbh(); if ($email_add) { ! my $email_from = C4::Context->preference('KohaAdminEmailAddress'); ! my %mail = ( ! To => $email_add, ! From => $email_from ! ); ! ! my ( $template2, $borrowernumber, $cookie ) = get_template_and_user( ! { ! template_name => "opac-sendbasket.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => { borrow => 1 }, ! } ! ); ! ! my @bibs = split ( /\//, $bib_list ); ! my @results; ! my $iso2709; ! foreach my $biblionumber (@bibs) { ! $template2->param( biblionumber => $biblionumber ); ! ! my $dat = &bibdata($biblionumber); ! my ( $authorcount, $addauthor ) = &addauthor($biblionumber); ! my @items = &ItemInfo( undef, $biblionumber, 'opac' ); ! ! $dat->{'additional'} = $addauthor->[0]->{'author'}; ! for ( my $i = 1 ; $i < $authorcount ; $i++ ) { ! $dat->{'additional'} .= "|" . $addauthor->[$i]->{'author'}; ! } ! ! $dat->{'biblionumber'} = $biblionumber; ! $dat->{ITEM_RESULTS} = \@items; ! my $record = MARCgetbiblio( $dbh, $biblionumber ); ! $iso2709 .= $record->as_usmarc(); ! ! push ( @results, $dat ); ! } ! ! my $resultsarray = \@results; ! $template2->param( ! BIBLIO_RESULTS => $resultsarray, ! email_sender => $email_sender ! ); ! ! # Getting template result ! my $template_res = $template2->output(); ! ! # Analysing information and getting mail properties ! if ( $template_res =~ /\n(.*)\n/s ) { ! $mail{'subject'} = $1; ! } ! else { $mail{'subject'} = "no subject"; } ! ! my $email_header = ""; ! if ( $template_res =~ /
          \n(.*)\n/s ) { ! $email_header = $1; ! } ! ! my $email_file = "basket.txt"; ! if ( $template_res =~ /\n(.*)\n/s ) { ! $email_file = $1; ! } ! ! if ( $template_res =~ /\n(.*)\n/s ) { ! $mail{'body'} = $1; ! } ! my $boundary = "====" . time() . "===="; ! $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; $email_header = encode_qp($email_header); --- 16,73 ---- my $query = new CGI; ! my ($template, $borrowernumber, $cookie) ! = get_template_and_user({template_name => "opac-sendbasketform.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => {borrow => 1}, ! }); ! ! my $bib_list=$query->param('bib_list'); ! my $email_add=$query->param('email_add'); ! my $email_sender=$query->param('email_sender'); ! my $dbh=C4::Context->dbh; ! my $sth; ! $sth=$dbh->prepare("select bibid from marc_biblio where biblionumber=? order by bibid"); if ($email_add) { ! my $email_from = C4::Context->preference('KohaAdminEmailAddress'); ! ! my %mail = ( To => $email_add, ! From => $email_from); ! my ($template2, $borrowernumber, $cookie) ! = get_template_and_user({template_name => "opac-sendbasket.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => {borrow => 1}, ! }); ! ! my @bibs = split(/\//, $bib_list); ! my @results; ! my $iso2709; ! foreach my $biblionumber (@bibs) { ! $template2->param(biblionumber => $biblionumber); ! ! my $dat = &bibdata($biblionumber); ! my ($authorcount, $addauthor) = &addauthor($biblionumber); ! my @items = &ItemInfo(undef, $biblionumber, 'opac'); ! ! $dat->{'additional'}=$addauthor->[0]->{'author'}; ! for (my $i = 1; $i < $authorcount; $i++) { ! $dat->{'additional'} .= "|" . $addauthor->[$i]->{'author'}; ! } ! ! $dat->{'biblionumber'} = $biblionumber; ! $dat->{ITEM_RESULTS} = \@items; ! $sth->execute($biblionumber); ! my ($bibid) = $sth->fetchrow; ! my $record = MARCgetbiblio($dbh,$bibid); ! $iso2709 .= $record->as_usmarc(); ! push (@results, $dat); ! } $email_header = encode_qp($email_header); *************** *** 108,113 **** $boundary = "--" . $boundary; ! # Writing mail ! $mail{body} = <\n(.*)\n/s) { $mail{'subject'} = $1; } ! else { $mail{'subject'} = "no subject"; } ! ! my $email_header = ""; ! if ($template_res =~ /
          \n(.*)\n/s) { $email_header = $1; } ! ! my $email_file = "basket.txt"; ! if ($template_res =~ /\n(.*)\n/s) { $email_file = $1; } ! ! if ($template_res =~ /\n(.*)\n/s) { $mail{'body'} = $1; } ! ! my $boundary = "====" . time() . "===="; ! # $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; ! # ! # $email_header = encode_qp($email_header); ! # ! # $boundary = "--".$boundary; ! # ! # # Writing mail ! # $mail{body} = ! $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; ! ! my $message = encode_qp( "" ); ! ! # $file = $^X; # This is the perl executable ! # ! # open (F, $file) or die "Cannot read $file: $!"; ! # binmode F; undef $/; ! $mail{body} = encode_base64($iso2709); ! # close F; ! ! $boundary = '--'.$boundary; ! $mail{body} = <param( SENT => "1" ); ! $template->param( email_add => $email_add ); ! } ! else { ! ! # do something if it doesnt work.... ! warn "Error sending mail: $Mail::Sendmail::error \n"; ! warn "$mail{'body'}"; ! } output_html_with_http_headers $query, $cookie, $template->output; } else { ! $template->param( bib_list => $bib_list ); ! $template->param( ! url => "/cgi-bin/koha/opac-sendbasket.pl", ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); ! output_html_with_http_headers $query, $cookie, $template->output; } --- 137,178 ---- END_OF_BODY ! $mail{attachment} = $iso2709; ! # $mail{body} = <param(SENT => "1"); ! $template->param(email_add => $email_add); ! } else { ! # do something if it doesnt work.... ! warn "Error sending mail: $Mail::Sendmail::error \n"; ! } output_html_with_http_headers $query, $cookie, $template->output; } else { ! $template->param(bib_list => $bib_list); ! $template->param(url => "/cgi-bin/koha/opac-sendbasket.pl", ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); ! output_html_with_http_headers $query, $cookie, $template->output; } Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** opac-serial-issues.pl 4 May 2005 09:02:38 -0000 1.3 --- opac-serial-issues.pl 20 Jun 2005 14:33:32 -0000 1.4 *************** *** 15,41 **** my $op = $query->param('op'); my $dbh = C4::Context->dbh; my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); ! my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); ! ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "opac-serial-issues.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! debug => 1, ! }); ! ! # replace CR by
          in librarian note ! # $subscription->{opacnote} =~ s/\n/\/g; ! ! $template->param( ! biblionumber => $query->param('biblionumber'), ! subscription_LOOP => $subscriptions ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); output_html_with_http_headers $query, $cookie, $template->output; --- 15,77 ---- my $op = $query->param('op'); my $dbh = C4::Context->dbh; + my $selectview = $query->param('selectview'); + $selectview = C4::Context->preference("SubscriptionHistory") unless $selectview; + my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); ! if ($selectview eq "full"){ ! my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! ! my $title = $subscriptions->[0]{bibliotitle}; ! # warn "title ".$title; ! my $yearmin=$subscriptions->[0]{year}; ! # warn "yearmin ".$yearmin; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)-1]{year}; ! # warn "yearmax ".$yearmax; ! ! ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "opac-full-serial-issues.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! debug => 1, ! }); ! ! # replace CR by
          in librarian note ! # $subscription->{opacnote} =~ s/\n/\/g; ! ! $template->param( ! biblionumber => $query->param('biblionumber'), ! years => $subscriptions, ! yearmin => $yearmin, ! yearmax =>$yearmax, ! bibliotitle => $title, ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); + } else { + my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "opac-serial-issues.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + }); + + # replace CR by
          in librarian note + # $subscription->{opacnote} =~ s/\n/\/g; + + $template->param( + biblionumber => $query->param('biblionumber'), + subscription_LOOP => $subscriptions, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + ); + } output_html_with_http_headers $query, $cookie, $template->output; Index: opac-user.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** opac-user.pl 4 May 2005 09:02:38 -0000 1.16 --- opac-user.pl 20 Jun 2005 14:33:32 -0000 1.17 *************** *** 137,143 **** $template->param(WAITING => \@waiting); $template->param(waiting_count => $wcount, ! LibraryName => C4::Context->preference("LibraryName"), ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ); --- 137,144 ---- $template->param(WAITING => \@waiting); $template->param(waiting_count => $wcount, ! LibraryName => C4::Context->preference("LibraryName"), ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! textmessaging => $borr->{textmessaging}, ); From tipaul at users.sourceforge.net Mon Jun 20 16:34:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:34:47 -0700 Subject: [Koha-cvs] CVS: koha/reports borrowers_out.pl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15651/reports Modified Files: borrowers_out.pl Log Message: synch'ing 2.2 and head Index: borrowers_out.pl =================================================================== RCS file: /cvsroot/koha/koha/reports/borrowers_out.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** borrowers_out.pl 4 May 2005 09:02:38 -0000 1.2 --- borrowers_out.pl 20 Jun 2005 14:34:45 -0000 1.3 *************** *** 160,164 **** # my @loopfilter; ! for (my $i=0;$i<=6;$i++) { my %cell; if ( @$filters[$i] ) { --- 160,164 ---- # my @loopfilter; ! for (my $i=0;$i<=2;$i++) { my %cell; if ( @$filters[$i] ) { *************** *** 168,171 **** --- 168,172 ---- $cell{filter} .= @$filters[$i]; $cell{crit} .="Bor Cat" if ($i==0); + $cell{crit} .="Without issues since" if ($i==1); push @loopfilter, \%cell; } *************** *** 229,239 **** my $strcalc ; ! # Processing average loanperiods $strcalc .= "SELECT CONCAT( borrowers.surname , \"\\t\",borrowers.firstname, \"\\t\", borrowers.cardnumber)"; $strcalc .= " , $colfield " if ($colfield); ! $strcalc .= " FROM borrowers LEFT JOIN issues ON issues.borrowernumber=borrowers.borrowernumber WHERE issues.borrowernumber is null"; @$filters[0]=~ s/\*/%/g if (@$filters[0]); $strcalc .= " AND borrowers.categorycode like '" . @$filters[0] ."'" if ( @$filters[0] ); ! $strcalc .= " group by borrowers.borrowernumber"; $strcalc .= ", $colfield" if ($column); --- 230,253 ---- my $strcalc ; ! # Processing calculation $strcalc .= "SELECT CONCAT( borrowers.surname , \"\\t\",borrowers.firstname, \"\\t\", borrowers.cardnumber)"; $strcalc .= " , $colfield " if ($colfield); ! $strcalc .= " FROM borrowers "; ! $strcalc .= "WHERE 1 "; @$filters[0]=~ s/\*/%/g if (@$filters[0]); $strcalc .= " AND borrowers.categorycode like '" . @$filters[0] ."'" if ( @$filters[0] ); ! if (@$filters[1]){ ! my $queryfilter = $dbh->prepare("SELECT DISTINCT borrowernumber FROM issues where issues.timestamp>?"); ! $queryfilter->execute(@$filters[1]); ! while (my ($bornum)=$queryfilter->fetchrow){ ! $strcalc .= " AND borrowers.borrowernumber <> $bornum "; ! } ! } else { ! my $queryfilter = $dbh->prepare("SELECT DISTINCT borrowernumber FROM issues "); ! $queryfilter->execute; ! while (my ($bornum)=$queryfilter->fetchrow){ ! $strcalc .= " AND borrowers.borrowernumber <> $bornum "; ! } ! } $strcalc .= " group by borrowers.borrowernumber"; $strcalc .= ", $colfield" if ($column); From tipaul at users.sourceforge.net Mon Jun 20 16:36:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:36:47 -0700 Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.104,1.105 Message-ID: Update of /cvsroot/koha/koha/updater In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/updater Modified Files: updatedatabase Log Message: synch'ing 2.2 and head Index: updatedatabase =================================================================== RCS file: /cvsroot/koha/koha/updater/updatedatabase,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -r1.104 -r1.105 *** updatedatabase 1 Jun 2005 21:35:05 -0000 1.104 --- updatedatabase 20 Jun 2005 14:36:44 -0000 1.105 *************** *** 834,837 **** --- 834,855 ---- { uniquefieldrequired => 'variable', + variable => 'opacsmallimage', + value => '', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Enter a complete URL to an image, will be on top/left instead of the Koha logo', + type => 'free', + }, + { + uniquefieldrequired => 'variable', + variable => 'opaclargeimage', + value => '', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Enter a complete URL to an image, will be on the main page, instead of the Koha logo', + type => 'free', + }, + { + uniquefieldrequired => 'variable', variable => 'delimiter', value => ';', *************** *** 863,866 **** --- 881,904 ---- options => ';|tabulation|,|/|\|#' }, + { + uniquefieldrequired => 'variable', + variable => 'SubscriptionHistory', + value => ';', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the information level for serials history in OPAC', + type => 'Choice', + options => 'simplified|full' + }, + { + uniquefieldrequired => 'variable', + variable => 'hidelostitems', + value => 'No', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'show or hide "lost" items in OPAC.', + type => 'YesNo', + }, ], *************** *** 1448,1457 **** # $Log$ ! # Revision 1.104 2005/06/01 21:35:05 genjimoto ! # New Feature: catalogsearch() has a new parameter, $sqlstring. A developer puts into it whatever they want to tack onto the end of the where statement. See usage in opac-search.pl ! # ! # Revision 1.103 2005/05/04 09:04:52 tipaul # synch'ing 2.2 and head # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : --- 1486,1501 ---- # $Log$ ! # Revision 1.105 2005/06/20 14:36:44 tipaul # synch'ing 2.2 and head # + # Revision 1.100.2.5 2005/06/06 15:23:36 tipaul + # adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy ! + # + # Revision 1.100.2.4 2005/06/06 14:15:55 tipaul + # adding 2 systemparameters to define an alternate image as logo in opac (the image on main page & on each top-left page) + # + # Revision 1.100.2.3 2005/06/02 21:05:34 hdl + # adding variable SubscriptionHistory + # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : From tipaul at users.sourceforge.net Mon Jun 20 16:36:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:36:47 -0700 Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/search.marc Modified Files: dictionary.pl Log Message: synch'ing 2.2 and head Index: dictionary.pl =================================================================== RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** dictionary.pl 1 Jun 2005 12:51:02 -0000 1.6 --- dictionary.pl 20 Jun 2005 14:36:44 -0000 1.7 *************** *** 106,110 **** } $listtags =~s/,$/)/; ! $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); --- 106,110 ---- } $listtags =~s/,$/)/; ! $strsth .= $listtags." and marc_word.tagsubfield=concat(marc_subfield_table.tag,marc_subfield_table.subfieldcode) group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); From tipaul at users.sourceforge.net Mon Jun 20 16:37:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:17 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123i.pl,1.1,1.2 unimarc_field_123j.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16867/value_builder Modified Files: unimarc_field_123i.pl unimarc_field_123j.pl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:37:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:17 -0700 Subject: [Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/z3950/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16867/z3950/server Modified Files: zed-koha-server.pl Log Message: synch'ing 2.2 and head Index: zed-koha-server.pl =================================================================== RCS file: /cvsroot/koha/koha/z3950/server/zed-koha-server.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** zed-koha-server.pl 3 Jun 2004 01:48:19 -0000 1.4 --- zed-koha-server.pl 20 Jun 2005 14:37:15 -0000 1.5 *************** *** 58,62 **** use C4::Biblio; use strict; ! my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope --- 58,62 ---- use C4::Biblio; use strict; ! # my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope *************** *** 86,89 **** --- 86,90 ---- sub run_query { ## Run the query and store the biblionumbers: my ($sql_query, $query, $args) = @_; + my $dbh = C4::Context->dbh; my $sth_get = $dbh->prepare("$sql_query"); *************** *** 145,149 **** print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblio ON marc_biblio.biblionumber = biblio.biblionumber WHERE biblio.isbn LIKE ?"; &run_query($sql_query, $query, $args); --- 146,150 ---- print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblioitems ON marc_biblio.biblionumber = biblioitems.biblionumber WHERE biblioitems.isbn LIKE ?"; &run_query($sql_query, $query, $args); *************** *** 269,392 **** $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! my $recordstring=$MARCRecord->as_usmarc(); ! ## print "here is my record: $recordstring\n"; ! ! ## Troubleshooting: ! ## use Data::Dumper; ! ## Dumper $recordstring; ! ## open (MARC, ">/root/marc.dump"); ! ## print MARC "$recordstring"; ! ## close MARC; ! ! ## Convert from 852/4 to 952: ! ## 942a --> 852a Organization code ! ## 952b --> 852b Home branch ! ## 942k --> 852h Classification ! ## 952p --> 852p Barcode ! ! my $record = MARC::Record->new_from_usmarc($recordstring); ! my @fields942 = $record->field('942'); ! my $field842 = $fields942[0]; ! my ($field952, $sub852a, $sub852k, $sub852b, $sub852p, $sub852h); ! ! ! ## while ( my $record = $batch->next() ) { ! ## my @fields942 = $record->field('942'); ! ## my $field842 = $fields942[0]; ! ## #grab first 942 (only need one, they are same for all items) ! ## my $sub852a = ($field842->subfield('a') || ''); ! ## my $sub852h = ($field842->subfield('k') || ''); ! ! ## my @fields952 = $record->field('952'); ! ## foreach my $field952 (@fields952) { #get all 952s ! ## my $sub852b = ($field952->subfield('b') || ''); ! ## my $sub852p = ($field952->subfield('p') || ''); ! ! ! #grab first 942 (only need one, they are same for all items) ! unless (! $field952){ ! $sub852a = ($field952->subfield('a') || '') ; ! } ! unless (! $field952){ #->subfield('k')) { ! $sub852k = ($field952->subfield('k') || '') ; ! ! } ! ! my @fields952 = $record->field('952'); ! foreach my $field952 (@fields952) { #get all 952s ! ! unless (! $field952) { #->subfield('b')) { ! $sub852b = ($field952->subfield('b') || '') ; ! } ! unless (! $field952) { #->subfield('p')) { ! $sub852p = ($field952->subfield('p') || '') ; ! } ! #make it one big happy family ! my $new852 = MARC::Field->new( ! 852,'','', ! 'a' => $sub852a, ! 'b' => $sub852b, ! 'h' => $sub852h, ! 'p' => $sub852p, ! ); ! $record->append_fields($new852); ! ! } ! ! my $recordstringdone = $record->as_usmarc(); ! ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::usmarc; ## Return the record string to the client ! $args->{RECORD} = $recordstringdone; } - # That's all folks! - # - # OLD OLD OLD OLD - - sub fetch_handler_old { - my ($args) = @_; - # warn "in fetch_handler"; ## troubleshooting - my $offset = $args->{OFFSET}; - $offset -= 1; ## because $args->{OFFSET} 1 = record #1 - chomp (my $bibid = $bib_list[$offset]); ## Not sure about this - my $sql_query = "SELECT tag, subfieldcode, subfieldvalue FROM marc_subfield_table where bibid=?"; - my $sth_get = $dbh->prepare("$sql_query"); - $sth_get->execute($bibid); - - ## create a MARC::Record object - my $rec = MARC::Record->new(); - - ## create the fields - while (my @data=$sth_get->fetchrow_array) { - - my $tag = $data[0]; - my $subfieldcode = $data[1]; - my $subfieldvalue = $data[2]; - - my $field = MARC::Field->new( - $tag,'','', - $subfieldcode => $subfieldvalue, - ); - $rec->append_fields($field); - - ## build the marc string and put into $record - my $tmp_record = $rec->as_usmarc(); - my $reclen = length $tmp_record; - my $baseaddr = "$reclen + dirlen"; - # set_leader_lengths($reclen,$baseaddr); - my $record = $rec->as_usmarc(); - $args->{RECORD} = $record; - } - - } - - ## This stuff doesn't work yet...I should include boolean searching someday ## though --- 270,287 ---- $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $dbh = C4::Context->dbh; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! $MARCRecord->leader(' nac 22 1u 4500'); ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::unimarc; ## Return the record string to the client ! $args->{RECORD} = $MARCRecord->as_usmarc(); ! # $args->{RECORD} = $recordstringdone; } ## This stuff doesn't work yet...I should include boolean searching someday ## though From tipaul at users.sourceforge.net Mon Jun 20 16:37:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:53 -0700 Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.14,1.15 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418/z3950 Modified Files: processz3950queue Log Message: synch'ing 2.2 and head Index: processz3950queue =================================================================== RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** processz3950queue 4 May 2005 09:04:52 -0000 1.14 --- processz3950queue 20 Jun 2005 14:37:51 -0000 1.15 *************** *** 281,292 **** for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata; ! # use render() or rawdata() depending on the type of the returned record ! if (ref($rec) eq "Net::Z3950::Record::USMARC") { ! $marcdata = $rec->rawdata(); ! } ! if (ref($rec) eq "Net::Z3950::Record::UNIMARC") { ! $marcdata = $rec->rawdata(); ! } $globalencoding = ref($rec); $result.=$marcdata; --- 281,285 ---- for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata = $rec->rawdata(); $globalencoding = ref($rec); $result.=$marcdata; From tipaul at users.sourceforge.net Mon Jun 20 16:37:55 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:55 -0700 Subject: [Koha-cvs] CVS: koha help.pl,1.1,1.2 mainpage.pl,1.9,1.10 MARCdetail.pl,1.27,1.28 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418 Modified Files: help.pl mainpage.pl MARCdetail.pl Log Message: synch'ing 2.2 and head Index: help.pl =================================================================== RCS file: /cvsroot/koha/koha/help.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** help.pl 3 Jun 2004 10:22:59 -0000 1.1 --- help.pl 20 Jun 2005 14:37:51 -0000 1.2 *************** *** 30,34 **** unless (-e "$htdocs/$theme/$lang/$tmplbase") { $tmplbase="help/nohelp.tmpl"; ! my ($theme, $lang) = themelanguage($htdocs, $tmplbase, "intranet"); } my $template = HTML::Template->new(filename => "$htdocs/$theme/$lang/$tmplbase", --- 30,34 ---- unless (-e "$htdocs/$theme/$lang/$tmplbase") { $tmplbase="help/nohelp.tmpl"; ! ($theme, $lang) = themelanguage($htdocs, $tmplbase, "intranet"); } my $template = HTML::Template->new(filename => "$htdocs/$theme/$lang/$tmplbase", Index: mainpage.pl =================================================================== RCS file: /cvsroot/koha/koha/mainpage.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** mainpage.pl 22 Dec 2003 14:54:53 -0000 1.9 --- mainpage.pl 20 Jun 2005 14:37:52 -0000 1.10 *************** *** 8,13 **** --- 8,24 ---- use CGI; use C4::Auth; + use C4::AuthoritiesMarc; + use C4::Koha; my $query = new CGI; + my $authtypes = getauthtypes; + my @authtypesloop; + foreach my $thisauthtype (sort { $authtypes->{$a} <=> $authtypes->{$b} } keys %$authtypes) { + my %row =(value => $thisauthtype, + authtypetext => $authtypes->{$thisauthtype}{'authtypetext'}, + ); + push @authtypesloop, \%row; + } + my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "intranet-main.tmpl", *************** *** 25,28 **** --- 36,40 ---- my $marc_p = C4::Context->boolean_preference("marc"); $template->param(NOTMARC => !$marc_p); + $template->param(authtypesloop => \@authtypesloop); output_html_with_http_headers $query, $cookie, $template->output; Index: MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/MARCdetail.pl,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** MARCdetail.pl 15 Jun 2005 16:09:44 -0000 1.27 --- MARCdetail.pl 20 Jun 2005 14:37:52 -0000 1.28 *************** *** 66,74 **** my $biblionumber=$query->param('bib'); my $bibid = $query->param('bibid'); my $popup = $query->param('popup'); # if set to 1, then don't insert links, it's just to show the biblio $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid; $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber; ! my $itemtype = &MARCfind_frameworkcode($dbh,$bibid); my $tagslib = &MARCgettagslib($dbh,1,$itemtype); --- 66,78 ---- my $biblionumber=$query->param('bib'); my $bibid = $query->param('bibid'); + my $itemtype = $query->param('frameworkcode'); my $popup = $query->param('popup'); # if set to 1, then don't insert links, it's just to show the biblio $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid; $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber; ! $itemtype = &MARCfind_frameworkcode($dbh,$bibid) if not ($itemtype); ! $itemtype = '' if ($itemtype eq 'Default'); ! warn "itemtype :".$itemtype; ! my $tagslib = &MARCgettagslib($dbh,1,$itemtype); *************** *** 84,87 **** --- 88,115 ---- }); + #Getting the list of all frameworks + my $queryfwk =$dbh->prepare("select frameworktext, frameworkcode from biblio_framework"); + $queryfwk->execute; + my %select_fwk; + my @select_fwk; + my $curfwk; + push @select_fwk,"Default"; + $select_fwk{"Default"} = "Default"; + while (my ($description, $fwk) =$queryfwk->fetchrow) { + push @select_fwk, $fwk; + $select_fwk{$fwk} = $description; + } + $curfwk=$itemtype; + warn "current fwk :".$curfwk ; + my $framework=CGI::scrolling_list( -name => 'Frameworks', + -id => 'Frameworks', + -default => $curfwk, + -OnChange => 'Changefwk(this);', + -values => \@select_fwk, + -labels => \%select_fwk, + -size => 1, + -multiple => 0 ); + + $template->param( framework => $framework); # fill arrays my @loop_data =(); From tipaul at users.sourceforge.net Mon Jun 20 16:39:15 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:39:15 -0700 Subject: [Koha-cvs] CVS: koha pay.pl,1.11,1.12 search.pl,1.35,1.36 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18131 Modified Files: pay.pl search.pl Log Message: synch'ing 2.2 and head Index: pay.pl =================================================================== RCS file: /cvsroot/koha/koha/pay.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** pay.pl 1 Mar 2005 13:40:47 -0000 1.11 --- pay.pl 20 Jun 2005 14:39:01 -0000 1.12 *************** *** 56,60 **** my $check=0; for (my $i=0;$i<@names;$i++){ ! my$temp=$input->param($names[$i]); if ($temp eq 'wo'){ $inp{$names[$i]}=$temp; --- 56,60 ---- my $check=0; for (my $i=0;$i<@names;$i++){ ! my $temp=$input->param($names[$i]); if ($temp eq 'wo'){ $inp{$names[$i]}=$temp; *************** *** 65,68 **** --- 65,69 ---- $user=~ s/Foxton/F/i; $user=~ s/Shannon/S/i; + # FIXME : using array +4, +5, +6 is dirty. Should use arrays for each accountline my $amount=$input->param($names[$i+4]); my $bornum=$input->param($names[$i+5]); *************** *** 146,150 **** } $bornum=$input->param('bornum'); ! print $input->redirect("/cgi-bin/koha/pay.pl?bornum=$bornum"); } --- 147,151 ---- } $bornum=$input->param('bornum'); ! print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$bornum"); } Index: search.pl =================================================================== RCS file: /cvsroot/koha/koha/search.pl,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** search.pl 7 Apr 2004 22:43:04 -0000 1.35 --- search.pl 20 Jun 2005 14:39:11 -0000 1.36 *************** *** 20,23 **** --- 20,30 ---- # $Log$ + # Revision 1.36 2005/06/20 14:39:11 tipaul + # synch'ing 2.2 and head + # + # Revision 1.35.2.1 2005/05/27 10:02:50 hdl + # Bug Fixing : Using old search.pl with subjectitems In normal mode display. + # Problem : Changing Page doesn't work. + # # Revision 1.35 2004/04/07 22:43:04 rangi # Fix for bug 217 *************** *** 100,104 **** foreach my $term (qw(keyword subject author illustrator itemnumber isbn date-before class dewey branch title abstract ! publisher ttype)) { my $value = $query->param($term); --- 107,111 ---- foreach my $term (qw(keyword subject author illustrator itemnumber isbn date-before class dewey branch title abstract ! publisher ttype subjectitems)) { my $value = $query->param($term); From slef at users.sourceforge.net Mon Jun 20 19:05:20 2005 From: slef at users.sourceforge.net (MJ Ray) Date: Mon, 20 Jun 2005 10:05:20 -0700 Subject: [Koha-cvs] CVS: koha/z3950 z3950-daemon-launch.sh,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31711 Modified Files: z3950-daemon-launch.sh Log Message: Removed -s from su call after Thomas D reports it breaks FreeBSD Index: z3950-daemon-launch.sh =================================================================== RCS file: /cvsroot/koha/koha/z3950/z3950-daemon-launch.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** z3950-daemon-launch.sh 5 Nov 2003 23:33:45 -0000 1.4 --- z3950-daemon-launch.sh 20 Jun 2005 17:05:17 -0000 1.5 *************** *** 33,37 **** fi ! su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser & exit --- 33,38 ---- fi ! #MJR: removed -s option, as we have a #! at the start of z3950-daemon-shell.sh ! su -c $KohaZ3950Shell - $RunAsUser & exit *************** *** 39,42 **** --- 40,46 ---- #-------------- # $Log$ + # Revision 1.5 2005/06/20 17:05:17 slef + # Removed -s from su call after Thomas D reports it breaks FreeBSD + # # Revision 1.4 2003/11/05 23:33:45 slef # Now figures out what directory the scripts are in From hdl at users.sourceforge.net Tue Jun 21 09:39:23 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 00:39:23 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members member.tmpl,1.16,1.17 member-quicksearch-results.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23742/koha-tmpl/intranet-tmpl/default/en/members Modified Files: member.tmpl member-quicksearch-results.tmpl Log Message: Displaying line counter Index: member.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** member.tmpl 20 Jun 2005 10:14:12 -0000 1.16 --- member.tmpl 21 Jun 2005 07:39:20 -0000 1.17 *************** *** 22,25 **** --- 22,26 ---- + *************** *** 37,40 **** --- 38,42 ---- + Index: member-quicksearch-results.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member-quicksearch-results.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** member-quicksearch-results.tmpl 20 Jun 2005 10:14:12 -0000 1.2 --- member-quicksearch-results.tmpl 21 Jun 2005 07:39:20 -0000 1.3 *************** *** 21,25 **** ! --- 21,25 ---- ! From hdl at users.sourceforge.net Tue Jun 21 09:42:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 00:42:26 -0700 Subject: [Koha-cvs] CVS: koha/members member.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24852/members Modified Files: member.pl Log Message: Adding countlines Index: member.pl =================================================================== RCS file: /cvsroot/koha/koha/members/member.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** member.pl 20 Jun 2005 10:14:12 -0000 1.6 --- member.pl 21 Jun 2005 07:42:24 -0000 1.7 *************** *** 90,93 **** --- 90,94 ---- my %row = ( background => $background, + count => $i + 1, borrowernumber => $results->[$i]{'borrowernumber'}, cardnumber => $results->[$i]{'cardnumber'}, From hdl at users.sourceforge.net Tue Jun 21 12:09:41 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 03:09:41 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui histsearch.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv894/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: histsearch.tmpl Log Message: Adding line counter Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/histsearch.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** histsearch.tmpl 20 Jun 2005 14:13:22 -0000 1.4 --- histsearch.tmpl 21 Jun 2005 10:09:39 -0000 1.5 *************** *** 109,113 **** --- 270,278 ---- *************** *** 276,280 **** --- 280,288 ---- From tipaul at users.sourceforge.net Wed Jun 22 14:45:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:45:39 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-top.inc,1.8.2.6,1.8.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14543/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac-top.inc Log Message: changing image size (on top-left) Index: opac-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc,v retrieving revision 1.8.2.6 retrieving revision 1.8.2.7 diff -C2 -r1.8.2.6 -r1.8.2.7 *** opac-top.inc 16 Jun 2005 15:41:09 -0000 1.8.2.6 --- opac-top.inc 22 Jun 2005 12:45:37 -0000 1.8.2.7 *************** *** 33,37 ****
          ! " height="50" alt="koha logo"/> /images/front-background-small.gif" height="50" alt="koha logo"/> --- 33,37 ----
          ! " height="65" alt="koha logo"/> /images/front-background-small.gif" height="50" alt="koha logo"/> From tipaul at users.sourceforge.net Wed Jun 22 14:46:55 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:46:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-dictionary.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15133/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: small changes in template look Index: opac-dictionary.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-dictionary.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** opac-dictionary.tmpl 7 Jun 2005 10:23:13 -0000 1.1.2.1 --- opac-dictionary.tmpl 22 Jun 2005 12:46:52 -0000 1.1.2.2 *************** *** 20,27 **** !
          !

          Dictionary Search results

            Card Surname
          ">
          ','request','member'); return false;" />
          ">
          ','request','member'); return false;" />
          ">
          !   --- 109,113 ----
          ! From tipaul at users.sourceforge.net Tue Jun 21 16:50:30 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 07:50:30 -0700 Subject: [Koha-cvs] CVS: koha/authorities auth_finder.pl,1.5.2.2,1.5.2.3 Message-ID: Update of /cvsroot/koha/koha/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16360/authorities Modified Files: Tag: rel_2_2 auth_finder.pl Log Message: bugfix for next/previous and number links on result list, when long list of results Index: auth_finder.pl =================================================================== RCS file: /cvsroot/koha/koha/authorities/auth_finder.pl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** auth_finder.pl 7 Apr 2005 10:03:24 -0000 1.5.2.2 --- auth_finder.pl 21 Jun 2005 14:50:26 -0000 1.5.2.3 *************** *** 93,98 **** for(my $i = 0 ; $i <= $#marclist ; $i++) { ! push @field_data, { term => "marclist", val=>$marclist[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; --- 93,99 ---- + my @marclist_ini = $query->param('marclist'); # get marclist again, as the previous one has been modified by catalogsearch (mainentry replaced by field name for(my $i = 0 ; $i <= $#marclist ; $i++) { ! push @field_data, { term => "marclist", val=>$marclist_ini[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; *************** *** 158,162 **** $template->param(authtypesloop => \@authtypesloop, authtypecode => $authtypecode); - warn "CAT : $authtypecode"; # Print the page --- 159,162 ---- From tipaul at users.sourceforge.net Tue Jun 21 16:50:31 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 07:50:31 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities searchresultlist-auth.tmpl,1.5.2.2,1.5.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16360/koha-tmpl/intranet-tmpl/default/en/authorities Modified Files: Tag: rel_2_2 searchresultlist-auth.tmpl Log Message: bugfix for next/previous and number links on result list, when long list of results Index: searchresultlist-auth.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist-auth.tmpl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** searchresultlist-auth.tmpl 18 Mar 2005 09:42:26 -0000 1.5.2.2 --- searchresultlist-auth.tmpl 21 Jun 2005 14:50:26 -0000 1.5.2.3 *************** *** 46,50 ****

          ! &&authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> --- 46,50 ----

          ! &&authtypecode=&=&op=do_search&type=intranet&index="> *************** *** 54,63 **** -highlight.gif"> ! &authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> .gif" border="0"> ! &&authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> --- 54,63 ---- -highlight.gif"> ! &authtypecode=&=&op=do_search&type=intranet&index="> .gif" border="0"> ! &&authtypecode=&=&op=do_search&type=intranet&index="> From tipaul at users.sourceforge.net Tue Jun 21 15:34:29 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 06:34:29 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.6,1.27.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13758/koha-tmpl/intranet-tmpl/default/en/parameters Modified Files: Tag: rel_2_2 marctagstructure.tmpl Log Message: template creators : REMEMBER that TRANSLATOR tool really HATES inside a standard html tag, like :

          class="x"> or checked> pls alway write : Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v retrieving revision 1.27.2.6 retrieving revision 1.27.2.7 diff -C2 -r1.27.2.6 -r1.27.2.7 *** marctagstructure.tmpl 1 Jun 2005 14:29:21 -0000 1.27.2.6 --- marctagstructure.tmpl 21 Jun 2005 13:34:26 -0000 1.27.2.7 *************** *** 125,130 **** "> !

          ! Display only used Tags/Subfields checked OnChange="javascript:document.f.submit()">

          --- 125,133 ---- "> !

          ! Display only used Tags/Subfields ! ! Display only used Tags/Subfields !

          From oleonard at users.sourceforge.net Wed Jun 22 00:05:33 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 21 Jun 2005 15:05:33 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.4,1.1.2.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv726/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-detail.tmpl Log Message: Removing extra junk from WorldCat query string Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -r1.1.2.4 -r1.1.2.5 *** opac-detail.tmpl 9 Jun 2005 19:21:10 -0000 1.1.2.4 --- opac-detail.tmpl 21 Jun 2005 22:05:30 -0000 1.1.2.5 *************** *** 22,27 ****

          Search for this title in:

          --- 22,27 ----

          Search for this title in:

          From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/acqui newbiblio.pl,1.21,1.22 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/acqui Modified Files: newbiblio.pl Log Message: Adding scrolling list for sort1 and sort2 Index: newbiblio.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** newbiblio.pl 14 Sep 2004 12:09:52 -0000 1.21 --- newbiblio.pl 22 Jun 2005 09:36:24 -0000 1.22 *************** *** 25,28 **** --- 25,29 ---- use CGI; use C4::Context; + use C4::Input; use C4::Database; use C4::Auth; *************** *** 140,143 **** --- 141,159 ---- -multiple => 0 ); + my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); + if ($CGIsort1) { + $template->param(CGIsort1 => $CGIsort1); + } else { + $template->param( sort1 => $data->{'sort1'}); + } + + my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); + if ($CGIsort2) { + $template->param(CGIsort2 =>$CGIsort2); + } else { + $template->param( sort2 => $data->{'sort2'}); + } + + # fill template $template->param( existing => $biblio, *************** *** 173,178 **** ecost => $data->{'ecost'}, notes => $data->{'notes'}, - sort1 => $data->{'sort1'}, - sort2 => $data->{'sort2'}, publishercode => $data->{'publishercode'}); --- 189,192 ---- From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/members memberentry.pl,1.10,1.11 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/members Modified Files: memberentry.pl Log Message: Adding scrolling list for sort1 and sort2 Index: memberentry.pl =================================================================== RCS file: /cvsroot/koha/koha/members/memberentry.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** memberentry.pl 20 Jun 2005 14:26:03 -0000 1.10 --- memberentry.pl 22 Jun 2005 09:36:24 -0000 1.11 *************** *** 61,64 **** --- 61,66 ---- my $destination=$input->param('destination'); + + my $nok; # if a add or modify is requested => check validity of data. *************** *** 233,237 **** --- 235,254 ---- -size => 1, -multiple => 0 ); + + my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); + if ($CGIsort1) { + $template->param(CGIsort1 => $CGIsort1); + } else { + $template->param( sort1 => $data->{'sort1'}); + } + + my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); + if ($CGIsort2) { + $template->param(CGIsort2 =>$CGIsort2); + } else { + $template->param( sort2 => $data->{'sort2'}); + } + $template->param( actionType => $actionType, destination => $destination, *************** *** 266,271 **** cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, - sort1 => $data->{'sort1'}, - sort2 => $data->{'sort2'}, dateformat => display_date_format(), modify => $modify, --- 283,286 ---- From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/C4 Input.pm,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/C4 Modified Files: Input.pm Log Message: Adding scrolling list for sort1 and sort2 Index: Input.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Input.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** Input.pm 28 Nov 2003 14:06:57 -0000 1.16 --- Input.pm 22 Jun 2005 09:36:24 -0000 1.17 *************** *** 22,25 **** --- 22,26 ---- require Exporter; use C4::Context; + use CGI; use vars qw($VERSION @ISA @EXPORT); *************** *** 50,53 **** --- 51,55 ---- @EXPORT = qw( &checkdigit &checkvalidisbn + &buildCGIsort ); *************** *** 141,175 **** # of 10 digits and valid checksum sub checkvalidisbn { ! use strict; ! my ($q)=@_ ; # Input: ISBN number ! ! my $isbngood = 0; # Return: true or false ! ! $q=~s/x$/X/g; # upshift lower case X ! $q=~s/[^X\d]//g; ! $q=~s/X.//g; ! ! #return 0 if $q is not ten digits long ! if (length($q)!=10) { ! return 0; ! } ! #If we get to here, length($q) must be 10 ! my $checksum=substr($q,9,1); ! my $isbn=substr($q,0,9); ! my $i; ! my $c=0; ! for ($i=0; $i<9; $i++) { ! my $digit=substr($q,$i,1); ! $c+=$digit*(10-$i); ! } $c %= 11; ! ($c==10) && ($c='X'); ! $isbngood = $c eq $checksum; ! ! return $isbngood; } # sub checkvalidisbn END { } # module clean-up code here (global destructor) --- 143,214 ---- # of 10 digits and valid checksum sub checkvalidisbn { ! use strict; ! my ($q)=@_ ; # Input: ISBN number ! ! my $isbngood = 0; # Return: true or false ! ! $q=~s/x$/X/g; # upshift lower case X ! $q=~s/[^X\d]//g; ! $q=~s/X.//g; ! #return 0 if $q is not ten digits long ! if (length($q)!=10) { ! return 0; ! } ! ! #If we get to here, length($q) must be 10 ! my $checksum=substr($q,9,1); ! my $isbn=substr($q,0,9); ! my $i; ! my $c=0; ! for ($i=0; $i<9; $i++) { ! my $digit=substr($q,$i,1); ! $c+=$digit*(10-$i); ! } $c %= 11; ! ($c==10) && ($c='X'); ! $isbngood = $c eq $checksum; ! return $isbngood; } # sub checkvalidisbn + =item buildCGISort + + $CGIScrollingList = &BuildCGISort($name string, $input_name string); + + Returns the scrolling list with name $input_name, built on authorised Values named $name. + Returns NULL if no authorised values found + + =cut + #' + #-------------------------------------- + # Determine if a number is a valid ISBN number, according to length + # of 10 digits and valid checksum + sub buildCGIsort { + use strict; + my ($name,$input_name,$data) = @_; + my $dbh=C4::Context->dbh; + my $query=qq{SELECT * FROM authorised_values WHERE category=?}; + my $sth=$dbh->prepare($query); + $sth->execute($name); + my $CGISort; + if ($sth->rows>0){ + my @values; + my %labels; + for (my $i =0;$i<=$sth->rows;$i++){ + my $results = $sth->fetchrow_hashref; + push @values, $results->{authorised_value}; + $labels{$results->{authorised_value}}=$results->{lib}; + } + $CGISort= CGI::scrolling_list( + -name => $input_name, + -values => \@values, + -labels => \%labels, + -default=> $data, + -size => 1, + -multiple => 0); + } + return $CGISort; + } END { } # module clean-up code here (global destructor) From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbiblio.tmpl,1.19,1.20 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: newbiblio.tmpl Log Message: Adding scrolling list for sort1 and sort2 Index: newbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbiblio.tmpl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** newbiblio.tmpl 4 May 2005 08:52:49 -0000 1.19 --- newbiblio.tmpl 22 Jun 2005 09:36:24 -0000 1.20 *************** *** 199,207 ****

          ! ">

          ! ">

          --- 199,215 ----

          ! ! ! ! "> !

          ! ! ! ! "> !

          From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members memberentry.tmpl,1.36,1.37 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/koha-tmpl/intranet-tmpl/default/en/members Modified Files: memberentry.tmpl Log Message: Adding scrolling list for sort1 and sort2 Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** memberentry.tmpl 20 Jun 2005 14:20:05 -0000 1.36 --- memberentry.tmpl 22 Jun 2005 09:36:24 -0000 1.37 *************** *** 270,274 ****

          Sorting field 1 ! ">
          Sorting field 1 ! ! ! ! "> !
          Sorting field 2 ! ">
          Sorting field 2 ! ! ! ! "> !
          ! !

          No results in Authorities

          --- 83,93 ----

          ! +
          +

          Values in biblios

          From tipaul at users.sourceforge.net Wed Jun 22 14:48:10 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:48:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-MARCdetail.tmpl,1.5.2.3,1.5.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15840/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-MARCdetail.tmpl Log Message: minor css changes Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -r1.5.2.3 -r1.5.2.4 *** opac-MARCdetail.tmpl 17 Jun 2005 12:31:44 -0000 1.5.2.3 --- opac-MARCdetail.tmpl 22 Jun 2005 12:48:08 -0000 1.5.2.4 *************** *** 77,81 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 77,81 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 101,105 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 101,105 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 125,129 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 125,129 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 149,153 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 149,153 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 173,177 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 173,177 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 197,201 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 197,201 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 221,225 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 221,225 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 245,249 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 245,249 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 269,273 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 269,273 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 293,297 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 293,297 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> From tipaul at users.sourceforge.net Wed Jun 22 14:49:30 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:49:30 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po default_intranet_fr_FR.po,1.5.2.6,1.5.2.7 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16133/misc/translator/po Modified Files: Tag: rel_2_2 default_intranet_fr_FR.po Log Message: updated french translation Index: default_intranet_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/default_intranet_fr_FR.po,v retrieving revision 1.5.2.6 retrieving revision 1.5.2.7 diff -C2 -r1.5.2.6 -r1.5.2.7 *** default_intranet_fr_FR.po 13 Jun 2005 15:12:13 -0000 1.5.2.6 --- default_intranet_fr_FR.po 22 Jun 2005 12:49:22 -0000 1.5.2.7 *************** *** 9,14 **** msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-07 16:19+0200\n" ! "PO-Revision-Date: 2005-06-10 17:47+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-21 15:28+0200\n" [...1547 lines suppressed...] --- 13443,13448 ---- #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:155 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:156 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:182 msgid "subfields" msgstr "sous-champs" *************** *** 13551,13555 **** #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:140 msgid "value" msgstr "valeur" --- 13609,13613 ---- #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:143 msgid "value" msgstr "valeur" From tipaul at users.sourceforge.net Wed Jun 22 14:49:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:49:53 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po css_opac_pl_PL.po,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16462/misc/translator/po Added Files: Tag: rel_2_2 css_opac_pl_PL.po Log Message: polish translation for OPAC --- NEW FILE --- # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # --- !! WERSJA ROBOCZA !! --- # # bledy w tlumaczeniu sa sukcesywnie poprawiane # wszelkie bledy/sugestie prosze zglaszac na emaila # #, fuzzy msgid "" msgstr "" "Project-Id-Version: css_opac_pl\n" "POT-Creation-Date: 2005-06-20 14:04+0200\n" "PO-Revision-Date: 2005-06-21 00:29+0200\n" "Last-Translator: Wojciech Zatorski \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" [...2341 lines suppressed...] #~ msgid "Only show titles available (Not on loan)" #~ msgstr "Pokaż tylko tytuły dostępnych (nie wypożyczonych)" #~ msgid "Search" #~ msgstr "Wyszukaj" #~ msgid "Search options" #~ msgstr "Opcje wyszukiwania" #~ msgid "Search using keywords or subject." #~ msgstr "Wyszukiwanie przy użyciu haseł kluczowych lub tematów." #~ msgid "Select a category" #~ msgstr "Wybierz kategorie" #~ msgid "Unititle:" #~ msgstr "Tytuł ujednolicony:" #~ msgid "since %s" #~ msgstr "od %s" From tipaul at users.sourceforge.net Wed Jun 22 14:51:12 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:51:12 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-ISBDdetail.pl,1.5.2.3,1.5.2.4 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17046/opac Modified Files: Tag: rel_2_2 opac-ISBDdetail.pl Log Message: bugfix (in repeated subfield separator position) Index: opac-ISBDdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-ISBDdetail.pl,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -r1.5.2.3 -r1.5.2.4 *** opac-ISBDdetail.pl 25 Mar 2005 17:04:27 -0000 1.5.2.3 --- opac-ISBDdetail.pl 22 Jun 2005 12:51:10 -0000 1.5.2.4 *************** *** 115,119 **** my $subfieldvalue = get_authorised_value_desc($tag, $subf[$i][0], $subf[$i][1], '', $dbh); my $tagsubf = $tag.$subfieldcode; ! $calculated =~ s/\{(.?.?.?)$tagsubf(.*?)\}/$1$subfieldvalue\{$1$tagsubf$2\}$2/g; } # field builded, store the result --- 115,119 ---- my $subfieldvalue = get_authorised_value_desc($tag, $subf[$i][0], $subf[$i][1], '', $dbh); my $tagsubf = $tag.$subfieldcode; ! $calculated =~ s/\{(.?.?.?)$tagsubf(.*?)\}/$1$subfieldvalue$2\{$1$tagsubf$2\}/g; } # field builded, store the result From hdl at users.sourceforge.net Wed Jun 22 15:12:22 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:12:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/acqui - New directory Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26549/koha-tmpl/intranet-tmpl/default/en/help/acqui Log Message: Directory /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui added to the repository From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/acqui newbiblio.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/koha-tmpl/intranet-tmpl/default/en/help/acqui Added Files: newbiblio.tmpl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort --- NEW FILE ---

          Add Biblio help

          sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Asort1 or Asort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Biblio Page

          From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/members memberentry.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/koha-tmpl/intranet-tmpl/default/en/help/members Modified Files: memberentry.tmpl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** memberentry.tmpl 22 Dec 2004 16:12:45 -0000 1.1 --- memberentry.tmpl 22 Jun 2005 13:14:12 -0000 1.2 *************** *** 1,4 **** --- 1,7 ----

          Add member help

          + +

          sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Bsort1 or Bsort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Member Page

          +

          Add Member, person

          This is the form for adding a new single member to the database. There is also a form for organisations, such as other libraries and non profit organisations you might lend to. You should use the Add Organisation tab at the top of the Member page for that.

          From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/acqui newbiblio.pl,1.22,1.23 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/acqui Modified Files: newbiblio.pl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort Index: newbiblio.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** newbiblio.pl 22 Jun 2005 09:36:24 -0000 1.22 --- newbiblio.pl 22 Jun 2005 13:14:12 -0000 1.23 *************** *** 141,145 **** -multiple => 0 ); ! my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); if ($CGIsort1) { $template->param(CGIsort1 => $CGIsort1); --- 141,145 ---- -multiple => 0 ); ! my $CGIsort1 = buildCGIsort("Asort1","sort1",$data->{'sort1'}); if ($CGIsort1) { $template->param(CGIsort1 => $CGIsort1); *************** *** 148,152 **** } ! my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); if ($CGIsort2) { $template->param(CGIsort2 =>$CGIsort2); --- 148,152 ---- } ! my $CGIsort2 = buildCGIsort("Asort2","sort2",$data->{'sort2'}); if ($CGIsort2) { $template->param(CGIsort2 =>$CGIsort2); From hdl at users.sourceforge.net Thu Jun 23 10:58:34 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 23 Jun 2005 01:58:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc suggest.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27651/koha-tmpl/intranet-tmpl/default/en/search.marc Modified Files: suggest.tmpl Log Message: Closing suggest window after selection Index: suggest.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/suggest.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** suggest.tmpl 19 Jul 2004 20:59:34 -0000 1.2 --- suggest.tmpl 23 Jun 2005 08:58:30 -0000 1.3 *************** *** 45,49 **** // } // opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=&breedingid="+GetThisOne; ! // self.close(); // return false; } --- 45,49 ---- // } // opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=&breedingid="+GetThisOne; ! self.close(); // return false; } From shedges at users.sourceforge.net Thu Jun 23 13:25:04 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:25:04 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6880/sysadmin Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:25:28 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:25:28 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7085/sysadmin/templates Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin/templates added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:26:21 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:26:21 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates/imágenes - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates/imágenes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7514/sysadmin/templates/imágenes Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin/templates/imágenes added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:27:11 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:27:11 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates traduccion.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7990/sysadmin/templates Added Files: traduccion.xml Log Message: Initial xml markup --- NEW FILE ---
          Traducción de “Templates†de KOHA 2005-06-22 J. Martín Longo jmlongo AT uncu.edu.ar 2005 J. Martín Longo El documento se entrega bajo licencia GNU-GPL This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-22 Initial XML markup.
          Introducción Nota aclaratoria: Se supone, en todos los ejemplos, que se ha descargado el archivo koha-2.1.1.tar.gz y se lo ha desempaquetado en el directorio 'home' del usuario 'usuario'. Por lo tanto, se debería contar con un directorio koha-2.1.1 en el directorio /home/usuario/ En cada sistema, se deberán adecuar los nombres de directorios y de usuarios como corresponda. La internacionalización de KOHA puede lograrse mediante la traducción de los textos contenidos en los archivos '.tmpl' (que viene de Template) contenidos en /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en En ocasiones anteriores, el procedimiento de traducción que se ha seguido ha sido el de copiar todo el contenido del directorio mencionado al directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es y, posteriormente, configurar KOHA para que utilice el idioma español. Este procedimiento, si bien ha dado resultados aceptables, es bastante lento y trabajoso, ya que se deben buscar una por una las cadenas de texto a traducir dentro de cada archivo '.tmpl', al tiempo que quien realiza el trabajo se debe cuidar de no modificar ninguna etiqueta o marca, ya que eso produce errores en la visualización. Por este motivo, se ha optado por la utilización del script tmpl_process3.pl (provisto en la distribución de KOHA). Este script toma como entrada el archivo o un directorio que contenga los archivos que se quiera traducir y genera como salida un único archivo con formato específico y extensión '.po' (que viene de Portable Object) conteniendo todas las cadenas de texto que pueden ser traducidas. Este tipo de archivos es un estándar en el trabajo de internacionalización de software en el mundo del Software Libre y, por lo tanto, hay herramientas desarrolladas para su tratamiento. El presente tutorial pretende mostrar el uso del script tmpl_process3.pl y, posteriormente, sentar las bases para la utilización de una herramienta para el tratamiento del archivo '.po' generado por el mismo (en este caso, la herramienta Kbabel).
          Usando tmpl_process3.pl para generar archivos '.po' El script tmpl_process3.pl se encuentra ubicado en /home/usuario/koha-2.1.1/scripts/misc/translator/ y depende algunos módulos ubicados en ese mismo directorio. Por lo tanto, para poder ejecutarlo, se deberá estar ubicado en el directorio /home/usuario/koha-2.1.1/scripts/misc/translator/ Ejemplo: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl --help Los comandos mostrados en el ejemplo producirán como salida el listado de las opciones y el modo de uso del script, como se muestra a continuación: Usage: ./tmpl_process3.pl create [OPTION] or: ./tmpl_process3.pl update [OPTION] or: ./tmpl_process3.pl install [OPTION] or: ./tmpl_process3.pl --help Create or update PO files from templates, or install translated templates. -i, --input=SOURCE Get or update strings from SOURCE file. SOURCE is a directory if -r is also specified. -o, --outputdir=DIRECTORY Install translation(s) to specified DIRECTORY --pedantic-warnings Issue warnings even for detected problems which are likely to be harmless -r, --recursive SOURCE in the -i option is a directory -s, --str-file=FILE Specify FILE as the translation (po) file for input (install) or output (create, update) -x, --exclude=REGEXP Exclude files matching the given REGEXP --help Display this help and exit The -o option is ignored for the "create" and "update" actions. Try `perldoc ./tmpl_process3.pl' for perhaps more information. Para crear un archivo 'circ_es.po' que contenga los textos de todos los templates contenidos en el directorio 'circ' de la intranet de KOHA que están en inglés, el procedimiento sería el siguiente: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl create -r -i /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ/ -s /home/usuario/traduccion/circ_es.po En el ejemplo anterior: 'create' indica que se debe generar un archivo '.po'. -r indica que el proceso se realizará sobre un directorio. -i indica el directorio en el que se encuentran los archivos de los que se extraerán las cadenas de texto. -s indica el directorio y el nombre del archivo '.po' a crear. Al ejecutar el comando anterior es posible que se generen algunas advertencias o 'warnings' por cuestiones de sintaxis. Al ejecutar el ejemplo sugerido, se produjo la siguiente salida en el equipo de prueba: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Removing empty file /home/jmlongo/tmp/temp.po xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details xgettext.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The create seems to be successful. A pesar de estas advertencias, la última línea (The create seems to be successful.) indica que el proceso ha tenido éxito y que se cuenta con el archivo '.po' en el lugar y con el nombre seleccionados. Este archivo deberá ser abierto usando KBabel para iniciar el proceso de traducción.
          Usando KBabel para traducir un archivo '.po' La aplicación KBabel presenta cuatro áreas, dentro de la ventana principal, cada una de ellas orientada a una utilidad en especial. Con esta aplicación se trabaja traduciendo una a una las cadenas de texto que están contenidas en el archivo '.po' generado anteriormente. Para lograr esto de manera eficiente, KBabel pone a disposición distintas herramientas, como se muestra en la siguiente captura de pantalla:
          Screenshot 1
          El área marcada en la figura como Texto Original es de sólo lectura y presenta la cadena de texto que se está traduciendo. El área marcada en la figura como Texto Traducido es el lugar donde se escribe la traducción de lo que aparece en el cuadro Texto Original. El área marcada en la figura como Comentarios y Nombres de Archivos es el lugar donde aparecen los comentarios que los desarrolladores dejaron al momento de crear el template que se está traduciendo, con el objetivo de hacer alguna aclaración. Además, aparece el nombre del o los archivos en los cuales está contenida la cadena de texto que se está traduciendo. El área marcada en la figura como Contexto es el lugar en el que aparecen las cadenas de texto anteriores y posteriores a la que se está traduciendo, como una ayuda para saber en qué contexto se encuentra la frase que se está traduciendo.
          Ejemplos Algunos delimitadores y etiquetas no deben ser modificados en la traducción
          Screenshot 2
          Cuando la traducción implique el uso de acentos y caracteres especiales, los mismos deberán ser reemplazados por las entidades correspondientes, para evitar problemas a la hora de la visualización.
          Screenshot 3
          Para navegar entre las cadenas de texto y realizar algunas funciones útiles, se pueden utilizar los íconos de la barra de herramientas o atajos de teclado.
          ! ! --- 82,86 ----

          !

          Total Number of Items:

          *************** *** 169,171 **** --- 171,206 ---- + +
          + +
          + Search Options:
          + Select keywords from list
          +
          +
          + + Titles:
          + + ">
          +
          + Authors:
          + + ">
          +
          + Subjects:
          + + + ">
          +
          + Itemtype:
          + "> + !-- TMPL_IF name="description" --> + + + + +
          + +
          +
          From genjimoto at users.sourceforge.net Sat Jun 25 08:56:50 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 23:56:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.21,1.22 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26871 Modified Files: opac-detail.tmpl Log Message: minor fix Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** opac-detail.tmpl 25 Jun 2005 05:59:08 -0000 1.21 --- opac-detail.tmpl 25 Jun 2005 06:56:47 -0000 1.22 *************** *** 193,197 **** Itemtype:
          "> ! !-- TMPL_IF name="description" --> --- 193,197 ---- Itemtype:
          "> ! From genjimoto at users.sourceforge.net Sat Jun 25 09:26:52 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Sat, 25 Jun 2005 00:26:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.25,1.26 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7909 Modified Files: opac-searchresults.tmpl Log Message: Fix so clicking on numbers carries over the itemtype and availaiblity search parameters Index: opac-searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** opac-searchresults.tmpl 20 Jun 2005 14:25:00 -0000 1.25 --- opac-searchresults.tmpl 25 Jun 2005 07:26:49 -0000 1.26 *************** *** 17,29 ****

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search">Next >>

          --- 17,32 ----

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1">Next >>

          *************** *** 196,208 ****

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search">Next >>

          --- 199,214 ----

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1">Next >>

          From hellen at users.sourceforge.net Sat Jun 25 14:55:05 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:55:05 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters admin-home.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28983/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: admin-home.tmpl Log Message: adjustments for 2.2.3 Index: admin-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/admin-home.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** admin-home.tmpl 12 May 2005 19:26:35 -0000 1.1 --- admin-home.tmpl 25 Jun 2005 12:55:02 -0000 1.2 *************** *** 35,39 ****
          Medientypen definieren
          BenutzerkategorienMedientypen definieren
          ExemplarkategorienDefinition von Exemplarkategorien. (Sachliteratur, Schöne Literatur...)
          ExemplarunterkategorienDefinition der Unterkategorien. (Schöne Literatur Jugendliche, Sachliteratur Jugendliche.... Schöne Literatur Erwachsene.)
          ExemplarmedientypenDefinition der Exemplarmedientypen. (CD, Video, Buch, Spiel...)
          Benutzerkategorien
          "> ! "> ! Entliehen bis Zuletzt gesehenBarcode Band
          Entliehen bis Zuletzt gesehenStrichcode Band
          ! &item=">Medientyp ändern ! &item=">Fix Itemtype " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten &op=duplicate" class="button catalogue"> ! Duplizieren " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten... &op=duplicate" class="button catalogue"> ! Duplikate
          --- 98,113 ----

          ! Ergebnisse to of ! Nichts gefunden.

          !

          None

          !

          Biblios im fremddatenpool

          *************** *** 129,133 **** ! --- 129,133 ---- ! *************** *** 139,143 ****
          !

          Biblio zur Datenbank hinzufügen

          --- 139,143 ----

          !

          Biblio hinzufügen

          From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.4,1.5 basket.tmpl,1.3,1.4 newbiblio.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl basket.tmpl newbiblio.tmpl Log Message: adjustments for 2.2.3 Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** acqui-home.tmpl 9 Jun 2005 08:37:41 -0000 1.4 --- acqui-home.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 6,18 ****

          Beginnen, Eingangsbearbeitung, ändern von Bestellungen

          ! !

          Sie müssen unter Parameter ein Budget definieren

          ! ! Lieferantenname:

          oder Suche Bestellhistorie

          -
          --- 6,14 ----

          Beginnen, Eingangsbearbeitung, ändern von Bestellungen

          !
          Lieferantenname:

          oder Suche Bestellhistorie

          *************** *** 35,39 ****

          zu prüfende Vorschläge

          ! offene Anschaffungsvorschl%auml;ge Manage Keine Anschaffungsvorschläge offen --- 31,35 ----

          zu prüfende Vorschläge

          ! suggestions waiting Manage Keine Anschaffungsvorschläge offen *************** *** 43,58 ****
          !

          Etats und Budgets

          - -

          Sie müsen unter Parameter ein Budget definieren

          -
          " class="button catalogue">Biblio zur Datenbank hinzufügen
          " class="button catalogue">Biblio hinzufügen
          ! ! --- 39,51 ----
          !

          Etats und Budgets

          EtatsGesamt Geschenkt VerausgabtVerfügbar
          ! ! *************** *** 66,70 **** ! --- 59,63 ---- ! *************** *** 74,80 ****
          EtatsTotal Geschenkt VerausgabtVerfügbar
          Gesamt
          Total

          ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

          ! --- 67,73 ----

          ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

          ! Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/basket.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** basket.tmpl 5 Jun 2005 18:10:13 -0000 1.3 --- basket.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 1,4 **** !

          Neu Einkaufskorb für ">


          --- 1,4 ---- !

          Neu Einkaufskorb für ">


          *************** *** 7,12 ****

          Korb-Info

          !

          !

          --- 7,12 ----

          Korb-Info

          !

          !

          *************** *** 28,35 ****
          Titel VerfasserEK-PreisNettopreisMengeGesamt Etat &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung] Titel VerfasserrrpestQtyTotal Etat &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung]
          SummaryUsed Select
          ! &operator==&value=&and_or=and&excluding=" class="button catalogue"> biblio(s) !
          SummaryUsed in Select
          ! ! ! ! + + + + biblio(s) + + + + + ',,0)" class="button catalogue">select + ',,1)" class="button catalogue">sel&close
          SummaryBiblio Count Select
          class="hilighted"> ! class="hilighted"> ! ',)" class="button catalogue">Select
          SummaryUsed in Select
          ! ! ! ! ! ! class="hilighted"> ! biblio(s) class="hilighted"> ! ',,0)" class="button catalogue">Select ! ',,1)" class="button catalogue">Sel&close
          ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! !
          TagLibRepeatableMandatoryAuthorised
          value
          SubfieldsEditDelete
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !   ! ! ! ! class="hilighted"> ! ! ! ! ! ! ! ! ! ! ! ! ! !
          ! ! !   ! ! repeatable  ! ! Mandatory  ! ! See  ! !   ! !   ! !   ! ! Tab: ! ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !
          ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! " method="post"> --- 114,215 ---- !
          !

          Select a framework

          ! " method="post"> ! ! "> ! !

          ! Display only used Tags/Subfields checked OnChange="javascript:document.f.submit()"> !

          ! ! NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script. !
          !
          TagLibRepeatableMandatoryAuthorised
          value
          SubfieldsEditDelete
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          ! ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! ! " method="post"> *************** *** 231,245 **** ! ?offset=&searchfield=&frameworkcode="> //images/1leftarrow.png" title="previous" alt="previous" border="0"> ! ?offset=&searchfield=&frameworkcode="> //images/1rightarrow.png" title="next" alt="next" border="0"> ! !

          Modify Subcategory

          Add Subcategory

          " name="Aform" method="post">

          ">

          " method="post"> ">

          CONFIRM DELETION

          " method="post">

          Subcategory Admin

          TagLibRepeatableMandatoryAuthorised
          value
          SubfieldsEditDelete
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !   ! ! ! ! class="hilighted"> ! ! ! ! ! ! ! ! ! ! ! ! ! !
          ! ! !   ! ! repeatable  ! ! Mandatory  ! ! See  ! !   ! !   ! !   ! ! Tab: ! ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          Code Description Itemtype codes Edit Delete
          ?op=add_form&subcategorycode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&subcategorycode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          " method="post">
          ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
          Code Description Itemtype codes Edit Delete
          ?op=add_form&mediatypecode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&mediatypecode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          " method="post"> ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
          From genjimoto at users.sourceforge.net Thu Jun 2 05:55:04 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 20:55:04 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters itemtypecategory.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9802 Added Files: itemtypecategory.tmpl Log Message: template to edit the item category table. --- NEW FILE ---

          Modify Category

          Add Category

          " name="Aform" method="post">

          ">

          " method="post"> ">

          CONFIRM DELETION

          " method="post">

          Category Admin

          Code Description Itemtype codes Edit Delete
          ?op=add_form&categorycode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&categorycode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          " method="post"> ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
          From genjimoto at users.sourceforge.net Thu Jun 2 06:36:24 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 21:36:24 -0700 Subject: [Koha-cvs] CVS: koha/opac searchoptions.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29233 Modified Files: searchoptions.pl Log Message: minor bugfix Index: searchoptions.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/searchoptions.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** searchoptions.pl 2 Jun 2005 00:47:58 -0000 1.1 --- searchoptions.pl 2 Jun 2005 04:36:22 -0000 1.2 *************** *** 34,48 **** my $count=0; my $newquery=''; ! my $subfoundbool=0; ! my $itemtypefoundbool=0; ! my $branchfoundbool=0; my $itemtypeslist; my $itemtypescatlist; my $itemtypessubcatlist; my $mediatypeslist; $count=0; my $dbh=C4::Context->dbh; $newquery='op=do_search&nbstatements='.$nbstatements; ! if ($allcategoriesbool eq '' && $category ne ''){ my $sth=$dbh->prepare("select itemtypecodes from categorytable where categorycode=?"); --- 34,47 ---- my $count=0; my $newquery=''; ! my $keywordfoundbool=0; my $itemtypeslist; my $itemtypescatlist; my $itemtypessubcatlist; my $mediatypeslist; + $count=0; my $dbh=C4::Context->dbh; $newquery='op=do_search&nbstatements='.$nbstatements; ! if ($allcategoriesbool == 0 && $category ne ''){ my $sth=$dbh->prepare("select itemtypecodes from categorytable where categorycode=?"); *************** *** 51,55 **** $sth->finish; } ! if ($allmediatypesbool eq '' && @mediatypeswanted ne ''){ foreach my $mediatype (@mediatypeswanted){ my $sth=$dbh->prepare("select itemtypecodes from mediatypetable where mediatypecode=?"); --- 50,54 ---- $sth->finish; } ! if ($allmediatypesbool == 0 && @mediatypeswanted ne ''){ foreach my $mediatype (@mediatypeswanted){ my $sth=$dbh->prepare("select itemtypecodes from mediatypetable where mediatypecode=?"); *************** *** 60,64 **** } } ! if ($allsubcategoriesbool eq '' && @subcategorieswanted ne ''){ foreach my $subcategory (@subcategorieswanted){ my $sth=$dbh->prepare("select itemtypecodes from subcategorytable where subcategorycode=?"); --- 59,63 ---- } } ! if ($allsubcategoriesbool == 0 && @subcategorieswanted ne ''){ foreach my $subcategory (@subcategorieswanted){ my $sth=$dbh->prepare("select itemtypecodes from subcategorytable where subcategorycode=?"); *************** *** 69,79 **** } } ! if ($allitemtypesbool ne ''){ ! #warn @itemtypeswanted; $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched.join ("|", @itemtypeswanted) } else { $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched } ! #warn $itemtypeslist; if ($allbranchesbool == 0){ $brancheslist = join("|", at brancheswanted) --- 68,78 ---- } } ! if ($allitemtypesbool == 0){ ! $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched.join ("|", @itemtypeswanted) } else { $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched } ! if ($allbranchesbool == 0){ $brancheslist = join("|", at brancheswanted) *************** *** 97,102 **** $newquery .= '&value='.$value[$count]; if ($marclist[$count] eq ''){ ! if ($subfoundbool=0){ ! $subfoundbool=1; $newquery .=" ".join(" ", at keywords) } --- 96,101 ---- $newquery .= '&value='.$value[$count]; if ($marclist[$count] eq ''){ ! if ($keywordfoundbool=0){ ! $keywordfoundbool=1; $newquery .=" ".join(" ", at keywords) } *************** *** 105,109 **** } ! if ($subfoundbool == 0 && $query->param('keysub') ne ''){ $newquery .= '&marclist=&and_or=and&excluding=&operator=contains&value='; $newquery .=join(" ", at keywords) --- 104,108 ---- } ! if ($keywordfoundbool == 0 && $query->param('keysub') ne ''){ $newquery .= '&marclist=&and_or=and&excluding=&operator=contains&value='; $newquery .=join(" ", at keywords) From hdl at users.sourceforge.net Thu Jun 2 15:03:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 06:03:37 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.4.2.2,1.4.2.3 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18305/opac Modified Files: Tag: rel_2_2 opac-sendbasket.pl Log Message: Sending e-mail with joined file. Seems to work OK. But I never received the email. May be my postfix configuration. Index: opac-sendbasket.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -C2 -r1.4.2.2 -r1.4.2.3 *** opac-sendbasket.pl 1 Jun 2005 19:55:53 -0000 1.4.2.2 --- opac-sendbasket.pl 2 Jun 2005 13:03:31 -0000 1.4.2.3 *************** *** 130,133 **** --- 130,135 ---- if (sendmail %mail) { # do something if it works.... + # warn " ".$mail{body}; + # warn " ".$mail{PJ}; warn "Mail sent ok\n"; $template->param(SENT => "1"); From genjimoto at users.sourceforge.net Thu Jun 2 15:29:30 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 06:29:30 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.25,1.26 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31474 Modified Files: opac-search.pl Log Message: minor bugfix Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** opac-search.pl 1 Jun 2005 23:07:17 -0000 1.25 --- opac-search.pl 2 Jun 2005 13:29:28 -0000 1.26 *************** *** 409,410 **** --- 409,411 ---- else { output_html_with_http_headers $query, $cookie, $template->output; + } From gmccullagh at users.sourceforge.net Thu Jun 2 15:47:49 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Thu, 02 Jun 2005 06:47:49 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.26,1.27 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8814 Modified Files: opac-search.pl Log Message: just declared $totalResults and added an indent at the end Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** opac-search.pl 2 Jun 2005 13:29:28 -0000 1.26 --- opac-search.pl 2 Jun 2005 13:47:47 -0000 1.27 *************** *** 23,26 **** --- 23,29 ---- my $subcategorylist; my $mediatypelist; + # added by Gavin + my $totalresults; + my $dbh=C4::Context->dbh; my $sth=$dbh->prepare("select description,itemtype from itemtypes order by description"); *************** *** 181,186 **** # how this is done # 4. ! # $totalresults = $total; ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable --- 184,190 ---- # how this is done # 4. ! $totalresults = $total; + ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable *************** *** 408,411 **** } else { ! output_html_with_http_headers $query, $cookie, $template->output; } --- 412,415 ---- } else { ! output_html_with_http_headers $query, $cookie, $template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:16:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:16:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_100.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23811/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_100.tmpl Log Message: Template for 100a field plugin Index: unimarc_field_100.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_100.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** unimarc_field_100.tmpl 1 Mar 2005 13:41:02 -0000 1.4 --- unimarc_field_100.tmpl 2 Jun 2005 15:16:54 -0000 1.5 *************** *** 1,652 **** ! ! ! UNIMARC Field 100 builder ! !
          ! ! ! ! [...1364 lines suppressed...] + var jour = now.getDate(); + var annee = now.getYear(); + + mois += 1; + if (mois < 10) { mois = "0" + mois; } + + if (annee < 2000) { annee += 1900; } + + var dateString = annee + mois + jour; + return dateString; + } + + function initForm() { + if (document.f_pop.f1.value == "") { document.f_pop.f1.value = formeDate(); } + } + + initForm(); ! ! From hdl at users.sourceforge.net Thu Jun 2 17:19:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 08:19:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-serial-issues.tmpl,1.2.2.2,1.2.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25642/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-serial-issues.tmpl Log Message: Adding history of received and missing serials to simple information Index: opac-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -r1.2.2.2 -r1.2.2.3 *** opac-serial-issues.tmpl 4 Mar 2005 16:13:55 -0000 1.2.2.2 --- opac-serial-issues.tmpl 2 Jun 2005 15:19:35 -0000 1.2.2.3 *************** *** 75,78 **** --- 75,79 ---- since

          +

          *************** *** 82,85 **** --- 83,99 ----

          + +

          + + are recieved. +

          + + +

          + + are missing. +

          + + From doxulting at users.sourceforge.net Thu Jun 2 17:20:00 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_105.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25724/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_105.tmpl Log Message: Template for 105a field plugin Index: unimarc_field_105.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_105.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** unimarc_field_105.tmpl 1 Mar 2005 13:41:02 -0000 1.4 --- unimarc_field_105.tmpl 2 Jun 2005 15:19:57 -0000 1.5 *************** *** 1,1168 **** ! ! ! UNIMARC constructeur champ 105 ! ! ! !
          Date d'enregistrement">
          ! ! ! + ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Illustration 1: [...2179 lines suppressed...] ! !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:20:27 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:27 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_106.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26214/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_106.tmpl Log Message: Template for 106a field plugin Index: unimarc_field_106.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_106.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_106.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_106.tmpl 2 Jun 2005 15:20:25 -0000 1.3 *************** *** 1,81 **** ! ! ! UNIMARC Field 106 builder ! !
          - - - - - - - -
          Texte presentation physique - -
          ! ! --- 77,79 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:20:57 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_110.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26457/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_110.tmpl Log Message: Template for 110a field plugin Index: unimarc_field_110.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_110.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_110.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_110.tmpl 2 Jun 2005 15:20:54 -0000 1.3 *************** *** 1,662 **** ! ! ! UNIMARC Field 106 builder ! !
          ! ! ! ! - ! ! ! ! --- 26,40 ---- ! ! ! + + *************** *** 41,47 **** ! ! ! --- 42,63 ---- ! ! ! ! ! *************** *** 49,52 **** --- 65,69 ---- + ! ! ! ! ! ! !
          Type de publication en serie [...1137 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 506,508 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:21:21 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:21:21 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_115a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26823/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_115a.tmpl Log Message: Template for 115a field plugin Index: unimarc_field_115a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_115a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_115a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_115a.tmpl 2 Jun 2005 15:21:18 -0000 1.3 *************** *** 1,1309 **** ! ! ! UNIMARC Field 115a builder ! !
          ! ! ! ! + ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Type de document [...2258 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 976,978 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:22:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:22:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_116.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27379/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_116.tmpl Log Message: Template for 116a field plugin Index: unimarc_field_116.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_116.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_116.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_116.tmpl 2 Jun 2005 15:22:13 -0000 1.3 *************** *** 1,1585 **** ! ! ! UNIMARC Field 116 builder ! !
          - - - - ! --- 72,76 ---- ! *************** *** 92,96 **** --- 92,96 ---- Index: ISBDdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/ISBDdetail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ISBDdetail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- ISBDdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 4,8 ****

          MARC Biblio :

          ! " class="button catalogue"> Edit biblio &op=duplicate" class="button catalogue"> Duplicate " class="button catalogue"> Edit item delete " class="button catalogue"> Complete " class="button catalogue"> Normal " class="button catalogue"> ISBD ')" class="button catalogue"> Add to shelf ')" class="button catalogue"> Print " class="button catalogue"> --- 4,8 ----

          MARC Biblio :

          !
          " class="button catalogue"> Biblio ändern &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normal " class="button catalogue"> ISBD ')" class="button catalogue"> Zum Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** MARCdetail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- MARCdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 4,8 ****

          Biblionummer :

          !
          " class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu vituellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> --- 4,8 ----

          Biblionummer :

          !
          " class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu virtuellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> From hellen at users.sourceforge.net Wed Jun 8 13:28:10 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de about.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de Modified Files: about.tmpl Log Message: translated by hellen Index: about.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/about.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** about.tmpl 17 May 2005 13:21:34 -0000 1.2 --- about.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 48,51 **** --- 48,52 ----

          David Strainchamps

          Dorian Meid (Deutsche Übersetzung)

          +

          Friedrich zur Hellen (Deutsche Übersetzung)

          doXulting (Matthieu Branlat) OPAC basket

          Ed Summers (einigen code und Perl-Module wie MARC::Record)

          From hellen at users.sourceforge.net Wed Jun 8 13:28:10 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbooks.tmpl,1.3,1.4 isbnsearch.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbooks.tmpl isbnsearch.tmpl Log Message: translated by hellen Index: addbooks.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbooks.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** addbooks.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- addbooks.tmpl 8 Jun 2005 11:28:08 -0000 1.4 *************** *** 51,55 ****

          Hinweis

          Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten für die ISBN abgerufen wurden und sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          --- 51,55 ----

          Hinweis

          Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten für die ISBN abgerufen wurden und sich im Fremddatenpool befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** isbnsearch.tmpl 17 May 2005 13:21:35 -0000 1.2 --- isbnsearch.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 62,71 ****
          ! --- 62,71 ---- ! *************** *** 109,113 ****
          !

          Bibliografische Daten im Zwischenspeicher

          Presentation materielle [...2938 lines suppressed...] !

          ! ! !

          + ! ! --- 1375,1378 ---- } ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:22:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:22:40 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_117.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27565/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_117.tmpl Log Message: Template for 117a field plugin Index: unimarc_field_117.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_117.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_117.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_117.tmpl 2 Jun 2005 15:22:38 -0000 1.3 *************** *** 1,801 **** ! ! ! UNIMARC Field 117 builder ! !
          ! ! ! ! !
          Presentation materielle [...1503 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 725,727 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:23:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:23:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_120.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27907/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_120.tmpl Log Message: Template for 120a field plugin Index: unimarc_field_120.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_120.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_120.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_120.tmpl 2 Jun 2005 15:23:13 -0000 1.3 *************** *** 1,1340 **** ! ! ! UNIMARC constructeur champ 120 ! ! !
          ! ! ! ! ! "> --- 45,53 ---- ! ! ! ! ! *************** *** 53,57 **** - !

          --- 57,61 ---- - !

          *************** *** 62,73 **** - !

          ! ! ! ! --- 66,77 ---- - !

          ! ! ! ! *************** *** 104,108 **** !
          Indicateur de couleur: [...2388 lines suppressed...] ! !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:23:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:23:40 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_121a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28143/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_121a.tmpl Log Message: Template for 121a field plugin Index: unimarc_field_121a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_121a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_121a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_121a.tmpl 2 Jun 2005 15:23:38 -0000 1.3 *************** *** 1,411 **** ! ! ! UNIMARC constructeur champ 121a ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Dimensions physiques: ! !
          Image cartographique originale 1: ! ! Image cartographique originale 2: ! !
          Support physique: ! !
          Mode de realisation technique: ! !
          Forme de reproduction: !
          Reperes geodesiques: ! !
          Forme materielle d'edition: ! !
          !
          ! ! ! --- 1,378 ---- ! !
          !

          Assistant champ codé 121a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:21:50 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:21:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_115b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27127/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_115b.tmpl Log Message: Template for 115b field plugin Index: unimarc_field_115b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_115b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_115b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_115b.tmpl 2 Jun 2005 15:21:47 -0000 1.3 *************** *** 1,673 **** ! ! ! UNIMARC Field 115b builder ! !
          ! ! ! ! ! ! ! ! ! ! !
          Copie (generation) [...1174 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 529,531 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:22 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_122.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28606/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_122.tmpl Log Message: Template for 122a field plugin Index: unimarc_field_122.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_122.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_122.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_122.tmpl 2 Jun 2005 15:24:20 -0000 1.3 *************** *** 1,84 **** ! ! ! UNIMARC constructeur champ 122 ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Ere code: ! !
          Annee:"> ! Mois:">Jour:">Heure:">
          !
          ! ! ! --- 1,77 ---- ! !
          !

          Assistant champ codé 122a

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:46 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28769/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123a.tmpl Log Message: Template for 123a field plugin Index: unimarc_field_123a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123a.tmpl 2 Jun 2005 15:24:44 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 123a ! ! !
          ! ! ! ! ! ! !
          Type d'echelle: ! !
          !
          ! ! ! --- 1,48 ---- ! !
          !

          Assistant champ codé 123a

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:11 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123d.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29137/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123d.tmpl Log Message: Template for 123d field plugin Index: unimarc_field_123d.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123d.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123d.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123d.tmpl 2 Jun 2005 15:25:08 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123d ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ codé 123d

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123e.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29371/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123e.tmpl Log Message: Template for 123e field plugin Index: unimarc_field_123e.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123e.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123e.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123e.tmpl 2 Jun 2005 15:25:34 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123e ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ codé 123e

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:01 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:01 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_121b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28425/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_121b.tmpl Log Message: Template for 121b field plugin Index: unimarc_field_121b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_121b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_121b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_121b.tmpl 2 Jun 2005 15:23:59 -0000 1.3 *************** *** 1,291 **** ! ! ! UNIMARC constructeur champ 121b ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Altitude du capteur: ! !
          Orientation du capteur : !
          Bandes spectrales (nombre ! a deux chiffres 01->99 ou xx (ecrire 01 pour 1):"> !
          Qualite de l'image: ! !
          Couverture nuageuse exprimee en huitieme: ! !
          Qualite de l'image: ! ! ! !
          !
          ! ! ! --- 1,284 ---- ! !
          !

          Assistant champ codé 121b

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! "> nombre à deux chiffres 01->99 ou xx (ecrire 01 pour 1) !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:55 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123f.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29995/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123f.tmpl Log Message: Template for 123f field plugin Index: unimarc_field_123f.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123f.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123f.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123f.tmpl 2 Jun 2005 15:25:53 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123f ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ codé 123f

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:26:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123g.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30203/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123g.tmpl Log Message: Template for 123g field plugin Index: unimarc_field_123g.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123g.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123g.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123g.tmpl 2 Jun 2005 15:26:17 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123g ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ codé 123g

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:26:38 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:38 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123i.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30434/koha-tmpl/intranet-tmpl/default/fr/value_builder Added Files: unimarc_field_123i.tmpl Log Message: Template for 123i field plugin --- NEW FILE ---

          Assistant champ codé 123i

          ">

          ">

          ">


          From doxulting at users.sourceforge.net Thu Jun 2 17:26:59 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:59 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123j.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30653/koha-tmpl/intranet-tmpl/default/fr/value_builder Added Files: unimarc_field_123j.tmpl Log Message: Template for 123j field plugin --- NEW FILE ---

          Assistant champ codé 123i

          ">

          ">

          ">


          From doxulting at users.sourceforge.net Thu Jun 2 17:27:22 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:27:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30874/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124a.tmpl Log Message: Template for 124a field plugin Index: unimarc_field_124a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124a.tmpl 2 Jun 2005 15:27:20 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124a ! ! !
          ! ! ! ! ! !
          Origine de l'image: ! !
          !
          ! ! ! --- 1,49 ---- ! !
          !

          Assistant champ codé 124a

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:27:44 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:27:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31055/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124b.tmpl Log Message: Template for 124b field plugin Index: unimarc_field_124b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124b.tmpl 2 Jun 2005 15:27:42 -0000 1.3 *************** *** 1,87 **** ! ! ! UNIMARC constructeur champ 124b ! ! !
          ! ! ! ! ! !
          Forme du document cartographique: ! !
          !
          ! ! ! --- 1,90 ---- ! !
          !

          Assistant champ codé 124b

          !
          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:08 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124c.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31368/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124c.tmpl Log Message: Template for 124c field plugin Index: unimarc_field_124c.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124c.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124c.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124c.tmpl 2 Jun 2005 15:28:06 -0000 1.3 *************** *** 1,142 **** ! ! ! UNIMARC constructeur champ 124c ! ! !
          ! ! ! ! ! !
          Presentation technique dans le cas d'images photographiques ou non photographiques: ! !
          !
          ! ! ! --- 1,145 ---- ! !
          !

          Assistant champ codé 124c

          !
          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124d.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31558/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124d.tmpl Log Message: Template for 124d field plugin Index: unimarc_field_124d.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124d.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124d.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124d.tmpl 2 Jun 2005 15:28:35 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124d ! ! !
          ! ! ! ! ! !
          Position de la base pour les images photographiques ou de teledetection: ! !
          !
          ! ! ! --- 1,49 ---- ! !
          !

          Assistant champ codé 124d

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124e.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31810/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124e.tmpl Log Message: Template for 124e field plugin Index: unimarc_field_124e.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124e.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124e.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124e.tmpl 2 Jun 2005 15:28:54 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124e ! ! !
          ! ! ! ! ! !
          Categorie du satellite pour la teledetection: ! !
          !
          ! ! ! --- 1,49 ---- ! !
          !

          Assistant champ codé 124e

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:29:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:29:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124f.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32053/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124f.tmpl Log Message: Template for 124f field plugin Index: unimarc_field_124f.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124f.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124f.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124f.tmpl 2 Jun 2005 15:29:13 -0000 1.3 *************** *** 1,122 **** ! ! ! UNIMARC constructeur champ 124f ! ! !
          ! ! ! ! ! !
          Nom du satellite pour la teledetection: ! !
          !
          ! ! ! --- 1,127 ---- ! !
          !

          Assistant champ codé 124f

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:29:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:29:35 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124g.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32240/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124g.tmpl Log Message: Template for 124g field plugin Index: unimarc_field_124g.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124g.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124g.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124g.tmpl 2 Jun 2005 15:29:33 -0000 1.3 *************** *** 1,82 **** ! ! ! UNIMARC constructeur champ 124g ! ! !
          ! ! ! ! ! !
          Technique d'enregistrement pour les images de teledetection: ! !
          !
          ! ! ! --- 1,87 ---- ! !
          !

          Assistant champ codé 124g

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:07 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:07 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_125a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32474/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_125a.tmpl Log Message: Template for 125a field plugin Index: unimarc_field_125a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_125a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_125a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_125a.tmpl 2 Jun 2005 15:30:05 -0000 1.3 *************** *** 1,113 **** ! ! ! UNIMARC constructeur champ 125a ! ! !
          ! ! ! ! ! ! ! ! !
          Type de partition: ! !
          Indicateur de parties: ! !
          !
          ! ! ! --- 1,115 ---- ! !
          !

          Assistant champ codé 125a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:24 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:24 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_125b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv311/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_125b.tmpl Log Message: Template for 125b field plugin Index: unimarc_field_125b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_125b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_125b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_125b.tmpl 2 Jun 2005 15:30:22 -0000 1.3 *************** *** 1,137 **** ! ! ! UNIMARC constructeur champ 125b ! ! !
          ! ! ! ! ! !
          Forme du document cartographique: ! !
          !
          ! ! ! --- 1,139 ---- ! !
          !

          Assistant champ codé 125b

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:48 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:48 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_126a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv455/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_126a.tmpl Log Message: Template for 126a field plugin Index: unimarc_field_126a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_126a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_126a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_126a.tmpl 2 Jun 2005 15:30:45 -0000 1.3 *************** *** 1,1076 **** ! ! ! UNIMARC constructeur champ 126a ! ! !
          ! ! ! ! - - --- 32,36 ---- *************** *** 50,60 **** - ! ! - --- 48,69 ---- ! ! *************** *** 76,92 **** "> ! ! ! ! ! ! ! ! ! ! !
          Presentation materielle: [...2128 lines suppressed...] !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:06 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_126b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv713/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_126b.tmpl Log Message: Template for 126b field plugin Index: unimarc_field_126b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_126b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_126b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_126b.tmpl 2 Jun 2005 15:31:04 -0000 1.3 *************** *** 1,194 **** ! ! ! UNIMARC constructeur champ 126b ! ! !
          ! ! ! ! ! ! ! ! ! ! ! !
          Type de disque, cylindre ou bande magnetique: ! !
          Type de document: ! !
          Type de gravure: ! !
          !
          ! ! ! --- 1,199 ---- ! !
          !

          Assistant champ codé 126b

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:30 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_127.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv890/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_127.tmpl Log Message: Template for 127a field plugin Index: unimarc_field_127.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_127.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_127.tmpl 24 Nov 2004 16:21:17 -0000 1.1 --- unimarc_field_127.tmpl 2 Jun 2005 15:31:27 -0000 1.2 *************** *** 1,46 **** ! ! ! UNIMARC constructeur champ 127 ! ! !
          ! ! (Completer avec des 0 a gauche) ! ! ! ! ! ! ! ! ! ! !
          Heure:">Minutes:">Secondes:">
          !
          ! ! ! --- 1,45 ---- ! !
          !

          Assistant champ codé 127a

          !
          ! !

          ! ! "> !

          !

          ! ! "> !

          !

          ! ! "> !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:32:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:32:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128c.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1665/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128c.tmpl Log Message: Template for 128c field plugin Index: unimarc_field_128c.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128c.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128c.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128c.tmpl 2 Jun 2005 15:32:50 -0000 1.3 *************** *** 1,472 **** ! ! ! UNIMARC constructeur champ 128c ! ! !
          ! ! ! ! ! !
          Instruments ou voix dans un ensemble: ! !
          !
          ! ! ! --- 1,493 ---- ! !
          !

          Assistant champ codé 128c

          !
          ! !

          ! ! !

          ! ! !

          ! ! "> (sur deux chiffres, compléter éventuellement avec un 0) !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:33:44 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:33:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_135a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2244/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_135a.tmpl Log Message: Template for 135a field plugin Index: unimarc_field_135a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_135a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_135a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_135a.tmpl 2 Jun 2005 15:33:42 -0000 1.3 *************** *** 1,65 **** ! ! ! UNIMARC constructeur champ 135a ! ! !
          ! ! ! ! ! !
          Type de fichier informatique: !
          !
          ! ! ! --- 1,484 ---- ! !
          !

          Assistant champ codé 135a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! "> (sur trois caractères) !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:34:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:34:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_140.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2554/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_140.tmpl Log Message: Template for 140a field plugin Index: unimarc_field_140.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_140.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_140.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_140.tmpl 2 Jun 2005 15:34:17 -0000 1.3 *************** *** 1,1713 **** ! ! ! UNIMARC constructeur champ 140 ! ! !
          ! ! ! ! ! --- 46,50 ---- ! From hellen at users.sourceforge.net Sun Jun 5 20:10:15 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sun, 05 Jun 2005 11:10:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.2,1.3 acquire.tmpl,1.2,1.3 basket.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26750/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl acquire.tmpl basket.tmpl Log Message: translated for 2.2.2 by hellen Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** acqui-home.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- acqui-home.tmpl 5 Jun 2005 18:10:12 -0000 1.3 *************** *** 77,81 ****

          Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

          Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

          !

          Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeiegn", dann auf "Einkaufskorb bestätigen".

          --- 77,81 ----

          Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

          Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

          !

          Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeigen", dann auf "Einkaufskorb bestätigen".

          Index: acquire.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acquire.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** acquire.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- acquire.tmpl 5 Jun 2005 18:10:13 -0000 1.3 *************** *** 105,109 ****
          ! --- 105,109 ---- ! Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/basket.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** basket.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- basket.tmpl 5 Jun 2005 18:10:13 -0000 1.3 *************** *** 28,33 **** ! ! --- 28,33 ---- ! ! From tipaul at users.sourceforge.net Mon Jun 6 11:27:46 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 06 Jun 2005 02:27:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.4,1.17.2.5 opac-top.inc,1.8.2.3,1.8.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31968/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css opac-top.inc Log Message: some CSS improvements (opac works better with opera & konqueror now) Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.4 retrieving revision 1.17.2.5 diff -C2 -r1.17.2.4 -r1.17.2.5 *** opac.css 3 Jun 2005 13:01:23 -0000 1.17.2.4 --- opac.css 6 Jun 2005 09:27:42 -0000 1.17.2.5 *************** *** 91,99 **** font-weight:bold; font-size: 115%; - text-align : center; vertical-align:top; padding: 2px; width:100%; - margin-left:70px; } --- 91,97 ---- *************** *** 143,147 **** border:1px solid #000000; border-collapse:collapse; ! width:90%; } /* header */ --- 141,145 ---- border:1px solid #000000; border-collapse:collapse; ! position:static; } /* header */ *************** *** 155,165 **** border-bottom:1px solid #000000; border-top:1px solid #000000; - padding:5px; } /* standard cell */ td { font-size:10pt; border-left:1px solid #000000; vertical-align:top; } --- 153,171 ---- border-bottom:1px solid #000000; border-top:1px solid #000000; } /* standard cell */ + + tr { + display:table-row; + position:static; + } + td { font-size:10pt; border-left:1px solid #000000; vertical-align:top; + position:static; + /* position:relative;*/ + display:table-cell; } *************** *** 345,350 **** #menuline { - float:left; display:block; } --- 351,356 ---- #menuline { display:block; + margin-left:100px; } *************** *** 358,365 **** /* a little spacer. should not be used */ - .spacer { - padding-left:20pt; - float:left; - } .basketspacer { padding-left:8pt; --- 364,367 ---- *************** *** 370,375 **** div.tabsubs { width:25px; - position:absolute; - display:block; margin-left:10px; margin-top:100px; --- 372,375 ---- *************** *** 387,393 **** div.tabsub { background-color: #ACE6E6; - display: block; visibility:hidden; - position:absolute; margin-left:72px; margin-top:100px; --- 387,391 ---- *************** *** 399,406 **** div.tabs { width:10px; - position:absolute; display:block; - margin-left:50px; - margin-top:150px; } --- 397,401 ---- *************** *** 414,417 **** --- 409,420 ---- } + div.tabbloc { + position:absolute; + display:block; + top:123px; + left:42px; + border: 1px solid black; + } + div.tab { background-color: #ACE6E6; *************** *** 419,425 **** visibility:hidden; position:absolute; ! margin-left:72px; ! margin-top:150px; ! margin-right:10%; } --- 422,426 ---- visibility:hidden; position:absolute; ! float:left; } Index: opac-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -C2 -r1.8.2.3 -r1.8.2.4 *** opac-top.inc 25 Mar 2005 16:58:23 -0000 1.8.2.3 --- opac-top.inc 6 Jun 2005 09:27:43 -0000 1.8.2.4 *************** *** 31,41 **** --- 79,85 ----

          ! !

          Total Number of Items:

          ! From tipaul at users.sourceforge.net Mon Jun 6 14:16:09 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 06 Jun 2005 05:16:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.2,1.1.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv327/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: small css fixes Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -r1.1.2.2 -r1.1.2.3 *** opac-full-serial-issues.tmpl 3 Jun 2005 12:53:08 -0000 1.1.2.2 --- opac-full-serial-issues.tmpl 6 Jun 2005 12:16:06 -0000 1.1.2.3 *************** *** 3,11 **** !
          !

          Subscription information for biblio # with title :

          ! " class="button catalogue">Back to biblio ! !
          --- 3,9 ---- !
          !

          Subscription information for biblio # with title :

          ! " class="button catalogue">Back to biblio
          *************** *** 47,51 ****
          !
          Illustration dans le texte 1: [...3417 lines suppressed...] ! !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:34:43 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:34:43 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_141.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2722/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_141.tmpl Log Message: Template for 141a field plugin Index: unimarc_field_141.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_141.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_141.tmpl 1 Mar 2005 13:41:03 -0000 1.2 --- unimarc_field_141.tmpl 2 Jun 2005 15:34:40 -0000 1.3 *************** *** 1,386 **** ! ! ! UNIMARC constructeur champ 141 ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Materiau de reliure 1: ! !
          Materiau de reliure 2: ! !
          Materiau de reliure 3: ! !
          Type de reliure: !
          Relie avec: !
          Etat de conservation - reliure: !
          Etat de conservation - livre 1 : !
          Etat de conservation - livre 2 : !
          !
          ! ! ! --- 1,401 ---- ! !
          !

          Assistant champ codé 141a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1271/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128a.tmpl Log Message: Template for 128a field plugin Index: unimarc_field_128a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128a.tmpl 2 Jun 2005 15:31:54 -0000 1.3 *************** *** 1,382 **** ! ! ! UNIMARC constructeur champ 128a ! ! !
          ! ! ! ! ! !
          Forme de la composition: ! !
          !
          ! ! ! --- 1,384 ---- ! !
          !

          Assistant champ codé 128a

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:32:23 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:32:23 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1362/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128b.tmpl Log Message: Template for 128b field plugin Index: unimarc_field_128b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128b.tmpl 2 Jun 2005 15:32:21 -0000 1.3 *************** *** 1,472 **** ! ! ! UNIMARC constructeur champ 128b ! ! !
          ! ! ! ! ! !
          Instruments ou voix dans un ensemble: ! !
          !
          ! ! ! --- 1,492 ---- ! !
          !

          Assistant champ codé 128b

          !
          ! !

          ! ! !

          ! !

          ! ! "> (sur deux chiffres, compléter éventuellement avec un 0) !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:33:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:33:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_130.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1881/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_130.tmpl Log Message: Template for 130a field plugin Index: unimarc_field_130.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_130.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_130.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_130.tmpl 2 Jun 2005 15:33:17 -0000 1.3 *************** *** 1,376 **** ! ! ! UNIMARC constructeur champ 130 ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Presentation materielle: ! !
          Polarite: ! !
          Dimensions: ! !
          Rapport de reduction: ! !
          Rapport de reduction specifique">
          Couleur: ! !
          Emulsion: ! !
          Generation (copies): ! !
          Support de film: ! !
          !
          ! ! ! --- 1,376 ---- ! !
          !

          Assistant champ codé 130a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:37:16 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:37:16 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_100.pl,1.7,1.8 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4217/value_builder Modified Files: unimarc_field_100.pl Log Message: Plugin for field 100a Index: unimarc_field_100.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_100.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** unimarc_field_100.pl 7 Jun 2004 10:07:40 -0000 1.7 --- unimarc_field_100.pl 2 Jun 2005 15:37:14 -0000 1.8 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=1000,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:37:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:37:35 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_105.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4481/value_builder Modified Files: unimarc_field_105.pl Log Message: Plugin for field 105a Index: unimarc_field_105.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_105.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_105.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_105.pl 2 Jun 2005 15:37:33 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_105.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 105\",'width=1200,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_105.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 105\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:06 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_106.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4632/value_builder Modified Files: unimarc_field_106.pl Log Message: Plugin for field 106a Index: unimarc_field_106.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_106.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_106.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_106.pl 2 Jun 2005 15:38:03 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_106.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 106\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_106.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 106\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:26 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:26 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_110.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4887/value_builder Modified Files: unimarc_field_110.pl Log Message: Plugin for field 110a Index: unimarc_field_110.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_110.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_110.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_110.pl 2 Jun 2005 15:38:23 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_110.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 110\",'width=700,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_110.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 110\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:54 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:54 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_115a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5026/value_builder Modified Files: unimarc_field_115a.pl Log Message: Plugin for field 115a Index: unimarc_field_115a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_115a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_115a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_115a.pl 2 Jun 2005 15:38:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115a\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:39:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:39:35 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_115b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5408/value_builder Modified Files: unimarc_field_115b.pl Log Message: Plugin for field 115b Index: unimarc_field_115b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_115b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_115b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_115b.pl 2 Jun 2005 15:39:33 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115b\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:40:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:40:08 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_116.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5842/value_builder Modified Files: unimarc_field_116.pl Log Message: Plugin for field 116a Index: unimarc_field_116.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_116.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_116.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_116.pl 2 Jun 2005 15:40:06 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_116.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 116\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_116.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 116\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:40:42 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:40:42 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_117.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6109/value_builder Modified Files: unimarc_field_117.pl Log Message: Plugin for field 117a Index: unimarc_field_117.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_117.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_117.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_117.pl 2 Jun 2005 15:40:40 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_117.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 117\",'width=600,height=225,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_117.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 117\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:01 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:01 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_120.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6387/value_builder Modified Files: unimarc_field_120.pl Log Message: Plugin for field 120a Index: unimarc_field_120.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_120.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_120.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_120.pl 2 Jun 2005 15:40:59 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_120.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 120\",'width=1200,height=750,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_120.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 120\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:23 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:23 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_121a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6557/value_builder Modified Files: unimarc_field_121a.pl Log Message: Plugin for field 121a Index: unimarc_field_121a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_121a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_121a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_121a.pl 2 Jun 2005 15:41:20 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121a\",'width=1210,height=750,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:40 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_121b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6796/value_builder Modified Files: unimarc_field_121b.pl Log Message: Plugin for field 121b Index: unimarc_field_121b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_121b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_121b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_121b.pl 2 Jun 2005 15:41:38 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:11 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:11 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_122.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6982/value_builder Modified Files: unimarc_field_122.pl Log Message: Plugin for field 122a Index: unimarc_field_122.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_122.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_122.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_122.pl 2 Jun 2005 15:42:03 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_122.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 122\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_122.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 122\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:39 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:39 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7138/value_builder Modified Files: unimarc_field_123a.pl Log Message: Plugin for field 123a Index: unimarc_field_123a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_123a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_123a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_123a.pl 2 Jun 2005 15:42:31 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_123a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 123a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_123a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 123a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:56 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123d.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7265/value_builder Modified Files: unimarc_field_123d.pl Log Message: Plugin for field 123d Index: unimarc_field_123d.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_123d.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_123d.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_123d.pl 2 Jun 2005 15:42:54 -0000 1.2 *************** *** 40,44 **** sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; ! my $function_name= "123g".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123i.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From doxulting at users.sourceforge.net Thu Jun 2 17:44:31 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:44:31 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123j.pl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7947/value_builder Added Files: unimarc_field_123j.pl Log Message: Plugin for field 123j --- NEW FILE --- #!/usr/bin/perl # $Id: unimarc_field_123j.pl,v 1.1 2005/06/02 15:44:29 doxulting Exp $ # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Auth; use CGI; use C4::Context; use HTML::Template; use C4::Search; use C4::Output; =head1 plugin_parameters : other parameters added when the plugin is called by the dopop function =cut sub plugin_parameters { my ($dbh,$record,$tagslib,$i,$tabloop) = @_; return ""; } sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; my $function_name= "123j".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123j.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From doxulting at users.sourceforge.net Thu Jun 2 17:45:04 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:04 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8220/value_builder Modified Files: unimarc_field_124.pl Log Message: Plugin for field 124 Index: unimarc_field_124.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124.pl 2 Jun 2005 15:44:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:45:20 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:20 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8447/value_builder Modified Files: unimarc_field_124a.pl Log Message: Plugin for field 124a Index: unimarc_field_124a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124a.pl 2 Jun 2005 15:45:18 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:45:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:52 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8671/value_builder Modified Files: unimarc_field_124b.pl Log Message: Plugin for field 124b Index: unimarc_field_124b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124b.pl 2 Jun 2005 15:45:50 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:13 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:13 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124c.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8915/value_builder Modified Files: unimarc_field_124c.pl Log Message: Plugin for field 124c Index: unimarc_field_124c.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124c.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124c.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124c.pl 2 Jun 2005 15:46:11 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124c\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124c\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:30 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124d.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9148/value_builder Modified Files: unimarc_field_124d.pl Log Message: Plugin for field 124d Index: unimarc_field_124d.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124d.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124d.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124d.pl 2 Jun 2005 15:46:28 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124d.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124d\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124d.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124d\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:51 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:51 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124e.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9327/value_builder Modified Files: unimarc_field_124e.pl Log Message: Plugin for field 124e Index: unimarc_field_124e.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124e.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124e.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124e.pl 2 Jun 2005 15:46:43 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124e.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124e\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124e.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124e\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:08 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124f.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9557/value_builder Modified Files: unimarc_field_124f.pl Log Message: Plugin for field 124f Index: unimarc_field_124f.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124f.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124f.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124f.pl 2 Jun 2005 15:47:06 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124f.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124f\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124f.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124f\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:37 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124g.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9807/value_builder Modified Files: unimarc_field_124g.pl Log Message: Plugin for field 124g Index: unimarc_field_124g.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124g.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124g.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124g.pl 2 Jun 2005 15:47:26 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124g.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124g\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124g.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124g\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:53 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:53 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10071/value_builder Modified Files: unimarc_field_125.pl Log Message: Plugin for field 125 Index: unimarc_field_125.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125.pl 2 Jun 2005 15:47:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:18 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:18 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10256/value_builder Modified Files: unimarc_field_125a.pl Log Message: Plugin for field 125a Index: unimarc_field_125a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125a.pl 2 Jun 2005 15:48:14 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:38 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:38 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10546/value_builder Modified Files: unimarc_field_125b.pl Log Message: Plugin for field 125b Index: unimarc_field_125b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125b.pl 2 Jun 2005 15:48:36 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:30 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11030/value_builder Modified Files: unimarc_field_126b.pl Log Message: Plugin for field 126b Index: unimarc_field_126b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126b.pl 2 Jun 2005 15:49:28 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126b\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:46 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:46 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_127.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11288/value_builder Modified Files: unimarc_field_127.pl Log Message: Plugin for field 127a Index: unimarc_field_127.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_127.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_127.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_127.pl 2 Jun 2005 15:49:44 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_127.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 127\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_127.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 127\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:50:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:06 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11572/value_builder Modified Files: unimarc_field_128a.pl Log Message: Plugin for field 128a Index: unimarc_field_128a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128a.pl 2 Jun 2005 15:50:04 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:50:26 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:26 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11737/value_builder Modified Files: unimarc_field_128b.pl Log Message: Plugin for field 128b Index: unimarc_field_128b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128b.pl 2 Jun 2005 15:50:23 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 81,86 **** }); my $f1 = substr($result,0,2); $template->param(index => $index, ! "f1$f1" => $f1); print $input->header(-cookie => $cookie),$template->output; } --- 81,88 ---- }); my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); $template->param(index => $index, ! "f1$f1" => $f1, ! f2 => $f2); print $input->header(-cookie => $cookie),$template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:50:41 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:41 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128c.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11927/value_builder Modified Files: unimarc_field_128c.pl Log Message: Plugin for field 128c Index: unimarc_field_128c.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128c.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128c.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128c.pl 2 Jun 2005 15:50:39 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128c\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128c\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 81,86 **** }); my $f1 = substr($result,0,2); $template->param(index => $index, ! "f1$f1" => $f1); print $input->header(-cookie => $cookie),$template->output; } --- 81,88 ---- }); my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); $template->param(index => $index, ! "f1$f1" => $f1, ! f2 => $f2); print $input->header(-cookie => $cookie),$template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:51:02 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:02 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_130.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12092/value_builder Modified Files: unimarc_field_130.pl Log Message: Plugin for field 130a Index: unimarc_field_130.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_130.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_130.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_130.pl 2 Jun 2005 15:50:59 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_130.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 130\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_130.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 130\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:56 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10767/value_builder Modified Files: unimarc_field_126.pl Log Message: Plugin for field 126 Index: unimarc_field_126.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126.pl 2 Jun 2005 15:48:54 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:10 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:10 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10927/value_builder Modified Files: unimarc_field_126a.pl Log Message: Plugin for field 126a Index: unimarc_field_126a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126a.pl 2 Jun 2005 15:49:08 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126a\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:51:36 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:36 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_135a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12278/value_builder Modified Files: unimarc_field_135a.pl Log Message: Plugin for field 135a Index: unimarc_field_135a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_135a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_135a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_135a.pl 2 Jun 2005 15:51:18 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_135a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 135a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_135a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 135a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 84,104 **** my $f3 = substr($result,2,1); my $f4 = substr($result,3,1); ! my $f5 = substr($result,4,3); ! my $f6 = substr($result,7,1); my $f7 = substr($result,8,1); my $f8 = substr($result,9,1); my $f9 = substr($result,10,1); ! $template->param(index => $index, "f1$f1" => $f1, "f2$f2" => $f2, "f3$f3" => $f3, "f4$f4" => $f4, ! "f5" => $f5, ! "f6$f6" => $f6, "f7$f7" => $f7, "f8$f8" => $f8, ! "f9$f9" => $f9 ! ); print $input->header(-cookie => $cookie),$template->output; --- 84,107 ---- my $f3 = substr($result,2,1); my $f4 = substr($result,3,1); ! my $f5 = substr($result,4,1); ! my $f6 = substr($result,5,3); my $f7 = substr($result,8,1); my $f8 = substr($result,9,1); my $f9 = substr($result,10,1); + my $f10 = substr($result,11,1); + my $f11 = substr($result,12,1); ! $template->param("index" => $index, "f1$f1" => $f1, "f2$f2" => $f2, "f3$f3" => $f3, "f4$f4" => $f4, ! "f5$f5" => $f5, ! "f6" => $f6, "f7$f7" => $f7, "f8$f8" => $f8, ! "f9$f9" => $f9, ! "f10$f10" => $f10, ! "f11$f11" => $f11 ); print $input->header(-cookie => $cookie),$template->output; From doxulting at users.sourceforge.net Thu Jun 2 17:51:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:52 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_140.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12548/value_builder Modified Files: unimarc_field_140.pl Log Message: Plugin for field 140a Index: unimarc_field_140.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_140.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_140.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_140.pl 2 Jun 2005 15:51:50 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_140.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 140\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_140.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 140\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:52:09 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:52:09 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_141.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12775/value_builder Modified Files: unimarc_field_141.pl Log Message: Plugin for field 141a Index: unimarc_field_141.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_141.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_141.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_141.pl 2 Jun 2005 15:52:07 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_141.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 141\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_141.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 141\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From hdl at users.sourceforge.net Thu Jun 2 23:04:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/koha-tmpl/opac-tmpl/css/en Added Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Adding full history support to opac serial Needs fixing --- NEW FILE ---

          Issues for a subscription

          " class="button catalogue">Back to biblio

          Subscription information for biblio number : with title :

          ">)">
          XX" id="XX" class="tab" style="visibility:visible"> From hdl at users.sourceforge.net Thu Jun 2 23:04:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:37 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-serial-issues.pl,1.1.2.4,1.1.2.5 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/opac Modified Files: Tag: rel_2_2 opac-serial-issues.pl Log Message: Adding full history support to opac serial Needs fixing Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -r1.1.2.4 -r1.1.2.5 *** opac-serial-issues.pl 1 Jun 2005 20:05:41 -0000 1.1.2.4 --- opac-serial-issues.pl 2 Jun 2005 21:04:35 -0000 1.1.2.5 *************** *** 15,22 **** --- 15,58 ---- my $op = $query->param('op'); my $dbh = C4::Context->dbh; + my $selectview = C4::Context->preference("SubscriptionHistory"); + warn "selectview : ".$selectview; + my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); + if ($selectview eq "full"){ + my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); + + my $year; + my $yearmin=$subscriptions->[1]{year}; + warn "yearmin".$yearmin; + my $yearmax; + my @loopissues; + my $yearmax=$subscriptions->[scalar(@$subscriptions)]{year}; + warn "yearmax".$yearmax; + + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "opac-full-serial-issues.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + }); + + # replace CR by
          in librarian note + # $subscription->{opacnote} =~ s/\n/\/g; + + $template->param( + biblionumber => $query->param('biblionumber'), + years => $subscriptions, + yearmin => $yearmin, + yearmax =>$yearmax, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + ); + + } else { my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); *************** *** 38,41 **** virtualshelves => C4::Context->preference("virtualshelves"), ); ! output_html_with_http_headers $query, $cookie, $template->output; --- 74,77 ---- virtualshelves => C4::Context->preference("virtualshelves"), ); ! } output_html_with_http_headers $query, $cookie, $template->output; From hdl at users.sourceforge.net Thu Jun 2 23:04:38 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:38 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.5,1.6.2.6 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/C4 Modified Files: Tag: rel_2_2 Bull.pm Log Message: Adding full history support to opac serial Needs fixing Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.6.2.5 retrieving revision 1.6.2.6 diff -C2 -r1.6.2.5 -r1.6.2.6 *** Bull.pm 28 Apr 2005 08:49:40 -0000 1.6.2.5 --- Bull.pm 2 Jun 2005 21:04:35 -0000 1.6.2.6 *************** *** 47,50 **** --- 47,51 ---- @EXPORT = qw(&newsubscription &modsubscription &delsubscription &getsubscriptions &getsubscription &getsubscriptionfrombiblionumber &get_subscription_list_from_biblionumber + &get_full_subscription_list_from_biblionumber &modsubscriptionhistory &newissue &getserials &serialchangestatus *************** *** 167,171 **** my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select subscription.*,subscriptionhistory.*,aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle from subscription left join subscriptionhistory on subscription.subscriptionid=subscriptionhistory.subscriptionid --- 168,172 ---- my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select subscription.*,subscriptionhistory.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle from subscription left join subscriptionhistory on subscription.subscriptionid=subscriptionhistory.subscriptionid *************** *** 186,189 **** --- 187,223 ---- } + sub get_full_subscription_list_from_biblionumber { + my ($biblionumber) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare('select year(subscription.startdate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle + from subscription + left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid + left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id + left join biblio on biblio.biblionumber=subscription.biblionumber + where subscription.biblionumber = ? order by subscription.startdate'); + $sth->execute($biblionumber); + my @res; + my $year; + my @loopissues; + while (my $subs = $sth->fetchrow_hashref) { + my $sth2 = $dbh->prepare('select serial.serialseq, serial.planneddate, year(serial.planneddate) as year, serial.status from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); + $sth2->execute($biblionumber,$subs->{'subscriptionid'}); + while (my $issues = $sth2->fetchrow_hashref){ + push @loopissues, + {'planneddate' => $issues->{'planneddate'}, + 'serialseq' => $issues->{'serialseq'}, + 'status' => $issues->{'status'}}; + # warn "planneddate ".$issues->{'planneddate'}; + # warn "serialseq".$issues->{'serialseq'}; + } + my %cell; + $cell{'year'}=$subs->{year}; + $cell{'title'}=$subs->{title}; + $cell{'booksellername'}=$subs->{booksellername}; + $cell{'serials'}=\@loopissues; + push @res,\%cell; + } + return \@res; + } sub modsubscription { From hdl at users.sourceforge.net Thu Jun 2 23:05:39 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:05:39 -0700 Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.2,1.100.2.3 Message-ID: Update of /cvsroot/koha/koha/updater In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18239/updater Modified Files: Tag: rel_2_2 updatedatabase Log Message: adding variable SubscriptionHistory Index: updatedatabase =================================================================== RCS file: /cvsroot/koha/koha/updater/updatedatabase,v retrieving revision 1.100.2.2 retrieving revision 1.100.2.3 diff -C2 -r1.100.2.2 -r1.100.2.3 *** updatedatabase 29 Mar 2005 15:41:43 -0000 1.100.2.2 --- updatedatabase 2 Jun 2005 21:05:34 -0000 1.100.2.3 *************** *** 848,851 **** --- 848,862 ---- options => ';|tabulation|,|/|\|#' }, + { + uniquefieldrequired => 'variable', + variable => 'SubscriptionHistory', + value => ';', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the information level for serials history in OPAC', + type => 'Choice', + options => 'simplified|full' + }, ], *************** *** 1433,1436 **** --- 1444,1450 ---- # $Log$ + # Revision 1.100.2.3 2005/06/02 21:05:34 hdl + # adding variable SubscriptionHistory + # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : From genjimoto at users.sourceforge.net Fri Jun 3 05:51:28 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 20:51:28 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.27,1.28 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6543 Modified Files: opac-search.pl Log Message: Search for availablilty feature implemented. Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** opac-search.pl 2 Jun 2005 13:47:47 -0000 1.27 --- opac-search.pl 3 Jun 2005 03:51:26 -0000 1.28 *************** *** 16,20 **** my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; ! my $itemtypelist; --- 16,20 ---- my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; ! my $totalresults; my $itemtypelist; *************** *** 56,60 **** my $op = $query->param("op"); my $type=$query->param('type'); ! my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; --- 56,60 ---- my $op = $query->param("op"); my $type=$query->param('type'); ! my $avail=$query->param('avail'); my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; *************** *** 141,145 **** $sqlstring .= '))' } ! my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, --- 141,147 ---- $sqlstring .= '))' } ! if ($avail){ ! $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; ! } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, From genjimoto at users.sourceforge.net Fri Jun 3 05:58:28 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 20:58:28 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.43,1.44 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10028 Modified Files: SearchMarc.pm Log Message: Added necessary tables for search for availablity feature into Catalogsearch. Someone needs to speed it up somehow. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** SearchMarc.pm 1 Jun 2005 21:18:39 -0000 1.43 --- SearchMarc.pm 3 Jun 2005 03:58:26 -0000 1.44 *************** *** 277,289 **** # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); ! $sql_where1 .=" ". $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); --- 277,289 ---- # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); ! $sql_where1 .= $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); From genjimoto at users.sourceforge.net Fri Jun 3 06:15:31 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 21:15:31 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.28,1.29 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18197 Modified Files: opac-search.pl Log Message: Added avail into the template parameters Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** opac-search.pl 3 Jun 2005 03:51:26 -0000 1.28 --- opac-search.pl 3 Jun 2005 04:15:29 -0000 1.29 *************** *** 88,95 **** --- 88,99 ---- $searchdesc .= join(" ", at itemtypes) } + if ($branchesstring ne ''){ $searchdesc .= ' in branches '; $searchdesc .= join(" ", at branches) } + if ($avail ne ''){ + $searchdesc .= '. Only available items shown.' + } $resultsperpage= $query->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); *************** *** 353,356 **** --- 357,361 ---- mediatypelist => $mediatypelist, itemtypesstring => $itemtypesstring, + avail => $avail, ); From genjimoto at users.sourceforge.net Fri Jun 3 06:16:55 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 21:16:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.23,1.24 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18847 Modified Files: opac-searchresults.tmpl Log Message: the avail checkbox now gets checked if the template gets avail in its parameters Index: opac-searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** opac-searchresults.tmpl 1 Jun 2005 22:20:16 -0000 1.23 --- opac-searchresults.tmpl 3 Jun 2005 04:16:53 -0000 1.24 *************** *** 180,184 ****
          ! Only show titles available (Not on loan)
          --- 180,188 ----
          ! ! checked ! ! > Only show titles available (Not on loan)
          From hellen at users.sourceforge.net Fri Jun 3 13:38:13 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Fri, 03 Jun 2005 04:38:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui supplier.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14261 Modified Files: supplier.tmpl Log Message: translated by hellen Index: supplier.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/supplier.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** supplier.tmpl 12 May 2005 19:26:13 -0000 1.1 --- supplier.tmpl 3 Jun 2005 11:38:11 -0000 1.2 *************** *** 18,26 ****

          !

          !

          --- 18,26 ----

          !

          !

          *************** *** 51,55 ****

          ! ">

          --- 51,55 ----

          ! ">

          *************** *** 84,88 ****

          ! *************** *** 100,108 ****

          ! checked>Ja checked>Nein

          ! checked>Ja checked>Nein

          --- 100,108 ----

          ! checked>Ja checked>Nein

          ! checked>Ja checked>Nein

          From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-serial-issues.pl,1.1.2.5,1.1.2.6 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/opac Modified Files: Tag: rel_2_2 opac-serial-issues.pl Log Message: Featuring OPAC with Full History Subscription Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -r1.1.2.5 -r1.1.2.6 *** opac-serial-issues.pl 2 Jun 2005 21:04:35 -0000 1.1.2.5 --- opac-serial-issues.pl 3 Jun 2005 12:53:08 -0000 1.1.2.6 *************** *** 25,35 **** my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! my $year; ! my $yearmin=$subscriptions->[1]{year}; ! warn "yearmin".$yearmin; ! my $yearmax; ! my @loopissues; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)]{year}; ! warn "yearmax".$yearmax; --- 25,34 ---- my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! my $title = $subscriptions->[0]{bibliotitle}; ! warn "title ".$title; ! my $yearmin=$subscriptions->[0]{year}; ! warn "yearmin ".$yearmin; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)-1]{year}; ! warn "yearmax ".$yearmax; *************** *** 50,53 **** --- 49,53 ---- yearmin => $yearmin, yearmax =>$yearmax, + bibliotitle => $title, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.6,1.6.2.7 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/C4 Modified Files: Tag: rel_2_2 Bull.pm Log Message: Featuring OPAC with Full History Subscription Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.6.2.6 retrieving revision 1.6.2.7 diff -C2 -r1.6.2.6 -r1.6.2.7 *** Bull.pm 2 Jun 2005 21:04:35 -0000 1.6.2.6 --- Bull.pm 3 Jun 2005 12:53:08 -0000 1.6.2.7 *************** *** 190,220 **** my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select year(subscription.startdate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle ! from subscription left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id left join biblio on biblio.biblionumber=subscription.biblionumber ! where subscription.biblionumber = ? order by subscription.startdate'); $sth->execute($biblionumber); my @res; my $year; my @loopissues; while (my $subs = $sth->fetchrow_hashref) { ! my $sth2 = $dbh->prepare('select serial.serialseq, serial.planneddate, year(serial.planneddate) as year, serial.status from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); ! $sth2->execute($biblionumber,$subs->{'subscriptionid'}); ! while (my $issues = $sth2->fetchrow_hashref){ ! push @loopissues, ! {'planneddate' => $issues->{'planneddate'}, ! 'serialseq' => $issues->{'serialseq'}, ! 'status' => $issues->{'status'}}; # warn "planneddate ".$issues->{'planneddate'}; # warn "serialseq".$issues->{'serialseq'}; } - my %cell; - $cell{'year'}=$subs->{year}; - $cell{'title'}=$subs->{title}; - $cell{'booksellername'}=$subs->{booksellername}; - $cell{'serials'}=\@loopissues; - push @res,\%cell; } return \@res; --- 190,250 ---- my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select serial.serialseq, serial.planneddate, serial.status, year(serial.planneddate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle ! from serial left join subscription on (serial.subscriptionid=subscription.subscriptionid and subscription.biblionumber=serial.biblionumber) left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id left join biblio on biblio.biblionumber=subscription.biblionumber ! where subscription.biblionumber = ? order by year,serial.planneddate'); $sth->execute($biblionumber); my @res; my $year; + my $startdate; + my $aqbooksellername; + my $bibliotitle; my @loopissues; + my $first; while (my $subs = $sth->fetchrow_hashref) { ! # my $sth2 = $dbh->prepare('select * from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); ! # $sth2->execute($biblionumber,$subs->{'subscriptionid'}); ! # while (my $issues = $sth2->fetchrow_hashref){ # warn "planneddate ".$issues->{'planneddate'}; # warn "serialseq".$issues->{'serialseq'}; + # } + if ($year and ($year==$subs->{year})){ + if ($first eq 1){$first=0;} + my $temp=$res[scalar(@res)-1]->{'serials'}; + push @$temp, + {'planneddate' => $subs->{'planneddate'}, + 'serialseq' => $subs->{'serialseq'}, + 'status1' => $subs->{'status'}==1, + 'status2' => $subs->{'status'}==2, + 'status3' => $subs->{'status'}==3, + 'status4' => $subs->{'status'}==4, + }; + }else { + $year= $subs->{'year'}; + $startdate= $subs->{'startdate'}; + $aqbooksellername= $subs->{'aqbooksellername'}; + $bibliotitle= $subs->{'bibliotitle'}; + $first=1 if (not $year); + my @temp; + push @temp, + {'planneddate' => $subs->{'planneddate'}, + 'serialseq' => $subs->{'serialseq'}, + 'status1' => $subs->{'status'}==1, + 'status2' => $subs->{'status'}==2, + 'status3' => $subs->{'status'}==3, + 'status4' => $subs->{'status'}==4, + }; + + push @res,{ + 'year'=>$year, + 'startdate'=>$startdate, + 'aqbooksellername'=>$aqbooksellername, + 'bibliotitle'=>$bibliotitle, + 'serials'=>\@temp, + 'first'=>$first + }; } } return \@res; From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Featuring OPAC with Full History Subscription Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** opac-full-serial-issues.tmpl 2 Jun 2005 21:04:35 -0000 1.1.2.1 --- opac-full-serial-issues.tmpl 3 Jun 2005 12:53:08 -0000 1.1.2.2 *************** *** 3,17 **** !
          !

          Issues for a subscription

          " class="button catalogue">Back to biblio -

          Subscription information for biblio number : with title :

          !
          !
          ">)">
          --- 3,16 ---- !
          !

          Subscription information for biblio # with title :

          " class="button catalogue">Back to biblio
          !
          !
          " >)">
          *************** *** 19,23 **** !
          XX" id="XX" class="tab" style="visibility:visible">
          Date Number Status
          --- 18,22 ---- !
          " id="" class="tabsub" style="visibility:visible">
          *************** *** 38,45 **** --- 37,48 ---- +
          !
          ! Arrived ! Waited ! Late ! Missing
          *************** *** 48,53 **** function active(numlayer) { ! for (i=; i <= ; i++ ) { ! ong = i+"XX"; link = "link"+i; if (numlayer==i) { --- 51,56 ---- function active(numlayer) { ! for (i=; i<=; i++ ) { ! ong = i; link = "link"+i; if (numlayer==i) { From hdl at users.sourceforge.net Fri Jun 3 15:01:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 06:01:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.3,1.17.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27177/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css Log Message: adding tabsub for subbscription tabs. Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.3 retrieving revision 1.17.2.4 diff -C2 -r1.17.2.3 -r1.17.2.4 *** opac.css 18 Mar 2005 09:52:21 -0000 1.17.2.3 --- opac.css 3 Jun 2005 13:01:23 -0000 1.17.2.4 *************** *** 367,370 **** --- 367,399 ---- } + /* for SubscritptionHistory view */ + div.tabsubs { + width:25px; + position:absolute; + display:block; + margin-left:10px; + margin-top:100px; + } + + div.tabsubs a { + display:block; + font-size: small; + border: thin solid black; + margin-right: 2px; + padding: 15px 30px; + -moz-border-radius: 5px 0px 0px 5px; + } + + div.tabsub { + background-color: #ACE6E6; + display: block; + visibility:hidden; + position:absolute; + margin-left:72px; + margin-top:100px; + margin-right:10%; + } + + /* for MARC view */ div.tabs { From hdl at users.sourceforge.net Fri Jun 3 15:27:27 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 06:27:27 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.88.2.4,1.88.2.5 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8492/misc Modified Files: Tag: rel_2_2 Install.pm Log Message: Bug Fixing : PDF::API2 Not mandatory Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.88.2.4 retrieving revision 1.88.2.5 diff -C2 -r1.88.2.4 -r1.88.2.5 *** Install.pm 4 Feb 2005 18:41:42 -0000 1.88.2.4 --- Install.pm 3 Jun 2005 13:27:25 -0000 1.88.2.5 *************** *** 860,865 **** unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; - unless (eval {require PDF::API2}) { push @missing,"PDF::API2" }; # The following modules are not mandatory, depends on how the library want to use Koha unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal --- 860,869 ---- unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; # The following modules are not mandatory, depends on how the library want to use Koha + unless (eval {require PDF::API2}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,"You will need PDF::API2 for barcode generator" + } + } unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal From gmccullagh at users.sourceforge.net Fri Jun 3 19:01:55 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Fri, 03 Jun 2005 10:01:55 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search-biblio.pl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15229/opac Added Files: opac-search-biblio.pl Log Message: two new files SearchBiblio.pm forked from SearchMarc.pm opac-search-biblio.pl forked from opac-search.pl (just change module) an attempt at a new search using FULLTEXT indexes. NB: Boolean won't work without MySQL >v4.0 NNB: Will be slow without indexes added on Biblio table as follows: ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle); Only searching on "Any word" field just now. more to come. --- NEW FILE --- #!/usr/bin/perl use strict; require Exporter; use C4::Auth; use C4::Interface::CGI::Output; use C4::Context; use CGI; use C4::Database; use HTML::Template; use C4::SearchBiblio; use C4::Acquisition; use C4::Biblio; my @spsuggest; # the array for holding suggestions my $suggest; # a flag to be set (if there are suggestions it's 1) my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; my $itemtypelist; my $brancheslist; my $categorylist; my $subcategorylist; my $mediatypelist; # added by Gavin my $totalresults; my $dbh=C4::Context->dbh; my $sth=$dbh->prepare("select description,itemtype from itemtypes order by description"); $sth->execute; while (my ($description,$itemtype) = $sth->fetchrow) { $itemtypelist.="\n"; } my $sth=$dbh->prepare("select description,subcategorycode from subcategorytable order by description"); $sth->execute; while (my ($description,$subcategorycode) = $sth->fetchrow) { $subcategorylist.="\n"; } my $sth=$dbh->prepare("select description,mediatypecode from mediatypetable order by description"); $sth->execute; while (my ($description,$mediatypecode) = $sth->fetchrow) { $mediatypelist.="\n"; } my $sth=$dbh->prepare("select description,categorycode from categorytable order by description"); $sth->execute; while (my ($description,$categorycode) = $sth->fetchrow) { $categorylist .= ''.$description.'
          '; } my $sth=$dbh->prepare("select branchname,branchcode from branches order by branchname"); $sth->execute; while (my ($branchname,$branchcode) = $sth->fetchrow) { $brancheslist.="\n"; } my $query = new CGI; my $op = $query->param("op"); my $type=$query->param('type'); my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; my @itemtypes = split ( /\|/, $itemtypesstring); my $branchesstring=$query->param("branchesstring"); $branchesstring =~s/"//g; my @branches = split (/\|/, $branchesstring); my $startfrom=$query->param('startfrom'); $startfrom=0 if(!defined $startfrom); my ($template, $loggedinuser, $cookie); my $resultsperpage; my $searchdesc; if ($op eq "do_search") { my @marclist = $query->param('marclist'); my @and_or = $query->param('and_or'); my @excluding = $query->param('excluding'); my @operator = $query->param('operator'); my @value = $query->param('value'); for (my $i=0;$i<=$#marclist;$i++) { if ($searchdesc) { # don't put the and_or on the 1st search term $searchdesc .= $and_or[$i]." ".$excluding[$i]." ".($marclist[$i]?$marclist[$i]:"*")." ".$operator[$i]." ".$value[$i]." " if ($value[$i]); } else { $searchdesc = $excluding[$i]." ".($marclist[$i]?$marclist[$i]:"*")." ".$operator[$i]." ".$value[$i]." " if ($value[$i]); } } if ($itemtypesstring ne ''){ $searchdesc .= 'filtered by itemtypes '; $searchdesc .= join(" ", at itemtypes) } if ($branchesstring ne ''){ $searchdesc .= ' in branches '; $searchdesc .= join(" ", at branches) } $resultsperpage= $query->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); my $orderby = $query->param('orderby'); my $desc_or_asc = $query->param('desc_or_asc'); # builds tag and subfield arrays my @tags; foreach my $marc (@marclist) { if ($marc) { my ($tag,$subfield) = MARCfind_marc_from_kohafield($dbh,$marc,''); if ($tag) { push @tags,$dbh->quote("$tag$subfield"); } else { push @tags, $dbh->quote(substr($marc,0,4)); } } else { push @tags, ""; } } findseealso($dbh,\@tags); my $sqlstring; if ($itemtypesstring ne ''){ $sqlstring = 'and (biblioitems.itemtype IN ('; my $itemtypeloop=0; foreach my $itemtype (@itemtypes){ if ($itemtype ne ''){ if ($itemtypeloop != 0){ $sqlstring .=',' } $sqlstring .= '"'.$itemtype.'"'; $itemtypeloop++; } } $sqlstring .= '))' } if ($branchesstring ne ''){ $sqlstring .= 'and biblio.biblionumber=items.biblionumber and (items.holdingbranch IN ('; my $branchesloop=0; foreach my $branch (@branches){ if ($branch ne ''){ if ($branchesloop != 0){ $sqlstring .=',' } $sqlstring .= '"'.$branch.'"'; $branchesloop++; } } $sqlstring .= '))' } my ($results,$total) = catalogsearch1($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { print $query->redirect("/cgi-bin/koha/opac-detail.pl?bib=".@$results[0]->{biblionumber}); } elsif (C4::Context->preference("BiblioDefaultView") eq "MARC") { print $query->redirect("/cgi-bin/koha/MARCdetail.pl?bib=".@$results[0]->{biblionumber}); } else { print $query->redirect("/cgi-bin/koha/ISBDdetail.pl?bib=".@$results[0]->{biblionumber}); } exit; } ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-searchresults.tmpl", query => $query, type => 'opac', authnotrequired => 1, debug => 1, }); # multi page display gestion my $displaynext=0; my $displayprev=$startfrom; if(($total - (($startfrom+1)*($resultsperpage))) > 0 ){ $displaynext = 1; } my @field_data = (); ### Added by JF ## This next does a number of things: # 1. It allows you to track all the searches made for stats, etc. # 2. It fixes the 'searchdesc' variable problem by introducing # a. 'searchterms' which comes out as 'Keyword: neal stephenson' # b. 'phraseorterm' which comes out as 'neal stephenson' # both of these are useful for differen purposes ... I use searchterms # for display purposes and phraseorterm for passing the search terms # to an external source through a url (like a database search) # 3. It provides the variables necessary for the spellchecking (look below for # how this is done # 4. $totalresults = $total; ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable ## with appropriate values based on the user's search input my $searchterms; #returned in place of searchdesc for 'results for search' # as a string (can format if need be) my @spphrases; my $phraseorterm; my %searchtypehash = ( # used only for the searchterms string formation # and for spellcheck string '0' => 'keyword', '1' => 'title', '2' => 'author', '3' => 'subject', '4' => 'series', '5' => 'format', ); my @searchterm = $query->param('value'); for (my $i=0; $i <= $#searchterm; $i++) { my $searchtype = $searchtypehash{$i}; push @spphrases, $searchterm[$i]; if ($searchterms) { #don't put and in again if ($searchterm[$i]) { $phraseorterm.=$searchterm[$i]; $searchterms.=" AND ".$searchtype." : \'".$searchterm[$i]."\'"; } } else { if ($searchterm[$i]) { $phraseorterm.=$searchterm[$i]; $searchterms.=$searchtype.": \'".$searchterm[$i]."\'"; } } } # Spellchecck stuff ... needs to use above scheme but must change # cgi script first my $phrases = $query->param('value'); #my $searchterms = $query->param('value'); # warn "here is searchterms:".$searchterms; # FIXME: should be obvious ;-) #foreach my $phrases (@spphrases) { $phrases =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g; $phrases =~ s/(\Athe |\Aa |\Aan |)//g; my $spchkphraseorterm = $phraseorterm; $spchkphraseorterm =~ tr/A-Z/a-z/; $spchkphraseorterm =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g; $spchkphraseorterm =~s/(\Aand-or |\Aand\/or |\Aanon |\Aan |\Aa |\Abut |\Aby |\Ade |\Ader |\Adr |\Adu|et |\Afor |\Afrom |\Ain |\Ainto |\Ait |\Amy |\Anot |\Aon |\Aor |\Aper |\Apt |\Aspp |\Ato |\Avs |\Awith |\Athe )/ /g; $spchkphraseorterm =~s/( and-or | and\/or | anon | an | a | but | by | de | der | dr | du|et | for | from | in | into | it | my | not | on | or | per | pt | spp | to | vs | with | the )/ /g; $spchkphraseorterm =~s/ / /g; my $resultcount = $total; my $ipaddress = $query->remote_host(); # if ( #need to create a table to record the search info #...FIXME: add the script name that creates the table # my $dbhpop=DBI->connect("DBI:mysql:demosuggest:localhost","auth","YourPass")) { # insert the search info query my $insertpop = "INSERT INTO phrase_log(phr_phrase,phr_resultcount,phr_ip) VALUES(?,?,?)"; # grab spelling suggestions query my $getsugg = "SELECT display FROM spellcheck WHERE strcmp(soundex(suggestion), soundex(?)) = 0 order by soundex(suggestion) limit 0,5"; #get spelling suggestions when there are no results if ($resultcount eq 0) { my $sthgetsugg=$dbhpop->prepare($getsugg); $sthgetsugg->execute($spchkphraseorterm); while (my ($spsuggestion)=$sthgetsugg->fetchrow_array) { # warn "==>$spsuggestion"; #push @spsuggest, +{ spsuggestion => $spsuggestion }; my %line; $line{spsuggestion} = $spsuggestion; push @spsuggest,\%line; $suggest = 1; } # warn "==>".$#spsuggest; $sthgetsugg->finish; } # end of spelling suggestions my $sthpop=$dbhpop->prepare($insertpop); #$sthpop->execute($phrases,$resultcount,$ipaddress); $sthpop->finish; } # ### end of tracking stuff -- jmf at kados dot org # $template->param(suggest => $suggest ); $template->param( SPELL_SUGGEST => \@spsuggest ); $template->param( searchterms => $searchterms ); $template->param( phraseorterm => $phraseorterm ); #warn "here's the search terms: ".$searchterms; # ### end of spelling suggestions ### /Added by JF for(my $i = 0 ; $i <= $#marclist ; $i++) { push @field_data, { term => "marclist", val=>$marclist[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; push @field_data, { term => "operator", val=>$operator[$i] }; push @field_data, { term => "value", val=>$value[$i] }; } my @numbers = (); if ($total>$resultsperpage) { for (my $i=1; $i<$total/$resultsperpage+1; $i++) { if ($i<16) { my $highlight=0; ($startfrom==($i-1)) && ($highlight=1); push @numbers, { number => $i, highlight => $highlight , searchdata=> \@field_data, startfrom => ($i-1)}; } } } my $from = $startfrom*$resultsperpage+1; my $to; if($total < (($startfrom+1)*$resultsperpage)) { $to = $total; } else { $to = (($startfrom+1)*$resultsperpage); } my $defaultview = 'BiblioDefaultView'.C4::Context->preference('BiblioDefaultView'); $template->param(results => $results, startfrom=> $startfrom, displaynext=> $displaynext, displayprev=> $displayprev, resultsperpage => $resultsperpage, orderby => $orderby, startfromnext => $startfrom+1, startfromprev => $startfrom-1, searchdata=>\@field_data, total=>$total, from=>$from, to=>$to, numbers=>\@numbers, searchdesc=> $searchdesc, $defaultview => 1, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), itemtypelist => $itemtypelist, subcategorylist => $subcategorylist, brancheslist => $brancheslist, categorylist => $categorylist, mediatypelist => $mediatypelist, itemtypesstring => $itemtypesstring, ); } else { ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-search.tmpl", query => $query, type => "opac", authnotrequired => 1, }); $sth=$dbh->prepare("Select itemtype,description from itemtypes order by description"); $sth->execute; my @itemtype; my %itemtypes; push @itemtype, ""; $itemtypes{''} = ""; while (my ($value,$lib) = $sth->fetchrow_array) { push @itemtype, $value; $itemtypes{$value}=$lib; } my $CGIitemtype=CGI::scrolling_list( -name => 'value', -values => \@itemtype, -labels => \%itemtypes, -size => 1, -multiple => 0 ); $sth->finish; my @branches; my @select_branch; my %select_branches; my ($count2, at branches)=branches(); push @select_branch, ""; $select_branches{''} = ""; for (my $i=0;$i<$count2;$i++){ push @select_branch, $branches[$i]->{'branchcode'};# $select_branches{$branches[$i]->{'branchcode'}} = $branches[$i]->{'branchname'}; } my $CGIbranch=CGI::scrolling_list( -name => 'value', -values => \@select_branch, -labels => \%select_branches, -size => 1, -multiple => 0 ); $sth->finish; $template->param(itemtypelist => $itemtypelist, CGIitemtype => $CGIitemtype, CGIbranch => $CGIbranch, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), ); } # ADDED BY JF if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result # lets jump straight to the detail.pl page print $query->redirect("/cgi-bin/koha/opac-detail.pl?bib=$firstbiblionumber"); } else { output_html_with_http_headers $query, $cookie, $template->output; } From gmccullagh at users.sourceforge.net Fri Jun 3 19:01:55 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Fri, 03 Jun 2005 10:01:55 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchBiblio.pm,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15229/C4 Added Files: SearchBiblio.pm Log Message: two new files SearchBiblio.pm forked from SearchMarc.pm opac-search-biblio.pl forked from opac-search.pl (just change module) an attempt at a new search using FULLTEXT indexes. NB: Boolean won't work without MySQL >v4.0 NNB: Will be slow without indexes added on Biblio table as follows: ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle); Only searching on "Any word" field just now. more to come. --- NEW FILE --- package C4::SearchBiblio; # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; require Exporter; use DBI; use C4::Context; use C4::Biblio; use C4::Date; use Date::Manip; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking $VERSION = 0.02; =head1 NAME C4::Search - Functions for searching the Koha MARC catalog =head1 FUNCTIONS This module provides the searching facilities for the Koha MARC catalog =cut @ISA = qw(Exporter); @EXPORT = qw(&catalogsearch1 &catalogsearch &findseealso &findsuggestion &getMARCnotes &getMARCsubjects); =head1 findsuggestion($dbh,$values); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; =head2 $values is a word Searches words with the same soundex, ordered by frequency of use. Useful to suggest other searches to the users. =cut sub findsuggestion { my ($dbh,$values) = @_; my $sth = $dbh->prepare("SELECT count( * ) AS total, word FROM marc_word WHERE sndx_word = soundex( ? ) AND word <> ? GROUP BY word ORDER BY total DESC"); my @results; for(my $i = 0 ; $i <= $#{$values} ; $i++) { if (length(@$values[$i]) >=5) { $sth->execute(@$values[$i],@$values[$i]); my $resfound = 1; my @resline; while ((my ($count,$word) = $sth->fetchrow) and $resfound <=10) { push @results, "@$values[$i]|$word|$count"; # $results{@$values[$i]} = \@resline; $resfound++; } } } return \@results; } =head1 findseealso($dbh,$fields); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; =head2 $fields is a reference to the fields array This function modify the @$fields array and add related fields to search on. =cut sub findseealso { my ($dbh, $fields) = @_; my $tagslib = MARCgettagslib ($dbh,1); for (my $i=0;$i<=$#{$fields};$i++) { my ($tag) =substr(@$fields[$i],1,3); my ($subfield) =substr(@$fields[$i],4,1); @$fields[$i].=','.$tagslib->{$tag}->{$subfield}->{seealso} if ($tagslib->{$tag}->{$subfield}->{seealso}); } } =head1 my ($count, @results) = catalogsearch($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$sqlstring); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; $tags,$and_or, $excluding, $operator, $value are references to array =head2 $tags contains the list of tags+subfields (for example : $@tags[0] = '200a') A field can be a list of fields : '200f','700a','700b','701a','701b' Example =head2 $and_or contains a list of strings containing and or or. The 1st value is useless. =head2 $excluding contains 0 or 1. If 1, then the request is negated. =head2 $operator contains contains,=,start,>,>=,<,<= the = and start work on the complete subfield. The contains operator works on every word in the subfield. examples : contains home, search home anywhere. = home, search a string being home. =head2 $value contains the value to search If it contains a * or a %, then the search is partial. =head2 $offset and $length returns $length results, beginning at $offset =head2 $orderby define the field used to order the request. Any field in the biblio/biblioitem tables can be used. DESC is possible too (for example title, title DESC,...) =head2 $sqlstring optional argument containing an sql string to be used in the 'where' statement. see usage in opac-search.pl. =head2 RETURNS returns an array containing hashes. The hash contains all biblio & biblioitems fields and a reference to an item hash. The "item hash contains one line for each callnumber & the number of items related to the callnumber. =cut =head2 my $marcnotesarray = &getMARCnotes($dbh,$bibid,$marcflavour); Returns a reference to an array containing all the notes stored in the MARC database for the given bibid. $marcflavour ("MARC21" or "UNIMARC") determines which tags are used for retrieving subjects. =head2 my $marcsubjctsarray = &getMARCsubjects($dbh,$bibid,$marcflavour); Returns a reference to an array containing all the subjects stored in the MARC database for the given bibid. $marcflavour ("MARC21" or "UNIMARC") determines which tags are used for retrieving subjects. =cut sub catalogsearch1 { my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # warn "=================="; # warn " # db: $dbh, # tags_array: @$tags, # andor_array: @$and_or, # excludes_array: @$excluding, # operator_array: @$operator, # value_array: @$value, # start: $offset, # resultsperpage: $length, # orderby: $orderby, # order: $desc_or_asc, # sqlstring: $sqlstring)\n"; # warn "==================\n"; my @cols = ('biblionumber','author','title','unititle','notes','serial','seriestitle', 'copyrightdate','timestamp','abstract','illus','biblioitemnumber','marc', 'url','isbn','volumeddesc','classification','publicationyear','pages','number', 'itemtype','place','issn','size','dewey','publishercode','lccn','volume', 'subclass', 'volumedate','subtitle','bibid','notforloan',); # missing 'CN', 'description', 'odd', 'bn', 'norequests', 'totitem', my @valarray = @$value; # warn "@$value\n"; # warn "$valarray[0]\n"; my $sql = " SELECT biblio.biblionumber, biblio.author, biblio.title, biblio.unititle, biblio.notes, biblio.serial, biblio.seriestitle, biblio.copyrightdate, biblio.timestamp, biblio.abstract, biblioitems.illus, biblioitems.biblioitemnumber, biblioitems.marc, biblioitems.url, biblioitems.isbn, biblioitems.volumeddesc, biblioitems.classification, biblioitems.publicationyear, biblioitems.pages, biblioitems.number, biblioitems.itemtype, biblioitems.place, biblioitems.issn, biblioitems.size, biblioitems.dewey, biblioitems.publishercode, biblioitems.lccn, biblioitems.volume, biblioitems.subclass, biblioitems.volumedate, bibliosubtitle.subtitle, marc_biblio.bibid, items.notforloan, MATCH(biblio.title,biblio.author,biblio.unititle,biblio.seriestitle) AGAINST ('$$value[0]' IN BOOLEAN MODE) as Relevance FROM biblio LEFT JOIN biblioitems ON biblioitems.biblionumber=biblio.biblionumber LEFT JOIN bibliosubtitle ON bibliosubtitle.biblionumber=biblio.biblionumber LEFT JOIN marc_biblio ON marc_biblio.biblionumber=biblio.biblionumber LEFT JOIN items ON items.biblionumber=biblio.biblionumber WHERE MATCH(biblio.title,biblio.author,biblio.unititle,biblio.seriestitle) AGAINST ('$$value[0]' IN BOOLEAN MODE) ORDER BY Relevance DESC;"; warn "$sql\n"; my $sth = $dbh->prepare($sql); $sth->execute; my @biblioArray=(); my $numBooks=0; while (my @vals = $sth->fetchrow) { my $numcols = $#vals; my %biblioEntryHash=(); for(my $i=0; $i<$numcols; $i++) { $biblioEntryHash{$cols[$i]} = $vals[$i]; } $biblioEntryHash{odd} = ((($numBooks+1) % 2) > 0) ? 1 : ""; #FIXME $biblioEntryHash{notforloan} = ""; #warn "\$biblioEntryHash{odd} = .$biblioEntryHash{odd}.\n"; push(@biblioArray,\%biblioEntryHash); $numBooks++; } # CN: ARRAY(0x89d1540)? branch + location + callnumber + status # CDI SL (N8KIM) (2) (if several, group them) # description: ? # odd: 1 ? # bn: 501? biblionumber? # norequests: 0? # totitem: 1? # my ($res,$numres) = catalogsearch(@_); # my @results = @$res; # warn "==================\n"; # warn "\n\tres: @$res:,\n\tnumres: $numres\n"; # while ( (my ($key, $value) = each(%{$results[0]})) && (my ($key1, $value1) = each(%{$biblioArray[0]})) ) { # warn "\t$key => $value\t$key1 => $value1\n"; # } # warn "a. " . $results[0]->{odd} . "\t" . $biblioArray[0]->{odd}. "\n"; # warn "b. " . $results[1]->{odd} . "\t" . $biblioArray[1]->{odd}. "\n"; # warn "==================\n"; #return ($res,$numres); return (\@biblioArray,$numBooks); } sub catalogsearch { my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # build the sql request. She will look like : # select m1.bibid # from marc_subfield_table as m1, marc_subfield_table as m2 # where m1.bibid=m2.bibid and # (m1.subfieldvalue like "Des%" and m2.subfieldvalue like "27%") # last minute stripping out of stuff # doesn't work @$value =~ s/\'/ /; # @$value = map { $_ =~ s/\'/ /g } @$value; # "Normal" statements my @normal_tags = (); my @normal_and_or = (); my @normal_operator = (); my @normal_value = (); # Extracts the NOT statements from the list of statements my @not_tags = (); my @not_and_or = (); my @not_operator = (); my @not_value = (); my $any_not = 0; $orderby = "biblio.title" unless $orderby; $desc_or_asc = "ASC" unless $desc_or_asc; #last minute stripping out of ' and , # paul : quoting, it's done a few lines lated. # foreach $_ (@$value) { # $_=~ s/\'/ /g; # $_=~ s/\,/ /g; # } # the item.notforloan contains an integer. Every value <>0 means "book unavailable for loan". # but each library can have it's own table of meaning for each value. Get them # 1st search if there is a list of authorised values connected to items.notforloan my $sth = $dbh->prepare('select authorised_value from marc_subfield_structure where kohafield="items.notforloan"'); $sth->execute; my %notforloanstatus; my ($authorised_valuecode) = $sth->fetchrow; if ($authorised_valuecode) { $sth = $dbh->prepare("select authorised_value,lib from authorised_values where category=?"); $sth->execute($authorised_valuecode); while (my ($authorised_value,$lib) = $sth->fetchrow) { $notforloanstatus{$authorised_value} = $lib?$lib:$authorised_value; } } for(my $i = 0 ; $i <= $#{$value} ; $i++) { # replace * by % @$value[$i] =~ s/\*/%/g; # remove % at the beginning @$value[$i] =~ s/^%//g; @$value[$i] =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\}|\/)/ /g if @$operator[$i] eq "contains"; if(@$excluding[$i]) # NOT statements { $any_not = 1; if(@$operator[$i] eq "contains") { foreach my $word (split(/ /, @$value[$i])) # if operator is contains, splits the words in separate requests { # remove the "%" for small word (3 letters. (note : the >4 is due to the % at the end) # warn "word : $word"; $word =~ s/%//g unless length($word)>4; unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { #it's NOT a stopword => use it. Otherwise, ignore push @not_tags, @$tags[$i]; push @not_and_or, "or"; # as request is negated, finds "foo" or "bar" if final request is NOT "foo" and "bar" push @not_operator, @$operator[$i]; push @not_value, $word; } } } else { push @not_tags, @$tags[$i]; push @not_and_or, "or"; # as request is negated, finds "foo" or "bar" if final request is NOT "foo" and "bar" push @not_operator, @$operator[$i]; push @not_value, @$value[$i]; } } else # NORMAL statements { if(@$operator[$i] eq "contains") # if operator is contains, splits the words in separate requests { foreach my $word (split(/ /, @$value[$i])) { # remove the "%" for small word (3 letters. (note : the >4 is due to the % at the end) # warn "word : $word"; $word =~ s/%//g unless length($word)>4; unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { #it's NOT a stopword => use it. Otherwise, ignore push @normal_tags, @$tags[$i]; push @normal_and_or, "and"; # assumes "foo" and "bar" if "foo bar" is entered push @normal_operator, @$operator[$i]; push @normal_value, $word; } } } else { push @normal_tags, @$tags[$i]; push @normal_and_or, @$and_or[$i]; push @normal_operator, @$operator[$i]; push @normal_value, @$value[$i]; } } } # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); $sql_where1 .=" ". $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); warn "Q : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); my @result = (); my $subtitle; # Added by JF for Subtitles # Processes the NOT if any and there are results my ($not_sql_tables, $not_sql_where1, $not_sql_where2); if( ($sth->rows) && $any_not ) # some results to tune up and some NOT statements { ($not_sql_tables, $not_sql_where1, $not_sql_where2) = create_request($dbh,\@not_tags, \@not_and_or, \@not_operator, \@not_value); my @tmpresult; while (my ($bibid) = $sth->fetchrow) { push @tmpresult,$bibid; } my $sth_not; warn "NOT : select distinct m1.bibid from $not_sql_tables where $not_sql_where2 and ($not_sql_where1)"; if ($not_sql_where2) { $sth_not = $dbh->prepare("select distinct m1.bibid from $not_sql_tables where $not_sql_where2 and ($not_sql_where1)"); } else { $sth_not = $dbh->prepare("select distinct m1.bibid from $not_sql_tables where $not_sql_where1"); } $sth_not->execute(); if($sth_not->rows) { my %not_bibids = (); while(my $bibid = $sth_not->fetchrow()) { $not_bibids{$bibid} = 1; # populates the hashtable with the bibids matching the NOT statement } foreach my $bibid (@tmpresult) { if(!$not_bibids{$bibid}) { push @result, $bibid; } } } $sth_not->finish(); } else # no NOT statements { while (my ($bibid) = $sth->fetchrow) { push @result,$bibid; } } # we have bibid list. Now, loads title and author from [offset] to [offset]+[length] my $counter = $offset; # HINT : biblionumber as bn is important. The hash is fills biblionumber with items.biblionumber. # so if you dont' has an item, you get a not nice empty value. $sth = $dbh->prepare("SELECT biblio.biblionumber as bn,biblio.*, biblioitems.*,marc_biblio.bibid,itemtypes.notforloan,itemtypes.description FROM biblio, marc_biblio LEFT JOIN biblioitems on biblio.biblionumber = biblioitems.biblionumber LEFT JOIN itemtypes on itemtypes.itemtype=biblioitems.itemtype WHERE biblio.biblionumber = marc_biblio.biblionumber AND bibid = ?"); my $sth_subtitle = $dbh->prepare("SELECT subtitle FROM bibliosubtitle WHERE biblionumber=?"); # Added BY JF for Subtitles my @finalresult = (); my @CNresults=(); my $totalitems=0; my $oldline; my ($oldbibid, $oldauthor, $oldtitle); my $sth_itemCN = $dbh->prepare("select items.* from items where biblionumber=?"); my $sth_issue = $dbh->prepare("select date_due,returndate from issues where itemnumber=?"); # parse all biblios between start & end. while (($counter <= $#result) && ($counter <= ($offset + $length))) { # search & parse all items & note itemcallnumber $sth->execute($result[$counter]); my $continue=1; my $line = $sth->fetchrow_hashref; my $biblionumber=$line->{bn}; # Return subtitles first ADDED BY JF $sth_subtitle->execute($biblionumber); my $subtitle_here.= $sth_subtitle->fetchrow." "; chop $subtitle_here; $subtitle = $subtitle_here; # warn "Here's the Biblionumber ".$biblionumber; # warn "and here's the subtitle: ".$subtitle_here; # /ADDED BY JF # $continue=0 unless $line->{bn}; # my $lastitemnumber; $sth_itemCN->execute($biblionumber); my @CNresults = (); my $notforloan=1; # to see if there is at least 1 item that can be issued while (my $item = $sth_itemCN->fetchrow_hashref) { # parse the result, putting holdingbranch & itemcallnumber in separate array # then all other fields in the main array # search if item is on loan my $date_due; $sth_issue->execute($item->{itemnumber}); while (my $loan = $sth_issue->fetchrow_hashref) { if ($loan->{date_due} and !$loan->{returndate}) { $date_due = $loan->{date_due}; } } # store this item my %lineCN; $lineCN{holdingbranch} = $item->{holdingbranch}; $lineCN{itemcallnumber} = $item->{itemcallnumber}; $lineCN{location} = $item->{location}; $lineCN{date_due} = format_date($date_due); $lineCN{notforloan} = $notforloanstatus{$line->{notforloan}} if ($line->{notforloan}); # setting not forloan if itemtype is not for loan $lineCN{notforloan} = $notforloanstatus{$item->{notforloan}} if ($item->{notforloan}); # setting not forloan it this item is not for loan $notforloan=0 unless ($item->{notforloan} or $item->{wthdrawn} or $item->{itemlost}); push @CNresults,\%lineCN; $totalitems++; } # save the biblio in the final array, with item and item issue status my %newline; %newline = %$line; $newline{totitem} = $totalitems; # if $totalitems == 0, check if it's being ordered. if ($totalitems == 0) { my $sth = $dbh->prepare("select count(*) from aqorders where biblionumber=? and datecancellationprinted is NULL"); $sth->execute($biblionumber); my ($ordered) = $sth->fetchrow; $newline{onorder} = 1 if $ordered; } $newline{biblionumber} = $biblionumber; $newline{norequests} = 0; $newline{norequests} = 1 if ($line->{notforloan}); # itemtype not issuable $newline{norequests} = 1 if (!$line->{notforloan} && $notforloan); # itemtype issuable but all items not issuable for instance $newline{subtitle} = $subtitle; # put the subtitle in ADDED BY JF my @CNresults2= @CNresults; $newline{CN} = \@CNresults2; $newline{'even'} = 1 if $#finalresult % 2 == 0; $newline{'odd'} = 1 if $#finalresult % 2 == 1; $newline{'timestamp'} = format_date($newline{timestamp}); @CNresults = (); push @finalresult, \%newline; $totalitems=0; $counter++; } my $nbresults = $#result+1; return (\@finalresult, $nbresults); } # Creates the SQL Request sub create_request { my ($dbh,$tags, $and_or, $operator, $value) = @_; my $sql_tables; # will contain marc_subfield_table as m1,... my $sql_where1; # will contain the "true" where my $sql_where2 = "("; # will contain m1.bibid=m2.bibid my $nb_active=0; # will contain the number of "active" entries. an entry is active if a value is provided. my $nb_table=1; # will contain the number of table. ++ on each entry EXCEPT when an OR is provided. my $maxloop=8; # the maximum number of words to avoid a too complex search. $maxloop = @$value if @$value<$maxloop; for(my $i=0; $i<=$maxloop;$i++) { if (@$value[$i]) { $nb_active++; if ($nb_active==1) { if (@$operator[$i] eq "start") { $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "(m1.subfieldvalue like ".$dbh->quote("@$value[$i]%"); if (@$tags[$i]) { $sql_where1 .=" and concat(m1.tag,m1.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; } elsif (@$operator[$i] eq "contains") { $sql_tables .= "marc_word as m$nb_table,"; $sql_where1 .= "(m1.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m1.tagsubfield in (@$tags[$i])"; } $sql_where1.=")"; } else { $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "(m1.subfieldvalue @$operator[$i] ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and concat(m1.tag,m1.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; } } else { if (@$operator[$i] eq "start") { $nb_table++; $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.subfieldvalue like ".$dbh->quote("@$value[$i]%"); if (@$tags[$i]) { $sql_where1 .=" and concat(m$nb_table.tag,m$nb_table.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } elsif (@$operator[$i] eq "contains") { if (@$and_or[$i] eq 'and') { $nb_table++; $sql_tables .= "marc_word as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m$nb_table.tagsubfield in(@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } else { $sql_where1 .= "@$and_or[$i] (m$nb_table.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m$nb_table.tagsubfield in (@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } } else { $nb_table++; $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.subfieldvalue @$operator[$i] ".$dbh->quote(@$value[$i]); if (@$tags[$i]) { $sql_where1 .=" and concat(m$nb_table.tag,m$nb_table.subfieldcode) in (@$tags[$i])"; } $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; $sql_where1.=")"; } } } } if($sql_where2 ne "(") # some datas added to sql_where2, processing { $sql_where2 = substr($sql_where2, 0, (length($sql_where2)-5)); # deletes the trailing ' and ' $sql_where2 .= ")"; } else # no sql_where2 statement, deleting '(' { $sql_where2 = ""; } chop $sql_tables; # deletes the trailing ',' return ($sql_tables, $sql_where1, $sql_where2); } sub getMARCnotes { my ($dbh, $bibid, $marcflavour) = @_; my ($mintag, $maxtag); if ($marcflavour eq "MARC21") { $mintag = "500"; $maxtag = "599"; } else { # assume unimarc if not marc21 $mintag = "300"; $maxtag = "399"; } my $sth=$dbh->prepare("SELECT subfieldvalue,tag FROM marc_subfield_table WHERE bibid=? AND tag BETWEEN ? AND ? ORDER BY tagorder"); $sth->execute($bibid,$mintag,$maxtag); my @marcnotes; my $note = ""; my $tag = ""; my $marcnote; while (my $data=$sth->fetchrow_arrayref) { my $value=$data->[0]; my $thistag=$data->[1]; if ($value=~/\.$/) { $value=$value . " "; } if ($thistag ne $tag && $note ne "") { $marcnote = {marcnote => $note,}; push @marcnotes, $marcnote; $note=$value; $tag=$thistag; } if ($note ne $value) { $note = $note." ".$value; } } if ($note) { $marcnote = {marcnote => $note}; push @marcnotes, $marcnote; #load last tag into array } $sth->finish; $dbh->disconnect; my $marcnotesarray=\@marcnotes; return $marcnotesarray; } # end getMARCnotes sub getMARCsubjects { my ($dbh, $bibid, $marcflavour) = @_; my ($mintag, $maxtag); if ($marcflavour eq "MARC21") { $mintag = "600"; $maxtag = "699"; } else { # assume unimarc if not marc21 $mintag = "600"; $maxtag = "619"; } my $sth=$dbh->prepare("SELECT subfieldvalue,subfieldcode FROM marc_subfield_table WHERE bibid=? AND tag BETWEEN ? AND ? ORDER BY tagorder"); $sth->execute($bibid,$mintag,$maxtag); my @marcsubjcts; my $subjct = ""; my $subfield = ""; my $marcsubjct; while (my $data=$sth->fetchrow_arrayref) { my $value = $data->[0]; my $subfield = $data->[1]; if ($subfield eq "a" && $value ne $subjct) { $marcsubjct = {MARCSUBJCT => $value,}; push @marcsubjcts, $marcsubjct; $subjct = $value; } } $sth->finish; $dbh->disconnect; my $marcsubjctsarray=\@marcsubjcts; return $marcsubjctsarray; } #end getMARCsubjects END { } # module clean-up code here (global destructor) 1; __END__ =back =head1 AUTHOR Koha Developement team =cut From hellen at users.sourceforge.net Sun Jun 5 16:45:20 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sun, 05 Jun 2005 07:45:20 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio-nomarc.tmpl,1.1,1.2 addbiblio.tmpl,1.2,1.3 addbooks.tmpl,1.2,1.3 additem-nomarc.tmpl,1.2,1.3 additem.tmpl,1.2,1.3 marcimport.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10802/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbiblio-nomarc.tmpl addbiblio.tmpl addbooks.tmpl additem-nomarc.tmpl additem.tmpl marcimport.tmpl Log Message: translated for 2.2.2 by hellen Index: addbiblio-nomarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio-nomarc.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** addbiblio-nomarc.tmpl 12 May 2005 19:26:13 -0000 1.1 --- addbiblio-nomarc.tmpl 5 Jun 2005 14:45:17 -0000 1.2 *************** *** 8,12 **** !

          Please Specify a Title

          --- 8,12 ---- !

          Bitte einen Titel auswählen

          Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** addbiblio.tmpl 17 May 2005 13:21:35 -0000 1.2 --- addbiblio.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 2,6 ****
          !

          Biblionumber :

          --- 2,6 ----

          !

          Biblionummer :

          Index: addbooks.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbooks.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** addbooks.tmpl 17 May 2005 13:21:35 -0000 1.2 --- addbooks.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 13,17 ****

          Um neue bibliografische Daten (und evtl. entsprechende Medien) aufzunehmen, scannen Sie die ISBN/ISSN oder geben Sie sie hier ein.

          ! --- 13,17 ----

          Um neue bibliografische Daten (und evtl. entsprechende Medien) aufzunehmen, scannen Sie die ISBN/ISSN oder geben Sie sie hier ein.

          ! *************** *** 51,55 ****

          Hinweis

          Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten für die ISBN abgerufen wurden sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          --- 51,55 ----

          Hinweis

          Wenn bereits Daten für die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten für die ISBN abgerufen wurden und sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          Index: additem-nomarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem-nomarc.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** additem-nomarc.tmpl 17 May 2005 13:21:35 -0000 1.2 --- additem-nomarc.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 5,9 ****

          !

          Sie müssen dem Exemplar einen Strichcode zuordnen

          --- 5,9 ----

          !

          Sie müssen dem Exemplar einen Barcode zuordnen

          *************** *** 11,15 **** !

          Der Strichcode wird bereits verwendet

          BIBLIO SATZ

          --- 11,15 ---- !

          Der Barcode wird bereits verwendet

          BIBLIO SATZ

          Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** additem.tmpl 17 May 2005 13:21:35 -0000 1.2 --- additem.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 53,57 **** "> !
          FEHLER: Strichcode ist bereits vorhanden
          --- 53,57 ---- "> !
          FEHLER: Barcode ist bereits vorhanden
          *************** *** 100,106 **** document.f.submit(); } else { ! alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } --- 100,106 ---- document.f.submit(); } else { ! alertString2 = _("Formular nicht bearbeitet wegen der folgenden Probleme"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (siehe fett dargestellte Unterfelder)"); alert(alertString2); } Index: marcimport.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/marcimport.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** marcimport.tmpl 17 May 2005 13:21:35 -0000 1.2 --- marcimport.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 46,50 ****
          If ISBN is already in the reservoir: Ignorieren, den vorhandenen Satz behalten
          den vorhandenen Satz überschreiben
          Wenn die ISBN bereits im Fremddatenpool ist: Ignorieren, den vorhandenen Satz behalten
          den vorhandenen Satz überschreiben
          TITEL VERFASSERQty Eingegangen
          TITEL VERFASSERMENGE Eingegangen
          Titel Verfasserrrpest Menge GesamtTitel VerfasserEK-PreisNettopreis Menge Gesamt
          Authorities
          Summary Used in Select
          biblio(s) ',,0)" class="button catalogue">select ',,1)" class="button catalogue">sel&close

          No results in Authorities

          Results to of No results found.

          Summary Used in Select
          class="hilighted"> biblio(s) class="hilighted"> ',,0)" class="button catalogue">Select ',,1)" class="button catalogue">Sel&close
          Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v retrieving revision 1.21.2.1 retrieving revision 1.21.2.2 diff -C2 -r1.21.2.1 -r1.21.2.2 *** search.tmpl 7 Mar 2005 09:49:07 -0000 1.21.2.1 --- search.tmpl 7 Jun 2005 10:02:01 -0000 1.21.2.2 *************** *** 31,34 **** --- 31,37 ---- + + ... +

          *************** *** 38,41 **** --- 41,47 ---- + + ... +

          *************** *** 46,49 **** --- 52,58 ---- + + ... +

          *************** *** 151,155 ****

          ! Suggestions

          --- 160,164 ----

          ! Spelling suggestion

          *************** *** 177,180 **** --- 186,195 ---- } + function Dopop(link,i) { + var searchstring=document.forms[0].value[i].value; + newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); + } + + function PopupSuggestion() { var strQuery=""; From tipaul at users.sourceforge.net Tue Jun 7 12:23:16 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 03:23:16 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-dictionary.pl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3722/opac Added Files: Tag: rel_2_2 opac-dictionary.pl Log Message: porting dictionary search to OPAC --- NEW FILE --- #!/usr/bin/perl # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Output; use C4::Interface::CGI::Output; use C4::Auth; use CGI; use C4::Search; use C4::SearchMarc; use C4::AuthoritiesMarc; use C4::Context; use C4::Biblio; use HTML::Template; =head1 NAME dictionnary.pl : script to search in biblio & authority an existing value =head1 SYNOPSIS useful when the user want to search a term before running a query. For example, to see if "computer" is used in the database The parameter "marclist" tells which field is searched (title, author, subject, but could be anything else) This script searches in both biblios & authority * in biblio, the script search in all marc fields related to what the user is looking for (for example, if the dictionnary is used on "author", the script searches in biblio.author, but also in additional authors & any MARC field related to author (through the "seealso" MARC constraint) * in authority, the script search everywhere. Thus, the accepted & rejected forms are found. The script shows all results & the user can choose what he want, that is copied into search form. =cut my $input = new CGI; my $field =$input->param('marclist'); #warn "field :$field"; my ($tablename, $kohafield)=split /./,$field; #my $tablename=$input->param('tablename'); $tablename="biblio" unless ($tablename); #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); # warn " ".$search[0]; my $index = $input->param('index'); # warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ $op='do_search'; } my $script_name = 'opac-dictionary.pl'; my $query; my $type=$input->param('type'); #warn " ".$type; my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie); my $env; my $startfrom=$input->param('startfrom'); $startfrom=0 if(!defined $startfrom); my $searchdesc; my $resultsperpage; #warn "Starting process"; if ($op eq "do_search") { # # searching in biblio # my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); my (@tags, @and_or, @operator, @excluding, at value); while ((my $tagfield,my $tagsubfield,my $liblibrarian) = $sth->fetchrow) { push @tags, $dbh->quote("$tagfield$tagsubfield"); } $resultsperpage= $input->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); my $orderby = $input->param('orderby'); findseealso($dbh,\@tags); my @results, my $total; my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_subfield_table.tagorder=marc_word.tagorder and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ $listtags .= $tag .","; } $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); # warn " texte : ".$value; $sth=$dbh->prepare($strsth); $sth->execute($value); my $total; my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { # warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, count=>$ctresults } if (($total>=$startfrom*$resultsperpage) and ($total<($startfrom+1)*$resultsperpage)); $total++; } my $strsth="Select distinct authtypecode from marc_subfield_structure where ("; foreach my $listtags (@tags){ my @taglist=split /,/,$listtags; foreach my $curtag (@taglist){ $strsth.="(tagfield='".substr($curtag,1,3)."' AND tagsubfield='".substr($curtag,4,1)."') OR"; } } $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; # warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; # # searching in authorities # my @authresults; my $authnbresults; while ((my $authtypecode) = $sth->fetchrow) { my ($curauthresults,$nbresults) = authoritysearch($dbh,[''],[''],[''],['contains'], \@search,$startfrom*$resultsperpage, $resultsperpage,$authtypecode); push @authresults, @$curauthresults; $authnbresults+=$nbresults; # warn "auth : $authtypecode nbauthresults : $nbresults"; } # # OK, filling the template with authorities & biblio entries found. # ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-dictionary.tmpl", query => $input, type => 'opac', authnotrequired => 1, debug => 1, }); # multi page display gestion my $displaynext=0; my $displayprev=$startfrom; if(($total - (($startfrom+1)*($resultsperpage))) > 0 ) { $displaynext = 1; } my @field_data = (); for(my $i = 0 ; $i <= $#tags ; $i++) { push @field_data, { term => "marclist", val=>$tags[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; push @field_data, { term => "operator", val=>$operator[$i] }; push @field_data, { term => "value", val=>$value[$i] }; } my @numbers = (); if ($total>$resultsperpage) { for (my $i=1; $i<$total/$resultsperpage+1; $i++) { if ($i<16) { my $highlight=0; ($startfrom==($i-1)) && ($highlight=1); push @numbers, { number => $i, highlight => $highlight , searchdata=> \@field_data, startfrom => ($i-1)}; } } } my $from = $startfrom*$resultsperpage+1; my $to; if($total < (($startfrom+1)*$resultsperpage)) { $to = $total; } else { $to = (($startfrom+1)*$resultsperpage); } $template->param(anindex => $input->param('index')); $template->param(result => \@results, catresult=> \@catresults, search => $search[0], marclist =>$field, authresult => \@authresults, nbresults => $authnbresults, startfrom=> $startfrom, displaynext=> $displaynext, displayprev=> $displayprev, resultsperpage => $resultsperpage, startfromnext => $startfrom+1, startfromprev => $startfrom-1, searchdata=>\@field_data, total=>$total, from=>$from, to=>$to, numbers=>\@numbers, MARC_ON => C4::Context->preference("marc"), ); } else { ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-dictionary.tmpl", query => $input, type => 'opac', authnotrequired => 1, debug => 1, }); #warn "type : $type"; } $template->param(search => $search[0], marclist =>$field, type=>$type, anindex => $input->param('index')); # Print the page output_html_with_http_headers $input, $cookie, $template->output; # Local Variables: # tab-width: 4 # End: From tipaul at users.sourceforge.net Tue Jun 7 12:23:15 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 03:23:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-dictionary.tmpl,NONE,1.1.2.1 opac-search.tmpl,1.11.2.7,1.11.2.8 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3722/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-search.tmpl Added Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: porting dictionary search to OPAC --- NEW FILE ---

          Dictionary Search

          Search on

          "> " size="35"> "> ">

          Dictionary Search results

          No results in Authorities

          Results to of No results found.

          Summary Used in Select
          class="hilighted"> biblio(s) class="hilighted"> ',,0)" class="button catalogue">Select ',,1)" class="button catalogue">Sel&close
          Index: opac-search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-search.tmpl,v retrieving revision 1.11.2.7 retrieving revision 1.11.2.8 diff -C2 -r1.11.2.7 -r1.11.2.8 *** opac-search.tmpl 31 May 2005 15:15:28 -0000 1.11.2.7 --- opac-search.tmpl 7 Jun 2005 10:23:13 -0000 1.11.2.8 *************** *** 25,28 **** --- 25,31 ---- + + ... +

          *************** *** 32,35 **** --- 35,41 ---- + + ... +

          *************** *** 40,43 **** --- 46,52 ---- + + ... +

          *************** *** 155,158 **** --- 164,169 ----

          A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.

          If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"

          +

          Dictionnary search

          +

          if you clic on ... on the right of title/author/subject, you can search existing values in the library.

          From tipaul at users.sourceforge.net Tue Jun 7 13:03:54 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 04:03:54 -0700 Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.2,1.24.2.3 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970/acqui Modified Files: Tag: rel_2_2 basket.pl Log Message: adding total to calculate rrp & est prices separately Index: basket.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/basket.pl,v retrieving revision 1.24.2.2 retrieving revision 1.24.2.3 diff -C2 -r1.24.2.2 -r1.24.2.3 *** basket.pl 14 Apr 2005 20:31:38 -0000 1.24.2.2 --- basket.pl 7 Jun 2005 11:03:52 -0000 1.24.2.3 *************** *** 56,59 **** --- 56,61 ---- my ($count2, at booksellers)=bookseller($booksellerid); + # get librarian branch... + # if new basket, pre-fill infos $basket->{creationdate} = "" unless ($basket->{creationdate}); *************** *** 66,69 **** --- 68,76 ---- my $grand_total; # $subttotal + $gist + # my $line_total_est; # total of each line + my $sub_total_est; # total of line totals + my $gist_est; # GST + my $grand_total_est; # $subttotal + $gist + my @books_loop; for (my $i=0;$i<$count;$i++){ *************** *** 71,74 **** --- 78,82 ---- $rrp=curconvert($results[$i]->{'currency'},$rrp); + $sub_total_est+=$results[$i]->{'quantity'}*$results[$i]->{'rrp'}; $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; *************** *** 99,102 **** --- 107,112 ---- $gist=sprintf("%.2f",$sub_total*$prefgist); $grand_total=$sub_total+$gist; + $grand_total_est = $sub_total_est+sprintf("%.2f",$sub_total_est*$prefgist); + $gist_est = sprintf("%.2f",$sub_total_est*$prefgist); $template->param(basketno => $basketno, creationdate => $basket->{creationdate}, *************** *** 107,110 **** --- 117,124 ---- booksellerid=> $booksellers[0]->{'id'}, name => $booksellers[0]->{'name'}, + address1 => $booksellers[0]->{'address1'}, + address2 => $booksellers[0]->{'address2'}, + address3 => $booksellers[0]->{'address3'}, + address4 => $booksellers[0]->{'address4'}, entrydate => format_date($results[0]->{'entrydate'}), books_loop => \@books_loop, *************** *** 113,116 **** --- 127,133 ---- gist => $gist, grand_total =>$grand_total, + sub_total_est => $sub_total_est, + gist_est => $gist_est, + grand_total_est =>$grand_total_est, currency => $booksellers[0]->{'listprice'}, ); From tipaul at users.sourceforge.net Tue Jun 7 13:03:54 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 04:03:54 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.15.2.5,1.15.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: adding total to calculate rrp & est prices separately Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v retrieving revision 1.15.2.5 retrieving revision 1.15.2.6 diff -C2 -r1.15.2.5 -r1.15.2.6 *** basket.tmpl 19 May 2005 22:41:07 -0000 1.15.2.5 --- basket.tmpl 7 Jun 2005 11:03:52 -0000 1.15.2.6 *************** *** 32,38 ****
          Order Publisher&order=biblioitems.publishercode" class="acquisition doNotPrint">[order]Isbn TitleAuthor rrp est &booksellerid=&basketno=">

          !
          ! ! - ! !

          !
          !

          ! &booksellerid=&basketno=">
          ! ! - ! !

          !
            SubTotal
          GST
          TOTAL
          --- 85,121 ---- ">
            !

          Sub total

          !

          GST

          !

          TOTAL ()

          !
          !

          !

          !

          !
          !

          !

          !

          !
          !

           

          !

           

          !

           

          !
          !

           

          !

           

          !

           

          !
          !

           

          !

           

          !

           

          !
          From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.15.2.6,1.15.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v retrieving revision 1.15.2.6 retrieving revision 1.15.2.7 diff -C2 -r1.15.2.6 -r1.15.2.7 *** basket.tmpl 7 Jun 2005 11:03:52 -0000 1.15.2.6 --- basket.tmpl 7 Jun 2005 12:56:37 -0000 1.15.2.7 *************** *** 45,49 ****
          !

           

           

           

          --- 108,112 ----
          !

           

           

          From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/C4 Acquisition.pm,1.9.2.4,1.9.2.5 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/C4 Modified Files: Tag: rel_2_2 Acquisition.pm Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: Acquisition.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v retrieving revision 1.9.2.4 retrieving revision 1.9.2.5 diff -C2 -r1.9.2.4 -r1.9.2.5 *** Acquisition.pm 6 Jun 2005 16:36:43 -0000 1.9.2.4 --- Acquisition.pm 7 Jun 2005 12:56:37 -0000 1.9.2.5 *************** *** 105,109 **** my ($basketno,$supplier,$orderby)=@_; my $dbh = C4::Context->dbh; ! my $query="Select *,biblio.title from aqorders,biblio,biblioitems left join aqorderbreakdown on aqorderbreakdown.ordernumber=aqorders.ordernumber where basketno='$basketno' --- 105,109 ---- my ($basketno,$supplier,$orderby)=@_; my $dbh = C4::Context->dbh; ! my $query="Select biblio.*,biblioitems.*,aqorders.*,aqorderbreakdown.*,biblio.title from aqorders,biblio,biblioitems left join aqorderbreakdown on aqorderbreakdown.ordernumber=aqorders.ordernumber where basketno='$basketno' From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.3,1.24.2.4 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/acqui Modified Files: Tag: rel_2_2 basket.pl Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: basket.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/basket.pl,v retrieving revision 1.24.2.3 retrieving revision 1.24.2.4 diff -C2 -r1.24.2.3 -r1.24.2.4 *** basket.pl 7 Jun 2005 11:03:52 -0000 1.24.2.3 --- basket.pl 7 Jun 2005 12:56:36 -0000 1.24.2.4 *************** *** 73,76 **** --- 73,78 ---- my $grand_total_est; # $subttotal + $gist + my $qty_total; + my @books_loop; for (my $i=0;$i<$count;$i++){ *************** *** 81,90 **** $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; my %line; - if ($i % 2){ - $line{highlight}=1; - } else { - $line{highlight}=0; - } $line{ordernumber} = $results[$i]->{'ordernumber'}; $line{publishercode} = $results[$i]->{'publishercode'}; --- 83,88 ---- $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; + $qty_total += $results[$i]->{'quantity'}; my %line; $line{ordernumber} = $results[$i]->{'ordernumber'}; $line{publishercode} = $results[$i]->{'publishercode'}; *************** *** 93,96 **** --- 91,95 ---- $line{basketno}=$basketno; $line{title} = $results[$i]->{'title'}; + $line{notes} = $results[$i]->{'notes'}; $line{author} = $results[$i]->{'author'}; $line{i} = $i; *************** *** 102,105 **** --- 101,105 ---- $line{biblionumber} = $results[$i]->{'biblionumber'}; $line{bookfundid} = $results[$i]->{'bookfundid'}; + $line{odd} = $i %2; push @books_loop, \%line; } *************** *** 131,134 **** --- 131,135 ---- grand_total_est =>$grand_total_est, currency => $booksellers[0]->{'listprice'}, + qty_total => $qty_total, ); output_html_with_http_headers $query, $cookie, $template->output; From tipaul at users.sourceforge.net Tue Jun 7 15:17:41 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 06:17:41 -0700 Subject: [Koha-cvs] CVS: koha/acqui acqui-home.pl,1.3,1.3.2.1 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31177/acqui Modified Files: Tag: rel_2_2 acqui-home.pl Log Message: warn the user if no budget is defined (& prevent creating an order, as it would be buggy) Index: acqui-home.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/acqui-home.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** acqui-home.pl 13 Jul 2004 12:53:00 -0000 1.3 --- acqui-home.pl 7 Jun 2005 13:17:38 -0000 1.3.2.1 *************** *** 64,68 **** totspent => sprintf("%.2f",$totspent), totcomtd => sprintf("%.2f",$totcomtd), ! totavail => sprintf("%.2f",$totavail)); output_html_with_http_headers $query, $cookie, $template->output; --- 64,69 ---- totspent => sprintf("%.2f",$totspent), totcomtd => sprintf("%.2f",$totcomtd), ! totavail => sprintf("%.2f",$totavail), ! nobudget => $#results==-1?1:0); output_html_with_http_headers $query, $cookie, $template->output; From tipaul at users.sourceforge.net Tue Jun 7 15:17:41 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 06:17:41 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.14,1.14.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31177/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 acqui-home.tmpl Log Message: warn the user if no budget is defined (& prevent creating an order, as it would be buggy) Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -r1.14 -r1.14.2.1 *** acqui-home.tmpl 19 Oct 2004 12:24:57 -0000 1.14 --- acqui-home.tmpl 7 Jun 2005 13:17:38 -0000 1.14.2.1 *************** *** 5,8 **** --- 5,11 ----

          Start, receive, modify order

          + +

          You must define a budget in parameters

          +
          Supplier name : *************** *** 10,13 **** --- 13,17 ----

          or Search order history

          +
          *************** *** 38,43 ****
          !
          !

          budgets and bookfunds

          --- 42,49 ----
          !

          budgets and bookfunds

          ! !

          You must define a budget in parameters

          !
          *************** *** 68,72 **** Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          ! --- 74,78 ---- Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          ! From tipaul at users.sourceforge.net Tue Jun 7 16:35:27 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 07:35:27 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.17.2.5,1.17.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5256/koha-tmpl/intranet-tmpl/default/en/catalogue Modified Files: Tag: rel_2_2 detail.tmpl Log Message: adding issn & not showing total number of items if there are no Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v retrieving revision 1.17.2.5 retrieving revision 1.17.2.6 diff -C2 -r1.17.2.5 -r1.17.2.6 *** detail.tmpl 27 May 2005 10:02:49 -0000 1.17.2.5 --- detail.tmpl 7 Jun 2005 14:35:23 -0000 1.17.2.6 *************** *** 67,70 **** --- 67,71 ---- ,

          +

          *************** *** 74,78 ****

          !

          ">
          --- 75,79 ----

          !

          ">
          *************** *** 84,88 ****
          ! Total Number of Items:
          --- 85,91 ----
          ! !

          Total Number of Items:

          ! From oleonard at users.sourceforge.net Tue Jun 7 22:39:31 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 07 Jun 2005 13:39:31 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui-home.tmpl,1.3.2.1,1.3.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5494/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 acqui-home.tmpl Log Message: Synching with default template Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** acqui-home.tmpl 20 Jan 2005 19:31:57 -0000 1.3.2.1 --- acqui-home.tmpl 7 Jun 2005 20:39:28 -0000 1.3.2.2 *************** *** 6,11 ****

          Acquisitions

          ! !
          --- 6,14 ----

          Acquisitions

          ! !
          You must define a budget in parameters
          ! !
          !
          Start, Recieve, or Modify Any Order
          *************** *** 15,19 **** --- 18,25 ----
          Start, Recieve, or Modify Any Order
          +

          + +
          *************** *** 66,70 **** !
          --- 72,80 ---- !
          ! !
          You must define a budget in parameters
          ! !
          Budgets and Bookfunds
          *************** *** 93,97 **** !
          Budgets and Bookfunds

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          --- 103,107 ----

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          From oleonard at users.sourceforge.net Tue Jun 7 22:39:59 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 07 Jun 2005 13:39:59 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui-home.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5851/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: acqui-home.tmpl Log Message: Synching with default template Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** acqui-home.tmpl 14 Jan 2005 21:08:45 -0000 1.4 --- acqui-home.tmpl 7 Jun 2005 20:39:56 -0000 1.5 *************** *** 6,11 ****

          Acquisitions

          ! !
          --- 6,14 ----

          Acquisitions

          ! !
          You must define a budget in parameters
          ! !
          !
          Start, Recieve, or Modify Any Order
          *************** *** 15,19 **** --- 18,25 ----
          Start, Recieve, or Modify Any Order
          +

          + +
          *************** *** 66,70 **** !
          --- 72,80 ---- !
          ! !
          You must define a budget in parameters
          ! !
          Budgets and Bookfunds
          *************** *** 93,97 **** !
          Budgets and Bookfunds

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          --- 103,107 ----

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          From hellen at users.sourceforge.net Wed Jun 8 13:28:11 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue catalogue-home.tmpl,1.2,1.3 detail.tmpl,1.2,1.3 ISBDdetail.tmpl,1.2,1.3 MARCdetail.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: catalogue-home.tmpl detail.tmpl ISBDdetail.tmpl MARCdetail.tmpl Log Message: translated by hellen Index: catalogue-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/catalogue-home.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** catalogue-home.tmpl 17 May 2005 13:21:35 -0000 1.2 --- catalogue-home.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 27,37 ****

          !

          Normal Exakt

          !

          Strichcode-Suche

          !

          --- 27,37 ----

          !

          Normal Exakt

          !

          Barcode-Suche

          !

          Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/detail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** detail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- detail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 34,38 ****
          !

          --- 34,38 ----
          !

          *************** *** 72,76 ****
          Entliehen bis Zuletzt gesehenStrichcode Band
          Entliehen bis Zuletzt gesehenBarcode Band
          ! &item=">Fix Itemtype ! &item=">Medientyp ändern " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeite... &op=duplicate" class="button catalogue"> ! Duplicate " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten &op=duplicate" class="button catalogue"> ! Duplizieren
          --- 109,113 ----
          !

          Bibliografische Daten im Fremddatenpool

          From oleonard at users.sourceforge.net Wed Jun 8 19:03:03 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:03:03 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.2.2.3,1.2.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18679/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: Synching with default template Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -r1.2.2.3 -r1.2.2.4 *** basket.tmpl 21 Apr 2005 21:39:46 -0000 1.2.2.3 --- basket.tmpl 8 Jun 2005 17:03:00 -0000 1.2.2.4 *************** *** 18,21 **** --- 18,22 ---- +
          *************** *** 25,39 ****
          - ! ! ! ! --- 26,40 ---- ! ! ! + + *************** *** 41,47 **** ! ! ! --- 42,63 ---- ! ! ! ! ! *************** *** 49,52 **** --- 65,69 ---- + ! ! ! ! ! ! !
          Order &order=biblioitems.publishercode">PublisherISBN TitleAuthorrrpestQty Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
          Order &order=biblioitems.publishercode">Publisher TitleRRPEst.Qty. Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">FundRemove
          &booksellerid=&basketno=">

          !
          ! ! - !

          !

          !
          !

          ! &booksellerid=&basketno=">
          ! ! - !

          !

          !
          *************** *** 54,75 ****
          !  " /> ! " /> ! SubTotal  
          GST
          TOTAL
          --- 71,99 ----
          ! " />" /> SubTotal !  
          GST 
          TOTAL () 
          From oleonard at users.sourceforge.net Wed Jun 8 19:03:52 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:03:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19086/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: basket.tmpl Log Message: Synching with rel_2_2. Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** basket.tmpl 2 May 2005 18:06:45 -0000 1.4 --- basket.tmpl 8 Jun 2005 17:03:49 -0000 1.5 *************** *** 18,21 **** --- 18,22 ---- +
          *************** *** 25,39 ****
          Order &order=biblioitems.publishercode">PublisherISBN TitleAuthorrrpestQty Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
          Order &order=biblioitems.publishercode">Publisher TitleRRPEst.Qty. Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
          &booksellerid=&basketno=">

          !
          ! ! - !

          !

          !
          !

          ! &booksellerid=&basketno=">
          ! ! - !

          !

          !
          *************** *** 54,75 ****
          !  " /> ! " /> ! SubTotal  
          GST
          TOTAL
          --- 71,99 ----
          ! " />" /> SubTotal !  
          GST 
          TOTAL () 
          From oleonard at users.sourceforge.net Wed Jun 8 19:14:00 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:14:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.1.2.2,1.1.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23504/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 histsearch.tmpl Log Message: Synching with default template Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -r1.1.2.2 -r1.1.2.3 *** histsearch.tmpl 17 Feb 2005 17:49:40 -0000 1.1.2.2 --- histsearch.tmpl 8 Jun 2005 17:13:55 -0000 1.1.2.3 *************** *** 1,3 **** ! Koha -- Acquisitions: Order Search --- 1,3 ---- ! Koha -- Acquisitions: Order Search *************** *** 23,27 **** " /> " /> !       --- 23,83 ---- " /> " /> ! From /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> ! "> ! ! To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" /> ! " type="text" /> !     From oleonard at users.sourceforge.net Wed Jun 8 20:38:24 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:38:24 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28968/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: histsearch.tmpl Log Message: Synching with rel_2_2. Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** histsearch.tmpl 17 Feb 2005 17:49:44 -0000 1.3 --- histsearch.tmpl 8 Jun 2005 18:38:19 -0000 1.4 *************** *** 1,3 **** ! Koha -- Acquisitions: Order Search --- 1,3 ---- ! Koha -- Acquisitions: Order Search *************** *** 23,27 **** " /> " /> !       --- 23,83 ---- " /> " /> ! From /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> ! "> ! ! To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" /> ! " type="text" /> !     From oleonard at users.sourceforge.net Wed Jun 8 20:39:00 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:39:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.4.2.5,1.4.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29204/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: Tag: rel_2_2 addbiblio.tmpl Log Message: Synching with default template Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -C2 -r1.4.2.5 -r1.4.2.6 *** addbiblio.tmpl 25 Apr 2005 22:08:39 -0000 1.4.2.5 --- addbiblio.tmpl 8 Jun 2005 18:38:57 -0000 1.4.2.6 *************** *** 12,16 **** !

          Edit MARC Record Number Add MARC Record

          --- 12,16 ---- !

          Edit MARC Record Number Add MARC Record With Framework :

          *************** *** 430,436 **** --- 430,438 ---- with(document){ document.getElementById(ong).style.visibility="hidden"; + if (document.getElementById(link)) { document.getElementById(link).style.color="#669999"; document.getElementById(link).style.backgroundColor="#D8DEB8"; } + } } } *************** *** 564,567 **** --- 566,574 ---- } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } + function AddField(field) { document.forms[0].op.value = "addfield"; From oleonard at users.sourceforge.net Wed Jun 8 20:39:09 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:39:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29236/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: addbiblio.tmpl Log Message: Synching with rel_2_2. Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** addbiblio.tmpl 2 May 2005 18:11:11 -0000 1.6 --- addbiblio.tmpl 8 Jun 2005 18:39:06 -0000 1.7 *************** *** 12,16 **** !

          Edit MARC Record Number Add MARC Record

          --- 12,16 ---- !

          Edit MARC Record Number Add MARC Record With Framework :

          *************** *** 430,436 **** --- 430,438 ---- with(document){ document.getElementById(ong).style.visibility="hidden"; + if (document.getElementById(link)) { document.getElementById(link).style.color="#669999"; document.getElementById(link).style.backgroundColor="#D8DEB8"; } + } } } *************** *** 564,567 **** --- 566,574 ---- } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } + function AddField(field) { document.forms[0].op.value = "addfield"; From oleonard at users.sourceforge.net Wed Jun 8 20:47:54 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:47:54 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.3.2.4,1.3.2.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv486/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: Tag: rel_2_2 additem.tmpl Log Message: Synching with default template Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -C2 -r1.3.2.4 -r1.3.2.5 *** additem.tmpl 25 Apr 2005 16:56:08 -0000 1.3.2.4 --- additem.tmpl 8 Jun 2005 18:47:47 -0000 1.3.2.5 *************** *** 5,11 ****
          !

          Edit Items for Bibliographic Record

          !
          ">
          " />
          ">
          ">
          ">
          --- 5,11 ----
          !

          Items for by (Record #)

          !
          ">
          ">
          ">
          ">
          From oleonard at users.sourceforge.net Wed Jun 8 20:48:36 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:48:36 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv531/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: additem.tmpl Log Message: Synching with rel_2_2. Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** additem.tmpl 2 May 2005 18:11:12 -0000 1.4 --- additem.tmpl 8 Jun 2005 18:48:34 -0000 1.5 *************** *** 5,11 ****
          !

          Edit Items for Bibliographic Record

          !
          ">
          " />
          ">
          ">
          ">
          --- 5,11 ----
          !

          Items for by (Record #)

          !
          ">
          ">
          ">
          ">
          From oleonard at users.sourceforge.net Wed Jun 8 21:18:55 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 12:18:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.2,1.3 detail.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13911/koha-tmpl/intranet-tmpl/npl/en/authorities Modified Files: authorities.tmpl detail.tmpl Log Message: Synching with rel_2_2. Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** authorities.tmpl 2 May 2005 18:15:31 -0000 1.2 --- authorities.tmpl 8 Jun 2005 19:18:52 -0000 1.3 *************** *** 9,23 ****
          ! !

          Authority number

          ! ! ! "> ! "> ! ! --- 9,27 ----

          ! ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          ! ! ! " /> ! " /> ! ! *************** *** 25,29 ****

          !










          --- 29,42 ----
          ! !
          !

          Duplicate suspected with &popup=1', 'Duplicate Authority')">

          !

          You must either :

          ! !
          ! *************** *** 172,177 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 185,190 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** detail.tmpl 2 May 2005 18:15:31 -0000 1.2 --- detail.tmpl 8 Jun 2005 19:18:52 -0000 1.3 *************** *** 8,12 **** /includes/marc-editor.css">
          !

          Authority number :

          "> //images/fileopen.png"> --- 8,12 ---- /includes/marc-editor.css">
          !

          Authority number : ()

          "> //images/fileopen.png"> *************** *** 42,48 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { ! window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; } } --- 42,48 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this authority?'); if (is_confirmed) { ! window.location="authorities-home.pl?op=delete&authid="; } } From oleonard at users.sourceforge.net Wed Jun 8 21:19:43 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 12:19:43 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.1.2.1,1.1.2.2 detail.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14245/koha-tmpl/intranet-tmpl/npl/en/authorities Modified Files: Tag: rel_2_2 authorities.tmpl detail.tmpl Log Message: Synching with default template Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** authorities.tmpl 19 Apr 2005 19:13:34 -0000 1.1.2.1 --- authorities.tmpl 8 Jun 2005 19:19:40 -0000 1.1.2.2 *************** *** 9,23 ****
          ! !

          Authority number

          ! ! ! "> ! "> ! ! --- 9,27 ----

          ! ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          ! ! ! " /> ! " /> ! ! *************** *** 25,29 ****

          !










          --- 29,42 ----
          ! !
          !

          Duplicate suspected with &popup=1', 'Duplicate Authority')">

          !

          You must either :

          ! !
          ! *************** *** 172,177 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 185,190 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** detail.tmpl 19 Apr 2005 19:13:34 -0000 1.1.2.1 --- detail.tmpl 8 Jun 2005 19:19:40 -0000 1.1.2.2 *************** *** 8,12 **** /includes/marc-editor.css">
          !

          Authority number :

          "> //images/fileopen.png"> --- 8,12 ---- /includes/marc-editor.css">
          !

          Authority number : ()

          "> //images/fileopen.png"> *************** *** 42,48 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { ! window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; } } --- 42,48 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this authority?'); if (is_confirmed) { ! window.location="authorities-home.pl?op=delete&authid="; } } From oleonard at users.sourceforge.net Wed Jun 8 22:04:47 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:04:47 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue MARCdetail.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4650/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: MARCdetail.tmpl Log Message: Synching with rel_2_2. Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MARCdetail.tmpl 2 May 2005 20:22:24 -0000 1.4 --- MARCdetail.tmpl 8 Jun 2005 20:04:44 -0000 1.5 *************** *** 5,15 ****
          !

          MARC Record for :

          " /> 
          " />
          " />
          " />
          !
          " />
          " />
          " />
          " />
          !
          --- 5,17 ----
          !

          MARC Record

          " /> 
          " />
          " />
          " /> !
          " />
          ! !
          " />
          " />

          Duplicate

          using Framework
          " />
          !
          *************** *** 24,32 **** !
          !
          --- 26,34 ---- !
          ! *************** *** 41,49 **** !
          !
          --- 43,51 ---- !
          ! *************** *** 58,66 **** !
          !
          --- 60,68 ---- !
          ! *************** *** 75,83 **** !
          !
          --- 77,85 ---- !
          ! *************** *** 92,100 **** !
          !
          --- 94,102 ---- !
          ! *************** *** 109,117 **** !
          !
          --- 111,119 ---- !
          ! *************** *** 126,134 **** !
          !
          --- 128,136 ---- !
          ! *************** *** 143,152 **** !
          !
          --- 145,154 ---- !
          ! *************** *** 161,169 **** !
          !
          --- 163,171 ---- !
          ! *************** *** 178,186 **** !
          !
          --- 180,188 ---- !
          ! *************** *** 191,195 **** !
          --- 193,197 ---- !
          *************** *** 201,204 **** --- 203,214 ---- } } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms['duplicate'].Frameworks.options[document.forms['duplicate'].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } \ No newline at end of file From oleonard at users.sourceforge.net Wed Jun 8 22:04:17 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:04:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue MARCdetail.tmpl,1.3.2.1,1.3.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4634/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: Tag: rel_2_2 MARCdetail.tmpl Log Message: Synching with default template Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** MARCdetail.tmpl 30 Mar 2005 22:51:53 -0000 1.3.2.1 --- MARCdetail.tmpl 8 Jun 2005 20:04:14 -0000 1.3.2.2 *************** *** 5,15 ****
          !

          MARC Record for :

          " />
           
          " />
          " />
          " />
          !
          " />
          " />
          " />
          " />
          !
          --- 5,17 ----
          !

          MARC Record

          " /> 
          " />
          " />
          " /> !
          " />
          ! !
          " />
          " />

          Duplicate

          using Framework
          " />
          !
          *************** *** 24,32 **** !
          !
          --- 26,34 ---- !
          ! *************** *** 41,49 **** !
          !
          --- 43,51 ---- !
          ! *************** *** 58,66 **** !
          !
          --- 60,68 ---- !
          ! *************** *** 75,83 **** !
          !
          --- 77,85 ---- !
          ! *************** *** 92,100 **** !
          !
          --- 94,102 ---- !
          ! *************** *** 109,117 **** !
          !
          --- 111,119 ---- !
          ! *************** *** 126,134 **** !
          !
          --- 128,136 ---- !
          ! *************** *** 143,152 **** !
          !
          --- 145,154 ---- !
          ! *************** *** 161,169 **** !
          !
          --- 163,171 ---- !
          ! *************** *** 178,186 **** !
          !
          --- 180,188 ---- !
          ! *************** *** 191,195 **** !
          --- 193,197 ---- !
          *************** *** 201,204 **** --- 203,214 ---- } } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms['duplicate'].Frameworks.options[document.forms['duplicate'].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } \ No newline at end of file From oleonard at users.sourceforge.net Wed Jun 8 22:15:02 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:15:02 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue detail.tmpl,1.4.2.3,1.4.2.4 searchresults.tmpl,1.2,1.2.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9576/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: Tag: rel_2_2 detail.tmpl searchresults.tmpl Log Message: Synching with default template Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v retrieving revision 1.4.2.3 retrieving revision 1.4.2.4 diff -C2 -r1.4.2.3 -r1.4.2.4 *** detail.tmpl 16 May 2005 17:49:26 -0000 1.4.2.3 --- detail.tmpl 8 Jun 2005 20:14:59 -0000 1.4.2.4 *************** *** 22,31 ****
        • Additional Author:
        • ISBN:
        • !
        • Series Title:
        • !
        • Subject:
        • Copyright:
        • Notes:
        • !
        • Unititle:
        • !
        • URL: ">
        • Serial:
        • Biblio Record
        • --- 22,33 ----
        • Additional Author:
        • ISBN:
        • !
        • ISSN:
        • Series Title:
        • !
        • Subject(s): ! ! ">,
        • !
        • Copyright:
        • Notes:
        • !
        • Alternate Title:
        • Serial:
        • Biblio Record
        • Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -r1.2 -r1.2.2.1 *** searchresults.tmpl 13 Apr 2004 16:52:55 -0000 1.2 --- searchresults.tmpl 8 Jun 2005 20:15:00 -0000 1.2.2.1 *************** *** 8,12 **** You searched for ! You did not specify any seach criteria --- 8,12 ---- You searched for ! You did not specify any search criteria From oleonard at users.sourceforge.net Wed Jun 8 22:15:29 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:15:29 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue detail.tmpl,1.5,1.6 searchresults.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9706/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: detail.tmpl searchresults.tmpl Log Message: Synching with rel_2_2. Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** detail.tmpl 2 May 2005 20:22:24 -0000 1.5 --- detail.tmpl 8 Jun 2005 20:15:26 -0000 1.6 *************** *** 22,30 ****
        • Additional Author:
        • ISBN:
        • !
        • Series Title:
        • !
        • Subject:
        • Copyright:
        • Notes:
        • !
        • Unititle:
        • Serial:
        • Biblio Record
        • --- 22,33 ----
        • Additional Author:
        • ISBN:
        • !
        • ISSN:
        • Series Title:
        • !
        • Subject(s): ! ! ">,
        • !
        • Copyright:
        • Notes:
        • !
        • Alternate Title:
        • Serial:
        • Biblio Record
        • Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** searchresults.tmpl 13 Apr 2004 16:52:55 -0000 1.2 --- searchresults.tmpl 8 Jun 2005 20:15:26 -0000 1.3 *************** *** 8,12 **** You searched for ! You did not specify any seach criteria --- 8,12 ---- You searched for ! You did not specify any search criteria From oleonard at users.sourceforge.net Wed Jun 8 22:36:32 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:36:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.3.2.3,1.3.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21096/koha-tmpl/intranet-tmpl/npl/en/members Modified Files: Tag: rel_2_2 memberentry.tmpl Log Message: Synching with default template Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -C2 -r1.3.2.3 -r1.3.2.4 *** memberentry.tmpl 7 Apr 2005 17:06:16 -0000 1.3.2.3 --- memberentry.tmpl 8 Jun 2005 20:36:30 -0000 1.3.2.4 *************** *** 46,51 ****
          " /> - "> - "> "> --- 46,49 ---- *************** *** 85,105 **** Addresses:
          Mailing Address" class="focus"> !
          " class="focus">
          ">
          Street Address (if different) ! "> !
          "> !
          ">
          ! "> ! "> ! "> ! ">

          (appears in OPAC)

          (appears in Circulation)

          --- 83,118 ---- Addresses:
          Mailing Address" class="focus"> !
          " class="focus" />
          ">
          Street Address (if different) ! " /> !
          " /> !
          " />
          ! " /> ! " /> ! " /> ! " />

          (appears in OPAC)

          (appears in Circulation)

          + + + + Joining date (leave blank for today): + " /> + + Joining date: + + + + + Expiry date (leave blank for auto calc): + " /> + +
          From oleonard at users.sourceforge.net Wed Jun 8 22:36:34 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:36:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21086/koha-tmpl/intranet-tmpl/npl/en/members Modified Files: memberentry.tmpl Log Message: Synching with rel_2_2. Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** memberentry.tmpl 2 May 2005 20:21:12 -0000 1.6 --- memberentry.tmpl 8 Jun 2005 20:36:32 -0000 1.7 *************** *** 46,51 **** " /> - "> - "> "> --- 46,49 ---- *************** *** 61,65 **** ! *************** *** 85,105 **** Addresses:
          Mailing Address" class="focus"> !
          " class="focus">
          ">
          Street Address (if different) ! "> !
          "> !
          ">
          ! "> ! "> ! "> ! ">

          (appears in OPAC)

          (appears in Circulation)

          --- 83,118 ---- Addresses:
          Mailing Address" class="focus"> !
          " class="focus" />
          ">
          Street Address (if different) ! " /> !
          " /> !
          " />
          ! " /> ! " /> ! " /> ! " />

          (appears in OPAC)

          (appears in Circulation)

          + + + + Joining date (leave blank for today): + " /> + + Joining date: + + + + + Expiry date (leave blank for auto calc): + " /> + +
          From oleonard at users.sourceforge.net Wed Jun 8 22:43:11 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:43:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.15,1.16 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25311/koha-tmpl/intranet-tmpl/npl/en/circ Modified Files: circulation.tmpl Log Message: Synching with rel_2_2. Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** circulation.tmpl 3 May 2005 18:32:12 -0000 1.15 --- circulation.tmpl 8 Jun 2005 20:43:07 -0000 1.16 *************** *** 47,50 **** --- 47,53 ----
        • No more renewals possible
        • + +
        • Patron's card is expired
        • +
        From oleonard at users.sourceforge.net Wed Jun 8 22:43:14 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:43:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.6.2.9,1.6.2.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25358/koha-tmpl/intranet-tmpl/npl/en/circ Modified Files: Tag: rel_2_2 circulation.tmpl Log Message: Synching with default template Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v retrieving revision 1.6.2.9 retrieving revision 1.6.2.10 diff -C2 -r1.6.2.9 -r1.6.2.10 *** circulation.tmpl 3 May 2005 18:31:34 -0000 1.6.2.9 --- circulation.tmpl 8 Jun 2005 20:43:12 -0000 1.6.2.10 *************** *** 47,50 **** --- 47,53 ----
      • No more renewals possible
      • + +
      • Patron's card is expired
      • +
    From oleonard at users.sourceforge.net Wed Jun 8 22:53:14 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:53:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30287/koha-tmpl/intranet-tmpl/npl/en/reports Modified Files: Tag: rel_2_2 borrowers_out.tmpl Log Message: Synching with default template Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** borrowers_out.tmpl 21 Apr 2005 19:38:11 -0000 1.1.2.1 --- borrowers_out.tmpl 8 Jun 2005 20:53:12 -0000 1.1.2.2 *************** *** 1,3 **** ! Koha -- Reports --- 1,3 ---- ! Koha -- Reports *************** *** 77,80 **** --- 77,96 ---- + +   +   + + + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" /> + + From oleonard at users.sourceforge.net Wed Jun 8 22:53:16 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:53:16 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30276/koha-tmpl/intranet-tmpl/npl/en/reports Modified Files: borrowers_out.tmpl Log Message: Synching with rel_2_2. Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** borrowers_out.tmpl 2 May 2005 20:08:28 -0000 1.2 --- borrowers_out.tmpl 8 Jun 2005 20:53:14 -0000 1.3 *************** *** 1,3 **** ! Koha -- Reports --- 1,3 ---- ! Koha -- Reports *************** *** 77,80 **** --- 77,96 ---- + +   +   + + + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" /> + + From oleonard at users.sourceforge.net Wed Jun 8 23:22:30 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 14:22:30 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.2.2.1,1.2.2.2 marctagstructure.tmpl,1.2.2.3,1.2.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12916/koha-tmpl/intranet-tmpl/npl/en/parameters Modified Files: Tag: rel_2_2 checkmarc.tmpl marctagstructure.tmpl Log Message: Synching with default template Index: checkmarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -r1.2.2.1 -r1.2.2.2 *** checkmarc.tmpl 4 Feb 2005 19:24:46 -0000 1.2.2.1 --- checkmarc.tmpl 8 Jun 2005 21:22:22 -0000 1.2.2.2 *************** *** 41,44 **** --- 41,56 ---- + + + Item tag + There is more than 1 MARC tag related to items tab (10) : + + + + OK + Only 1 MARC tag mapped to items + + + *************** *** 97,100 **** --- 109,128 ---- + + + + framework values + there is a null value in a frameworkcode. Check the following tables
    +
  • select * from marc_subfield_structure where frameworkcode is NULL
  • +
  • select * from marc_tag_structure where frameworkcode is NULL
  • +
  • select * from marc_biblio where frameworkcode is NULL
  • + + + + OK + no NULL value in frameworkcode + + + Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -r1.2.2.3 -r1.2.2.4 *** marctagstructure.tmpl 30 Mar 2005 19:57:22 -0000 1.2.2.3 --- marctagstructure.tmpl 8 Jun 2005 21:22:28 -0000 1.2.2.4 *************** *** 119,123 **** ! " method="post"> *************** *** 130,133 **** --- 130,136 ---- "> +

    + checked="checked" onchange="this.form.submit();" /> +

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

    *************** *** 143,146 **** --- 146,176 ---- Edit Delete + + + + + + + YesNo + YesNo + + " class="button">subfields + ">Edit + ">Delete + + + +   + + + +

    Tab: | $ + , repeatable, Mandatory, See , , , +

    + + + + + *************** *** 155,161 ****
    ! ?offset=&searchfield="><< Previous
    " method="post"> --- 185,192 ---- +
    --- 197,207 ---- ! ?offset=&searchfield=&frameworkcode=&select_display=True">Next >>
    +
    From oleonard at users.sourceforge.net Wed Jun 8 23:23:46 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 14:23:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.3,1.4 marctagstructure.tmpl,1.7,1.8 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13662/koha-tmpl/intranet-tmpl/npl/en/parameters Modified Files: checkmarc.tmpl marctagstructure.tmpl Log Message: Synching with rel_2_2. Index: checkmarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** checkmarc.tmpl 4 Feb 2005 19:26:14 -0000 1.3 --- checkmarc.tmpl 8 Jun 2005 21:23:43 -0000 1.4 *************** *** 41,44 **** --- 41,56 ---- + + + Item tag + There is more than 1 MARC tag related to items tab (10) : + + + + OK + Only 1 MARC tag mapped to items + + + *************** *** 97,100 **** --- 109,128 ---- + + + + framework values + there is a null value in a frameworkcode. Check the following tables
    +
  • select * from marc_subfield_structure where frameworkcode is NULL
  • +
  • select * from marc_tag_structure where frameworkcode is NULL
  • +
  • select * from marc_biblio where frameworkcode is NULL
  • + + + + OK + no NULL value in frameworkcode + + + Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** marctagstructure.tmpl 2 May 2005 19:56:15 -0000 1.7 --- marctagstructure.tmpl 8 Jun 2005 21:23:43 -0000 1.8 *************** *** 119,123 **** !
    " method="post"> *************** *** 130,133 **** --- 130,136 ---- "> +

    + checked="checked" onchange="this.form.submit();" /> +

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

    *************** *** 143,146 **** --- 146,176 ---- Edit Delete + + + + + + + YesNo + YesNo + + " class="button">subfields + ">Edit + ">Delete + + + +   + + + +

    Tab: | $ + , repeatable, Mandatory, See , , , +

    + + + + + *************** *** 155,161 ****
    ! ?offset=&searchfield="><< Previous
    " method="post"> --- 185,192 ---- +
    --- 197,207 ---- ! ?offset=&searchfield=&frameworkcode=&select_display=True">Next >>
    + From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl Log Message: translated by hellen Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** acqui-home.tmpl 5 Jun 2005 18:10:12 -0000 1.3 --- acqui-home.tmpl 9 Jun 2005 08:37:41 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- +
    *************** *** 5,8 **** --- 6,12 ----

    Beginnen, Eingangsbearbeitung, ändern von Bestellungen

    + +

    Sie müssen unter Parameter ein Budget definieren

    +
    Lieferantenname: *************** *** 10,13 **** --- 14,18 ----

    oder Suche Bestellhistorie

    +
    *************** *** 40,48 ****

    Etats und Budgets

    ! ! --- 45,56 ----

    Etats und Budgets

    + +

    Sie müsen unter Parameter ein Budget definieren

    +
    EtatsTotalgeschenkt Verausgabt Verfügbar
    ! ! *************** *** 66,72 ****
    EtatsGesamtGeschenkt Verausgabt Verfügbar

    ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Werte. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

    !
    --- 74,80 ----

    ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

    ! *************** *** 74,81 ****

    HILFE Bestellungen

      !

      Zu Beginn einer Bestellung, eines direkten Kaufs oder Eingabe eines Geschenks, suchen Sie zuerst nach einem Lieferanten. Falls nötig, fügen Sie einen neuen hinzu.

      Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

      Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

      !

      Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeigen", dann auf "Einkaufskorb bestätigen".

    --- 82,89 ----

    HILFE Bestellungen

      !

      Zu Beginn eines Erwerbungsvorgangs, gleichgültig, ob es eine Bestellung, ein direkter Kauf oder ein Geschenk ist, muß zuerst ein Lieferant aufgerufen werden. Falls nötig, fügen Sie einen neuen hinzu.

      Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

      Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

      !

      Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufskorb anzeigen", dann auf "Einkaufskorb bestätigen".

    From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/help/admin biblio_framework.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/help/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/help/admin Modified Files: biblio_framework.tmpl Log Message: translated by hellen Index: biblio_framework.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/help/admin/biblio_framework.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** biblio_framework.tmpl 12 May 2005 19:26:15 -0000 1.1 --- biblio_framework.tmpl 9 Jun 2005 08:37:42 -0000 1.2 *************** *** 1,6 ****

    Biblio Framework

    !

    biblio frameworks are used to catalogue your biblios.

    !

    Unlike Koha 2.0, in this version you can have more than 1 framework to catalogate differently various materials. You can, for example, define 1 framework for monographies, 1 framework for serials, 1 framework for URL...

    !

    Once a framework type is created, you can clic on "MARC structure" to define the exact MARC structure. The first time, Koha will ask you to select an existing framework to copy into the new one. Thus, you don't have to define all the MARC structure

    ! \ No newline at end of file --- 1,6 ----

    Biblio Framework

    !

    Biblio Frameworks werden zur Katalogisierung ihrer Biblios benötigt.

    !

    Im Gegensatz zu Koha 2.0 kann man mehr als ein Framework für die Katalogisierung unterschiedlicher Materialien definieren. Sie können z.B. 1 Framework für Monographien, 1 Framework für Serien, 1 Framework für URL's usw. einrichten.

    !

    Ist ein Framework angelegt, klicken sie auf "MARC structure" zur Definition der speziellen MARC-Struktur. Zuerst fragt Koha sie, ob ein bereits existierendes in das neue Framework kopiert werden soll. Dies ist sinnvoll, damit nicht die komplette MARC-Struktur neu angelegt werden muß.

    ! From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/z3950 searchresult.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/z3950 Modified Files: searchresult.tmpl Log Message: translated by hellen Index: searchresult.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/z3950/searchresult.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** searchresult.tmpl 12 May 2005 19:27:06 -0000 1.1 --- searchresult.tmpl 9 Jun 2005 08:37:42 -0000 1.2 *************** *** 47,51 ****

    Nichts gefunden

    !

    Still requests to go

    Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -C2 -r1.6.2.4 -r1.6.2.5 *** search.tmpl 19 Apr 2005 19:31:16 -0000 1.6.2.4 --- search.tmpl 9 Jun 2005 16:19:19 -0000 1.6.2.5 *************** *** 28,32 **** ! --- 28,34 ---- ! ! ... ! *************** *** 36,40 **** ! --- 38,44 ---- ! ! ... ! *************** *** 44,48 **** ! --- 48,54 ---- ! ! ... ! *************** *** 189,192 **** --- 195,203 ---- } + function Dopop(link,i) { + var searchstring=document.forms[4].value[i].value; + newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); + } + function PopupSuggestion() { var strQuery=""; From hellen at users.sourceforge.net Thu Jun 9 19:54:33 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:33 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple additem.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: additem.tmpl Log Message: translated by hellen Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** additem.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- additem.tmpl 9 Jun 2005 17:54:31 -0000 1.4 *************** *** 6,10 ****

    Biblionummer:

    ! " class="button catalogue"> Bibliografische daten bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> MARC --- 6,10 ----

    Biblionummer:

    ! " class="button catalogue"> Bibliografische Daten bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> MARC From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/errors 404.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/errors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/errors Modified Files: 404.tmpl Log Message: translated by hellen Index: 404.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/errors/404.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** 404.tmpl 12 May 2005 19:26:14 -0000 1.1 --- 404.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 5,11 ****

    Fehler 404

      !
    • This error means that the link was broken and that the page doesn't exist
    • !
    • To report this error, you can ">email the Koha Administrator.
    • !
    • Use top menu bar to navigate to another part of Koha.
    --- 5,11 ----

    Fehler 404

      !
    • Dieser Fehler besagt, dass die aufgerufene Seite nicht existiert.
    • !
    • Um diesen Fehler zu melden, können Sie eine Mail ">an den Koha Administrator schicken.
    • !
    • Über das Menü können Sie andere Bereiche von Koha auswählen.
    From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters categorie.tmpl,1.1,1.2 issuingrules.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: categorie.tmpl issuingrules.tmpl Log Message: translated by hellen Index: categorie.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/categorie.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** categorie.tmpl 12 May 2005 19:26:35 -0000 1.1 --- categorie.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 97,101 **** ! Gültigkeitsdauer "> Jahr(e) --- 97,101 ---- ! Gültigkeit "> Jahr(e) *************** *** 173,178 **** ! Gültigkeitsdauer ! Jashr(e) --- 173,178 ---- ! Gültigkeit ! Jahr(e) *************** *** 182,186 **** Mindestalter ! Jashr(e) --- 182,186 ---- Mindestalter ! Jahr(e) *************** *** 251,258 **** /images/background-mem.gif">Kategorie /images/background-mem.gif">Beschreibung ! /images/background-mem.gif">Gültigkeitsdauer /images/background-mem.gif">Gebühr ! /images/background-mem.gif">Obere Altersgrenze ! /images/background-mem.gif">Mindestalter /images/background-mem.gif">Überfällig /images/background-mem.gif">Vormerkung --- 251,258 ---- /images/background-mem.gif">Kategorie /images/background-mem.gif">Beschreibung ! /images/background-mem.gif">Gültigkeit /images/background-mem.gif">Gebühr ! /images/background-mem.gif">Max. Alter ! /images/background-mem.gif">Min. Alter /images/background-mem.gif">Überfällig /images/background-mem.gif">Vormerkung Index: issuingrules.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/issuingrules.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** issuingrules.tmpl 12 May 2005 19:26:35 -0000 1.1 --- issuingrules.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 1,8 ****
    !

    Definition der Ausleihkonditionen für

    TIPP für Ausleihen

    !

    Each box needs to be filled with issuelength, maxissues

    - z.B.: 21,5 = 21 Tage Leihfrist und max. 5 Ausleihen

    TIPP für Mahngebühren

    --- 1,8 ----
    !

    Definition der Ausleihkonditionen

    TIPP für Ausleihen

    !

    Jedes Feld muß mit Leihfrist und Anzahl der Ausleihen gefüllt werden

    - z.B.: 21,5 = 21 Tage Leihfrist und max. 5 Ausleihen

    TIPP für Mahngebühren

    *************** *** 17,21 ****
    • selbe Zweigstelle und selbe Benutzerkategorie, Medientyp *
    • !
    • selbe Zweigstelle und selber Medientyp, Benutzerkategorie *
    • selber Medientyp und Benutzerkategorie, Zweigstelle *
    • überall
    • --- 17,21 ----
      • selbe Zweigstelle und selbe Benutzerkategorie, Medientyp *
      • !
      • selbe Zweigstelle und selber Medientyp, Benutzerkategorie *
      • selber Medientyp und Benutzerkategorie, Zweigstelle *
      • überall
      • From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: MARCdetail.tmpl Log Message: translated by hellen Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** MARCdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- MARCdetail.tmpl 9 Jun 2005 17:54:31 -0000 1.4 *************** *** 363,367 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; --- 363,367 ---- function confirm_deletion() { ! var is_confirmed = confirm('Wollen Sie diesen Biblio wirklich löschen?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; From oleonard at users.sourceforge.net Thu Jun 9 20:21:42 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 11:21:42 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-dictionary.tmpl,NONE,1.1.2.1 opac-search.tmpl,1.1.2.6,1.1.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27089/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-search.tmpl Added Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: Adding authority search functionality to OPAC advanced search page, to synch with default template --- NEW FILE --- Dictionary Search

        Dictionary Search

        " /> " size="20" /> " /> " />
        Results to of in Authorities.No results found in Authorities.
        Authorities
        Summary Used in Select
        record(s) ',,0)" class="button catalogue">Select | ',,1)" class="button catalogue">Sel & close

        No results in Authorities

        Catalog Search Results

        Results to of in the catalogNo results found in the catalog.
        Summary Used in Select
        record(s) ',,0)" class="button catalogue">Select | ',,1)" class="button catalogue">Sel & close
        &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="><<Previous &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="> &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index=">Next>>
        Results to of in the catalog.No results found in the catalog.
        Index: opac-search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-search.tmpl,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -r1.1.2.6 -r1.1.2.7 *** opac-search.tmpl 21 Apr 2005 20:06:55 -0000 1.1.2.6 --- opac-search.tmpl 9 Jun 2005 18:21:40 -0000 1.1.2.7 *************** *** 51,60 **** ! ! --- 51,60 ---- ! ... ! ... *************** *** 62,66 **** ! --- 62,66 ---- ! ... From oleonard at users.sourceforge.net Thu Jun 9 21:21:13 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:21:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.3,1.1.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26975/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-detail.tmpl Log Message: Bugfix for display problem Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -r1.1.2.3 -r1.1.2.4 *** opac-detail.tmpl 17 Mar 2005 22:19:54 -0000 1.1.2.3 --- opac-detail.tmpl 9 Jun 2005 19:21:10 -0000 1.1.2.4 *************** *** 7,17 ****
        ! .01.MZZZZZZZ.jpg" alt="Book Cover Image" /> //Display for NPL -->
        • ">Place Reserve
        • ">MARC View
        • ! ">ISBD //Hide from NPL -->
        • " onclick="Dopop('opac-detailprint.pl?bib='); return false;">Print
        • " onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber='); return false;">Add to My Book List
        • --- 7,17 ----
          !
          ! .01.MZZZZZZZ.jpg" alt="Book Cover Image" /> //Display for NPL -->
          --- 76,80 ---- !
          From oleonard at users.sourceforge.net Thu Jun 9 21:41:02 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:41:02 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull subscription-renew.tmpl,1.1,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5611/koha-tmpl/intranet-tmpl/npl/en/bull Modified Files: Tag: rel_2_2 subscription-renew.tmpl Log Message: Fixing to conform with NPL template design Index: subscription-renew.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-renew.tmpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -r1.1 -r1.1.2.1 *** subscription-renew.tmpl 1 Nov 2004 22:52:53 -0000 1.1 --- subscription-renew.tmpl 9 Jun 2005 19:41:00 -0000 1.1.2.1 *************** *** 1,20 **** ! !
          !

          subscription renewal for

          !
          !
          ! ! "> !

          ">

          !

          Subscription length :

          !

          ">

          !

          ">

          !

          ">

          !

          Note for the librarian that will manage your renewal request

          !
          ! !
          --- 1,19 ---- ! Subscription Renewal for !
          !

          Subscription Renewal for

          !
          !
          !
          " />" />
          ! ! ! ! ! ! !
          Subscription Length:
          ">
          ">
          ">
          !

          !
          From oleonard at users.sourceforge.net Thu Jun 9 21:41:46 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:41:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull subscription-renew.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6075/koha-tmpl/intranet-tmpl/npl/en/bull Modified Files: subscription-renew.tmpl Log Message: Fixing to conform with NPL template design Index: subscription-renew.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-renew.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** subscription-renew.tmpl 1 Nov 2004 22:52:53 -0000 1.1 --- subscription-renew.tmpl 9 Jun 2005 19:41:44 -0000 1.2 *************** *** 1,20 **** ! !
          !

          subscription renewal for

          !
          !
          ! ! "> !

          ">

          !

          Subscription length :

          !

          ">

          !

          ">

          !

          ">

          !

          Note for the librarian that will manage your renewal request

          !
          ! !
          --- 1,19 ---- ! Subscription Renewal for !
          !

          Subscription Renewal for

          !
          !
          !
          " />" />
          ! ! ! ! ! ! !
          Subscription Length:
          ">
          ">
          ">
          !

          !
          From oleonard at users.sourceforge.net Thu Jun 9 23:16:22 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:16:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-full-serial-issues.tmpl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27685/koha-tmpl/opac-tmpl/npl/en Added Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content --- NEW FILE --- Catalog -- Serials

          Subscription information for

          " />
          " id="" class="tab" style="visibility:visible">
          Issues
          Date Number Status
          Arrived Waited Late Missing
          From oleonard at users.sourceforge.net Thu Jun 9 23:16:56 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:16:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-full-serial-issues.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27846/koha-tmpl/opac-tmpl/npl/en Added Files: opac-full-serial-issues.tmpl Log Message: Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content From oleonard at users.sourceforge.net Thu Jun 9 23:17:34 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:17:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes marc-editor.css,1.1,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28230/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 marc-editor.css Log Message: Updated to work with full serials display Index: marc-editor.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -r1.1 -r1.1.2.1 *** marc-editor.css 20 Oct 2004 19:15:06 -0000 1.1 --- marc-editor.css 9 Jun 2005 21:17:31 -0000 1.1.2.1 *************** *** 1,41 **** div.tabs { ! width:10px; ! position:absolute; ! margin-left:50px; ! margin-top:120px; } div.tabs a { display:block; ! font-size: small; ! border: thin solid black; ! margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tab { ! background-color: #FFFFCC; display: block; visibility:hidden; ! position:absolute; ! ! } ! td { ! border:0px; } ! .MARCtag { /* style for tag definition (700 - Statement of responsability) */ ! font-weight:bold; ! color:#FF6600; ! background-color:FFFFFF; ! background-image:none; ! border-bottom: 1px solid #999900; ! margin-right:30%; } ! .labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ ! float:left; ! width: 12em; ! margin-left:30px; } --- 1,91 ---- + div.tabbed { + /*border : 1px solid red; + position: absolute;*/ + margin-left:5%; + width:90%; + /* display:block;*/ + } + div.tabs { ! /* border : 1px solid aqua;*/ ! float : left; ! margin : 5px 0 0 0; ! /* position:absolute; ! margin-left: .5em; ! margin-top:110px;*/ } div.tabs a { display:block; ! background-color: #D8DEB8; ! color: #000066; ! font-weight : bold; ! text-decoration : none; ! border-bottom : 1px solid #999933; ! border-left : 1px solid #999933; ! border-right : 1px solid #FFFFCC; ! border-top : 1px solid #FFFFCC; ! margin : 0 0 2px 0; ! padding: 10px 5px 10px 5px; ! ! } ! ! div.tabs a:hover { ! background-color : #CCFF99; ! border-left : 1px solid #000066; ! border-bottom : 1px solid #000066; } div.tab { ! background-color : #FFFFCC; ! border : 1px solid #D8DEB8; ! border-top : 1px solid #FFFFCC; display: block; visibility:hidden; ! position : absolute; ! margin : 5px 0 0 55px; ! padding : 3px 3px 3px 10px; ! width : 70%; ! /*margin-top:110px;*/ } ! /* style for tag definition (e.g. 700 - Statement of responsibility) */ ! .MARCtag { ! clear : left; ! color : #000000; ! background-color : #FFFFCC; ! border-top : 7px solid #FFFFCC; ! border-bottom : thin solid #CCCC99; ! font-weight : bold; ! font-size : .8em; ! margin-top : 5px; } ! div.tab p { ! margin : 3px; ! } ! ! /* style for each subfield (e.g.: Publication year), just before the biblio subfield */ ! .labelsubfield { ! background-color : #FFFFE1; ! /* border : 1px solid red;*/ ! clear : left; ! float : left; ! font-size : .8em; ! font-weight : normal; ! width : 12em; ! margin-left : 30px; ! display : inline; } + + #loading { + position: absolute; + top: 3em; + left: 3em; + padding: 1em; + mozopacity: 50%; + background-color: #FFFFFF; + border: 10px solid #CCCC99; + font-size: 1.5em; + z-index: 999; + } \ No newline at end of file From oleonard at users.sourceforge.net Thu Jun 9 23:17:56 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:17:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes marc-editor.css,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28472/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: marc-editor.css Log Message: Updated to work with full serials display Index: marc-editor.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** marc-editor.css 20 Oct 2004 19:15:06 -0000 1.1 --- marc-editor.css 9 Jun 2005 21:17:54 -0000 1.2 *************** *** 1,41 **** div.tabs { ! width:10px; ! position:absolute; ! margin-left:50px; ! margin-top:120px; } div.tabs a { display:block; ! font-size: small; ! border: thin solid black; ! margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tab { ! background-color: #FFFFCC; display: block; visibility:hidden; ! position:absolute; ! ! } ! td { ! border:0px; } ! .MARCtag { /* style for tag definition (700 - Statement of responsability) */ ! font-weight:bold; ! color:#FF6600; ! background-color:FFFFFF; ! background-image:none; ! border-bottom: 1px solid #999900; ! margin-right:30%; } ! .labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ ! float:left; ! width: 12em; ! margin-left:30px; } --- 1,91 ---- + div.tabbed { + /*border : 1px solid red; + position: absolute;*/ + margin-left:5%; + width:90%; + /* display:block;*/ + } + div.tabs { ! /* border : 1px solid aqua;*/ ! float : left; ! margin : 5px 0 0 0; ! /* position:absolute; ! margin-left: .5em; ! margin-top:110px;*/ } div.tabs a { display:block; ! background-color: #D8DEB8; ! color: #000066; ! font-weight : bold; ! text-decoration : none; ! border-bottom : 1px solid #999933; ! border-left : 1px solid #999933; ! border-right : 1px solid #FFFFCC; ! border-top : 1px solid #FFFFCC; ! margin : 0 0 2px 0; ! padding: 10px 5px 10px 5px; ! ! } ! ! div.tabs a:hover { ! background-color : #CCFF99; ! border-left : 1px solid #000066; ! border-bottom : 1px solid #000066; } div.tab { ! background-color : #FFFFCC; ! border : 1px solid #D8DEB8; ! border-top : 1px solid #FFFFCC; display: block; visibility:hidden; ! position : absolute; ! margin : 5px 0 0 55px; ! padding : 3px 3px 3px 10px; ! width : 70%; ! /*margin-top:110px;*/ } ! /* style for tag definition (e.g. 700 - Statement of responsibility) */ ! .MARCtag { ! clear : left; ! color : #000000; ! background-color : #FFFFCC; ! border-top : 7px solid #FFFFCC; ! border-bottom : thin solid #CCCC99; ! font-weight : bold; ! font-size : .8em; ! margin-top : 5px; } ! div.tab p { ! margin : 3px; ! } ! ! /* style for each subfield (e.g.: Publication year), just before the biblio subfield */ ! .labelsubfield { ! background-color : #FFFFE1; ! /* border : 1px solid red;*/ ! clear : left; ! float : left; ! font-size : .8em; ! font-weight : normal; ! width : 12em; ! margin-left : 30px; ! display : inline; } + + #loading { + position: absolute; + top: 3em; + left: 3em; + padding: 1em; + mozopacity: 50%; + background-color: #FFFFFF; + border: 10px solid #CCCC99; + font-size: 1.5em; + z-index: 999; + } \ No newline at end of file From oleonard at users.sourceforge.net Thu Jun 9 23:18:50 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:18:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close.inc,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28870/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 doc-head-close.inc Log Message: Including marc-editor.css for full serials display Index: doc-head-close.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** doc-head-close.inc 17 Mar 2005 21:36:49 -0000 1.1.2.1 --- doc-head-close.inc 9 Jun 2005 21:18:44 -0000 1.1.2.2 *************** *** 5,8 **** --- 5,9 ---- From oleonard at users.sourceforge.net Thu Jun 9 23:19:08 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:19:08 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close.inc,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28956/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: doc-head-close.inc Log Message: Including marc-editor.css for full serials display Index: doc-head-close.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** doc-head-close.inc 20 Oct 2004 19:15:06 -0000 1.1 --- doc-head-close.inc 9 Jun 2005 21:19:06 -0000 1.2 *************** *** 2,7 **** --- 2,9 ---- + /includes/favicon.ico" type="image/x-icon" /> From oleonard at users.sourceforge.net Thu Jun 9 23:20:55 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:20:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.9,1.5.2.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29940/koha-tmpl/intranet-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 intranet.css Log Message: Adding 'control box' styles for MARC detail screens Index: intranet.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v retrieving revision 1.5.2.9 retrieving revision 1.5.2.10 diff -C2 -r1.5.2.9 -r1.5.2.10 *** intranet.css 20 Apr 2005 21:30:48 -0000 1.5.2.9 --- intranet.css 9 Jun 2005 21:20:53 -0000 1.5.2.10 *************** *** 624,628 **** margin : 3px 0px 5px 0px; padding : 0px; ! width : 95%; } --- 624,628 ---- margin : 3px 0px 5px 0px; padding : 0px; ! width : auto; } *************** *** 1229,1231 **** --- 1229,1244 ---- .accesskey { text-decoration : underline; + } + + div#controls { + float: right; + margin-left : .7em; + width : 15%; + } + + div#controls form { + background-color : #FFFFCC; + font-size : 80%; + margin : .3em 0; + padding : .3em; } \ No newline at end of file From hdl at users.sourceforge.net Fri Jun 10 10:40:11 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 10 Jun 2005 01:40:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ selectbranchprinter.tmpl,1.6,1.6.2.1 branchtransfers.tmpl,1.12,1.12.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20263/koha-tmpl/intranet-tmpl/default/en/circ Modified Files: Tag: rel_2_2 selectbranchprinter.tmpl branchtransfers.tmpl Log Message: Fixing : css class error on titles. Index: selectbranchprinter.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/selectbranchprinter.tmpl,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -r1.6 -r1.6.2.1 *** selectbranchprinter.tmpl 19 Jul 2004 19:58:38 -0000 1.6 --- selectbranchprinter.tmpl 10 Jun 2005 08:40:09 -0000 1.6.2.1 *************** *** 2,6 ****
          !

          Circulation: Select Printer and Branch Settings

          --- 2,6 ----
          !

          Circulation: Select Printer and Branch Settings

          *************** *** 30,34 ****

          !

          --- 30,34 ----

          !

          Index: branchtransfers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -C2 -r1.12 -r1.12.2.1 *** branchtransfers.tmpl 5 Nov 2004 10:18:24 -0000 1.12 --- branchtransfers.tmpl 10 Jun 2005 08:40:09 -0000 1.12.2.1 *************** *** 1,15 ****
          - !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> --- 1,9 ----
          !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> *************** *** 17,21 **** ! From genjimoto at users.sourceforge.net Thu Jun 2 05:56:01 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 20:56:01 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters mediatype.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10341 Added Files: mediatype.tmpl Log Message: template to edit the mediatype table. --- NEW FILE ---

          Modify mediatype

          Add mediatype

          " name="Aform" method="post">

          ">

          " method="post"> ">

          CONFIRM DELETION

          " method="post">

          mediatype Admin

          Reserve Found
          --- 11,15 ---- ! ! ! ! ! --- 28,35 ---- ! ! ! ! *************** *** 91,100 ****
          !

          Weitere Bestellung

          "> ">

          von einem vorhandenen Biblio

          !

          oder &basketno=" class="button acquisition"> für einen Anschaffungsvorschlag &basketno=" class="button acquisition"> Neuer Biblio

          --- 91,105 ----
          !

          Add order line

          "> ">

          von einem vorhandenen Biblio

          !

          oder ! &basketno=" class="button acquisition"> ! für einen Anschaffungsvorschlag ! &basketno=" class="button acquisition"> ! Neuer Biblio !

          Index: newbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/newbiblio.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** newbiblio.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- newbiblio.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 1,5 ****
          From btoumi at users.sourceforge.net Wed Jun 1 14:11:40 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:11:40 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21365 Log Message: import de derniere version cvs Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From btoumi at users.sourceforge.net Wed Jun 1 14:18:16 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:18:16 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27573 Log Message: test Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From btoumi at users.sourceforge.net Wed Jun 1 14:37:07 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 05:37:07 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6692 Log Message: test Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/C4 Modified Files: AuthoritiesMarc.pm Log Message: some fixes & improvements for dictionnary search in librarian interface Index: AuthoritiesMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** AuthoritiesMarc.pm 4 May 2005 15:43:43 -0000 1.16 --- AuthoritiesMarc.pm 1 Jun 2005 12:51:02 -0000 1.17 *************** *** 65,73 **** # the marclist may contain "mainentry". In this case, search the tag_to_report, that depends on # the authtypecode. Then, search on $a of this tag_to_report for (my $i=0;$i<$#{$tags};$i++) { if (@$tags[$i] eq "mainentry") { - my $sth = $dbh->prepare("select auth_tag_to_report from auth_types where authtypecode=?"); - $sth->execute($authtypecode); - my ($tag_to_report) = $sth->fetchrow; @$tags[$i] = $tag_to_report."a"; } --- 65,76 ---- [...1010 lines suppressed...] - # - # Revision 1.6 2004/08/18 16:00:24 tipaul - # fixes for authorities management - # - # Revision 1.5 2004/07/05 13:37:22 doxulting - # First step for working authorities - # - # Revision 1.4 2004/06/22 11:35:37 tipaul - # removing % at the beginning of a string to avoid loooonnnngggg searchs - # - # Revision 1.3 2004/06/17 08:02:13 tipaul - # merging tag & subfield in auth_word for better perfs - # - # Revision 1.2 2004/06/10 08:29:01 tipaul - # MARC authority management (continued) - # - # Revision 1.1 2004/06/07 07:35:01 tipaul - # MARC authority management package - # --- 968,969 ---- From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.5,1.6 Message-ID: Update of /cvsroot/koha/koha/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/search.marc Modified Files: dictionary.pl Log Message: some fixes & improvements for dictionnary search in librarian interface Index: dictionary.pl =================================================================== RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** dictionary.pl 4 May 2005 12:46:27 -0000 1.5 --- dictionary.pl 1 Jun 2005 12:51:02 -0000 1.6 *************** *** 31,34 **** --- 31,52 ---- use HTML::Template; + =head1 NAME + + dictionnary.pl : script to search in biblio & authority an existing value + + =head1 SYNOPSIS + + useful when the user want to search a term before running a query. For example, to see if "computer" is used in the database + + The parameter "marclist" tells which field is searched (title, author, subject, but could be anything else) + + This script searches in both biblios & authority + * in biblio, the script search in all marc fields related to what the user is looking for (for example, if the dictionnary is used on "author", the script searches in biblio.author, but also in additional authors & any MARC field related to author (through the "seealso" MARC constraint) + * in authority, the script search everywhere. Thus, the accepted & rejected forms are found. + + The script shows all results & the user can choose what he want, that is copied into search form. + + =cut + my $input = new CGI; my $field =$input->param('marclist'); *************** *** 39,45 **** #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); ! warn " ".$search[0]; my $index = $input->param('index'); ! warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ --- 57,63 ---- #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); ! # warn " ".$search[0]; my $index = $input->param('index'); ! # warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ *************** *** 64,75 **** if ($op eq "do_search") { ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "search.marc/dictionary.tmpl", ! query => $input, ! type => $type, ! authnotrequired => 0, ! flagsrequired => {catalogue => 1}, ! debug => 1, ! }); my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); --- 82,88 ---- if ($op eq "do_search") { ! # ! # searching in biblio ! # my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); *************** *** 85,96 **** findseealso($dbh,\@tags); - # select distinct m1.bibid from biblio,biblioitems,marc_biblio,marc_word as m1 where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and (m1.word like 'Paul' and m1.tagsubfield in ('200f','710a','711a','712a','701a','702a','700a')) order by biblio.title - my @results, my $total; ! # my ($results,$total) = catalogsearch($dbh,\@tags ,\@and_or, ! # \@excluding, \@operator, \@value, ! # $startfrom*$resultsperpage, $resultsperpage,$orderby); ! my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ --- 98,104 ---- findseealso($dbh,\@tags); my @results, my $total; ! my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_subfield_table.tagorder=marc_word.tagorder and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ *************** *** 99,107 **** $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; ! warn "".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); ! warn " texte : ".$value; $sth=$dbh->prepare($strsth); --- 107,115 ---- $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; ! # warn "search in biblio : ".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); ! # warn " texte : ".$value; $sth=$dbh->prepare($strsth); *************** *** 110,114 **** my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { ! warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, --- 118,122 ---- my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { ! # warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, *************** *** 129,136 **** $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; ! warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; my @authresults; my $authnbresults; --- 137,147 ---- $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; ! # warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; + # + # searching in authorities + # my @authresults; my $authnbresults; *************** *** 142,146 **** # warn "auth : $authtypecode nbauthresults : $nbresults"; } ! ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "search.marc/dictionary.tmpl", --- 153,160 ---- # warn "auth : $authtypecode nbauthresults : $nbresults"; } ! ! # ! # OK, filling the template with authorities & biblio entries found. ! # ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "search.marc/dictionary.tmpl", *************** *** 148,152 **** type => $type, authnotrequired => 0, - flagsrequired => {borrowers => 1}, flagsrequired => {catalogue => 1}, debug => 1, --- 162,165 ---- From tipaul at users.sourceforge.net Wed Jun 1 14:51:04 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 01 Jun 2005 05:51:04 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc dictionary.tmpl,1.4,1.5 search.tmpl,1.24,1.25 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13572/koha-tmpl/intranet-tmpl/default/en/search.marc Modified Files: dictionary.tmpl search.tmpl Log Message: some fixes & improvements for dictionnary search in librarian interface Index: dictionary.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/dictionary.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** dictionary.tmpl 4 May 2005 12:46:28 -0000 1.4 --- dictionary.tmpl 1 Jun 2005 12:51:02 -0000 1.5 *************** *** 53,59 **** !
          !

          Dictionary Search results

          !

          --- 53,59 ---- !

          !

          Dictionary Search results

          !

          *************** *** 84,97 ****

          ! ! ! --- 84,113 ---- ! ! ! + + + + *************** *** 101,106 ****

          No results in Authorities

          ! !

          --- 117,124 ----

          No results in Authorities

          ! ! ! !

          *************** *** 114,133 ****

          ! ! class="hilighted"> ! &marclist=&operator=contains&op=do_search&and_or=and&value=''&excluding="> ! "> --- 132,157 ---- ! ! ! *************** *** 156,171 ****

          ! - --- 180,199 ----

          ! ! Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** search.tmpl 4 May 2005 12:52:34 -0000 1.24 --- search.tmpl 1 Jun 2005 12:51:02 -0000 1.25 *************** *** 17,21 **** "> ! --- 17,21 ---- "> ! *************** *** 25,29 ****

          ! --- 25,29 ----

          ! *************** *** 31,50 **** ! ! dict

          ! ! ! dict

          ! --- 31,50 ---- ! ! ...

          ! ! ! ...

          ! *************** *** 52,61 **** ! ! dict

          ! --- 52,61 ---- ! ! ...

          ! *************** *** 65,69 ****

          ! --- 65,69 ----

          ! *************** *** 76,80 ****

          Other options

          ! --- 76,80 ----

          Other options

          ! *************** *** 84,88 ****

          ! --- 84,88 ----

          ! *************** *** 92,96 ****

          ! --- 92,96 ----

          ! *************** *** 100,104 ****

          ! --- 100,104 ----

          ! *************** *** 160,164 ****

          ! Suggestions

          --- 160,164 ----

          ! Spelling suggestion

          *************** *** 188,192 **** function Dopop(link,i) { var searchstring=document.forms[0].value[i].value; ! newin=window.open(link+'&search='+searchstring,"popup",'width=550,height=550,toolbar=false,scrollbars=yes'); } --- 188,192 ---- function Dopop(link,i) { var searchstring=document.forms[0].value[i].value; ! newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); } From btoumi at users.sourceforge.net Wed Jun 1 15:16:01 2005 From: btoumi at users.sourceforge.net (btoumi) Date: Wed, 01 Jun 2005 06:16:01 -0700 Subject: [Koha-cvs] CVS: koha - Imported sources Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25891 Log Message: koha cvs Status: Vendor Tag: INITIAL_IMPORT_VENDOR_TAG Release Tags: INITIAL_IMPORT_RELEASE_TAG No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources From hdl at users.sourceforge.net Wed Jun 1 15:22:09 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 01 Jun 2005 06:22:09 -0700 Subject: [Koha-cvs] CVS: koha/admin marctagstructure.pl,1.25.2.2,1.25.2.3 Message-ID: Update of /cvsroot/koha/koha/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29405/admin Modified Files: Tag: rel_2_2 marctagstructure.pl Log Message: Bug Fixing : Ugly display Non Working Arrows at the bottom of page. Index: marctagstructure.pl =================================================================== RCS file: /cvsroot/koha/koha/admin/marctagstructure.pl,v retrieving revision 1.25.2.2 retrieving revision 1.25.2.3 diff -C2 -r1.25.2.2 -r1.25.2.3 *** marctagstructure.pl 31 May 2005 21:06:18 -0000 1.25.2.2 --- marctagstructure.pl 1 Jun 2005 13:22:07 -0000 1.25.2.3 *************** *** 219,222 **** --- 219,223 ---- $template->param(searchfield => $searchfield); } + my $cnt=0; if ($dspchoice) { #here, user only wants used tags/subfields displayed *************** *** 224,228 **** $searchfield=~ s/\'/\\\'/g; my @data=split(' ',$searchfield); - my $count=@data; my $sth=$dbh->prepare("Select marc_tag_structure.tagfield as mts_tagfield,marc_tag_structure.liblibrarian as mts_liblibrarian,marc_tag_structure.libopac as mts_libopac,marc_tag_structure.repeatable as mts_repeatable,marc_tag_structure.mandatory as mts_mandatory,marc_tag_structure.authorised_value as mts_authorized_value,marc_subfield_structure.* from marc_tag_structure LEFT JOIN marc_subfield_structure ON (marc_tag_structure.tagfield=marc_subfield_structure.tagfield AND marc_tag_structure.frameworkcode=marc_subfield_structure.frameworkcode) where (marc_tag_structure.tagfield >= ? and marc_tag_structure.frameworkcode=?) AND marc_subfield_structure.tab>=0 order by marc_tag_structure.tagfield,marc_subfield_structure.tagsubfield"); #could be ordoned by tab --- 225,228 ---- *************** *** 231,234 **** --- 231,235 ---- while (my $data=$sth->fetchrow_hashref){ push(@results,$data); + $cnt++; } $sth->finish; *************** *** 238,242 **** my $j=1; my $i=$offset; ! while ($i < ($offset+$pagesize{'tagfield'}==$results[$j]->{'tagfield'}) and ($j< ($offset+$pagesize{'tagfield'}==$results[$j]->{'tagfield'}) and ($j< ($offset+$pagesize<$cnt?$offset+$pagesize:$cnt))) { if ($toggle eq 0) { $toggle=1; *************** *** 274,278 **** $subfield_data{value_builder}= $results[$j]->{'value_builder'}; $subfield_data{toggle} = $toggle; ! warn "tagfield : ".$results[$j]->{'tagfield'}." tagsubfield :".$results[$j]->{'tagsubfield'}; push @internal_loop,\%subfield_data; $j++; --- 275,279 ---- $subfield_data{value_builder}= $results[$j]->{'value_builder'}; $subfield_data{toggle} = $toggle; ! # warn "tagfield : ".$results[$j]->{'tagfield'}." tagsubfield :".$results[$j]->{'tagsubfield'}; push @internal_loop,\%subfield_data; $j++; *************** *** 285,306 **** $template->param(select_display => "True", loop => \@loop_data); - if ($offset>0) { - my $prevpage = $offset-$pagesize; - $template->param(isprevpage => $offset, - prevpage=> $prevpage, - searchfield => $searchfield, - script_name => $script_name, - frameworkcode => $frameworkcode, - ); - } - if ($offset+$pagesize<$count) { - my $nextpage =$offset+$pagesize; - $template->param(nextpage =>$nextpage, - searchfield => $searchfield, - script_name => $script_name, - frameworkcode => $frameworkcode, - ); - } - # $sth->execute; $sth->finish; --- 286,289 ---- *************** *** 309,312 **** --- 292,296 ---- my $env; my ($count,$results)=StringSearch($env,$searchfield,$frameworkcode); + $cnt = $count; my $toggle=0; my @loop_data = (); *************** *** 330,350 **** } $template->param(loop => \@loop_data); ! if ($offset>0) { ! my $prevpage = $offset-$pagesize; ! $template->param(isprevpage => $offset, ! prevpage=> $prevpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } ! if ($offset+$pagesize<$count) { ! my $nextpage =$offset+$pagesize; ! $template->param(nextpage =>$nextpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } } } #---- END $OP eq DEFAULT --- 314,334 ---- } $template->param(loop => \@loop_data); ! } ! if ($offset>0) { ! my $prevpage = $offset-$pagesize; ! $template->param(isprevpage => $offset, ! prevpage=> $prevpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); ! } ! if ($offset+$pagesize<$cnt) { ! my $nextpage =$offset+$pagesize; ! $template->param(nextpage =>$nextpage, ! searchfield => $searchfield, ! script_name => $script_name, ! frameworkcode => $frameworkcode, ! ); } } #---- END $OP eq DEFAULT From hdl at users.sourceforge.net Wed Jun 1 15:22:09 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 01 Jun 2005 06:22:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.3,1.27.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29405/koha-tmpl/intranet-tmpl/default/en/parameters Modified Files: Tag: rel_2_2 marctagstructure.tmpl Log Message: Bug Fixing : Ugly display Non Working Arrows at the bottom of page. Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v retrieving revision 1.27.2.3 retrieving revision 1.27.2.4 diff -C2 -r1.27.2.3 -r1.27.2.4 *** marctagstructure.tmpl 1 Jun 2005 10:18:24 -0000 1.27.2.3 --- marctagstructure.tmpl 1 Jun 2005 13:22:07 -0000 1.27.2.4 *************** *** 114,226 **** !
          !

          Select a framework

          !
          " method="post"> ! ! "> ! !

          ! Display only used Tags/Subfields !

          ! ! NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script. !
          ! !
          !
          Reserve Found
          *************** *** 38,45 **** "> ! !

          --- 32,39 ---- "> ! !

          *************** *** 58,62 **** "> !

          --- 52,56 ---- "> !

          *************** *** 70,74 **** " value=""> !

          --- 64,68 ---- " value=""> !

          *************** *** 77,81 **** !
          Messages
          --- 71,75 ---- ! ! --- 35,52 ---- ! ! ! ! ! ! ! ! ! ! ! ! ! ! From hellen at users.sourceforge.net Sat Jun 25 14:58:55 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de mancredit.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de Modified Files: mancredit.tmpl Log Message: adjustments for 2.2.3 Index: mancredit.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/mancredit.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** mancredit.tmpl 17 May 2005 13:21:35 -0000 1.2 --- mancredit.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 10,14 **** ! --- 10,14 ---- ! From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bull statecollection.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/bull Modified Files: statecollection.tmpl Log Message: adjustments for 2.2.3 Index: statecollection.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/statecollection.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** statecollection.tmpl 17 May 2005 13:21:35 -0000 1.2 --- statecollection.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 35,43 **** --- 35,57 ---- *************** *** 55,59 **** --- 4,12 ----
          ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          *************** *** 11,17 **** "> ! !

          --- 15,21 ---- "> ! !

          *************** *** 19,22 **** --- 23,36 ----










          + +
          +

          Duplicate suspected with

          +

          You must either :

          + +
          + *************** *** 133,138 **** alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_missing_mandatory_tags +_("Pflichttags leer"); ! alertString2 += "\n- "+ total_missing_mandatory_subfields +_("Pflichtfeld leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } else { --- 147,152 ---- alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty"); ! alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)"); alert(alertString2); } else { *************** *** 165,170 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 179,184 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.4,1.5 detail.tmpl,1.3,1.4 searchresults.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: MARCdetail.tmpl detail.tmpl searchresults.tmpl Log Message: adjustments for 2.2.3 Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MARCdetail.tmpl 9 Jun 2005 17:54:31 -0000 1.4 --- MARCdetail.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 4,8 ****

          Biblionummer :

          ! " class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu virtuellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> --- 4,29 ----

          Biblionummer :

          !
          " class="button catalogue"> Biblio bearbeiten ! ! &op=duplicate" class="button catalogue"> ! Duplizieren ! " class="button catalogue"> ! Exemplar bearbeiten ! ! Löschen ! ! " class="button catalogue"> ! Vollanzeige ! ! " class="button catalogue"> Normalanzeige ! ! " class="button catalogue"> ISBD ! ! ')" class="button catalogue"> ! zu vituellem Regal hinzufügen ! ! ')" class="button catalogue"> ! Drucken ! " class="button catalogue"> *************** *** 363,367 **** function confirm_deletion() { ! var is_confirmed = confirm('Wollen Sie diesen Biblio wirklich löschen?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; --- 384,388 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/detail.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** detail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- detail.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 5,9 ****

          ()

          ! --- 94,98 ---- ! *************** *** 92,96 **** --- 114,118 ---- Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** searchresults.tmpl 17 May 2005 13:21:35 -0000 1.2 --- searchresults.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 63,67 **** Nicht verfügbar ()
          Exemplar vermißt ()
          ! Ausgemustert ()
          Entliehen ()
          --- 63,67 ---- Nicht verfügbar ()
          Exemplar vermißt ()
          ! Gelöscht ()
          Entliehen ()
          From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio.tmpl,1.3,1.4 additem.tmpl,1.4,1.5 isbnsearch.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbiblio.tmpl additem.tmpl isbnsearch.tmpl Log Message: adjustments for 2.2.3 Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** addbiblio.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- addbiblio.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 2,6 ****
          !

          Biblionummer :

          --- 2,6 ----

          !

          Biblionumber :

          *************** *** 9,15 **** "> ! ! z3950 Suche --- 9,15 ---- "> ! ! z3950 Suche Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** additem.tmpl 9 Jun 2005 17:54:31 -0000 1.4 --- additem.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 5,14 **** ">

          --- 5,19 ---- "> *************** *** 53,57 **** "> !
          FEHLER: Barcode ist bereits vorhanden
          --- 58,62 ---- "> !
          FEHLER: Strichcode ist bereits vorhanden
          *************** *** 100,106 **** document.f.submit(); } else { ! alertString2 = _("Formular nicht bearbeitet wegen der folgenden Probleme"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (siehe fett dargestellte Unterfelder)"); alert(alertString2); } --- 105,111 ---- document.f.submit(); } else { ! alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** isbnsearch.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- isbnsearch.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 12,16 ****
          !

          Ergebnisse in der Datenbank

          --- 12,16 ----
          !

          Biblios in der Datenbank

          *************** *** 32,36 **** &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere >> --- 32,36 ---- &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere>> *************** *** 38,44 ****

          ! Treffer bis ! Keine Treffer

          --- 38,44 ----

          ! Ergebnisse to of ! Nichts gefunden.

          *************** *** 62,71 ****
          ! --- 62,71 ---- ! *************** *** 92,96 **** &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere >> --- 92,96 ---- &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere>> *************** *** 98,113 ****

          ! Treffer bis ! Keine Treffer

          !

          Keine

          !

          Bibliografische Daten im Fremddatenpool

          Messages
          *************** *** 125,130 ****

          ! ! ! --- 11,15 ---- ! *************** *** 28,32 **** "> ! --- 28,32 ---- "> ! *************** *** 106,110 ****
          !

          Shelf-Liste

          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> --- 119,124 ----

          ! ! - ! ! ! --- 61,71 ---- ! ! ! *************** *** 71,85 **** - - - - - - - - - - -
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> *************** *** 140,143 **** --- 134,143 ---- + From shedges at users.sourceforge.net Mon Jun 13 12:24:31 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:24:31 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac - New directory Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14570/fr/opac Log Message: Directory /cvsroot/koha/koha-doc/fr/opac added to the repository From shedges at users.sourceforge.net Mon Jun 13 12:25:00 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:25:00 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac/CatKOHAimages - New directory Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac/CatKOHAimages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14857/fr/opac/CatKOHAimages Log Message: Directory /cvsroot/koha/koha-doc/fr/opac/CatKOHAimages added to the repository From shedges at users.sourceforge.net Mon Jun 13 12:26:57 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:26:57 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac CatKOHA.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15727/fr/opac Added Files: CatKOHA.xml Log Message: Adding Bib. de soc. CNRS opac users guide --- NEW FILE ---
          Catalogue KOHA : mode d’emploi 2005-06-11 2005 Bibliothèque de sociologie du CNRS, Paris Document sous licence Gnu-GPL This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-11 Initial XML markup.
          Le catalogue Le catalogue rassemble tous les documents acquis par la bibliothèque. Il contient également la liste complète des périodiques disponibles et environ 5000 notices descriptives correspondant à des articles de périodiques (20 revues analysées). Il permet d’effectuer des recherches documentaires à partir du fonds de la bibliothèque et de connaître la disponibilité d’un document à emprunter ou à consulter.
          Page d’accueil et modes d’accès La catalogue se consulte sur le web : http://catalogue.bibliothequedesociologie.cnrs.fr. Il est vivement recommandé d’utiliser le navigateur Mozilla, disponible gratuitement sur Internet. Vous avez le choix d’accéder au catalogue de manière anonyme ou en vous identifiant (réservé aux lecteurs inscrits à la bibliothèque).
          Page d’accueil
          Vous pouvez modifier la langue de l’interface si vous le souhaitez (mais la langue d’indexation des documents est le français. Seules quelques notices ont fait l’objet d’un résumé dans une autre langue).
          Pour s’identifier Saisissez votre identifiant (nom de famille en minuscules) et le mot de passe fourni au moment de votre inscription (si vous avez oublié votre mot de passe, contactez la bibliothèque).
          Identification
          L’accès en mode « Identifié » vous permet de consulter vos informations personnelles, d’effectuer des suggestions d’achats pour la bibliothèque, de vous constituer des étagères virtuelles. Attention : pensez à vous déconnecter à la fin de votre consultation.
          Méthode de recherche : quelques conseils Les recherches peuvent s'effectuer en texte intégral ou porter sur des champs ou des critères précis : auteur, titre, année de publication, éditeur ... Il n'est pas nécessaire de respecter les combinaisons majuscules/minuscules, les signes diacritiques (accent, tréma) ... Une recherche est faite sur tous les mots que vous entrez. Les mots vides sont ignorés. Si vous entrez, par exemple "les cadres en France" dans le titre, la liste de réponses contiendra tous les documents avec cadre ET France dans le titre ou le sous-titre. "Les" et « En » seront exclus. Si vous voulez entrer une partie de mot, mettez une * ou un % à la fin du mot. Par exemple, "urbanis*" donnera "urbanisme" mais aussi "urbanistique", « urbanisation », etc.
          Deux modes de recherche vous sont proposés : Recherche simple Allez sur la page d’accueil et tapez un ou plusieurs termes dans la zone de saisie. Cliquez sur OK
          Recherche simple
          Les termes saisis dans cette zone sont par défaut reliés par l'opérateur ET.
          Recherche avancée Cliquez sur Recherche avancée
          Recherche avancée
          Tapez un ou plusieurs termes dans la zone "N’importe où". La recherche portera sur tous les éléments de la notice du document. Les termes saisis dans cette zone sont par défaut reliés par l'opérateur ET. ou Tapez un ou plusieurs termes dans les zones dédiées aux informations souhaitées (auteur, titre, etc.). Entre chaque zone, l’opérateur par défaut est le « ET ». Zone Titre : vous pouvez entrer un titre complet ou partiel. La recherche sera faite aussi sur les sous-titres et les autres champs relatifs au titre. Zone auteur : vous pouvez entrer un nom ou un prénom. La recherche est aussi faite sur les co-auteurs et les autres champs en relation (traducteur, illustrateur...). N'oubliez pas qu'un auteur peut concerner un auteur physique (Pierre Bourdieu) ou moral (CNRS...). Une recherche plus sélective est possible en précisant : un type de document : périodiques, article de périodiques, thèse, rapport, etc.
          Affichage des résultats
          Affichage sous forme de liste Cet affichage vous permet de vérifier la disponibilité des documents et leur localisation (Cote) Cliquez sur le titre pour consulter la notice. Cochez les notices à ajouter dans votre panier. Cliquez sur « réserver » pour réserver un document : le document ne pourra pas être emprunté par un autre lecteur. La réservation s’annule automatiquement au bout de 3 semaines ou lorsque vous avez emprunté le document. Si le document est déjà réservé par un autre lecteur, votre demande sera mise en file d’attente. Attention : la réservation n'est pas une commande. Pour obtenir l’ouvrage réservé, il faut remplir un formulaire de prêt en salle de lecture.
          Affichage sous forme de liste
          Format d’affichage SIMPLE Vous pouvez « rebondir » sur les mots clés de la notice pour une nouvelle recherche
          Format d’affichage SIMPLE
          Format d’affichage ISBD (International Standard Book Description) Vous pouvez récupérer cette notice dans un traitement de texte en effectuant un Copier/Coller
          Format d’affichage ISBD
          Format d’affichage « Notice Complète » Cliquez sur les onglets (0/1/2/3) pour visualiser les informations. L’onglet « Items » contient les indications relatives aux exemplaires (la cote par exemple)
          Notice Complète
          Informations lecteurs Pour consulter vos informations, il faut vous identifier. Pour modifier vos coordonnées, cliquez sur «mettre à jour » et indiquez quelles sont les données à corriger.
          Informations lecteurs
          Panier Pour se constituer un panier, cochez les notices dans la liste des résultats et cliquez sur « Ajoutez les éléments cochés au panier »:
          Ajoutez les éléments cochés au panier
          Cliquez sur « Panier de notice » pour visualisez les notices sélectionnées
          Panier de notice
          Pour visualiser une notice dans un autre format d’affichage, cliquez sur le titre du document. Vous pouvez imprimer les notices du panier ou les envoyer par mél.
          Les envoyer par mél
          Étagères virtuelles Cette fonctionnalité vous permet de sélectionner un ensemble de documents et de conserver la sélection d’une session à l’autre (contrairement au Panier qui disparaît à l’issue de chaque consultation du catalogue). Pour créer ou consulter une étagère virtuelle, il faut vous identifier. Cliquez sur « Étagères virtuelles » à partir de la page d’accueil, pour consulter les étagères déjà créées. Pour créer une nouvelle étagère, cliquez sur créer une nouvelle étagère. Il existe 3 catégories d’étagères : Une étagère virtuelle privée est gérée par vous seul, et ne peut être vue que de vous. Une étagère publique peut être vue par tous, mais gérée uniquement par vous. Une étagère libre peut être gérée par n'importe quel utilisateur.
          Étagères virtuelles
          Lorsque vous consultez le catalogue, vous pouvez sélectionner une ou plusieurs notices à ajouter dans l'étagère : cliquez sur la notice et ensuite sur la fonction « Ajouter dans l’étagère ». Sélectionnez l’étagère dans laquelle vous souhaitez déposer la notice.
          Suggestions d’achat Cette fonctionnalité vous permet de proposer des suggestions d’acquisition à l’équipe de la bibliothèque. Vous recevrez automatiquement un mél en réponse à votre suggestion d’achat. Pour consulter vos suggestions, sélectionnez « moi-même » dans la colonne «Suggéré par » et cliquez sur « Chercher »
          Suggestions d’achat
          Lorsque vous saisissez une suggestion, remplissez la grille de manière la plus précise possible. Ajoutez dans la zone « Note » les éventuels commentaires que vous auriez à formuler.
          Saisir une nouvelle suggestion
          From shedges at users.sourceforge.net Mon Jun 13 12:31:17 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:31:17 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr migrer_ses_donnees.xml,1.2,NONE scripts ligne de commande.xml,1.2,NONE Message-ID: Update of /cvsroot/koha/koha-doc/fr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18139/fr Removed Files: migrer_ses_donnees.xml scripts ligne de commande.xml Log Message: Removing duplicate documents that have been moved to subdirectories. --- migrer_ses_donnees.xml DELETED --- ***** Bogus filespec: scripts ***** Bogus filespec: ligne ***** Bogus filespec: de --- commande.xml DELETED --- From shedges at users.sourceforge.net Mon Jun 13 13:08:53 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 04:08:53 -0700 Subject: [Koha-cvs] CVS: koha-doc codingguidelines.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4193 Added Files: codingguidelines.xml Log Message: draft of coding standards and guidelines --- NEW FILE ---
          Koha Coding Standards and Guidelines for Contributors
          Introduction As in other free and open source software projects, Koha contains code that has been contributed to the project by many different developers. Koha is now a complex piece of software, and we'd like continue to improve the overall code standards to make it easier for new developers to join the project, and to make existing code easier to maintain. These standards and guidelines are intended to give Koha a reasonably consistent style throughout the code and to ensure maintainability. When you commit new code to Koha, please do your best to comply with these guidelines -- it will increase the chances of your code become part of a stable Koha release. And if you find code in Koha that doesn't comply with these guidelines, please feel free to fix it, just as you would correct any bug.
          Code style Koha code should conform to the guidelines defined in the perlstyle man page as they apply to code details (indenting, etc.). As for the general structure of the code, all Koha code must be separated into three types: the Perl code; the database (DB) access code; and the HTML code. These three code types, as well as the Koha naming conventions, are explained in the following sections.
          HTML All code controlling the "appearance layer" is contained in HTML::Template files. These files are located in the koha-tmpl directory in CVS (currently http://sourceforge.net/cvs/?group_id=16466). They must contain all the code controlling the presentation layer. There are at least two good reasons for this: the look of Koha can be changed by rewriting only the templates, changing nothing in the Perl code itself; and there is a tool to translate templates, so it's the only way to localise our preferred ILS. Almost all the actual Koha presentation pages use templates. Only a few exceptions (that can be considered bugs) remain at the time of writing.
          Templates location The koha-tmpl directory contains two different sub-directories: opac-tmpl and intranet-tmpl. Under those two are the themes directories, and one directory for each language -- for example, intranet-tmpl/default/en for English default templates. The templates should be stored in a directory that parallels the location of the Perl scripts. For example, the Perl scripts located in the $KOHA/acqui.simple directory should use templates located in $KOHA/koha-tmpl/intranet-tmpl/<theme>/<language>/acqui.simple. Exceptions: Scripts located in $KOHA/admin/ use templates located in $KOHA/intranet-tmpl/<theme>/<language>/parameters/ Some scripts in $KOHA/members/ use templates located in $KOHA/intranet-tmpl/<theme>/<language>/ Simple HTML "includes" files for placing standard headers and footers on Koha pages are located in $KOHA/intranet-tmpl/<theme>/<language>/includes/ When modifying templates, you should only modify the English one manually. All other languages are automatically generated from the English templates through a .po file and the script located in misc/translator/tmpl_process3.pl.
          Online help The $KOHA/koha-tmpl/<theme>/<language>/help directory contains online help. Under the help directory is a complete copy of the Koha directory structure, with templates using the same name as the "true" templates. These templates must contain online help. The $KOHA/help.pl script is called when the user clicks on "Help," which opens/shows the templates in this directory. PLEASE write online help when you add features.
          Template content There is usually only one template for a given .pl file. For example, the template related to circulation/returns.pl should be circulation/returns.tmpl. If there are different possible behaviours, they should be separated by a TMPL_IF. For example, $KOHA/koha-tmpl/intranet-tmpl/<theme>/<language>/parameters contains: <!-- TMPL_IF name="add_form" --> that controls what is shown when the user wants to add something (as determined by the Perl script): if ($op) { $template->param(script_name => $script_name, $op => 1); # We show only the TMPL_VAR names $op. } else { $template->param(script_name => $script_name, else => 1); # We show only the TMPL_VAR names $op. } Note that some scripts use two different templates, depending on what the user wants to do. This is sometimes a mistake in Koha design, sometimes not. For example, in $KOHA/opac/opac-search.pl, we can use the opac-search or opac-searchresults template, depending on the step of the search. Both templates are big, so merging them would not be a good idea for maintenance and readability of Koha code.
          DB access No database (DB) access routines should ever be included in .pl files. All DB access routines should be in the C4 directory, in .pm modules. There is one .pm module for each logical "librarian activity." For example, everything related to circulation must be in C4/Circulation/Circ2.pm. All inclusion of Perl variables in SQL commands should be done through prepare() statements with ? placeholders, and then using bind() and/or execute() calls. This helps with security and other testing. The C4/Context.pm module contains everything related to technical variables (creating a DB handler, getting a systempreference, etc.). The C4/Koha.pm module contains everything related to things that are useful everywhere in Koha, such as getting a branch list or a branch detail. (At the time of writing, this module probably should be improved. Some subroutines, for instance, are located in other modules but would be better here.) Exception: parameters management scripts. For historic reasons, and because they don't do anything complex in the database, all scripts in $KOHA/admin/ deal directly with the database. This is not really a bug, even if it does seem to break the rule. (Think of it as "the exception that proves the rule.")
          Perl scripts Perl scripts are the scripts that are run from cgi-bin (or mod_perl). They all have (almost) the same behaviour: read parameters; open an HTML::Template file (that checks the user rights to access the page if needed -- if the user doesn't have the correct permissions, show a "sorry no access" page and end); depending on the parameters (often, in a $op variable, but not always), run subroutines from a C4/*.pm package to do something in the database; using the parameters and the results of the previous operations, fill the template; and send the template to the user. Some scripts are run on the command line. They all are located in the misc directory. The misc directory does not contain any scripts that can be run as cgi-bin. Command line scripts executed without any parameters should return a "help" listing of possible parameters and exit without doing anything.
          Naming conventions
          Script names The script names must be related to what they do, and they must be located in a directory that is related to a logical "librarian activity". For example, all scripts related to circulation are in $KOHA/circ/. Exceptions: The acqui.simple directory contains all the code for MARC cataloguing. The directory name obviously is not related to the "librarian activity," but it's historic. The bull directory is related to serials management. Most of the code in this directory was developed in France, and "serials management" is "bulletinage" in French -- but in general, script and directory names should be in English. Some scripts related to borrowers are still in the $KOHA/ directory (pay.pl for example).
          Variable names Variables can be of three types: Perl variables; template variables; or hash entries from a SQL request. All three variables should have the same name. For example, if you get the field issuelength from the issuingrules table, then you should have a <!-- TMPL_VAR name="issuelength" --> in the template, and either a $issuelength or $issuingrules->{'issuelength'} variable in the Perl code. Sometimes you must use the same field/variable from two different points of view. In this case, use two variable names, with something distinctive before the "simple" name. For example if you need "librarian name" and "borrower name" from borrowers.surname, use librariansurname and borrowersurname.
          Commenting style Scripts and modules in Koha are expected to contain clear and helpful comments to assist other developers who want to work on the code. Despite the availability of external documentation, source code listings should be able to stand on their own, because external documentation may not adequately describe the details and intent of the developer(s). Please make sure you include enough comments to keep your coding intentions understandable, and try to follow these guidelines: Please write your comments in English or request translation. Write in complete sentences, capitalize the first word, and put two spaces after the end of each sentence (so that the Emacs sentence commands will work). Comments should start with a # and a single space. Comment your code when you do something that someone else may not think is "trivial." In other words, comment anything that is not readily obvious in the code. Each Koha file should begin with a block comment containing: basic information about the file, such as file name, version, date, author:# addbiblio.pl, v 1.52.2.6, 2005/05/19, tipaul the standard Koha copyright message:# Copyright 2000-2005 Katipo Communications # Copyright 2005 <author or employer> # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA All block comments should consist of one or more paragraphs built out of complete sentences, and each sentence should end in a period. Block comments generally apply to some (or all) code that follows them, and are indented to the same level as that code. Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment). Paragraphs inside a block comment are separated by a line containing a single #. Block comments are best surrounded by a blank line above and below them. Provide comments at the beginning of every function (unless the function is very short and its purpose is obvious) indicating the function's purpose, assumptions, and limitations. The comments should be a brief introduction to understand why the function exists and what it can do. Document how it does it, too, if that is not obvious. Place a blank line between a function and its description. Include information about the sorts of arguments it gets, and what the possible values of arguments mean and are used for. Also explain the significance of the return value, if there is one. Use comments on code that consists of loops and logic branches. These are key areas that will assist the reader when reading source code. Try to avoid adding comments at the end of a line of code; end-line comments make code more difficult to read. End-line comments are appropriate, however, when annotating variable declarations. In this case, try to align all end-line comments at a common tab stop. (End-line comments should be separated by at least two spaces from the statement.) When modifying code, always keep the commenting around it up to date. Keeping the comments up-to-date when the code changes is a priority -- comments that contradict the code are worse than no comments! Identify the change with the date and your user name. Avoid using clutter comments, such as an entire line of asterisks. Instead, use white space to separate comments from code. Avoid the use of superfluous or inappropriate comments, such as humorous sidebar remarks. To prevent recurring problems, always use comments on bug fixes and work-around code, especially in this team environment. When you want to leave notes about functionalities to be added, put TODO: in front of the actual comments so developers can easily search for them. When you want to leave notes about bugs to be fixed, put FIXME: in front of the actual comments so developers can easily search for them. One other type of comment that developers may overlook is the cvs log message added when committing a file, but these comments are also very important. The messages should never be omitted and should give enough description to let other developers know what you are doing without having to read the code itself. In the case of bug fixes, it is also recommended that the messages include the bug number and the bug title, as well as a brief description of the fix.
          POD style (in modules) Koha modules should be documented with extensive comments written in POD ("Plain Old Documentation") format. Instructions for the POD markup language can be found in the perlpod man page. POD comments should include as least the following headings: NAME The name of the module and a very brief description of the type of functions contained in the module. SYNOPSIS This may give an example of how to access the module from a script, but it may also contain any general discussion of the purpose or behavior of the module's functions, and discussion of changes made to the module. DESCRIPTION If not included in the SYNOPSIS, a general description of the module's purpose should appear here. FUNCTIONS Descriptions of each function in the module, beginning with an example of how the function is called and continuing with a description of the behavior of the function. AUTHOR This will generally be the "Koha Development Team," but may also be an individual developer who has made significant contributions to the module. Give a contact e-mail address. For two examples, see the POD comments in the Search.pm module (perldoc Search.pm) and the Biblio.pm module.
          From tipaul at users.sourceforge.net Mon Jun 13 17:12:21 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 13 Jun 2005 08:12:21 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po css_opac_fr_FR.po,1.6.2.4,1.6.2.5 default_intranet_fr_FR.po,1.5.2.5,1.5.2.6 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10372/misc/translator/po Modified Files: Tag: rel_2_2 css_opac_fr_FR.po default_intranet_fr_FR.po Log Message: translation update for 2.2.3 release Index: css_opac_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/css_opac_fr_FR.po,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -C2 -r1.6.2.4 -r1.6.2.5 *** css_opac_fr_FR.po 31 Mar 2005 07:47:01 -0000 1.6.2.4 --- css_opac_fr_FR.po 13 Jun 2005 15:12:03 -0000 1.6.2.5 *************** *** 9,14 **** msgstr "" "Project-Id-Version: css_opac_fr_FR\n" ! "POT-Creation-Date: 2005-03-30 15:44+0200\n" ! "PO-Revision-Date: 2005-03-30 16:34+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: css_opac_fr_FR\n" ! "POT-Creation-Date: 2005-06-13 14:55+0200\n" [...2358 lines suppressed...] msgid "week" msgstr "semaine" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:40 msgid "year" msgstr "année" --- 2296,2308 ---- msgstr "vol. %s" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:54 ! msgid "wednesday" ! msgstr "mercredi" ! ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:17 msgid "week" msgstr "semaine" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:41 msgid "year" msgstr "année" Index: default_intranet_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/default_intranet_fr_FR.po,v retrieving revision 1.5.2.5 retrieving revision 1.5.2.6 diff -C2 -r1.5.2.5 -r1.5.2.6 *** default_intranet_fr_FR.po 7 Apr 2005 12:02:10 -0000 1.5.2.5 --- default_intranet_fr_FR.po 13 Jun 2005 15:12:13 -0000 1.5.2.6 *************** *** 9,14 **** msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-04-06 14:34+0200\n" ! "PO-Revision-Date: 2005-04-06 14:45+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-07 16:19+0200\n" [...7442 lines suppressed...] #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:140 msgid "value" msgstr "valeur" *************** *** 13394,13399 **** msgstr "semaine" - #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-detail.tmpl:24 #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl:25 msgid "will result in the following issues numbers :" msgstr "Donnera les numéros de parution suivants" --- 13585,13590 ---- msgstr "semaine" #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl:25 + #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-detail.tmpl:24 msgid "will result in the following issues numbers :" msgstr "Donnera les numéros de parution suivants" From joshferraro at users.sourceforge.net Tue Jun 14 20:24:25 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 11:24:25 -0700 Subject: [Koha-cvs] CVS: koha/misc/sql-datas/english sample_usmarc.readme,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/misc/sql-datas/english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24497 Added Files: Tag: rel_2_2 sample_usmarc.readme Log Message: readme for sample usmarc file. --- NEW FILE --- The included sample_usmarc.mrc can be used to demonstrate import of a set of MARC21 (iso2709) records. The set includes about 3K records. Note that if you want holdings to work correctly you'll have to tweak the records to match your local configuration. To import the records use the bulkmarcimport tool in misc/migration_tools/ If you have questions feel free to ask them on the list or email me directly. Joshua Ferraro jmf at liblime dot com From joshferraro at users.sourceforge.net Wed Jun 15 01:18:55 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 16:18:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes favicon.ico,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19961/koha-tmpl/opac-tmpl/npl/en/includes Added Files: favicon.ico Log Message: to get rid of pesky log message complaining about favicon.ico From joshferraro at users.sourceforge.net Wed Jun 15 01:22:13 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 16:22:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl favicon.ico,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21595 Added Files: favicon.ico Log Message: Getting rid of pesky favicon.ico log message --- NEW FILE --- >?ÿÿÿÿÿÿ67789:;ÿÿÿÿÿÿ010234ÿ5ÿÿÿÿÿÿ,-./ÿÿÿÿÿÿÿÿ'()*+ÿÿÿÿÿÿÿÿÿ $ ÿÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿ From hdl at users.sourceforge.net Wed Jun 15 15:21:25 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 06:21:25 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.44,1.45 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31993/C4 Modified Files: SearchMarc.pm Log Message: Deleting joined tables without condition. Issues, reserves, items. Major Bug fixed : Catalogsearch would work no more. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -r1.44 -r1.45 *** SearchMarc.pm 3 Jun 2005 03:58:26 -0000 1.44 --- SearchMarc.pm 15 Jun 2005 13:21:22 -0000 1.45 *************** *** 281,289 **** my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); --- 281,289 ---- my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-MARCdetail.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328/opac Modified Files: opac-MARCdetail.pl Log Message: Displaying dashed isbn. Index: opac-MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-MARCdetail.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-MARCdetail.pl 4 May 2005 09:02:38 -0000 1.6 --- opac-MARCdetail.pl 15 Jun 2005 16:09:42 -0000 1.7 *************** *** 118,121 **** --- 118,124 ---- if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{isurl}) { $subfield_data{marc_value}="$subf[$i][1]"; + } elsif ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{kohafield} eq "biblioitems.isbn") { + # warn " tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}. "ISBN : ".$subf[$i][1]."PosttraitementISBN :".DisplayISBN($subf[$i][1]); + $subfield_data{marc_value}=DisplayISBN($subf[$i][1]); } else { if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{authtypecode}) { From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.119,1.120 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328/C4 Modified Files: Biblio.pm Log Message: Displaying dashed isbn. Index: Biblio.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -r1.119 -r1.120 *** Biblio.pm 1 Jun 2005 20:43:58 -0000 1.119 --- Biblio.pm 15 Jun 2005 16:09:43 -0000 1.120 *************** *** 71,74 **** --- 71,75 ---- &FindDuplicate + &DisplayISBN ); *************** *** 476,479 **** --- 477,481 ---- my ( $dbh, $bibid ) = @_; my $record = MARC::Record->new(); + # warn "". $bidid; #---- TODO : the leader is missing *************** *** 2621,2625 **** return; } ! END { } # module clean-up code here (global destructor) --- 2623,2661 ---- return; } ! sub DisplayISBN { ! my ($isbn)=@_; ! my $seg1; ! if(substr($isbn, 0, 1) <=7) { ! $seg1 = substr($isbn, 0, 1); ! } elsif(substr($isbn, 0, 2) <= 94) { ! $seg1 = substr($isbn, 0, 2); ! } elsif(substr($isbn, 0, 3) <= 995) { ! $seg1 = substr($isbn, 0, 3); ! } elsif(substr($isbn, 0, 4) <= 9989) { ! $seg1 = substr($isbn, 0, 4); ! } else { ! $seg1 = substr($isbn, 0, 5); ! } ! my $x = substr($isbn, length($seg1)); ! my $seg2; ! if(substr($x, 0, 2) <= 19) { ! # if(sTmp2 < 10) sTmp2 = "0" sTmp2; ! $seg2 = substr($x, 0, 2); ! } elsif(substr($x, 0, 3) <= 699) { ! $seg2 = substr($x, 0, 3); ! } elsif(substr($x, 0, 4) <= 8399) { ! $seg2 = substr($x, 0, 4); ! } elsif(substr($x, 0, 5) <= 89999) { ! $seg2 = substr($x, 0, 5); ! } elsif(substr($x, 0, 6) <= 9499999) { ! $seg2 = substr($x, 0, 6); ! } else { ! $seg2 = substr($x, 0, 7); ! } ! my $seg3=substr($x,length($seg2)); ! $seg3=substr($seg3,0,length($seg3)-1) ; ! my $seg4 = substr($x, -1, 1); ! return "$seg1-$seg2-$seg3-$seg4"; ! } END { } # module clean-up code here (global destructor) *************** *** 2636,2639 **** --- 2672,2678 ---- # $Id$ # $Log$ + # Revision 1.120 2005/06/15 16:09:43 hdl + # Displaying dashed isbn. + # # Revision 1.119 2005/06/01 20:43:58 genjimoto # patch from Genji (Waylon R.) to update subjects in MARC tables when systempref has MARC=OFF From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.26,1.27 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328 Modified Files: MARCdetail.pl Log Message: Displaying dashed isbn. Index: MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/MARCdetail.pl,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** MARCdetail.pl 1 Mar 2005 13:40:47 -0000 1.26 --- MARCdetail.pl 15 Jun 2005 16:09:44 -0000 1.27 *************** *** 116,121 **** --- 116,125 ---- $subfield_data{marc_lib}=$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{lib}; $subfield_data{link}=$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{link}; + # warn "tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}."lien koha? : "$subfield_data{link}; if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{isurl}) { $subfield_data{marc_value}="$subf[$i][1]"; + } elsif ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{kohafield} eq "biblioitems.isbn") { + # warn " tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}. "ISBN : ".$subf[$i][1]."PosttraitementISBN :".DisplayISBN($subf[$i][1]); + $subfield_data{marc_value}=DisplayISBN($subf[$i][1]); } else { if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{authtypecode}) { From hdl at users.sourceforge.net Wed Jun 15 21:55:16 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 12:55:16 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.19,1.20 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22380/koha-tmpl/opac-tmpl/css/en/includes Modified Files: opac.css Log Message: Displaying overdues with red font. Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** opac.css 4 May 2005 08:58:30 -0000 1.19 --- opac.css 15 Jun 2005 19:55:14 -0000 1.20 *************** *** 268,271 **** --- 268,282 ---- /* BLOCS */ + #problem { + color: white; + font-weight:bold; + background-color:red; + } + .problem { + color: white; + font-weight:bold; + background-color:red; + } + /* the mainbloc : everything is in mainbloc, except menu */ #mainbloc { From hdl at users.sourceforge.net Wed Jun 15 21:55:17 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 12:55:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-user.tmpl,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22380/koha-tmpl/opac-tmpl/css/en Modified Files: opac-user.tmpl Log Message: Displaying overdues with red font. Index: opac-user.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** opac-user.tmpl 4 May 2005 08:58:32 -0000 1.9 --- opac-user.tmpl 15 Jun 2005 19:55:14 -0000 1.10 *************** *** 61,69 ****
          OVERDUE
          ! ! ! YesNo
          YesNoYesNo
          --- 73,76 ---- From hdl at users.sourceforge.net Thu Jun 16 17:06:25 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 08:06:25 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes intranet-main.css,1.4,1.4.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32277/koha-tmpl/intranet-tmpl/default/en/includes Modified Files: Tag: rel_2_2 intranet-main.css Log Message: adding rapid links to pages inside Index: intranet-main.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -r1.4 -r1.4.2.1 *** intranet-main.css 30 Jul 2004 14:29:40 -0000 1.4 --- intranet-main.css 16 Jun 2005 15:06:22 -0000 1.4.2.1 *************** *** 55,59 **** text-align:center; background-color:#ad11ad; ! color: #FFFFFF; text-decoration: normal; font-weight: bold; --- 55,59 ---- text-align:center; background-color:#ad11ad; ! color: #000000; text-decoration: normal; font-weight: bold; *************** *** 84,87 **** --- 84,106 ---- } + h2 { + margin-top:0px; + margin-bottom:4px; + text-align:center; + padding:0px; + font-size:125%; + padding-left:10px; + padding-right:10px; + padding-bottom:3px; + padding-top:3px; + } + h2.reports{ + text-align:center; + background-color: #6b7cbe; + color: #FFFFFF; + text-decoration: normal; + font-weight: bold; + } + h1.circulation{ text-align:center; *************** *** 92,95 **** --- 111,123 ---- } + h1.authority { + text-align:center; + background-color: #6b7cbe; + color:#000000; + text-decoration: normal; + font-weight: bold; + background-image:none; + } + h1.parameters{ text-align:center; *************** *** 121,125 **** cursor: hand; background-color:#ad11ad; ! color:#FFFFFF; font-weight: bold; border:1px solid #000000; --- 149,153 ---- cursor: hand; background-color:#ad11ad; ! color:#000000; font-weight: bold; border:1px solid #000000; *************** *** 127,131 **** } ! a.members { font-weight: normal; text-decoration: none; --- 155,167 ---- } ! .little { ! font-weight: normal; ! font-size:10pt; ! padding:0px 0px 0px 0px; ! text-decoration: none; ! line-height:100%; ! } ! ! .members { font-weight: normal; text-decoration: none; *************** *** 135,139 **** line-height:200%; } ! a.members:hover { background-color: #86c268; border:1px solid #000000; --- 171,175 ---- line-height:200%; } ! .members:hover { background-color: #86c268; border:1px solid #000000; *************** *** 144,148 **** } ! a.acquisition { font-weight: normal; text-decoration: none; --- 180,200 ---- } ! a.authority { ! font-weight: normal; ! text-decoration: none; ! cursor: hand; ! color:#777777; ! font-weight: bold; ! line-height:200%; ! } ! a.authority:hover { ! background-color: #6b7cbe; ! border:1px solid #000000; ! color: #000000; ! text-decoration: none; ! font-weight: bold; ! } ! ! .acquisition { font-weight: normal; text-decoration: none; *************** *** 152,156 **** line-height:200%; } ! a.acquisition:hover { background-color: #ffdf61; border:1px solid #000000; --- 204,208 ---- line-height:200%; } ! .acquisition:hover { background-color: #ffdf61; border:1px solid #000000; *************** *** 169,172 **** --- 221,225 ---- line-height:200%; } + a.reports:hover { background-color: #6b7cbe; *************** *** 178,182 **** } ! a.circulation { font-weight: normal; text-decoration: none; --- 231,235 ---- } ! .circulation { font-weight: normal; text-decoration: none; *************** *** 186,190 **** line-height:200%; } ! a.circulation:hover { background-color: #be6170; border:1px solid #000000; --- 239,243 ---- line-height:200%; } ! .circulation:hover { background-color: #be6170; border:1px solid #000000; *************** *** 262,263 **** --- 315,323 ---- padding:0px; } + + #bloc25, .bloc25 { + float:left; + border:1px solid #000000; + margin:0px; + padding:0px; + } From hdl at users.sourceforge.net Thu Jun 16 17:06:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 08:06:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en intranet-main.tmpl,1.25,1.25.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32277/koha-tmpl/intranet-tmpl/default/en Modified Files: Tag: rel_2_2 intranet-main.tmpl Log Message: adding rapid links to pages inside Index: intranet-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -r1.25 -r1.25.2.1 *** intranet-main.tmpl 20 Sep 2004 15:25:22 -0000 1.25 --- intranet-main.tmpl 16 Jun 2005 15:06:23 -0000 1.25.2.1 *************** *** 43,46 **** --- 43,55 ---- layer.style.visibility = 'hidden'; } + function addauthority() { + X = document.forms["f"].authtype.value; + window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X; + } + function searchauthority() { + X = document.forms["f"].authtype2.value; + Y = document.forms["f"].value.value; + window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; + } --- 25,29 ---- var MSG_NO_RECORD_ADDED = _("No biblio added"); function Dopop(link) { ! newin=window.open(link,'popup','width=700,height=500,toolbar=false,scrollbars=yes'); } From tipaul at users.sourceforge.net Thu Jun 16 17:40:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:40:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.6,1.17.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16476/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css Log Message: minor changes in css for better IE compliance Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.6 retrieving revision 1.17.2.7 diff -C2 -r1.17.2.6 -r1.17.2.7 *** opac.css 6 Jun 2005 14:06:14 -0000 1.17.2.6 --- opac.css 16 Jun 2005 15:40:15 -0000 1.17.2.7 *************** *** 169,173 **** vertical-align:top; position:static; - /* position:relative;*/ display:table-cell; } --- 169,172 ---- *************** *** 379,405 **** /* for SubscritptionHistory view */ div.tabsubs { ! width:25px; ! margin-left:10px; ! margin-top:100px; } div.tabsubs a { - display:block; font-size: small; border: thin solid black; margin-right: 2px; ! padding: 15px 30px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tabsub { background-color: #ACE6E6; visibility:hidden; ! margin-left:72px; ! margin-top:100px; ! margin-right:10%; } - /* for MARC view */ div.tabs { --- 378,402 ---- /* for SubscritptionHistory view */ div.tabsubs { ! margin-left:150px; ! position:inline; } div.tabsubs a { font-size: small; border: thin solid black; margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 5px 0px 0px; } div.tabsub { background-color: #ACE6E6; + position:absolute; visibility:hidden; ! margin-left:150px; ! margin-top:0px; ! border:4px; } /* for MARC view */ div.tabs { From tipaul at users.sourceforge.net Thu Jun 16 17:42:12 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:42:12 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.3,1.1.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17563/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: * css change for better IE compliance * adding switch from complete to compact history view Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -r1.1.2.3 -r1.1.2.4 *** opac-full-serial-issues.tmpl 6 Jun 2005 12:16:06 -0000 1.1.2.3 --- opac-full-serial-issues.tmpl 16 Jun 2005 15:42:03 -0000 1.1.2.4 *************** *** 3,7 **** -

          Subscription information for biblio # with title :

          " class="button catalogue">Back to biblio --- 3,6 ---- *************** *** 10,16 **** !
          " >)">
          --- 9,16 ---- ! )"> + &selectview=small">Compact view *************** *** 45,50 **** - "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123i.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; --- NEW FILE --- #!/usr/bin/perl # $Id: unimarc_field_123j.pl,v 1.1.2.2 2005/06/16 15:49:40 tipaul Exp $ # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Auth; use CGI; use C4::Context; use HTML::Template; use C4::Search; use C4::Output; =head1 plugin_parameters : other parameters added when the plugin is called by the dopop function =cut sub plugin_parameters { my ($dbh,$record,$tagslib,$i,$tabloop) = @_; return ""; } sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; my $function_name= "123j".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123j.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From tipaul at users.sourceforge.net Thu Jun 16 17:51:07 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:51:07 -0700 Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.13.2.1,1.13.2.2 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22225/z3950 Modified Files: Tag: rel_2_2 processz3950queue Log Message: fix for UNIMARC BNF behaviour (now work as expected) Index: processz3950queue =================================================================== RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -C2 -r1.13.2.1 -r1.13.2.2 *** processz3950queue 30 Mar 2005 09:53:39 -0000 1.13.2.1 --- processz3950queue 16 Jun 2005 15:51:05 -0000 1.13.2.2 *************** *** 281,292 **** for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata; ! # use render() or rawdata() depending on the type of the returned record ! if (ref($rec) eq "Net::Z3950::Record::USMARC") { ! $marcdata = $rec->rawdata(); ! } ! if (ref($rec) eq "Net::Z3950::Record::UNIMARC") { ! $marcdata = $rec->rawdata(); ! } $globalencoding = ref($rec); $result.=$marcdata; --- 281,285 ---- for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata = $rec->rawdata(); $globalencoding = ref($rec); $result.=$marcdata; From tipaul at users.sourceforge.net Thu Jun 16 17:50:24 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:50:24 -0700 Subject: [Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.4.2.1 Message-ID: Update of /cvsroot/koha/koha/z3950/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21986/z3950/server Modified Files: Tag: rel_2_2 zed-koha-server.pl Log Message: bugfix in SQL query. Now the z3950 server works... Index: zed-koha-server.pl =================================================================== RCS file: /cvsroot/koha/koha/z3950/server/zed-koha-server.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -r1.4 -r1.4.2.1 *** zed-koha-server.pl 3 Jun 2004 01:48:19 -0000 1.4 --- zed-koha-server.pl 16 Jun 2005 15:50:22 -0000 1.4.2.1 *************** *** 58,62 **** use C4::Biblio; use strict; ! my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope --- 58,62 ---- use C4::Biblio; use strict; ! # my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope *************** *** 86,89 **** --- 86,90 ---- sub run_query { ## Run the query and store the biblionumbers: my ($sql_query, $query, $args) = @_; + my $dbh = C4::Context->dbh; my $sth_get = $dbh->prepare("$sql_query"); *************** *** 145,149 **** print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblio ON marc_biblio.biblionumber = biblio.biblionumber WHERE biblio.isbn LIKE ?"; &run_query($sql_query, $query, $args); --- 146,150 ---- print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblioitems ON marc_biblio.biblionumber = biblioitems.biblionumber WHERE biblioitems.isbn LIKE ?"; &run_query($sql_query, $query, $args); *************** *** 269,392 **** $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! my $recordstring=$MARCRecord->as_usmarc(); ! ## print "here is my record: $recordstring\n"; ! ! ## Troubleshooting: ! ## use Data::Dumper; ! ## Dumper $recordstring; ! ## open (MARC, ">/root/marc.dump"); ! ## print MARC "$recordstring"; ! ## close MARC; ! ! ## Convert from 852/4 to 952: ! ## 942a --> 852a Organization code ! ## 952b --> 852b Home branch ! ## 942k --> 852h Classification ! ## 952p --> 852p Barcode ! ! my $record = MARC::Record->new_from_usmarc($recordstring); ! my @fields942 = $record->field('942'); ! my $field842 = $fields942[0]; ! my ($field952, $sub852a, $sub852k, $sub852b, $sub852p, $sub852h); ! ! ! ## while ( my $record = $batch->next() ) { ! ## my @fields942 = $record->field('942'); ! ## my $field842 = $fields942[0]; ! ## #grab first 942 (only need one, they are same for all items) ! ## my $sub852a = ($field842->subfield('a') || ''); ! ## my $sub852h = ($field842->subfield('k') || ''); ! ! ## my @fields952 = $record->field('952'); ! ## foreach my $field952 (@fields952) { #get all 952s ! ## my $sub852b = ($field952->subfield('b') || ''); ! ## my $sub852p = ($field952->subfield('p') || ''); ! ! ! #grab first 942 (only need one, they are same for all items) ! unless (! $field952){ ! $sub852a = ($field952->subfield('a') || '') ; ! } ! unless (! $field952){ #->subfield('k')) { ! $sub852k = ($field952->subfield('k') || '') ; ! ! } ! ! my @fields952 = $record->field('952'); ! foreach my $field952 (@fields952) { #get all 952s ! ! unless (! $field952) { #->subfield('b')) { ! $sub852b = ($field952->subfield('b') || '') ; ! } ! unless (! $field952) { #->subfield('p')) { ! $sub852p = ($field952->subfield('p') || '') ; ! } ! #make it one big happy family ! my $new852 = MARC::Field->new( ! 852,'','', ! 'a' => $sub852a, ! 'b' => $sub852b, ! 'h' => $sub852h, ! 'p' => $sub852p, ! ); ! $record->append_fields($new852); ! ! } ! ! my $recordstringdone = $record->as_usmarc(); ! ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::usmarc; ## Return the record string to the client ! $args->{RECORD} = $recordstringdone; } - # That's all folks! - # - # OLD OLD OLD OLD - - sub fetch_handler_old { - my ($args) = @_; - # warn "in fetch_handler"; ## troubleshooting - my $offset = $args->{OFFSET}; - $offset -= 1; ## because $args->{OFFSET} 1 = record #1 - chomp (my $bibid = $bib_list[$offset]); ## Not sure about this - my $sql_query = "SELECT tag, subfieldcode, subfieldvalue FROM marc_subfield_table where bibid=?"; - my $sth_get = $dbh->prepare("$sql_query"); - $sth_get->execute($bibid); - - ## create a MARC::Record object - my $rec = MARC::Record->new(); - - ## create the fields - while (my @data=$sth_get->fetchrow_array) { - - my $tag = $data[0]; - my $subfieldcode = $data[1]; - my $subfieldvalue = $data[2]; - - my $field = MARC::Field->new( - $tag,'','', - $subfieldcode => $subfieldvalue, - ); - $rec->append_fields($field); - - ## build the marc string and put into $record - my $tmp_record = $rec->as_usmarc(); - my $reclen = length $tmp_record; - my $baseaddr = "$reclen + dirlen"; - # set_leader_lengths($reclen,$baseaddr); - my $record = $rec->as_usmarc(); - $args->{RECORD} = $record; - } - - } - - ## This stuff doesn't work yet...I should include boolean searching someday ## though --- 270,287 ---- $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $dbh = C4::Context->dbh; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! $MARCRecord->leader(' nac 22 1u 4500'); ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::unimarc; ## Return the record string to the client ! $args->{RECORD} = $MARCRecord->as_usmarc(); ! # $args->{RECORD} = $recordstringdone; } ## This stuff doesn't work yet...I should include boolean searching someday ## though From hellen at users.sourceforge.net Thu Jun 16 20:31:32 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 16 Jun 2005 11:31:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bookshelves shelves.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22530/koha-tmpl/intranet-tmpl/default/de/bookshelves Modified Files: shelves.tmpl Log Message: translated by hellen Index: shelves.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves/shelves.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** shelves.tmpl 9 Jun 2005 08:37:42 -0000 1.3 --- shelves.tmpl 16 Jun 2005 18:31:25 -0000 1.4 *************** *** 11,15 ****
          löschenStrichcode Titel Verfasser
          löschenBarcode Titel Verfasser
          --- 106,110 ----
          !

          Regalliste

          *************** *** 145,149 **** --- 145,149 ---- From hellen at users.sourceforge.net Thu Jun 16 20:31:32 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 16 Jun 2005 11:31:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters aqbudget.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22530/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: aqbudget.tmpl Log Message: translated by hellen Index: aqbudget.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/aqbudget.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** aqbudget.tmpl 12 May 2005 19:26:35 -0000 1.1 --- aqbudget.tmpl 16 Jun 2005 18:31:30 -0000 1.2 *************** *** 107,111 ****

          !

          --- 107,111 ----

          !

          From hdl at users.sourceforge.net Thu Jun 16 21:10:12 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 12:10:12 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.5,1.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11586/koha-tmpl/intranet-tmpl/default/en/bull Modified Files: statecollection.tmpl Log Message: Adding 2 status to serial issues : - delete : to delete the current issue - not issued : to distinguish missing from not issued serial number. Index: statecollection.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** statecollection.tmpl 4 May 2005 08:52:51 -0000 1.5 --- statecollection.tmpl 16 Jun 2005 19:10:09 -0000 1.6 *************** *** 54,57 **** --- 54,67 ---- + + + + + + + + + + *************** *** 98,101 **** --- 108,115 ----

          Missing issues

           

          + +

          Not issued

          +

           

          +

          Opac's note

           

          From hdl at users.sourceforge.net Thu Jun 16 21:10:15 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 12:10:15 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11586/C4 Modified Files: Bull.pm Log Message: Adding 2 status to serial issues : - delete : to delete the current issue - not issued : to distinguish missing from not issued serial number. Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Bull.pm 4 May 2005 15:40:01 -0000 1.9 --- Bull.pm 16 Jun 2005 19:10:10 -0000 1.10 *************** *** 51,55 **** &Find_Next_Date, &Get_Next_Seq &hassubscriptionexpired &subscriptionexpirationdate &subscriptionrenew ! &getSupplierListWithLateIssues &GetLateIssues); sub getSupplierListWithLateIssues { --- 51,55 ---- &Find_Next_Date, &Get_Next_Seq &hassubscriptionexpired &subscriptionexpirationdate &subscriptionrenew ! &getSupplierListWithLateIssues &GetLateIssues &serialdelete); sub getSupplierListWithLateIssues { *************** *** 275,279 **** my $dbh = C4::Context->dbh; # status = 2 is "arrived" ! my $sth=$dbh->prepare("select serialid,serialseq, status, planneddate from serial where subscriptionid = ? and status <>2 and status <>4"); $sth->execute($subscriptionid); my @serials; --- 275,279 ---- my $dbh = C4::Context->dbh; # status = 2 is "arrived" ! my $sth=$dbh->prepare("select serialid,serialseq, status, planneddate from serial where subscriptionid = ? and status <>2 and status <>4 and status <>5"); $sth->execute($subscriptionid); my @serials; *************** *** 289,296 **** } ! sub serialchangestatus { ! my ($serialid,$serialseq,$planneddate,$status)=@_; ! # warn "($serialid,$serialseq,$planneddate,$status)"; ! # 1st, get previous status : if we change from "waited" to something else, then we will have to create a new "waited" entry my $dbh = C4::Context->dbh; my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); --- 289,294 ---- } ! sub serialdelete { ! my ($serialid,$serialseq)=@_; my $dbh = C4::Context->dbh; my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); *************** *** 298,314 **** my ($subscriptionid,$oldstatus) = $sth->fetchrow; # change status & update subscriptionhistory ! $sth = $dbh->prepare("update serial set serialseq=?,planneddate=?,status=? where serialid = ?"); ! $sth->execute($serialseq,$planneddate,$status,$serialid); $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); $sth->execute($subscriptionid); my ($missinglist,$recievedlist) = $sth->fetchrow; ! if ($status eq 2) { ! $recievedlist .= ",$serialseq"; ! } ! if ($status eq 4) { ! $missinglist .= ",$serialseq"; ! } $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); $sth->execute($recievedlist,$missinglist,$subscriptionid); # create new waited entry if needed (ie : was a "waited" and has changed) if ($oldstatus eq 1 && $status ne 1) { --- 296,336 ---- my ($subscriptionid,$oldstatus) = $sth->fetchrow; # change status & update subscriptionhistory ! my $sth = $dbh->prepare("delete * from serial where serialid = ?"); ! $sth->execute($serialid); $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); $sth->execute($subscriptionid); my ($missinglist,$recievedlist) = $sth->fetchrow; ! $recievedlist =~ s/",$serialseq"//; ! $missinglist =~ s/",$serialseq"//; $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); $sth->execute($recievedlist,$missinglist,$subscriptionid); + } + + sub serialchangestatus { + my ($serialid,$serialseq,$planneddate,$status)=@_; + # warn "($serialid,$serialseq,$planneddate,$status)"; + # 1st, get previous status : if we change from "waited" to something else, then we will have to create a new "waited" entry + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); + $sth->execute($serialid); + my ($subscriptionid,$oldstatus) = $sth->fetchrow; + # change status & update subscriptionhistory + if ($status eq 6){ + delissue($serialseq, $subscriptionid) + }else{ + $sth = $dbh->prepare("update serial set serialseq=?,planneddate=?,status=? where serialid = ?"); + $sth->execute($serialseq,$planneddate,$status,$serialid); + $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); + $sth->execute($subscriptionid); + my ($missinglist,$recievedlist) = $sth->fetchrow; + if ($status eq 2) { + $recievedlist .= ",$serialseq"; + } + $missinglist .= ",$serialseq" if ($status eq 4) ; + $missinglist .= ",not issued $serialseq" if ($status eq 5); + $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); + $sth->execute($recievedlist,$missinglist,$subscriptionid); + } + # create new waited entry if needed (ie : was a "waited" and has changed) if ($oldstatus eq 1 && $status ne 1) { *************** *** 335,338 **** --- 357,367 ---- } + sub delissue { + my ($serialseq,$subscriptionid) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("delete from serial where serialseq= ? and subscriptionid= ? "); + $sth->execute($serialseq,$subscriptionid); + } + sub Get_Next_Date(@) { my ($planneddate,$subscription) = @_; From tipaul at users.sourceforge.net Fri Jun 17 14:31:46 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Fri, 17 Jun 2005 05:31:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-auth.tmpl,1.3,1.3.2.1 opac-MARCdetail.tmpl,1.5.2.2,1.5.2.3 opac-user.tmpl,1.8.2.3,1.8.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2234/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-auth.tmpl opac-MARCdetail.tmpl opac-user.tmpl Log Message: last commits before 2.2.3 * css fixes for better IE compliance * adding LibraryName parameter in login screen Index: opac-auth.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-auth.tmpl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** opac-auth.tmpl 8 Dec 2004 10:26:32 -0000 1.3 --- opac-auth.tmpl 17 Jun 2005 12:31:44 -0000 1.3.2.1 *************** *** 1,38 ****
          ! ! !

          Sorry, KOHA doesnt think you have permission for this page.

          ! ! ! ! !

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

          ! ! ! ! !

          You are accessing koha from a different ip address! please login again.

          ! ! ! ! !

          You entered an incorrect username or password, please try again.

          ! ! ! ! ! !
          " method="post"> !

          Koha Login

          !

          !

          ! ! ! !

          ! ! !
          --- 1,39 ----
          !
          ! ! !

          Sorry, KOHA doesnt think you have permission for this page.

          ! ! ! ! !

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

          ! ! ! ! !

          You are accessing koha from a different ip address! please login again.

          ! ! ! ! !

          You entered an incorrect username or password, please try again.

          ! !

          !
          ! ! !
          " method="post"> !

          Koha Login

          !

          !

          ! ! ! !

          ! !
          !
          Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** opac-MARCdetail.tmpl 6 Jun 2005 12:38:16 -0000 1.5.2.2 --- opac-MARCdetail.tmpl 17 Jun 2005 12:31:44 -0000 1.5.2.3 *************** *** 28,32 **** ')">Add to basket -
          --- 28,31 ---- *************** *** 321,325 ****
          - + To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + " type="text"> + + +
          *************** *** 77,79 **** --- 136,139 ----
           
          + From tipaul at users.sourceforge.net Mon Jun 20 16:16:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:16:06 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.37,1.38 additem.tmpl,1.23,1.24 isbnsearch.tmpl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4672/koha-tmpl/intranet-tmpl/default/en/acqui.simple Modified Files: addbiblio.tmpl additem.tmpl isbnsearch.tmpl Log Message: synch'ing 2.2 and head Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** addbiblio.tmpl 4 May 2005 08:52:50 -0000 1.37 --- addbiblio.tmpl 20 Jun 2005 14:15:57 -0000 1.38 *************** *** 2,6 ****

          !

          Biblionumber :

          --- 2,6 ----

          !

          Biblionumber : With Framework :

          *************** *** 405,409 **** } else { document.getElementById(ong).style.visibility="hidden"; ! document.getElementById(link).style.color="#000000"; } } --- 405,412 ---- } else { document.getElementById(ong).style.visibility="hidden"; ! if (document.getElementById(link)) ! { ! document.getElementById(link).style.color="#000000"; ! } } } *************** *** 515,518 **** --- 518,525 ---- newin=window.open("../z3950/search.pl?bibid="+strQuery,"z3950search",'width=800,height=400,toolbar=false,scrollbars=yes'); } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } function AddField(field) { Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** additem.tmpl 6 May 2005 08:25:18 -0000 1.23 --- additem.tmpl 20 Jun 2005 14:16:03 -0000 1.24 *************** *** 6,15 ****

          ( biblionumber #)

          ! " class="button catalogue"> Edit biblio - &op=duplicate" class="button catalogue"> - Duplicate - " class="button catalogue"> MARC --- 6,12 ----

          ( biblionumber #)

          !
          " class="button catalogue"> Edit biblio " class="button catalogue"> MARC Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** isbnsearch.tmpl 4 May 2005 08:52:51 -0000 1.20 --- isbnsearch.tmpl 20 Jun 2005 14:16:03 -0000 1.21 *************** *** 13,39 ****

          Biblios in koha

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 13,55 ----
          TitleAuthor©  
          ! " class="button catalogue">Add items" class="button catalogue">Edit... &op=duplicate" class="button catalogue">Duplicate
          + + + + + ! *************** *** 86,98 **** No results found. ! ! ! &="> ! /images/numbers/next.gif" border="0"> ! ! ! /images/numbers/placeholder.gif" border="0"> ! !

          Biblios in reservoir

          --- 102,112 ---- No results found. !

          ! ! !

          None

          ! ! !

          Biblios in reservoir

          *************** *** 107,111 **** !
          --- 121,125 ---- ! From tipaul at users.sourceforge.net Mon Jun 20 16:17:07 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:17:07 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities authorities.tmpl,1.9,1.10 detail.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5197/koha-tmpl/intranet-tmpl/default/en/authorities Modified Files: authorities.tmpl detail.tmpl Log Message: synch'ing 2.2 and head Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** authorities.tmpl 4 May 2005 08:52:51 -0000 1.9 --- authorities.tmpl 20 Jun 2005 14:17:04 -0000 1.10 *************** *** 4,8 ****
          !

          Authority number

          --- 4,12 ----

          ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          *************** *** 21,28 ****

          !

          Duplicate suspected with

          You must either :

          --- 25,32 ----
          !

          Duplicate suspected with

          You must either :

          *************** *** 30,43 **** - -
          -

          Duplicate suspected with

          -

          You must either :

          -
            -

            confirm it's not a duplicate (and click on Add Auth again)

            -

            Go to " >edit items from this duplicate Authority

            -
          -
          - --- 34,37 ---- *************** *** 185,190 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 179,184 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/detail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** detail.tmpl 4 May 2005 08:52:51 -0000 1.4 --- detail.tmpl 20 Jun 2005 14:17:04 -0000 1.5 *************** *** 2,6 **** /includes/marc-editor.css">
          --- 85,91 ----
          ! !

          Total Number of Items:

          ! Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** MARCdetail.tmpl 4 May 2005 08:52:52 -0000 1.34 --- MARCdetail.tmpl 20 Jun 2005 14:17:48 -0000 1.35 *************** *** 1,11 ****
          !

          Biblionumber :

          ! " class="button catalogue"> Edit biblio ! &op=duplicate" class="button catalogue"> Duplicate --- 1,15 ---- +
          ! !

          Biblionumber : With Framework : !

          ! ! Edit biblio ! Duplicate *************** *** 41,44 **** --- 45,50 ---- " class="button catalogue">Request + +
          *************** *** 398,401 **** --- 404,415 ---- newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes'); } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms[0].Frameworks.options[document.forms[0].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** searchresults.tmpl 19 Nov 2004 21:37:20 -0000 1.16 --- searchresults.tmpl 20 Jun 2005 14:17:48 -0000 1.17 *************** *** 10,14 **** You searched on ! You did not specify any seach criteria

          --- 10,14 ---- You searched on ! You did not specify any search criteria

          From tipaul at users.sourceforge.net Mon Jun 20 16:18:44 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ branchtransfers.tmpl,1.12,1.13 circulation.tmpl,1.37,1.38 selectbranchprinter.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6439/koha-tmpl/intranet-tmpl/default/en/circ Modified Files: branchtransfers.tmpl circulation.tmpl selectbranchprinter.tmpl Log Message: synch'ing 2.2 and head Index: branchtransfers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** branchtransfers.tmpl 5 Nov 2004 10:18:24 -0000 1.12 --- branchtransfers.tmpl 20 Jun 2005 14:18:41 -0000 1.13 *************** *** 1,15 ****
          - !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> --- 1,9 ----
          !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> *************** *** 17,21 ****
          TitleAuthor©   
          ! Función Teclado Ver el la cadena de texto anterior RePág Ver el la cadena de texto siguiente AvPág Ver el la cadena de texto anterior no traducida Alt+RePág Ver el la cadena de texto siguiente no traducida Alt+AvPág Copiar la cadena de texto que está en la ventana de Texto Original a la ventana de traducción Ctrl+Espacio
          Usando tmpl_process3.pl para generar “templates†traducidos Siguiendo los ejemplos anteriores, hemos creado, en primer lugar, un archivo '.po' con nombre circ_es.po conteniendo todas las cadenas de texto extraídas de todos los 'templates' que están en el directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ. Por otro lado, ya hemos utilizado KBABEL para realizar la traducción de todas esas cadenas de texto. Finalmente, sólo resta la generación de los nuevos 'templates' traducidos en un directorio a elección, siempre y cuando tenga una copia de los 'templates' originales. A los efectos de este ejemplo, crearemos los templates traducidos en el directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ. Para lograr esto, utilizaremos nuevamente el script tmpl_process3.pl pero con parámetros ligeramente distintos: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl install -s /home/usuario/traduccion/ circ_es.po -r -i /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ/ -o /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ/ En el ejemplo anterior: 'install' indica que se generarán 'templates' a partir de un archivo '.po'. -r indica que el proceso se realizará sobre un directorio. -i indica el directorio en el que se encuentran los 'templates' originales de los cuales se extrajeron las cadenas de texto. -s indica el directorio en el que se crearán los 'templates' traducidos. Al igual que durante la creación del archivo '.po', al ejecutar el comando sugerido, pueden producirse advertencias. La siguiente es la salida obtenido en el equipo de prueba: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//selectbranchprinter.tmpl... tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//returns.tmpl... tmpl_process3.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//circulation.tmpl... Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//branchtransfers.tmpl... tmpl_process3.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The install seems to be successful. A pesar de estas advertencias, la última línea (The install seems to be successful.) indica que el proceso ha tenido éxito y que se cuenta con un juego de 'templates' traducidos en /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ. Para comprobar el éxito de este proceso, basta con abrir cualquiera de los 'templates' contenidos en el directorio mencionado con el editor de texto prefereido.
          Consultas, quejas y propuestas Si tiene alguna consulta acerca del proceso descrito en este documento, o quiere realizar alguna propuesta (o plantear una queja, ¿por qué no?) que sirva para mejorarlo, puede contactarse con Martín Longo (jmlongo AT uncu.edu.ar)
          From shedges at users.sourceforge.net Thu Jun 23 13:29:51 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:29:51 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates/imagesfolder - New directory Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates/imagesfolder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9833/templates/imagesfolder Log Message: Directory /cvsroot/koha/koha-doc/en/sysadmin/templates/imagesfolder added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:29:16 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:29:16 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates - New directory Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9367/templates Log Message: Directory /cvsroot/koha/koha-doc/en/sysadmin/templates added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:30:20 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:30:20 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates translation.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10138/templates Added Files: translation.xml Log Message: Initial xml markup --- NEW FILE ---
          KOHA's Template Translation 2005-06-22 J. Martin Longo jmlongo AT uncu.edu.ar 2005 J. Martin Longo This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-22 Initial XML markup.
          Introduction It's assumed, in every example, that you have downloaded the file koha-2.x.tar.gz and that you have unpacked it in the 'home' directory of the 'user' user. Provided this, you should have a koha-2.x directory under /home/user/ In each system, directory and user names should be replaced accordingly. KOHA internationalization can be achieved in several ways. Not so long ago, it was necesary to copy the entire /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/en directory into another (i.e. /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/es) then manually edit each one of the templates contained in the newly created directory, translating the text strings they contain, trying, of course, not to touch or change anything else. Once the translation was finished, it was only necesary to configure KOHA's 'opaclanguages' System Preference to use the new language (i.e. es). This procedure works and has produced acceptable results but is, obviously, very slow and difficult. Now, thanks to KOHA's developer team, we have the tmpl_process3.pl script (provided with the KOHA distribution). In short, this script takes the file or directory that we want to translate (i.e. /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/en) and generates a single '.po' file (.po comes from Portable Object) containing only the text strings contained inside KOHA's template files. This type of file is a format standard in the software internationalization work in the Free Software world and, because of this, there are several tools developed to edit them. The present tutorial aims to show how to use the tmpl_process3.pl script to generate a '.po' file from KOHA's templates, introduce the use of one of the tools developed for '.po' files treatment (Kbabel) and then the use of the tmpl_process3.pl script again, to generate a set of translated templates for use in our KOHA installation.
          Using tmpl_process3.pl to generate a '.po' file The tmpl_process3.pl script lives under the /home/usuario/koha-2.x/scripts/misc/translator/ directory and depends on some modules located under the same directory. Because of this, in order for it to work, the script must be run from inside that directory. Running tmpl_process3.pl user at host: cd /home/usuario/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl --help The previous command will produce, as output, a list of options and a little help about the script's usage, as shown below: Usage: ./tmpl_process3.pl create [OPTION] or: ./tmpl_process3.pl update [OPTION] or: ./tmpl_process3.pl install [OPTION] or: ./tmpl_process3.pl --help Create or update PO files from templates, or install translated templates. -i, --input=SOURCE Get or update strings from SOURCE file. SOURCE is a directory if -r is also specified. -o, --outputdir=DIRECTORY Install translation(s) to specified DIRECTORY --pedantic-warnings Issue warnings even for detected problems which are likely to be harmless -r, --recursive SOURCE in the -i option is a directory -s, --str-file=FILE Specify FILE as the translation (po) file for input (install) or output (create, update) -x, --exclude=REGEXP Exclude files matching the given REGEXP --help Display this help and exit The -o option is ignored for the "create" and "update" actions. Try `perldoc ./tmpl_process3.pl' for perhaps more information. To create a 'circ_es.po' containing the text strings of the English templates located in the 'circ' directory of the KOHA's intranet, the procedure would be: user at host: cd /home/user/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl create -r -i /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ/ -s /home/user/translation/circ_es.po In the above example: 'create' indicates that we want to create a new '.po' file. -r indicates that the source is a directory. -i indicates the path from where the text string will be extracted. -s indicates the path and name of the '.po' file that will be created. When running the script, there may be some 'warnings' about syntax errors in the original templates. Output will look like this: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Removing empty file /home/user/tmp/temp.po xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details xgettext.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The create seems to be successful. Despite these warnings, the last line (The create seems to be successful.) indicates that the process has ended successfully and that now we have our brand new 'circ_es.po' file in /home/user/translation/ so now we can use Kbabel to begin the translation process.
          Using KBabel to translate a '.po' file The KBabel application presents four areas, inside the mail window, each one oriented to a particular function. You'll work translating the text strings extracted from the templates one by one. To achieve this efficiently, KBabel gives you several tools, as can be seen in the next screenshot:
          Screenshot 1
          The area marked as Original Text is read only and displays the text string to be translated. The area marked as Translated Text is where we will write the translation of the string displayed in the Original Text area. The area marked as File Names displays the path and name of the template files where the text string being translated was extracted from. The area marked as Context displays the previous and next text strings to the one being translated, to provide some help about the context of the current text string.
          Examples Some tags and markups should not be modified during translation:
          Screenshot 2
          Whenever the translation implies the use of accented words or special characters, they should be replaced with the corresponding entities, to avoid visualisation problems or errors.
          Screenshot 3
          To navigate between text strings and launch some useful commands, there are shortcuts in the toolbar and many keyboard key combinations.
          Command Keyboard Next text string PgDown Previous text string PgUp Next not translated text string Alt+PgDown Previous not translated text string Alt+PgUp Copy the text string displayed on the Original Text area to the Translated Text area Ctrl+Space
          Using tmpl_process3.pl to generate translated templates Following the previous examples, we have created a '.po' file named circ_es.po containing all the text strings present in the templates located at /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ Afterwards, we used Kbabel to translate all those text strings. Finally, we only need to generate a new set of translated templates, using the original ones as a basis. For this example, we will create our new set of translated templates in the /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ directory. To achieve this, we'll use the tmpl_process3.pl script again, but with slightly different parameters: user at host: cd /home/user/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl install -s /home/user/translation/circ_es.po -r -i /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ/ -o /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ/ In the above example: 'install' indicates that we want to create a set of templates from a '.po' file. -r indicates that the target is a directory. -i indicates the path where the original templates are located (the ones we extracted the text strings from). -s indicates the path and name of the '.po' file that will be used in the process. -o indicates the path where the new set of translated templates will be created. As happened when we launched the script to create the '.po' file, there may be some 'warnings' about syntax errors in the original templates. Output will look like this: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//selectbranchprinter.tmpl... tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//returns.tmpl... tmpl_process3.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//circulation.tmpl... Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//branchtransfers.tmpl... tmpl_process3.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The install seems to be successful. Despite these warnings, the last line (The install seems to be successful.) indicates that the process has ended successfully and that now we have our brand new set of translated templates at /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ directory. To verify this you can use your favorite text editor to open one of the various templates located in that directory.
          Questions, complaints and proposals If you have any questions about the process outlined in this document or a comment that helps to improve it, you can reach me (Martin Longo) at jmlongo AT uncu.edu.ar.
          From slef at users.sourceforge.net Fri Jun 24 14:19:36 2005 From: slef at users.sourceforge.net (MJ Ray) Date: Fri, 24 Jun 2005 05:19:36 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.91,1.92 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29581 Modified Files: Install.pm Log Message: perldoc and prototype updates Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -r1.91 -r1.92 *** Install.pm 20 Jun 2005 14:28:10 -0000 1.91 --- Install.pm 24 Jun 2005 12:19:34 -0000 1.92 *************** *** 20,25 **** # Suite 330, Boston, MA 02111-1307 USA # ! # Recent Authors ! # MJR: my.cnf, etcdir, prefix, new display, apache conf, copying fixups use strict; --- 20,24 ---- # Suite 330, Boston, MA 02111-1307 USA # ! # Current maintainer MJR slef at users.sourceforge.net [...1186 lines suppressed...] =cut ! sub loadconfigfile { my %configfile; --- 2174,2186 ---- ! =item C ! Opens the existing koha.conf file and gets its values, saving the ! values to some global variables. If the existing koha.conf file ! cannot be opened for any reason, the file is silently ignored. =cut ! sub loadconfigfile () { my %configfile; From genjimoto at users.sourceforge.net Sat Jun 25 07:22:02 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:22:02 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-detail.pl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16290 Modified Files: opac-detail.pl Log Message: Added code to support search options sidebar ref to http://katipo.co.nz/gallery/koha2-4/search_ideas_details_001 Index: opac-detail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** opac-detail.pl 20 Jun 2005 14:33:32 -0000 1.20 --- opac-detail.pl 25 Jun 2005 05:22:00 -0000 1.21 *************** *** 33,40 **** $dat->{'count'}=@items; ! $dat->{'additional'}=$addauthor->[0]->{'author'}; for (my $i = 1; $i < $authorcount; $i++) { $dat->{'additional'} .= " ; " . $addauthor->[$i]->{'author'}; } # for --- 33,43 ---- $dat->{'count'}=@items; ! my @author; $dat->{'additional'}=$addauthor->[0]->{'author'}; for (my $i = 1; $i < $authorcount; $i++) { $dat->{'additional'} .= " ; " . $addauthor->[$i]->{'author'}; + my %authorpush; + $authorpush{author} =$addauthor->[$i]->{'author'}; + push @author, \%authorpush } # for *************** *** 61,64 **** --- 64,90 ---- my @results = ($dat,); + my @title; + + + foreach my $word (split(" ", $dat->{'title'})){ + unless (length($word) == 4){ + $word =~s/\%//g + } + unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { + my %titlepush; + $titlepush{title} =$word; + push @title, \%titlepush; + }#it's NOT a stopword => use it. Otherwise, ignore + } + foreach my $word (split(" ", $dat->{'author'})){ + unless (length($word) == 4){ + $word =~s/\%//g + } + unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { + my %authorpush; + $authorpush{author}=$word; + push @author, \%authorpush; + }#it's NOT a stopword => use it. Otherwise, ignore + } my $resultsarray=\@results; *************** *** 66,69 **** --- 92,98 ---- my $webarray=\@webbiblioitems; my $sitearray=\@websites; + my $titlewords=\@title; + my $authorwords=\@author; + #coping with subscriptions *************** *** 89,92 **** --- 118,123 ---- suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), + titlewords => $titlewords, + authorwords => $authorwords, ); ## Amazon.com stuff *************** *** 121,127 **** =cut output_html_with_http_headers $query, $cookie, $template->output; - - #output_html_with_http_headers $query, $cookie, $template->output; - - output_html_with_http_headers $query, $cookie, $template->output; - --- 152,153 ---- From genjimoto at users.sourceforge.net Sat Jun 25 07:26:16 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:26:16 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.30,1.31 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17784 Modified Files: opac-search.pl Log Message: restored search for available books functionality while ensuring that a search not asking about the availablity doesn't take longer than normal. Achieved via new parameter in SearchMarc::Catalogsearch called $extratables. Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** opac-search.pl 20 Jun 2005 14:33:32 -0000 1.30 --- opac-search.pl 25 Jun 2005 05:26:14 -0000 1.31 *************** *** 9,13 **** use C4::Database; use HTML::Template; ! use C4::SearchMarcTest; use C4::Acquisition; use C4::Biblio; --- 9,13 ---- use C4::Database; use HTML::Template; ! use C4::SearchMarc; use C4::Acquisition; use C4::Biblio; *************** *** 117,120 **** --- 117,121 ---- findseealso($dbh,\@tags); my $sqlstring; + my $extratables; if ($itemtypesstring ne ''){ $sqlstring = 'and (biblioitems.itemtype IN ('; *************** *** 134,137 **** --- 135,139 ---- $sqlstring .= 'and biblio.biblionumber=items.biblionumber and (items.holdingbranch IN ('; my $branchesloop=0; + $extratables = ',items'; foreach my $branch (@branches){ if ($branch ne ''){ *************** *** 146,154 **** } if ($avail){ $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, ! $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { --- 148,157 ---- } if ($avail){ + $extratables .= ',items,issues,reserves'; $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, ! $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring, $extratables); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { *************** *** 412,416 **** } # ADDED BY JF ! #if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result --- 415,419 ---- } # ADDED BY JF ! if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result From genjimoto at users.sourceforge.net Sat Jun 25 07:35:31 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:35:31 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.46,1.47 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22287 Modified Files: SearchMarc.pm Log Message: New code making a search not needing to use tables not already used in searching.. doesn't take longer than normal. Achieved via new parameter in Catalogsearch called $extratables. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -r1.46 -r1.47 *** SearchMarc.pm 20 Jun 2005 14:10:01 -0000 1.46 --- SearchMarc.pm 25 Jun 2005 05:35:29 -0000 1.47 *************** *** 151,154 **** --- 151,159 ---- optional argument containing an sql string to be used in the 'where' statement. see usage in opac-search.pl. + =head2 $extratables + + optional argument containing extra tables to search. Used in conjunction with $sqlstring. See usage in opac-search.pl. + String... so ',items,issues,reserves' allows the items, issues and reserves tables to be used.in a where. + =head2 RETURNS *************** *** 170,174 **** sub catalogsearch { ! my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # build the sql request. She will look like : # select m1.bibid --- 175,179 ---- sub catalogsearch { ! my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring, $extratables) = @_; # build the sql request. She will look like : # select m1.bibid *************** *** 278,281 **** --- 283,287 ---- my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); $sql_where1 .= $sqlstring; + $sql_tables .= $extratables; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; From genjimoto at users.sourceforge.net Sat Jun 25 07:59:10 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:59:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1086 Modified Files: opac-detail.tmpl Log Message: New search options bar implemented as per http://katipo.co.nz/gallery/koha2-4/search_ideas_details_001 Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** opac-detail.tmpl 20 Jun 2005 14:25:00 -0000 1.20 --- opac-detail.tmpl 25 Jun 2005 05:59:08 -0000 1.21 *************** *** 1,5 **** /includes/marc-editor.css"> !
          Reserve Found
          --- 11,15 ---- !
          Reserve Found
          *************** *** 38,45 **** "> ! !

          --- 32,39 ---- "> ! !

          *************** *** 58,62 **** "> !

          --- 52,56 ---- "> !

          *************** *** 70,74 **** " value=""> !

          --- 64,68 ---- " value=""> !

          *************** *** 77,81 **** !
          Messages
          --- 71,75 ---- !
          Messages
          *************** *** 125,130 ****

          ! ! --- 79,85 ----

          ! !

          Total Number of Items:

          ! *************** *** 158,200 ****
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> --- 119,124 ----

          ! ! ! "> --- 214,218 ---- ! From tipaul at users.sourceforge.net Mon Jun 20 16:21:20 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:21:20 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports borrowers_out.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8392/koha-tmpl/intranet-tmpl/default/en/reports Modified Files: borrowers_out.tmpl Log Message: synch'ing 2.2 and head Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports/borrowers_out.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** borrowers_out.tmpl 24 Mar 2005 15:19:48 -0000 1.1 --- borrowers_out.tmpl 20 Jun 2005 14:21:18 -0000 1.2 *************** *** 73,76 **** --- 73,92 ---- + + + + + +
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> *************** *** 140,143 **** --- 134,143 ---- + Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** circulation.tmpl 4 May 2005 08:52:53 -0000 1.37 --- circulation.tmpl 20 Jun 2005 14:18:41 -0000 1.38 *************** *** 184,187 **** --- 184,190 ----

          No more renewals possible

          + +

          Borrower card expired

          +
          Index: selectbranchprinter.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/selectbranchprinter.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** selectbranchprinter.tmpl 19 Jul 2004 19:58:38 -0000 1.6 --- selectbranchprinter.tmpl 20 Jun 2005 14:18:41 -0000 1.7 *************** *** 2,6 ****
          !

          Circulation: Select Printer and Branch Settings

          --- 2,6 ----
          !

          Circulation: Select Printer and Branch Settings

          *************** *** 30,34 ****

          !

          --- 30,34 ----

          !

          From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/circ circulation.tmpl,1.1,1.2 returns.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/circ Added Files: circulation.tmpl returns.tmpl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/admin marc_subfields_structure.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/admin Modified Files: marc_subfields_structure.tmpl Log Message: synch'ing 2.2 and head Index: marc_subfields_structure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/admin/marc_subfields_structure.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** marc_subfields_structure.tmpl 19 Nov 2004 15:13:11 -0000 1.1 --- marc_subfields_structure.tmpl 20 Jun 2005 14:18:55 -0000 1.2 *************** *** 21,25 ****
        • thesaurus : means that the value is not free, but can be searched in authority/thesaurus of the selected category
        • plugin : means the value is calculated or managed by a plugin. Plugins can do almost anything. For example, in UNIMARC there are plugins for every 1xx fields that are coded fields. The plugin is a huge help for cataloger ! There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically" find the editor from an ISBN, and the collection list for the editor)
        • !
        • link : useless for instance
        • --- 21,30 ----
        • thesaurus : means that the value is not free, but can be searched in authority/thesaurus of the selected category
        • plugin : means the value is calculated or managed by a plugin. Plugins can do almost anything. For example, in UNIMARC there are plugins for every 1xx fields that are coded fields. The plugin is a huge help for cataloger ! There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically" find the editor from an ISBN, and the collection list for the editor)
        • !
        • link : If you enter a field/subfield here (200b), a little glass appears after the subfield. If the user clic on the glass, a search is done on the DB for the field/subfield with the same value. Can be used for 2 main topic : !
            !
          • on a field like author (200f in UNIMARC), put 200f here, you will be able to see all biblios with the same author
          • !
          • on a field that is a link (4xx) to reach another biblio. For example, put 011a in 464$x, will find the serial that was previously with this issn. With the 4xx pligin, you get a powerful tool to manage biblios connected to biblios
          • !
          !
        • From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/export marc.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/export In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/export Added Files: marc.tmpl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:19:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:19:53 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes/calendar calendar.js,1.1,1.2 calendar-setup.js,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/calendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/koha-tmpl/intranet-tmpl/default/en/includes/calendar Modified Files: calendar.js calendar-setup.js Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:19:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:19:53 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes acquisitions-top.inc,1.26,1.27 common-print.css,1.1,1.2 common-style.css,1.35,1.36 intranet-main.css,1.4,1.5 marc-top.inc,1.12,1.13 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/koha-tmpl/intranet-tmpl/default/en/includes Modified Files: acquisitions-top.inc common-print.css common-style.css intranet-main.css marc-top.inc Log Message: synch'ing 2.2 and head Index: acquisitions-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** acquisitions-top.inc 8 Mar 2005 14:15:29 -0000 1.26 --- acquisitions-top.inc 20 Jun 2005 14:19:50 -0000 1.27 *************** *** 6,9 **** --- 6,19 ---- /includes/common-print.css"> /includes/common-style.css"> + + /includes/calendar/calendar-system.css"> + + + + +
          +
          Index: printers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/printers.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** printers.tmpl 19 Jul 2004 19:20:29 -0000 1.12 --- printers.tmpl 20 Jun 2005 14:21:01 -0000 1.13 *************** *** 1,205 **** ! ! ! ! !

          Modify printer

          ! !

          Add printer

          ! !
          " name="Aform" method="post"> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer Name ! "> !
          Printer Name ! !
          Queue">
          Type">
          !
          ! ! ! ! ! Data recorded !
          " method="post"> ! !
          ! ! ! ! ! ! ! ! ! ! " method="post"> ! ! "> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer
          Queue
          Type
          CONFIRM DELETION
          ! ! !
          " method="post"> ! !
          !
          ! ! ! ! Data deleted !
          " method="post"> ! !
          ! ! ! !

          Printer admin

          !
          " method="post"> ! "> ! !
          ! ! ! You searched for - - - - - - - - - - - "> - - - - - - - -
          NameQueueType
          ?op=add_form&searchfield=">Edit?op=delete_confirm&searchfield=">Delete
          - -
          " method="post"> - ! ! ?offset="><< Prev ! !        ! ! ! ?offset=">Next >> ! ! !
          ! !
          !
          ! ! ! --- 1,181 ---- !
          !

          Printer admin

          ! ! !
          ! !

          Modify printer

          ! !

          Add printer

          ! ! !
          " name="Aform" method="post"> ! ! !

          ">

          ! !

          ! !

          ">

          !

          ">

          !

          !
          !
          ! ! ! Data recorded !
          " method="post"> ! !
          ! ! ! ! ! ! ! ! " method="post"> ! ! "> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer
          Queue
          Type
          CONFIRM DELETION
          ! ! ! !
          " method="post"> ! !
          !
          ! ! Data deleted !
          " method="post"> ! !
          ! ! !
          " method="post"> ! "> ! !
          ! ! ! You searched for ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! !
          NameQueueType
          ?op=add_form&searchfield=" class="button">Edit?op=delete_confirm&searchfield=" class="button">Delete
          ! !
          " method="post"> ! ! ! ! ?offset="><< Prev ! ! !        ! ! ! ?offset=">Next >> ! ! !
          ! !
          !
          ! ! !
          Index: z3950servers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/z3950servers.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** z3950servers.tmpl 13 Sep 2004 15:31:13 -0000 1.16 --- z3950servers.tmpl 20 Jun 2005 14:21:01 -0000 1.17 *************** *** 214,218 ****
            Without issues since + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> +
          From tipaul at users.sourceforge.net Mon Jun 20 16:21:42 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:21:42 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en boraccount.tmpl,1.10,1.11 intranet-main.tmpl,1.25,1.26 mancredit.tmpl,1.3,1.4 maninvoice.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8503/koha-tmpl/intranet-tmpl/default/en Modified Files: boraccount.tmpl intranet-main.tmpl mancredit.tmpl maninvoice.tmpl Log Message: synch'ing 2.2 and head Index: boraccount.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/boraccount.tmpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** boraccount.tmpl 26 Nov 2004 20:32:17 -0000 1.10 --- boraccount.tmpl 20 Jun 2005 14:21:39 -0000 1.11 *************** *** 1,47 **** ! ! ! !

          Account for ">

          ! ">Create Manual Invoice !   ! ">Create Manual Credit !

          !

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          /images/background-mem.gif" colspan="2">FINES & CHARGES/images/background-mem.gif" colspan="1">AMOUNT/images/background-mem.gif" colspan="1">STILL OWING
          Total Due
          ! !
          !

           

          ! ! ! --- 1,39 ---- !
          ! ! !

          Account for ">

          ! ">Create Manual Invoice !   ! ">Create Manual Credit ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          FINES & CHARGESAMOUNTSTILL OWING
          Total Due
          ! ! !

          Index: intranet-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** intranet-main.tmpl 20 Sep 2004 15:25:22 -0000 1.25 --- intranet-main.tmpl 20 Jun 2005 14:21:39 -0000 1.26 *************** *** 43,46 **** --- 43,55 ---- layer.style.visibility = 'hidden'; } + function addauthority() { + X = document.forms["f"].authtype.value; + window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X; + } + function searchauthority() { + X = document.forms["f"].authtype2.value; + Y = document.forms["f"].value.value; + window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; + } --- 25,29 ---- var MSG_NO_RECORD_ADDED = _("No biblio added"); function Dopop(link) { ! newin=window.open(link,'popup','width=700,height=500,toolbar=false,scrollbars=yes'); } *************** *** 31,41 **** !
          !

          !

          This is a serial subscription (There are subscriptions associated with this title).

          ! ! Subscription # !

          ! !

          Here comes a list of the three latest issues related to this subscription :

          ! ! ! ! ! ! ! ! !
          ! ! ! ! ! Waited ! ! Arrived ! ! Late ! ! Missing ! ! Not Issued ! ! ! ! ! !
          ! ! !

          For more information : You can see " title="Serial issues"> for Issues we have and don't have

          !
          --- 160,169 ----
          !

          ! This is a serial subscription (we have subscriptions). You can see which ! " class="button catalogue" title="Serial issues"> ! Issues ! we have and don't have !

          Index: opac-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** opac-main.tmpl 4 May 2005 08:58:31 -0000 1.18 --- opac-main.tmpl 20 Jun 2005 14:25:00 -0000 1.19 *************** *** 15,19 ****
          ! koha
          --- 15,23 ----
          ! ! " title="koha" alt="koha" /> ! ! koha !
          Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-MARCdetail.tmpl 4 May 2005 08:58:32 -0000 1.6 --- opac-MARCdetail.tmpl 20 Jun 2005 14:25:00 -0000 1.7 *************** *** 28,32 **** ')">Add to basket -
          --- 28,31 ---- *************** *** 62,66 **** I
          t
          e
          m
          s
          !
          --- 61,65 ---- I
          t
          e
          m
          s
          !
          *************** *** 320,323 **** --- 319,323 ----
          + --- 172,179 ----

          A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.

          If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"

          +

          Dictionnary search

          +

          if you clic on ... on the right of title/author/subject, you can search existing values in the library.

          Index: opac-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** opac-serial-issues.tmpl 7 Mar 2005 08:55:30 -0000 1.4 --- opac-serial-issues.tmpl 20 Jun 2005 14:25:01 -0000 1.5 *************** *** 2,12 ****
          !

          Issues for a subscription

          ! " class="button catalogue">Back to biblio !
          ! !
          !

          Subscription information for

          !

          It began on and is issued every --- 2,13 ----

          !

          Issues for a subscription

          ! " class="button">Back to biblio ! &selectview=full">Complete view ! ! !
          !

          Subscription information for

          !

          It began on and is issued every *************** *** 44,71 **** - on - ! Monday ! Tuesday ! Wednesday ! Thursday ! Friday ! Saturday ! Sunday - for issues --- 45,69 ---- ! on monday ! on tuesday ! on wednesday ! on thursday ! on friday ! on saturday ! on sunday for issues *************** *** 73,86 **** months - since

          ! !

          Issues summary

          !

          ! !

          ! !
          --- 71,99 ---- months

          +

          Last renewal of subscription was

          +

          This subscription is now ended. The last issue was recieved on

          +

          ! !

          Issues summary

          !

          ! !

          ! ! !

          Recieved issues

          !

          ! !

          ! ! !

          Missing issues

          !

          ! !

          ! !
          !
          Index: opac-user.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** opac-user.tmpl 15 Jun 2005 19:55:14 -0000 1.10 --- opac-user.tmpl 20 Jun 2005 14:25:01 -0000 1.11 *************** *** 5,15 ****

          Are our records correct?

          Library Card:

          !

          !

          ,

          !

          ,

          !

          (hm)

          !

          (wk)

          Update Record

          --- 5,20 ----

          Are our records correct?

          Library Card:

          !

          !

          Work address: ,

          !

          Home address:

          !

          Home phone:

          !

          Fax:

          Update Record

          + +

          Message from the library

          + + + *************** *** 36,104 **** ! !
          !

          You have reserved items waiting:

          !
            ! !
          • , pick up at:
          • ! !
          !
          ! !
          ! !

          You have items currently issued.

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Title AuthorDue dateItemtypeBarcodeChargesRenewable
          ! ! ! YesNoYesNo
          ! !

          You have no items on issue.

          - - -
          -

          You have items currently reserved.

          - - - - - - - - - - - - - -
          TitleAuthorReserve date
          -
          -
          - - --- 41,118 ---- ! !
          !

          You have reserved items waiting:

          !
            ! !
          • , pick up at:
          • ! !
          !
          ! ! !
          ! !

          You have items currently issued.

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          TitleAuthorDue dateItemtypeBarcodeChargesRenewable
          OVERDUE YesNoYesNo
          YesNoYesNo
          ! !

          You have no items on issue.

          ! !
          ! !
          !

          You have items currently reserved.

          ! ! ! ! ! ! ! !
          Title AuthorReserve date
          !
          !
          Index: opac-userupdate.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-userupdate.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** opac-userupdate.tmpl 12 Nov 2004 16:28:10 -0000 1.5 --- opac-userupdate.tmpl 20 Jun 2005 14:25:01 -0000 1.6 *************** *** 8,19 **** !

          !

          !

          !

          !

          !

          !

          !

          --- 8,20 ----
          !

          !

          !

          !

          !

          !

          !

          !

          !

          From tipaul at users.sourceforge.net Mon Jun 20 16:26:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:06 -0700 Subject: [Koha-cvs] CVS: koha/localfile/modified_authorities DO_NOT_REMOVE,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/localfile/modified_authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10499/localfile/modified_authorities Added Files: DO_NOT_REMOVE Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:26:23 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:23 -0700 Subject: [Koha-cvs] CVS: koha/misc/release notes release_notes_223.txt,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/misc/release notes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10680/misc/release notes Added Files: release_notes_223.txt Log Message: synch'ing 2.2 and head ***** Bogus filespec: notes From tipaul at users.sourceforge.net Mon Jun 20 16:26:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:06 -0700 Subject: [Koha-cvs] CVS: koha/members memberentry.pl,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10499/members Modified Files: memberentry.pl Log Message: synch'ing 2.2 and head Index: memberentry.pl =================================================================== RCS file: /cvsroot/koha/koha/members/memberentry.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** memberentry.pl 4 May 2005 09:01:58 -0000 1.9 --- memberentry.pl 20 Jun 2005 14:26:03 -0000 1.10 *************** *** 129,138 **** print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$borrowernumber"); } - - if($destination eq "circ"){ - print $input->redirect("/cgi-bin/koha/circ/circulation.pl?findborrower=$data{'cardnumber'}"); - } else { - print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$data{'borrowernumber'}"); - } } } --- 129,132 ---- *************** *** 242,246 **** $template->param( actionType => $actionType, destination => $destination, ! member => $member, address => $data->{'streetaddress'}, firstname => $data->{'firstname'}, --- 236,240 ---- $template->param( actionType => $actionType, destination => $destination, ! borrowernumber => $borrowernumber, address => $data->{'streetaddress'}, firstname => $data->{'firstname'}, *************** *** 268,273 **** relshiploop => \@relshipdata, "title_".$data->{'title'} => " SELECTED ", ! dateenrolled => $data->{'dateenrolled'}, ! expiry => $data->{'expiry'}, cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, --- 262,267 ---- relshiploop => \@relshipdata, "title_".$data->{'title'} => " SELECTED ", ! joining => format_date($data->{'dateenrolled'}), ! expiry => format_date($data->{'expiry'}), cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, From tipaul at users.sourceforge.net Mon Jun 20 16:27:51 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:27:51 -0700 Subject: [Koha-cvs] CVS: koha/misc/sql-datas/english sample_usmarc.mrc,1.1,1.2 sample_usmarc.readme,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/misc/sql-datas/english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10788/misc/sql-datas/english Added Files: sample_usmarc.mrc sample_usmarc.readme Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:28:23 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:28:23 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.90,1.91 overduenotices.pl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11485/misc Modified Files: Install.pm overduenotices.pl Log Message: synch'ing 2.2 and head Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -r1.90 -r1.91 *** Install.pm 27 May 2005 13:33:42 -0000 1.90 --- Install.pm 20 Jun 2005 14:28:10 -0000 1.91 *************** *** 3,7 **** # Copyright 2000-2002 Katipo Communications ! # Contains parts Copyright 2003-5 MJ Ray # # This file is part of Koha. --- 3,7 ---- # Copyright 2000-2002 Katipo Communications ! # Contains parts Copyright 2003-4 MJ Ray # # This file is part of Koha. *************** *** 860,865 **** unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; - unless (eval {require PDF::API2}) { push @missing,"PDF::API2" }; # The following modules are not mandatory, depends on how the library want to use Koha unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal --- 860,869 ---- unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; # The following modules are not mandatory, depends on how the library want to use Koha + unless (eval {require PDF::API2}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,"You will need PDF::API2 for barcode generator" + } + } unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal *************** *** 1952,1958 **** startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branches (branchcode,branchname,issuing) values ('$branchcode', '$branch', 1)\" '$database'"); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'IS')\" '$database'"); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'CU')\" '$database'"); my $printername='lp'; --- 1956,1962 ---- startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branches (branchcode,branchname,issuing) values ('$branchcode', '$branch', 1)\" $database"); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'IS')\" $database"); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'CU')\" $database"); my $printername='lp'; *************** *** 1973,1977 **** } startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into printers (printername,printqueue,printtype) values ('$printername', '$printerqueue', '')\" '$database'"); } my $language; --- 1977,1981 ---- } startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"insert into printers (printername,printqueue,printtype) values ('$printername', '$printerqueue', '')\" $database"); } my $language; *************** *** 1983,1987 **** } startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"update systempreferences set value='$language' where variable='opaclanguages'\" '$database'"); my @dirs; if (-d "scripts/misc/sql-datas") { --- 1987,1991 ---- } startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"update systempreferences set value='$language' where variable='opaclanguages'\" $database"); my @dirs; if (-d "scripts/misc/sql-datas") { *************** *** 2154,2158 **** setmysqlclipass($pass); ! open (MD, "$mysqldir/bin/mysqldump '--user=$user' --host=$hostname '$database'|"); (open BF, ">$backupdir/Koha.backup_$date") || (die "Error opening up backup file $backupdir/Koha.backup_$date: $!\n"); --- 2158,2162 ---- setmysqlclipass($pass); ! open (MD, "$mysqldir/bin/mysqldump --user=$user --host=$hostname $database|"); (open BF, ">$backupdir/Koha.backup_$date") || (die "Error opening up backup file $backupdir/Koha.backup_$date: $!\n"); Index: overduenotices.pl =================================================================== RCS file: /cvsroot/koha/koha/misc/overduenotices.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** overduenotices.pl 4 May 2005 09:02:37 -0000 1.3 --- overduenotices.pl 20 Jun 2005 14:28:12 -0000 1.4 *************** *** 74,78 **** # The following fields are available : # ! my $mailtext = "\n\n\nDear library borrower\n\n\n \n\n According to our records, you have items that are at\n least a week overdue for return to the library or renewal.\n If you have registered a password with the library, you may use it\n and your library card to login at http://XXX.org\n to check the status of your account, or you may call any of our branch\n Please be advised that all library services will be blocked\n if items are allowed to go more than 30 days overdue.\n\n Thank you for using your public libraries.\n\n\n \n \n \n \n\n\n\n\n\n"; # # END OF PARAMETERS --- 74,79 ---- # The following fields are available : # ! my $mailtext = "\n\n\nDear library borrower\n\n\n \n\n According to our records, you have items, the description of which follows, that are at\n least a week overdue for return to the library or renewal:\n title author barcode\n\n ! If you have registered a password with the library, you may use it\n and your library card to login at http://XXX.org\n to check the status of your account, or you may call any of our branch\n Please be advised that all library services will be blocked\n if items are allowed to go more than 30 days overdue.\n\n Thank you for using your public libraries.\n\n\n \n \n \n \n\n\n\n\n\n"; # # END OF PARAMETERS *************** *** 85,89 **** my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare ("SELECT count(*), issues.borrowernumber,firstname,surname,streetaddress,physstreet,city,zipcode,emailaddress FROM issues,borrowers,categories WHERE returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500 AND issues.borrowernumber=borrowers.borrowernumber and borrowers.categorycode=categories.categorycode and categories.overduenoticerequired=1 group by issues.borrowernumber"); $sth->execute; # --- 86,92 ---- my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare ("SELECT COUNT(*), issues.borrowernumber,firstname,surname,streetaddress,physstreet,city,zipcode,emailaddress FROM issues,borrowers,categories WHERE returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500 AND issues.borrowernumber=borrowers.borrowernumber and borrowers.categorycode=categories.categorycode and categories.overduenoticerequired=1 group by issues.borrowernumber"); ! my $sth2 = $dbh->prepare("SELECT biblio.title,biblio.author,items.barcode FROM issues,items,biblio WHERE items.itemnumber=issues.itemnumber and biblio.biblionumber=items.biblionumber AND issues.borrowernumber=? AND returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500"); ! $sth->execute; # *************** *** 92,95 **** --- 95,99 ---- my $count = 0; # to keep track of how many notices are printed my $e_count = 0; # and e-mailed + my $date=localtime; my ($itemcount,$borrnum,$firstname,$lastname,$address1,$address2,$city,$postcode,$email); *************** *** 103,107 **** $notice =~ s/\/$city/g; $notice =~ s/\/$postcode/g; ! # if not using e-mail notices, comment out the following lines if ($email) { # or you might check for borrowers.preferredcont --- 107,120 ---- $notice =~ s/\/$city/g; $notice =~ s/\/$postcode/g; ! $notice =~ s/\/$date/g; ! ! $sth2->execute($borrnum); ! my $titles=""; ! my ($title, $author, $barcode); ! while (($title, $author, $barcode) = $sth2->fetchrow){ ! $titles .= " ".($title?$title:"")." ".($author?$author:"")." ".($barcode?$barcode:"")."\n"; ! } ! $notice =~ s/\/$titles/g; ! $sth2->finish; # if not using e-mail notices, comment out the following lines if ($email) { # or you might check for borrowers.preferredcont *************** *** 136,140 **** $notice .= ; if ($nomail) { ! print "TO => $email\n"; print "FROM => $from\n"; print "SUBJECT => Koha overdue\n"; --- 149,153 ---- $notice .= ; if ($nomail) { ! print "TO => $email\n" if $email; print "FROM => $from\n"; print "SUBJECT => Koha overdue\n"; From tipaul at users.sourceforge.net Mon Jun 20 16:33:35 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:33:35 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-dictionary.pl,1.1,1.2 opac-detail.pl,1.19,1.20 opac-main.pl,1.16,1.17 opac-search.pl,1.29,1.30 opac-sendbasket.pl,1.6,1.7 opac-serial-issues.pl,1.3,1.4 opac-user.pl,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14868/opac Modified Files: opac-detail.pl opac-main.pl opac-search.pl opac-sendbasket.pl opac-serial-issues.pl opac-user.pl Added Files: opac-dictionary.pl Log Message: synch'ing 2.2 and head Index: opac-detail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** opac-detail.pl 17 Jun 2005 13:44:25 -0000 1.19 --- opac-detail.pl 20 Jun 2005 14:33:32 -0000 1.20 *************** *** 30,33 **** --- 30,34 ---- my ($webbiblioitemcount, @webbiblioitems) = &getwebbiblioitems($biblionumber); my ($websitecount, @websites) = &getwebsites($biblionumber); + my $subscriptionsnumber = getsubscriptionfrombiblionumber($biblionumber); $dat->{'count'}=@items; *************** *** 85,89 **** SITE_RESULTS => $sitearray, subscriptionsnumber => $subscriptionsnumber, - subscriptions => \@subs, LibraryName => C4::Context->preference("LibraryName"), suggestion => C4::Context->preference("suggestion"), --- 86,89 ---- *************** *** 124,125 **** --- 124,127 ---- #output_html_with_http_headers $query, $cookie, $template->output; + output_html_with_http_headers $query, $cookie, $template->output; + Index: opac-main.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** opac-main.pl 4 Oct 2004 20:20:25 -0000 1.16 --- opac-main.pl 20 Jun 2005 14:33:32 -0000 1.17 *************** *** 53,56 **** --- 53,57 ---- languages => \@options, textmessaging => $borrower->{textmessaging}, + opaclargeimage => C4::Context->preference("opaclargeimage"), ); output_html_with_http_headers $input, $cookie, $template->output; Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** opac-search.pl 3 Jun 2005 04:15:29 -0000 1.29 --- opac-search.pl 20 Jun 2005 14:33:32 -0000 1.30 *************** *** 9,13 **** use C4::Database; use HTML::Template; ! use C4::SearchMarc; use C4::Acquisition; use C4::Biblio; --- 9,13 ---- use C4::Database; use HTML::Template; ! use C4::SearchMarcTest; use C4::Acquisition; use C4::Biblio; *************** *** 412,416 **** } # ADDED BY JF ! if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result --- 412,416 ---- } # ADDED BY JF ! #if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result Index: opac-sendbasket.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-sendbasket.pl 20 Jun 2005 01:01:06 -0000 1.6 --- opac-sendbasket.pl 20 Jun 2005 14:33:32 -0000 1.7 *************** *** 8,11 **** --- 8,12 ---- use C4::Context; use C4::Search; + use C4::Biblio; use C4::Auth; use C4::Interface::CGI::Output; *************** *** 15,106 **** my $query = new CGI; ! my ( $template, $borrowernumber, $cookie ) = get_template_and_user( ! { ! template_name => "opac-sendbasketform.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => { borrow => 1 }, ! } ! ); ! ! my $bib_list = $query->param('bib_list'); ! my $email_add = $query->param('email_add'); ! my $email_sender = $query->param('email_sender'); - my $dbh = C4::Context->dbh(); if ($email_add) { ! my $email_from = C4::Context->preference('KohaAdminEmailAddress'); ! my %mail = ( ! To => $email_add, ! From => $email_from ! ); ! ! my ( $template2, $borrowernumber, $cookie ) = get_template_and_user( ! { ! template_name => "opac-sendbasket.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => { borrow => 1 }, ! } ! ); ! ! my @bibs = split ( /\//, $bib_list ); ! my @results; ! my $iso2709; ! foreach my $biblionumber (@bibs) { ! $template2->param( biblionumber => $biblionumber ); ! ! my $dat = &bibdata($biblionumber); ! my ( $authorcount, $addauthor ) = &addauthor($biblionumber); ! my @items = &ItemInfo( undef, $biblionumber, 'opac' ); ! ! $dat->{'additional'} = $addauthor->[0]->{'author'}; ! for ( my $i = 1 ; $i < $authorcount ; $i++ ) { ! $dat->{'additional'} .= "|" . $addauthor->[$i]->{'author'}; ! } ! ! $dat->{'biblionumber'} = $biblionumber; ! $dat->{ITEM_RESULTS} = \@items; ! my $record = MARCgetbiblio( $dbh, $biblionumber ); ! $iso2709 .= $record->as_usmarc(); ! ! push ( @results, $dat ); ! } ! ! my $resultsarray = \@results; ! $template2->param( ! BIBLIO_RESULTS => $resultsarray, ! email_sender => $email_sender ! ); ! ! # Getting template result ! my $template_res = $template2->output(); ! ! # Analysing information and getting mail properties ! if ( $template_res =~ /\n(.*)\n/s ) { ! $mail{'subject'} = $1; ! } ! else { $mail{'subject'} = "no subject"; } ! ! my $email_header = ""; ! if ( $template_res =~ /
          \n(.*)\n/s ) { ! $email_header = $1; ! } ! ! my $email_file = "basket.txt"; ! if ( $template_res =~ /\n(.*)\n/s ) { ! $email_file = $1; ! } ! ! if ( $template_res =~ /\n(.*)\n/s ) { ! $mail{'body'} = $1; ! } ! my $boundary = "====" . time() . "===="; ! $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; $email_header = encode_qp($email_header); --- 16,73 ---- my $query = new CGI; ! my ($template, $borrowernumber, $cookie) ! = get_template_and_user({template_name => "opac-sendbasketform.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => {borrow => 1}, ! }); ! ! my $bib_list=$query->param('bib_list'); ! my $email_add=$query->param('email_add'); ! my $email_sender=$query->param('email_sender'); ! my $dbh=C4::Context->dbh; ! my $sth; ! $sth=$dbh->prepare("select bibid from marc_biblio where biblionumber=? order by bibid"); if ($email_add) { ! my $email_from = C4::Context->preference('KohaAdminEmailAddress'); ! ! my %mail = ( To => $email_add, ! From => $email_from); ! my ($template2, $borrowernumber, $cookie) ! = get_template_and_user({template_name => "opac-sendbasket.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => {borrow => 1}, ! }); ! ! my @bibs = split(/\//, $bib_list); ! my @results; ! my $iso2709; ! foreach my $biblionumber (@bibs) { ! $template2->param(biblionumber => $biblionumber); ! ! my $dat = &bibdata($biblionumber); ! my ($authorcount, $addauthor) = &addauthor($biblionumber); ! my @items = &ItemInfo(undef, $biblionumber, 'opac'); ! ! $dat->{'additional'}=$addauthor->[0]->{'author'}; ! for (my $i = 1; $i < $authorcount; $i++) { ! $dat->{'additional'} .= "|" . $addauthor->[$i]->{'author'}; ! } ! ! $dat->{'biblionumber'} = $biblionumber; ! $dat->{ITEM_RESULTS} = \@items; ! $sth->execute($biblionumber); ! my ($bibid) = $sth->fetchrow; ! my $record = MARCgetbiblio($dbh,$bibid); ! $iso2709 .= $record->as_usmarc(); ! push (@results, $dat); ! } $email_header = encode_qp($email_header); *************** *** 108,113 **** $boundary = "--" . $boundary; ! # Writing mail ! $mail{body} = <\n(.*)\n/s) { $mail{'subject'} = $1; } ! else { $mail{'subject'} = "no subject"; } ! ! my $email_header = ""; ! if ($template_res =~ /
          \n(.*)\n/s) { $email_header = $1; } ! ! my $email_file = "basket.txt"; ! if ($template_res =~ /\n(.*)\n/s) { $email_file = $1; } ! ! if ($template_res =~ /\n(.*)\n/s) { $mail{'body'} = $1; } ! ! my $boundary = "====" . time() . "===="; ! # $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; ! # ! # $email_header = encode_qp($email_header); ! # ! # $boundary = "--".$boundary; ! # ! # # Writing mail ! # $mail{body} = ! $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; ! ! my $message = encode_qp( "" ); ! ! # $file = $^X; # This is the perl executable ! # ! # open (F, $file) or die "Cannot read $file: $!"; ! # binmode F; undef $/; ! $mail{body} = encode_base64($iso2709); ! # close F; ! ! $boundary = '--'.$boundary; ! $mail{body} = <param( SENT => "1" ); ! $template->param( email_add => $email_add ); ! } ! else { ! ! # do something if it doesnt work.... ! warn "Error sending mail: $Mail::Sendmail::error \n"; ! warn "$mail{'body'}"; ! } output_html_with_http_headers $query, $cookie, $template->output; } else { ! $template->param( bib_list => $bib_list ); ! $template->param( ! url => "/cgi-bin/koha/opac-sendbasket.pl", ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); ! output_html_with_http_headers $query, $cookie, $template->output; } --- 137,178 ---- END_OF_BODY ! $mail{attachment} = $iso2709; ! # $mail{body} = <param(SENT => "1"); ! $template->param(email_add => $email_add); ! } else { ! # do something if it doesnt work.... ! warn "Error sending mail: $Mail::Sendmail::error \n"; ! } output_html_with_http_headers $query, $cookie, $template->output; } else { ! $template->param(bib_list => $bib_list); ! $template->param(url => "/cgi-bin/koha/opac-sendbasket.pl", ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); ! output_html_with_http_headers $query, $cookie, $template->output; } Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** opac-serial-issues.pl 4 May 2005 09:02:38 -0000 1.3 --- opac-serial-issues.pl 20 Jun 2005 14:33:32 -0000 1.4 *************** *** 15,41 **** my $op = $query->param('op'); my $dbh = C4::Context->dbh; my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); ! my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); ! ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "opac-serial-issues.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! debug => 1, ! }); ! ! # replace CR by
          in librarian note ! # $subscription->{opacnote} =~ s/\n/\/g; ! ! $template->param( ! biblionumber => $query->param('biblionumber'), ! subscription_LOOP => $subscriptions ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); output_html_with_http_headers $query, $cookie, $template->output; --- 15,77 ---- my $op = $query->param('op'); my $dbh = C4::Context->dbh; + my $selectview = $query->param('selectview'); + $selectview = C4::Context->preference("SubscriptionHistory") unless $selectview; + my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); ! if ($selectview eq "full"){ ! my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! ! my $title = $subscriptions->[0]{bibliotitle}; ! # warn "title ".$title; ! my $yearmin=$subscriptions->[0]{year}; ! # warn "yearmin ".$yearmin; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)-1]{year}; ! # warn "yearmax ".$yearmax; ! ! ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "opac-full-serial-issues.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! debug => 1, ! }); ! ! # replace CR by
          in librarian note ! # $subscription->{opacnote} =~ s/\n/\/g; ! ! $template->param( ! biblionumber => $query->param('biblionumber'), ! years => $subscriptions, ! yearmin => $yearmin, ! yearmax =>$yearmax, ! bibliotitle => $title, ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); + } else { + my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "opac-serial-issues.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + }); + + # replace CR by
          in librarian note + # $subscription->{opacnote} =~ s/\n/\/g; + + $template->param( + biblionumber => $query->param('biblionumber'), + subscription_LOOP => $subscriptions, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + ); + } output_html_with_http_headers $query, $cookie, $template->output; Index: opac-user.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** opac-user.pl 4 May 2005 09:02:38 -0000 1.16 --- opac-user.pl 20 Jun 2005 14:33:32 -0000 1.17 *************** *** 137,143 **** $template->param(WAITING => \@waiting); $template->param(waiting_count => $wcount, ! LibraryName => C4::Context->preference("LibraryName"), ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ); --- 137,144 ---- $template->param(WAITING => \@waiting); $template->param(waiting_count => $wcount, ! LibraryName => C4::Context->preference("LibraryName"), ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! textmessaging => $borr->{textmessaging}, ); From tipaul at users.sourceforge.net Mon Jun 20 16:34:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:34:47 -0700 Subject: [Koha-cvs] CVS: koha/reports borrowers_out.pl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15651/reports Modified Files: borrowers_out.pl Log Message: synch'ing 2.2 and head Index: borrowers_out.pl =================================================================== RCS file: /cvsroot/koha/koha/reports/borrowers_out.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** borrowers_out.pl 4 May 2005 09:02:38 -0000 1.2 --- borrowers_out.pl 20 Jun 2005 14:34:45 -0000 1.3 *************** *** 160,164 **** # my @loopfilter; ! for (my $i=0;$i<=6;$i++) { my %cell; if ( @$filters[$i] ) { --- 160,164 ---- # my @loopfilter; ! for (my $i=0;$i<=2;$i++) { my %cell; if ( @$filters[$i] ) { *************** *** 168,171 **** --- 168,172 ---- $cell{filter} .= @$filters[$i]; $cell{crit} .="Bor Cat" if ($i==0); + $cell{crit} .="Without issues since" if ($i==1); push @loopfilter, \%cell; } *************** *** 229,239 **** my $strcalc ; ! # Processing average loanperiods $strcalc .= "SELECT CONCAT( borrowers.surname , \"\\t\",borrowers.firstname, \"\\t\", borrowers.cardnumber)"; $strcalc .= " , $colfield " if ($colfield); ! $strcalc .= " FROM borrowers LEFT JOIN issues ON issues.borrowernumber=borrowers.borrowernumber WHERE issues.borrowernumber is null"; @$filters[0]=~ s/\*/%/g if (@$filters[0]); $strcalc .= " AND borrowers.categorycode like '" . @$filters[0] ."'" if ( @$filters[0] ); ! $strcalc .= " group by borrowers.borrowernumber"; $strcalc .= ", $colfield" if ($column); --- 230,253 ---- my $strcalc ; ! # Processing calculation $strcalc .= "SELECT CONCAT( borrowers.surname , \"\\t\",borrowers.firstname, \"\\t\", borrowers.cardnumber)"; $strcalc .= " , $colfield " if ($colfield); ! $strcalc .= " FROM borrowers "; ! $strcalc .= "WHERE 1 "; @$filters[0]=~ s/\*/%/g if (@$filters[0]); $strcalc .= " AND borrowers.categorycode like '" . @$filters[0] ."'" if ( @$filters[0] ); ! if (@$filters[1]){ ! my $queryfilter = $dbh->prepare("SELECT DISTINCT borrowernumber FROM issues where issues.timestamp>?"); ! $queryfilter->execute(@$filters[1]); ! while (my ($bornum)=$queryfilter->fetchrow){ ! $strcalc .= " AND borrowers.borrowernumber <> $bornum "; ! } ! } else { ! my $queryfilter = $dbh->prepare("SELECT DISTINCT borrowernumber FROM issues "); ! $queryfilter->execute; ! while (my ($bornum)=$queryfilter->fetchrow){ ! $strcalc .= " AND borrowers.borrowernumber <> $bornum "; ! } ! } $strcalc .= " group by borrowers.borrowernumber"; $strcalc .= ", $colfield" if ($column); From tipaul at users.sourceforge.net Mon Jun 20 16:36:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:36:47 -0700 Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.104,1.105 Message-ID: Update of /cvsroot/koha/koha/updater In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/updater Modified Files: updatedatabase Log Message: synch'ing 2.2 and head Index: updatedatabase =================================================================== RCS file: /cvsroot/koha/koha/updater/updatedatabase,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -r1.104 -r1.105 *** updatedatabase 1 Jun 2005 21:35:05 -0000 1.104 --- updatedatabase 20 Jun 2005 14:36:44 -0000 1.105 *************** *** 834,837 **** --- 834,855 ---- { uniquefieldrequired => 'variable', + variable => 'opacsmallimage', + value => '', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Enter a complete URL to an image, will be on top/left instead of the Koha logo', + type => 'free', + }, + { + uniquefieldrequired => 'variable', + variable => 'opaclargeimage', + value => '', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Enter a complete URL to an image, will be on the main page, instead of the Koha logo', + type => 'free', + }, + { + uniquefieldrequired => 'variable', variable => 'delimiter', value => ';', *************** *** 863,866 **** --- 881,904 ---- options => ';|tabulation|,|/|\|#' }, + { + uniquefieldrequired => 'variable', + variable => 'SubscriptionHistory', + value => ';', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the information level for serials history in OPAC', + type => 'Choice', + options => 'simplified|full' + }, + { + uniquefieldrequired => 'variable', + variable => 'hidelostitems', + value => 'No', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'show or hide "lost" items in OPAC.', + type => 'YesNo', + }, ], *************** *** 1448,1457 **** # $Log$ ! # Revision 1.104 2005/06/01 21:35:05 genjimoto ! # New Feature: catalogsearch() has a new parameter, $sqlstring. A developer puts into it whatever they want to tack onto the end of the where statement. See usage in opac-search.pl ! # ! # Revision 1.103 2005/05/04 09:04:52 tipaul # synch'ing 2.2 and head # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : --- 1486,1501 ---- # $Log$ ! # Revision 1.105 2005/06/20 14:36:44 tipaul # synch'ing 2.2 and head # + # Revision 1.100.2.5 2005/06/06 15:23:36 tipaul + # adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy ! + # + # Revision 1.100.2.4 2005/06/06 14:15:55 tipaul + # adding 2 systemparameters to define an alternate image as logo in opac (the image on main page & on each top-left page) + # + # Revision 1.100.2.3 2005/06/02 21:05:34 hdl + # adding variable SubscriptionHistory + # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : From tipaul at users.sourceforge.net Mon Jun 20 16:36:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:36:47 -0700 Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/search.marc Modified Files: dictionary.pl Log Message: synch'ing 2.2 and head Index: dictionary.pl =================================================================== RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** dictionary.pl 1 Jun 2005 12:51:02 -0000 1.6 --- dictionary.pl 20 Jun 2005 14:36:44 -0000 1.7 *************** *** 106,110 **** } $listtags =~s/,$/)/; ! $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); --- 106,110 ---- } $listtags =~s/,$/)/; ! $strsth .= $listtags." and marc_word.tagsubfield=concat(marc_subfield_table.tag,marc_subfield_table.subfieldcode) group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); From tipaul at users.sourceforge.net Mon Jun 20 16:37:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:17 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123i.pl,1.1,1.2 unimarc_field_123j.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16867/value_builder Modified Files: unimarc_field_123i.pl unimarc_field_123j.pl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:37:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:17 -0700 Subject: [Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/z3950/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16867/z3950/server Modified Files: zed-koha-server.pl Log Message: synch'ing 2.2 and head Index: zed-koha-server.pl =================================================================== RCS file: /cvsroot/koha/koha/z3950/server/zed-koha-server.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** zed-koha-server.pl 3 Jun 2004 01:48:19 -0000 1.4 --- zed-koha-server.pl 20 Jun 2005 14:37:15 -0000 1.5 *************** *** 58,62 **** use C4::Biblio; use strict; ! my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope --- 58,62 ---- use C4::Biblio; use strict; ! # my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope *************** *** 86,89 **** --- 86,90 ---- sub run_query { ## Run the query and store the biblionumbers: my ($sql_query, $query, $args) = @_; + my $dbh = C4::Context->dbh; my $sth_get = $dbh->prepare("$sql_query"); *************** *** 145,149 **** print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblio ON marc_biblio.biblionumber = biblio.biblionumber WHERE biblio.isbn LIKE ?"; &run_query($sql_query, $query, $args); --- 146,150 ---- print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblioitems ON marc_biblio.biblionumber = biblioitems.biblionumber WHERE biblioitems.isbn LIKE ?"; &run_query($sql_query, $query, $args); *************** *** 269,392 **** $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! my $recordstring=$MARCRecord->as_usmarc(); ! ## print "here is my record: $recordstring\n"; ! ! ## Troubleshooting: ! ## use Data::Dumper; ! ## Dumper $recordstring; ! ## open (MARC, ">/root/marc.dump"); ! ## print MARC "$recordstring"; ! ## close MARC; ! ! ## Convert from 852/4 to 952: ! ## 942a --> 852a Organization code ! ## 952b --> 852b Home branch ! ## 942k --> 852h Classification ! ## 952p --> 852p Barcode ! ! my $record = MARC::Record->new_from_usmarc($recordstring); ! my @fields942 = $record->field('942'); ! my $field842 = $fields942[0]; ! my ($field952, $sub852a, $sub852k, $sub852b, $sub852p, $sub852h); ! ! ! ## while ( my $record = $batch->next() ) { ! ## my @fields942 = $record->field('942'); ! ## my $field842 = $fields942[0]; ! ## #grab first 942 (only need one, they are same for all items) ! ## my $sub852a = ($field842->subfield('a') || ''); ! ## my $sub852h = ($field842->subfield('k') || ''); ! ! ## my @fields952 = $record->field('952'); ! ## foreach my $field952 (@fields952) { #get all 952s ! ## my $sub852b = ($field952->subfield('b') || ''); ! ## my $sub852p = ($field952->subfield('p') || ''); ! ! ! #grab first 942 (only need one, they are same for all items) ! unless (! $field952){ ! $sub852a = ($field952->subfield('a') || '') ; ! } ! unless (! $field952){ #->subfield('k')) { ! $sub852k = ($field952->subfield('k') || '') ; ! ! } ! ! my @fields952 = $record->field('952'); ! foreach my $field952 (@fields952) { #get all 952s ! ! unless (! $field952) { #->subfield('b')) { ! $sub852b = ($field952->subfield('b') || '') ; ! } ! unless (! $field952) { #->subfield('p')) { ! $sub852p = ($field952->subfield('p') || '') ; ! } ! #make it one big happy family ! my $new852 = MARC::Field->new( ! 852,'','', ! 'a' => $sub852a, ! 'b' => $sub852b, ! 'h' => $sub852h, ! 'p' => $sub852p, ! ); ! $record->append_fields($new852); ! ! } ! ! my $recordstringdone = $record->as_usmarc(); ! ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::usmarc; ## Return the record string to the client ! $args->{RECORD} = $recordstringdone; } - # That's all folks! - # - # OLD OLD OLD OLD - - sub fetch_handler_old { - my ($args) = @_; - # warn "in fetch_handler"; ## troubleshooting - my $offset = $args->{OFFSET}; - $offset -= 1; ## because $args->{OFFSET} 1 = record #1 - chomp (my $bibid = $bib_list[$offset]); ## Not sure about this - my $sql_query = "SELECT tag, subfieldcode, subfieldvalue FROM marc_subfield_table where bibid=?"; - my $sth_get = $dbh->prepare("$sql_query"); - $sth_get->execute($bibid); - - ## create a MARC::Record object - my $rec = MARC::Record->new(); - - ## create the fields - while (my @data=$sth_get->fetchrow_array) { - - my $tag = $data[0]; - my $subfieldcode = $data[1]; - my $subfieldvalue = $data[2]; - - my $field = MARC::Field->new( - $tag,'','', - $subfieldcode => $subfieldvalue, - ); - $rec->append_fields($field); - - ## build the marc string and put into $record - my $tmp_record = $rec->as_usmarc(); - my $reclen = length $tmp_record; - my $baseaddr = "$reclen + dirlen"; - # set_leader_lengths($reclen,$baseaddr); - my $record = $rec->as_usmarc(); - $args->{RECORD} = $record; - } - - } - - ## This stuff doesn't work yet...I should include boolean searching someday ## though --- 270,287 ---- $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $dbh = C4::Context->dbh; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! $MARCRecord->leader(' nac 22 1u 4500'); ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::unimarc; ## Return the record string to the client ! $args->{RECORD} = $MARCRecord->as_usmarc(); ! # $args->{RECORD} = $recordstringdone; } ## This stuff doesn't work yet...I should include boolean searching someday ## though From tipaul at users.sourceforge.net Mon Jun 20 16:37:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:53 -0700 Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.14,1.15 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418/z3950 Modified Files: processz3950queue Log Message: synch'ing 2.2 and head Index: processz3950queue =================================================================== RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** processz3950queue 4 May 2005 09:04:52 -0000 1.14 --- processz3950queue 20 Jun 2005 14:37:51 -0000 1.15 *************** *** 281,292 **** for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata; ! # use render() or rawdata() depending on the type of the returned record ! if (ref($rec) eq "Net::Z3950::Record::USMARC") { ! $marcdata = $rec->rawdata(); ! } ! if (ref($rec) eq "Net::Z3950::Record::UNIMARC") { ! $marcdata = $rec->rawdata(); ! } $globalencoding = ref($rec); $result.=$marcdata; --- 281,285 ---- for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata = $rec->rawdata(); $globalencoding = ref($rec); $result.=$marcdata; From tipaul at users.sourceforge.net Mon Jun 20 16:37:55 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:55 -0700 Subject: [Koha-cvs] CVS: koha help.pl,1.1,1.2 mainpage.pl,1.9,1.10 MARCdetail.pl,1.27,1.28 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418 Modified Files: help.pl mainpage.pl MARCdetail.pl Log Message: synch'ing 2.2 and head Index: help.pl =================================================================== RCS file: /cvsroot/koha/koha/help.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** help.pl 3 Jun 2004 10:22:59 -0000 1.1 --- help.pl 20 Jun 2005 14:37:51 -0000 1.2 *************** *** 30,34 **** unless (-e "$htdocs/$theme/$lang/$tmplbase") { $tmplbase="help/nohelp.tmpl"; ! my ($theme, $lang) = themelanguage($htdocs, $tmplbase, "intranet"); } my $template = HTML::Template->new(filename => "$htdocs/$theme/$lang/$tmplbase", --- 30,34 ---- unless (-e "$htdocs/$theme/$lang/$tmplbase") { $tmplbase="help/nohelp.tmpl"; ! ($theme, $lang) = themelanguage($htdocs, $tmplbase, "intranet"); } my $template = HTML::Template->new(filename => "$htdocs/$theme/$lang/$tmplbase", Index: mainpage.pl =================================================================== RCS file: /cvsroot/koha/koha/mainpage.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** mainpage.pl 22 Dec 2003 14:54:53 -0000 1.9 --- mainpage.pl 20 Jun 2005 14:37:52 -0000 1.10 *************** *** 8,13 **** --- 8,24 ---- use CGI; use C4::Auth; + use C4::AuthoritiesMarc; + use C4::Koha; my $query = new CGI; + my $authtypes = getauthtypes; + my @authtypesloop; + foreach my $thisauthtype (sort { $authtypes->{$a} <=> $authtypes->{$b} } keys %$authtypes) { + my %row =(value => $thisauthtype, + authtypetext => $authtypes->{$thisauthtype}{'authtypetext'}, + ); + push @authtypesloop, \%row; + } + my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "intranet-main.tmpl", *************** *** 25,28 **** --- 36,40 ---- my $marc_p = C4::Context->boolean_preference("marc"); $template->param(NOTMARC => !$marc_p); + $template->param(authtypesloop => \@authtypesloop); output_html_with_http_headers $query, $cookie, $template->output; Index: MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/MARCdetail.pl,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** MARCdetail.pl 15 Jun 2005 16:09:44 -0000 1.27 --- MARCdetail.pl 20 Jun 2005 14:37:52 -0000 1.28 *************** *** 66,74 **** my $biblionumber=$query->param('bib'); my $bibid = $query->param('bibid'); my $popup = $query->param('popup'); # if set to 1, then don't insert links, it's just to show the biblio $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid; $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber; ! my $itemtype = &MARCfind_frameworkcode($dbh,$bibid); my $tagslib = &MARCgettagslib($dbh,1,$itemtype); --- 66,78 ---- my $biblionumber=$query->param('bib'); my $bibid = $query->param('bibid'); + my $itemtype = $query->param('frameworkcode'); my $popup = $query->param('popup'); # if set to 1, then don't insert links, it's just to show the biblio $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid; $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber; ! $itemtype = &MARCfind_frameworkcode($dbh,$bibid) if not ($itemtype); ! $itemtype = '' if ($itemtype eq 'Default'); ! warn "itemtype :".$itemtype; ! my $tagslib = &MARCgettagslib($dbh,1,$itemtype); *************** *** 84,87 **** --- 88,115 ---- }); + #Getting the list of all frameworks + my $queryfwk =$dbh->prepare("select frameworktext, frameworkcode from biblio_framework"); + $queryfwk->execute; + my %select_fwk; + my @select_fwk; + my $curfwk; + push @select_fwk,"Default"; + $select_fwk{"Default"} = "Default"; + while (my ($description, $fwk) =$queryfwk->fetchrow) { + push @select_fwk, $fwk; + $select_fwk{$fwk} = $description; + } + $curfwk=$itemtype; + warn "current fwk :".$curfwk ; + my $framework=CGI::scrolling_list( -name => 'Frameworks', + -id => 'Frameworks', + -default => $curfwk, + -OnChange => 'Changefwk(this);', + -values => \@select_fwk, + -labels => \%select_fwk, + -size => 1, + -multiple => 0 ); + + $template->param( framework => $framework); # fill arrays my @loop_data =(); From tipaul at users.sourceforge.net Mon Jun 20 16:39:15 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:39:15 -0700 Subject: [Koha-cvs] CVS: koha pay.pl,1.11,1.12 search.pl,1.35,1.36 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18131 Modified Files: pay.pl search.pl Log Message: synch'ing 2.2 and head Index: pay.pl =================================================================== RCS file: /cvsroot/koha/koha/pay.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** pay.pl 1 Mar 2005 13:40:47 -0000 1.11 --- pay.pl 20 Jun 2005 14:39:01 -0000 1.12 *************** *** 56,60 **** my $check=0; for (my $i=0;$i<@names;$i++){ ! my$temp=$input->param($names[$i]); if ($temp eq 'wo'){ $inp{$names[$i]}=$temp; --- 56,60 ---- my $check=0; for (my $i=0;$i<@names;$i++){ ! my $temp=$input->param($names[$i]); if ($temp eq 'wo'){ $inp{$names[$i]}=$temp; *************** *** 65,68 **** --- 65,69 ---- $user=~ s/Foxton/F/i; $user=~ s/Shannon/S/i; + # FIXME : using array +4, +5, +6 is dirty. Should use arrays for each accountline my $amount=$input->param($names[$i+4]); my $bornum=$input->param($names[$i+5]); *************** *** 146,150 **** } $bornum=$input->param('bornum'); ! print $input->redirect("/cgi-bin/koha/pay.pl?bornum=$bornum"); } --- 147,151 ---- } $bornum=$input->param('bornum'); ! print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$bornum"); } Index: search.pl =================================================================== RCS file: /cvsroot/koha/koha/search.pl,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** search.pl 7 Apr 2004 22:43:04 -0000 1.35 --- search.pl 20 Jun 2005 14:39:11 -0000 1.36 *************** *** 20,23 **** --- 20,30 ---- # $Log$ + # Revision 1.36 2005/06/20 14:39:11 tipaul + # synch'ing 2.2 and head + # + # Revision 1.35.2.1 2005/05/27 10:02:50 hdl + # Bug Fixing : Using old search.pl with subjectitems In normal mode display. + # Problem : Changing Page doesn't work. + # # Revision 1.35 2004/04/07 22:43:04 rangi # Fix for bug 217 *************** *** 100,104 **** foreach my $term (qw(keyword subject author illustrator itemnumber isbn date-before class dewey branch title abstract ! publisher ttype)) { my $value = $query->param($term); --- 107,111 ---- foreach my $term (qw(keyword subject author illustrator itemnumber isbn date-before class dewey branch title abstract ! publisher ttype subjectitems)) { my $value = $query->param($term); From slef at users.sourceforge.net Mon Jun 20 19:05:20 2005 From: slef at users.sourceforge.net (MJ Ray) Date: Mon, 20 Jun 2005 10:05:20 -0700 Subject: [Koha-cvs] CVS: koha/z3950 z3950-daemon-launch.sh,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31711 Modified Files: z3950-daemon-launch.sh Log Message: Removed -s from su call after Thomas D reports it breaks FreeBSD Index: z3950-daemon-launch.sh =================================================================== RCS file: /cvsroot/koha/koha/z3950/z3950-daemon-launch.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** z3950-daemon-launch.sh 5 Nov 2003 23:33:45 -0000 1.4 --- z3950-daemon-launch.sh 20 Jun 2005 17:05:17 -0000 1.5 *************** *** 33,37 **** fi ! su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser & exit --- 33,38 ---- fi ! #MJR: removed -s option, as we have a #! at the start of z3950-daemon-shell.sh ! su -c $KohaZ3950Shell - $RunAsUser & exit *************** *** 39,42 **** --- 40,46 ---- #-------------- # $Log$ + # Revision 1.5 2005/06/20 17:05:17 slef + # Removed -s from su call after Thomas D reports it breaks FreeBSD + # # Revision 1.4 2003/11/05 23:33:45 slef # Now figures out what directory the scripts are in From hdl at users.sourceforge.net Tue Jun 21 09:39:23 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 00:39:23 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members member.tmpl,1.16,1.17 member-quicksearch-results.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23742/koha-tmpl/intranet-tmpl/default/en/members Modified Files: member.tmpl member-quicksearch-results.tmpl Log Message: Displaying line counter Index: member.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** member.tmpl 20 Jun 2005 10:14:12 -0000 1.16 --- member.tmpl 21 Jun 2005 07:39:20 -0000 1.17 *************** *** 22,25 **** --- 22,26 ---- + *************** *** 37,40 **** --- 38,42 ---- + Index: member-quicksearch-results.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member-quicksearch-results.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** member-quicksearch-results.tmpl 20 Jun 2005 10:14:12 -0000 1.2 --- member-quicksearch-results.tmpl 21 Jun 2005 07:39:20 -0000 1.3 *************** *** 21,25 **** ! --- 21,25 ---- ! From hdl at users.sourceforge.net Tue Jun 21 09:42:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 00:42:26 -0700 Subject: [Koha-cvs] CVS: koha/members member.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24852/members Modified Files: member.pl Log Message: Adding countlines Index: member.pl =================================================================== RCS file: /cvsroot/koha/koha/members/member.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** member.pl 20 Jun 2005 10:14:12 -0000 1.6 --- member.pl 21 Jun 2005 07:42:24 -0000 1.7 *************** *** 90,93 **** --- 90,94 ---- my %row = ( background => $background, + count => $i + 1, borrowernumber => $results->[$i]{'borrowernumber'}, cardnumber => $results->[$i]{'cardnumber'}, From hdl at users.sourceforge.net Tue Jun 21 12:09:41 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 03:09:41 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui histsearch.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv894/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: histsearch.tmpl Log Message: Adding line counter Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/histsearch.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** histsearch.tmpl 20 Jun 2005 14:13:22 -0000 1.4 --- histsearch.tmpl 21 Jun 2005 10:09:39 -0000 1.5 *************** *** 109,113 **** --- 270,278 ---- *************** *** 276,280 **** --- 280,288 ---- From tipaul at users.sourceforge.net Wed Jun 22 14:45:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:45:39 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-top.inc,1.8.2.6,1.8.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14543/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac-top.inc Log Message: changing image size (on top-left) Index: opac-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc,v retrieving revision 1.8.2.6 retrieving revision 1.8.2.7 diff -C2 -r1.8.2.6 -r1.8.2.7 *** opac-top.inc 16 Jun 2005 15:41:09 -0000 1.8.2.6 --- opac-top.inc 22 Jun 2005 12:45:37 -0000 1.8.2.7 *************** *** 33,37 ****
          ! " height="50" alt="koha logo"/> /images/front-background-small.gif" height="50" alt="koha logo"/> --- 33,37 ----
          ! " height="65" alt="koha logo"/> /images/front-background-small.gif" height="50" alt="koha logo"/> From tipaul at users.sourceforge.net Wed Jun 22 14:46:55 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:46:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-dictionary.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15133/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: small changes in template look Index: opac-dictionary.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-dictionary.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** opac-dictionary.tmpl 7 Jun 2005 10:23:13 -0000 1.1.2.1 --- opac-dictionary.tmpl 22 Jun 2005 12:46:52 -0000 1.1.2.2 *************** *** 20,27 **** !
          !

          Dictionary Search results

            Card Surname
          ">
          ','request','member'); return false;" />
          ">
          ','request','member'); return false;" />
          ">
          !   --- 109,113 ----
          ! From tipaul at users.sourceforge.net Tue Jun 21 16:50:30 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 07:50:30 -0700 Subject: [Koha-cvs] CVS: koha/authorities auth_finder.pl,1.5.2.2,1.5.2.3 Message-ID: Update of /cvsroot/koha/koha/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16360/authorities Modified Files: Tag: rel_2_2 auth_finder.pl Log Message: bugfix for next/previous and number links on result list, when long list of results Index: auth_finder.pl =================================================================== RCS file: /cvsroot/koha/koha/authorities/auth_finder.pl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** auth_finder.pl 7 Apr 2005 10:03:24 -0000 1.5.2.2 --- auth_finder.pl 21 Jun 2005 14:50:26 -0000 1.5.2.3 *************** *** 93,98 **** for(my $i = 0 ; $i <= $#marclist ; $i++) { ! push @field_data, { term => "marclist", val=>$marclist[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; --- 93,99 ---- + my @marclist_ini = $query->param('marclist'); # get marclist again, as the previous one has been modified by catalogsearch (mainentry replaced by field name for(my $i = 0 ; $i <= $#marclist ; $i++) { ! push @field_data, { term => "marclist", val=>$marclist_ini[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; *************** *** 158,162 **** $template->param(authtypesloop => \@authtypesloop, authtypecode => $authtypecode); - warn "CAT : $authtypecode"; # Print the page --- 159,162 ---- From tipaul at users.sourceforge.net Tue Jun 21 16:50:31 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 07:50:31 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities searchresultlist-auth.tmpl,1.5.2.2,1.5.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16360/koha-tmpl/intranet-tmpl/default/en/authorities Modified Files: Tag: rel_2_2 searchresultlist-auth.tmpl Log Message: bugfix for next/previous and number links on result list, when long list of results Index: searchresultlist-auth.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist-auth.tmpl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** searchresultlist-auth.tmpl 18 Mar 2005 09:42:26 -0000 1.5.2.2 --- searchresultlist-auth.tmpl 21 Jun 2005 14:50:26 -0000 1.5.2.3 *************** *** 46,50 ****

          ! &&authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> --- 46,50 ----

          ! &&authtypecode=&=&op=do_search&type=intranet&index="> *************** *** 54,63 **** -highlight.gif"> ! &authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> .gif" border="0"> ! &&authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> --- 54,63 ---- -highlight.gif"> ! &authtypecode=&=&op=do_search&type=intranet&index="> .gif" border="0"> ! &&authtypecode=&=&op=do_search&type=intranet&index="> From tipaul at users.sourceforge.net Tue Jun 21 15:34:29 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 06:34:29 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.6,1.27.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13758/koha-tmpl/intranet-tmpl/default/en/parameters Modified Files: Tag: rel_2_2 marctagstructure.tmpl Log Message: template creators : REMEMBER that TRANSLATOR tool really HATES inside a standard html tag, like :

          class="x"> or checked> pls alway write : Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v retrieving revision 1.27.2.6 retrieving revision 1.27.2.7 diff -C2 -r1.27.2.6 -r1.27.2.7 *** marctagstructure.tmpl 1 Jun 2005 14:29:21 -0000 1.27.2.6 --- marctagstructure.tmpl 21 Jun 2005 13:34:26 -0000 1.27.2.7 *************** *** 125,130 **** "> !

          ! Display only used Tags/Subfields checked OnChange="javascript:document.f.submit()">

          --- 125,133 ---- "> !

          ! Display only used Tags/Subfields ! ! Display only used Tags/Subfields !

          From oleonard at users.sourceforge.net Wed Jun 22 00:05:33 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 21 Jun 2005 15:05:33 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.4,1.1.2.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv726/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-detail.tmpl Log Message: Removing extra junk from WorldCat query string Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -r1.1.2.4 -r1.1.2.5 *** opac-detail.tmpl 9 Jun 2005 19:21:10 -0000 1.1.2.4 --- opac-detail.tmpl 21 Jun 2005 22:05:30 -0000 1.1.2.5 *************** *** 22,27 ****

          Search for this title in:

          --- 22,27 ----

          Search for this title in:

          From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/acqui newbiblio.pl,1.21,1.22 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/acqui Modified Files: newbiblio.pl Log Message: Adding scrolling list for sort1 and sort2 Index: newbiblio.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** newbiblio.pl 14 Sep 2004 12:09:52 -0000 1.21 --- newbiblio.pl 22 Jun 2005 09:36:24 -0000 1.22 *************** *** 25,28 **** --- 25,29 ---- use CGI; use C4::Context; + use C4::Input; use C4::Database; use C4::Auth; *************** *** 140,143 **** --- 141,159 ---- -multiple => 0 ); + my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); + if ($CGIsort1) { + $template->param(CGIsort1 => $CGIsort1); + } else { + $template->param( sort1 => $data->{'sort1'}); + } + + my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); + if ($CGIsort2) { + $template->param(CGIsort2 =>$CGIsort2); + } else { + $template->param( sort2 => $data->{'sort2'}); + } + + # fill template $template->param( existing => $biblio, *************** *** 173,178 **** ecost => $data->{'ecost'}, notes => $data->{'notes'}, - sort1 => $data->{'sort1'}, - sort2 => $data->{'sort2'}, publishercode => $data->{'publishercode'}); --- 189,192 ---- From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/members memberentry.pl,1.10,1.11 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/members Modified Files: memberentry.pl Log Message: Adding scrolling list for sort1 and sort2 Index: memberentry.pl =================================================================== RCS file: /cvsroot/koha/koha/members/memberentry.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** memberentry.pl 20 Jun 2005 14:26:03 -0000 1.10 --- memberentry.pl 22 Jun 2005 09:36:24 -0000 1.11 *************** *** 61,64 **** --- 61,66 ---- my $destination=$input->param('destination'); + + my $nok; # if a add or modify is requested => check validity of data. *************** *** 233,237 **** --- 235,254 ---- -size => 1, -multiple => 0 ); + + my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); + if ($CGIsort1) { + $template->param(CGIsort1 => $CGIsort1); + } else { + $template->param( sort1 => $data->{'sort1'}); + } + + my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); + if ($CGIsort2) { + $template->param(CGIsort2 =>$CGIsort2); + } else { + $template->param( sort2 => $data->{'sort2'}); + } + $template->param( actionType => $actionType, destination => $destination, *************** *** 266,271 **** cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, - sort1 => $data->{'sort1'}, - sort2 => $data->{'sort2'}, dateformat => display_date_format(), modify => $modify, --- 283,286 ---- From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/C4 Input.pm,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/C4 Modified Files: Input.pm Log Message: Adding scrolling list for sort1 and sort2 Index: Input.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Input.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** Input.pm 28 Nov 2003 14:06:57 -0000 1.16 --- Input.pm 22 Jun 2005 09:36:24 -0000 1.17 *************** *** 22,25 **** --- 22,26 ---- require Exporter; use C4::Context; + use CGI; use vars qw($VERSION @ISA @EXPORT); *************** *** 50,53 **** --- 51,55 ---- @EXPORT = qw( &checkdigit &checkvalidisbn + &buildCGIsort ); *************** *** 141,175 **** # of 10 digits and valid checksum sub checkvalidisbn { ! use strict; ! my ($q)=@_ ; # Input: ISBN number ! ! my $isbngood = 0; # Return: true or false ! ! $q=~s/x$/X/g; # upshift lower case X ! $q=~s/[^X\d]//g; ! $q=~s/X.//g; ! ! #return 0 if $q is not ten digits long ! if (length($q)!=10) { ! return 0; ! } ! #If we get to here, length($q) must be 10 ! my $checksum=substr($q,9,1); ! my $isbn=substr($q,0,9); ! my $i; ! my $c=0; ! for ($i=0; $i<9; $i++) { ! my $digit=substr($q,$i,1); ! $c+=$digit*(10-$i); ! } $c %= 11; ! ($c==10) && ($c='X'); ! $isbngood = $c eq $checksum; ! ! return $isbngood; } # sub checkvalidisbn END { } # module clean-up code here (global destructor) --- 143,214 ---- # of 10 digits and valid checksum sub checkvalidisbn { ! use strict; ! my ($q)=@_ ; # Input: ISBN number ! ! my $isbngood = 0; # Return: true or false ! ! $q=~s/x$/X/g; # upshift lower case X ! $q=~s/[^X\d]//g; ! $q=~s/X.//g; ! #return 0 if $q is not ten digits long ! if (length($q)!=10) { ! return 0; ! } ! ! #If we get to here, length($q) must be 10 ! my $checksum=substr($q,9,1); ! my $isbn=substr($q,0,9); ! my $i; ! my $c=0; ! for ($i=0; $i<9; $i++) { ! my $digit=substr($q,$i,1); ! $c+=$digit*(10-$i); ! } $c %= 11; ! ($c==10) && ($c='X'); ! $isbngood = $c eq $checksum; ! return $isbngood; } # sub checkvalidisbn + =item buildCGISort + + $CGIScrollingList = &BuildCGISort($name string, $input_name string); + + Returns the scrolling list with name $input_name, built on authorised Values named $name. + Returns NULL if no authorised values found + + =cut + #' + #-------------------------------------- + # Determine if a number is a valid ISBN number, according to length + # of 10 digits and valid checksum + sub buildCGIsort { + use strict; + my ($name,$input_name,$data) = @_; + my $dbh=C4::Context->dbh; + my $query=qq{SELECT * FROM authorised_values WHERE category=?}; + my $sth=$dbh->prepare($query); + $sth->execute($name); + my $CGISort; + if ($sth->rows>0){ + my @values; + my %labels; + for (my $i =0;$i<=$sth->rows;$i++){ + my $results = $sth->fetchrow_hashref; + push @values, $results->{authorised_value}; + $labels{$results->{authorised_value}}=$results->{lib}; + } + $CGISort= CGI::scrolling_list( + -name => $input_name, + -values => \@values, + -labels => \%labels, + -default=> $data, + -size => 1, + -multiple => 0); + } + return $CGISort; + } END { } # module clean-up code here (global destructor) From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbiblio.tmpl,1.19,1.20 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: newbiblio.tmpl Log Message: Adding scrolling list for sort1 and sort2 Index: newbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbiblio.tmpl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** newbiblio.tmpl 4 May 2005 08:52:49 -0000 1.19 --- newbiblio.tmpl 22 Jun 2005 09:36:24 -0000 1.20 *************** *** 199,207 ****

          ! ">

          ! ">

          --- 199,215 ----

          ! ! ! ! "> !

          ! ! ! ! "> !

          From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members memberentry.tmpl,1.36,1.37 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/koha-tmpl/intranet-tmpl/default/en/members Modified Files: memberentry.tmpl Log Message: Adding scrolling list for sort1 and sort2 Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** memberentry.tmpl 20 Jun 2005 14:20:05 -0000 1.36 --- memberentry.tmpl 22 Jun 2005 09:36:24 -0000 1.37 *************** *** 270,274 ****

          Sorting field 1 ! ">
          Sorting field 1 ! ! ! ! "> !
          Sorting field 2 ! ">
          Sorting field 2 ! ! ! ! "> !
          ! !

          No results in Authorities

          --- 83,93 ----

          ! +
          +

          Values in biblios

          From tipaul at users.sourceforge.net Wed Jun 22 14:48:10 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:48:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-MARCdetail.tmpl,1.5.2.3,1.5.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15840/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-MARCdetail.tmpl Log Message: minor css changes Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -r1.5.2.3 -r1.5.2.4 *** opac-MARCdetail.tmpl 17 Jun 2005 12:31:44 -0000 1.5.2.3 --- opac-MARCdetail.tmpl 22 Jun 2005 12:48:08 -0000 1.5.2.4 *************** *** 77,81 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 77,81 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 101,105 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 101,105 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 125,129 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 125,129 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 149,153 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 149,153 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 173,177 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 173,177 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 197,201 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 197,201 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 221,225 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 221,225 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 245,249 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 245,249 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 269,273 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 269,273 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 293,297 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 293,297 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> From tipaul at users.sourceforge.net Wed Jun 22 14:49:30 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:49:30 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po default_intranet_fr_FR.po,1.5.2.6,1.5.2.7 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16133/misc/translator/po Modified Files: Tag: rel_2_2 default_intranet_fr_FR.po Log Message: updated french translation Index: default_intranet_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/default_intranet_fr_FR.po,v retrieving revision 1.5.2.6 retrieving revision 1.5.2.7 diff -C2 -r1.5.2.6 -r1.5.2.7 *** default_intranet_fr_FR.po 13 Jun 2005 15:12:13 -0000 1.5.2.6 --- default_intranet_fr_FR.po 22 Jun 2005 12:49:22 -0000 1.5.2.7 *************** *** 9,14 **** msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-07 16:19+0200\n" ! "PO-Revision-Date: 2005-06-10 17:47+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-21 15:28+0200\n" [...1547 lines suppressed...] --- 13443,13448 ---- #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:155 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:156 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:182 msgid "subfields" msgstr "sous-champs" *************** *** 13551,13555 **** #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:140 msgid "value" msgstr "valeur" --- 13609,13613 ---- #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:143 msgid "value" msgstr "valeur" From tipaul at users.sourceforge.net Wed Jun 22 14:49:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:49:53 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po css_opac_pl_PL.po,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16462/misc/translator/po Added Files: Tag: rel_2_2 css_opac_pl_PL.po Log Message: polish translation for OPAC --- NEW FILE --- # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # --- !! WERSJA ROBOCZA !! --- # # bledy w tlumaczeniu sa sukcesywnie poprawiane # wszelkie bledy/sugestie prosze zglaszac na emaila # #, fuzzy msgid "" msgstr "" "Project-Id-Version: css_opac_pl\n" "POT-Creation-Date: 2005-06-20 14:04+0200\n" "PO-Revision-Date: 2005-06-21 00:29+0200\n" "Last-Translator: Wojciech Zatorski \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" [...2341 lines suppressed...] #~ msgid "Only show titles available (Not on loan)" #~ msgstr "Pokaż tylko tytuły dostępnych (nie wypożyczonych)" #~ msgid "Search" #~ msgstr "Wyszukaj" #~ msgid "Search options" #~ msgstr "Opcje wyszukiwania" #~ msgid "Search using keywords or subject." #~ msgstr "Wyszukiwanie przy użyciu haseł kluczowych lub tematów." #~ msgid "Select a category" #~ msgstr "Wybierz kategorie" #~ msgid "Unititle:" #~ msgstr "Tytuł ujednolicony:" #~ msgid "since %s" #~ msgstr "od %s" From tipaul at users.sourceforge.net Wed Jun 22 14:51:12 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:51:12 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-ISBDdetail.pl,1.5.2.3,1.5.2.4 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17046/opac Modified Files: Tag: rel_2_2 opac-ISBDdetail.pl Log Message: bugfix (in repeated subfield separator position) Index: opac-ISBDdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-ISBDdetail.pl,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -r1.5.2.3 -r1.5.2.4 *** opac-ISBDdetail.pl 25 Mar 2005 17:04:27 -0000 1.5.2.3 --- opac-ISBDdetail.pl 22 Jun 2005 12:51:10 -0000 1.5.2.4 *************** *** 115,119 **** my $subfieldvalue = get_authorised_value_desc($tag, $subf[$i][0], $subf[$i][1], '', $dbh); my $tagsubf = $tag.$subfieldcode; ! $calculated =~ s/\{(.?.?.?)$tagsubf(.*?)\}/$1$subfieldvalue\{$1$tagsubf$2\}$2/g; } # field builded, store the result --- 115,119 ---- my $subfieldvalue = get_authorised_value_desc($tag, $subf[$i][0], $subf[$i][1], '', $dbh); my $tagsubf = $tag.$subfieldcode; ! $calculated =~ s/\{(.?.?.?)$tagsubf(.*?)\}/$1$subfieldvalue$2\{$1$tagsubf$2\}/g; } # field builded, store the result From hdl at users.sourceforge.net Wed Jun 22 15:12:22 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:12:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/acqui - New directory Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26549/koha-tmpl/intranet-tmpl/default/en/help/acqui Log Message: Directory /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui added to the repository From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/acqui newbiblio.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/koha-tmpl/intranet-tmpl/default/en/help/acqui Added Files: newbiblio.tmpl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort --- NEW FILE ---

          Add Biblio help

          sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Asort1 or Asort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Biblio Page

          From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/members memberentry.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/koha-tmpl/intranet-tmpl/default/en/help/members Modified Files: memberentry.tmpl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** memberentry.tmpl 22 Dec 2004 16:12:45 -0000 1.1 --- memberentry.tmpl 22 Jun 2005 13:14:12 -0000 1.2 *************** *** 1,4 **** --- 1,7 ----

          Add member help

          + +

          sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Bsort1 or Bsort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Member Page

          +

          Add Member, person

          This is the form for adding a new single member to the database. There is also a form for organisations, such as other libraries and non profit organisations you might lend to. You should use the Add Organisation tab at the top of the Member page for that.

          From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/acqui newbiblio.pl,1.22,1.23 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/acqui Modified Files: newbiblio.pl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort Index: newbiblio.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** newbiblio.pl 22 Jun 2005 09:36:24 -0000 1.22 --- newbiblio.pl 22 Jun 2005 13:14:12 -0000 1.23 *************** *** 141,145 **** -multiple => 0 ); ! my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); if ($CGIsort1) { $template->param(CGIsort1 => $CGIsort1); --- 141,145 ---- -multiple => 0 ); ! my $CGIsort1 = buildCGIsort("Asort1","sort1",$data->{'sort1'}); if ($CGIsort1) { $template->param(CGIsort1 => $CGIsort1); *************** *** 148,152 **** } ! my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); if ($CGIsort2) { $template->param(CGIsort2 =>$CGIsort2); --- 148,152 ---- } ! my $CGIsort2 = buildCGIsort("Asort2","sort2",$data->{'sort2'}); if ($CGIsort2) { $template->param(CGIsort2 =>$CGIsort2); From hdl at users.sourceforge.net Thu Jun 23 10:58:34 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 23 Jun 2005 01:58:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc suggest.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27651/koha-tmpl/intranet-tmpl/default/en/search.marc Modified Files: suggest.tmpl Log Message: Closing suggest window after selection Index: suggest.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/suggest.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** suggest.tmpl 19 Jul 2004 20:59:34 -0000 1.2 --- suggest.tmpl 23 Jun 2005 08:58:30 -0000 1.3 *************** *** 45,49 **** // } // opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=&breedingid="+GetThisOne; ! // self.close(); // return false; } --- 45,49 ---- // } // opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=&breedingid="+GetThisOne; ! self.close(); // return false; } From shedges at users.sourceforge.net Thu Jun 23 13:25:04 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:25:04 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6880/sysadmin Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:25:28 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:25:28 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7085/sysadmin/templates Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin/templates added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:26:21 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:26:21 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates/imágenes - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates/imágenes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7514/sysadmin/templates/imágenes Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin/templates/imágenes added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:27:11 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:27:11 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates traduccion.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7990/sysadmin/templates Added Files: traduccion.xml Log Message: Initial xml markup --- NEW FILE ---
          Traducción de “Templates†de KOHA 2005-06-22 J. Martín Longo jmlongo AT uncu.edu.ar 2005 J. Martín Longo El documento se entrega bajo licencia GNU-GPL This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-22 Initial XML markup.
          Introducción Nota aclaratoria: Se supone, en todos los ejemplos, que se ha descargado el archivo koha-2.1.1.tar.gz y se lo ha desempaquetado en el directorio 'home' del usuario 'usuario'. Por lo tanto, se debería contar con un directorio koha-2.1.1 en el directorio /home/usuario/ En cada sistema, se deberán adecuar los nombres de directorios y de usuarios como corresponda. La internacionalización de KOHA puede lograrse mediante la traducción de los textos contenidos en los archivos '.tmpl' (que viene de Template) contenidos en /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en En ocasiones anteriores, el procedimiento de traducción que se ha seguido ha sido el de copiar todo el contenido del directorio mencionado al directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es y, posteriormente, configurar KOHA para que utilice el idioma español. Este procedimiento, si bien ha dado resultados aceptables, es bastante lento y trabajoso, ya que se deben buscar una por una las cadenas de texto a traducir dentro de cada archivo '.tmpl', al tiempo que quien realiza el trabajo se debe cuidar de no modificar ninguna etiqueta o marca, ya que eso produce errores en la visualización. Por este motivo, se ha optado por la utilización del script tmpl_process3.pl (provisto en la distribución de KOHA). Este script toma como entrada el archivo o un directorio que contenga los archivos que se quiera traducir y genera como salida un único archivo con formato específico y extensión '.po' (que viene de Portable Object) conteniendo todas las cadenas de texto que pueden ser traducidas. Este tipo de archivos es un estándar en el trabajo de internacionalización de software en el mundo del Software Libre y, por lo tanto, hay herramientas desarrolladas para su tratamiento. El presente tutorial pretende mostrar el uso del script tmpl_process3.pl y, posteriormente, sentar las bases para la utilización de una herramienta para el tratamiento del archivo '.po' generado por el mismo (en este caso, la herramienta Kbabel).
          Usando tmpl_process3.pl para generar archivos '.po' El script tmpl_process3.pl se encuentra ubicado en /home/usuario/koha-2.1.1/scripts/misc/translator/ y depende algunos módulos ubicados en ese mismo directorio. Por lo tanto, para poder ejecutarlo, se deberá estar ubicado en el directorio /home/usuario/koha-2.1.1/scripts/misc/translator/ Ejemplo: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl --help Los comandos mostrados en el ejemplo producirán como salida el listado de las opciones y el modo de uso del script, como se muestra a continuación: Usage: ./tmpl_process3.pl create [OPTION] or: ./tmpl_process3.pl update [OPTION] or: ./tmpl_process3.pl install [OPTION] or: ./tmpl_process3.pl --help Create or update PO files from templates, or install translated templates. -i, --input=SOURCE Get or update strings from SOURCE file. SOURCE is a directory if -r is also specified. -o, --outputdir=DIRECTORY Install translation(s) to specified DIRECTORY --pedantic-warnings Issue warnings even for detected problems which are likely to be harmless -r, --recursive SOURCE in the -i option is a directory -s, --str-file=FILE Specify FILE as the translation (po) file for input (install) or output (create, update) -x, --exclude=REGEXP Exclude files matching the given REGEXP --help Display this help and exit The -o option is ignored for the "create" and "update" actions. Try `perldoc ./tmpl_process3.pl' for perhaps more information. Para crear un archivo 'circ_es.po' que contenga los textos de todos los templates contenidos en el directorio 'circ' de la intranet de KOHA que están en inglés, el procedimiento sería el siguiente: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl create -r -i /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ/ -s /home/usuario/traduccion/circ_es.po En el ejemplo anterior: 'create' indica que se debe generar un archivo '.po'. -r indica que el proceso se realizará sobre un directorio. -i indica el directorio en el que se encuentran los archivos de los que se extraerán las cadenas de texto. -s indica el directorio y el nombre del archivo '.po' a crear. Al ejecutar el comando anterior es posible que se generen algunas advertencias o 'warnings' por cuestiones de sintaxis. Al ejecutar el ejemplo sugerido, se produjo la siguiente salida en el equipo de prueba: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Removing empty file /home/jmlongo/tmp/temp.po xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details xgettext.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The create seems to be successful. A pesar de estas advertencias, la última línea (The create seems to be successful.) indica que el proceso ha tenido éxito y que se cuenta con el archivo '.po' en el lugar y con el nombre seleccionados. Este archivo deberá ser abierto usando KBabel para iniciar el proceso de traducción.
          Usando KBabel para traducir un archivo '.po' La aplicación KBabel presenta cuatro áreas, dentro de la ventana principal, cada una de ellas orientada a una utilidad en especial. Con esta aplicación se trabaja traduciendo una a una las cadenas de texto que están contenidas en el archivo '.po' generado anteriormente. Para lograr esto de manera eficiente, KBabel pone a disposición distintas herramientas, como se muestra en la siguiente captura de pantalla:
          Screenshot 1
          El área marcada en la figura como Texto Original es de sólo lectura y presenta la cadena de texto que se está traduciendo. El área marcada en la figura como Texto Traducido es el lugar donde se escribe la traducción de lo que aparece en el cuadro Texto Original. El área marcada en la figura como Comentarios y Nombres de Archivos es el lugar donde aparecen los comentarios que los desarrolladores dejaron al momento de crear el template que se está traduciendo, con el objetivo de hacer alguna aclaración. Además, aparece el nombre del o los archivos en los cuales está contenida la cadena de texto que se está traduciendo. El área marcada en la figura como Contexto es el lugar en el que aparecen las cadenas de texto anteriores y posteriores a la que se está traduciendo, como una ayuda para saber en qué contexto se encuentra la frase que se está traduciendo.
          Ejemplos Algunos delimitadores y etiquetas no deben ser modificados en la traducción
          Screenshot 2
          Cuando la traducción implique el uso de acentos y caracteres especiales, los mismos deberán ser reemplazados por las entidades correspondientes, para evitar problemas a la hora de la visualización.
          Screenshot 3
          Para navegar entre las cadenas de texto y realizar algunas funciones útiles, se pueden utilizar los íconos de la barra de herramientas o atajos de teclado.
          ! ! --- 82,86 ----

          !

          Total Number of Items:

          *************** *** 169,171 **** --- 171,206 ---- + +
          + +
          + Search Options:
          + Select keywords from list
          +
          +
          + + Titles:
          + + ">
          +
          + Authors:
          + + ">
          +
          + Subjects:
          + + + ">
          +
          + Itemtype:
          + "> + !-- TMPL_IF name="description" --> + + + + +
          + +
          +
          From genjimoto at users.sourceforge.net Sat Jun 25 08:56:50 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 23:56:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.21,1.22 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26871 Modified Files: opac-detail.tmpl Log Message: minor fix Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** opac-detail.tmpl 25 Jun 2005 05:59:08 -0000 1.21 --- opac-detail.tmpl 25 Jun 2005 06:56:47 -0000 1.22 *************** *** 193,197 **** Itemtype:
          "> ! !-- TMPL_IF name="description" --> --- 193,197 ---- Itemtype:
          "> ! From genjimoto at users.sourceforge.net Sat Jun 25 09:26:52 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Sat, 25 Jun 2005 00:26:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.25,1.26 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7909 Modified Files: opac-searchresults.tmpl Log Message: Fix so clicking on numbers carries over the itemtype and availaiblity search parameters Index: opac-searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** opac-searchresults.tmpl 20 Jun 2005 14:25:00 -0000 1.25 --- opac-searchresults.tmpl 25 Jun 2005 07:26:49 -0000 1.26 *************** *** 17,29 ****

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search">Next >>

          --- 17,32 ----

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1">Next >>

          *************** *** 196,208 ****

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search">Next >>

          --- 199,214 ----

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1">Next >>

          From hellen at users.sourceforge.net Sat Jun 25 14:55:05 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:55:05 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters admin-home.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28983/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: admin-home.tmpl Log Message: adjustments for 2.2.3 Index: admin-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/admin-home.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** admin-home.tmpl 12 May 2005 19:26:35 -0000 1.1 --- admin-home.tmpl 25 Jun 2005 12:55:02 -0000 1.2 *************** *** 35,39 ****
          Medientypen definieren
          BenutzerkategorienMedientypen definieren
          ExemplarkategorienDefinition von Exemplarkategorien. (Sachliteratur, Schöne Literatur...)
          ExemplarunterkategorienDefinition der Unterkategorien. (Schöne Literatur Jugendliche, Sachliteratur Jugendliche.... Schöne Literatur Erwachsene.)
          ExemplarmedientypenDefinition der Exemplarmedientypen. (CD, Video, Buch, Spiel...)
          Benutzerkategorien
          "> ! "> ! Entliehen bis Zuletzt gesehenBarcode Band
          Entliehen bis Zuletzt gesehenStrichcode Band
          ! &item=">Medientyp ändern ! &item=">Fix Itemtype " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten &op=duplicate" class="button catalogue"> ! Duplizieren " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten... &op=duplicate" class="button catalogue"> ! Duplikate
          --- 98,113 ----

          ! Ergebnisse to of ! Nichts gefunden.

          !

          None

          !

          Biblios im fremddatenpool

          *************** *** 129,133 **** ! --- 129,133 ---- ! *************** *** 139,143 ****
          !

          Biblio zur Datenbank hinzufügen

          --- 139,143 ----

          !

          Biblio hinzufügen

          From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.4,1.5 basket.tmpl,1.3,1.4 newbiblio.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl basket.tmpl newbiblio.tmpl Log Message: adjustments for 2.2.3 Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** acqui-home.tmpl 9 Jun 2005 08:37:41 -0000 1.4 --- acqui-home.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 6,18 ****

          Beginnen, Eingangsbearbeitung, ändern von Bestellungen

          ! !

          Sie müssen unter Parameter ein Budget definieren

          ! ! Lieferantenname:

          oder Suche Bestellhistorie

          -
          --- 6,14 ----

          Beginnen, Eingangsbearbeitung, ändern von Bestellungen

          !
          Lieferantenname:

          oder Suche Bestellhistorie

          *************** *** 35,39 ****

          zu prüfende Vorschläge

          ! offene Anschaffungsvorschl%auml;ge Manage Keine Anschaffungsvorschläge offen --- 31,35 ----

          zu prüfende Vorschläge

          ! suggestions waiting Manage Keine Anschaffungsvorschläge offen *************** *** 43,58 ****
          !

          Etats und Budgets

          - -

          Sie müsen unter Parameter ein Budget definieren

          -
          " class="button catalogue">Biblio zur Datenbank hinzufügen
          " class="button catalogue">Biblio hinzufügen
          ! ! --- 39,51 ----
          !

          Etats und Budgets

          EtatsGesamt Geschenkt VerausgabtVerfügbar
          ! ! *************** *** 66,70 **** ! --- 59,63 ---- ! *************** *** 74,80 ****
          EtatsTotal Geschenkt VerausgabtVerfügbar
          Gesamt
          Total

          ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

          ! --- 67,73 ----

          ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

          ! Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/basket.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** basket.tmpl 5 Jun 2005 18:10:13 -0000 1.3 --- basket.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 1,4 **** !

          Neu Einkaufskorb für ">


          --- 1,4 ---- !

          Neu Einkaufskorb für ">


          *************** *** 7,12 ****

          Korb-Info

          !

          !

          --- 7,12 ----

          Korb-Info

          !

          !

          *************** *** 28,35 ****
          Titel VerfasserEK-PreisNettopreisMengeGesamt Etat &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung] Titel VerfasserrrpestQtyTotal Etat &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung]
          SummaryUsed Select
          ! &operator==&value=&and_or=and&excluding=" class="button catalogue"> biblio(s) !
          SummaryUsed in Select
          ! ! ! ! + + + + biblio(s) + + + + + ',,0)" class="button catalogue">select + ',,1)" class="button catalogue">sel&close
          SummaryBiblio Count Select
          class="hilighted"> ! class="hilighted"> ! ',)" class="button catalogue">Select
          SummaryUsed in Select
          ! ! ! ! ! ! class="hilighted"> ! biblio(s) class="hilighted"> ! ',,0)" class="button catalogue">Select ! ',,1)" class="button catalogue">Sel&close
          ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! !
          TagLibRepeatableMandatoryAuthorised
          value
          SubfieldsEditDelete
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !   ! ! ! ! class="hilighted"> ! ! ! ! ! ! ! ! ! ! ! ! ! !
          ! ! !   ! ! repeatable  ! ! Mandatory  ! ! See  ! !   ! !   ! !   ! ! Tab: ! ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !
          ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! " method="post"> --- 114,215 ---- !
          !

          Select a framework

          ! " method="post"> ! ! "> ! !

          ! Display only used Tags/Subfields checked OnChange="javascript:document.f.submit()"> !

          ! ! NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script. !
          !
          TagLibRepeatableMandatoryAuthorised
          value
          SubfieldsEditDelete
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          ! ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! ! ! ! ! " method="post"> *************** *** 231,245 **** ! ?offset=&searchfield=&frameworkcode="> //images/1leftarrow.png" title="previous" alt="previous" border="0"> ! ?offset=&searchfield=&frameworkcode="> //images/1rightarrow.png" title="next" alt="next" border="0"> ! !

          Modify Subcategory

          Add Subcategory

          " name="Aform" method="post">

          ">

          " method="post"> ">

          CONFIRM DELETION

          " method="post">

          Subcategory Admin

          TagLibRepeatableMandatoryAuthorised
          value
          SubfieldsEditDelete
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !   ! ! ! ! class="hilighted"> ! ! ! ! ! ! ! ! ! ! ! ! ! !
          ! ! !   ! ! repeatable  ! ! Mandatory  ! ! See  ! !   ! !   ! !   ! ! Tab: ! ">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          !
          YesNoYesNo" class="button">subfields">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0">">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          Code Description Itemtype codes Edit Delete
          ?op=add_form&subcategorycode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&subcategorycode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          " method="post">
          ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
          Code Description Itemtype codes Edit Delete
          ?op=add_form&mediatypecode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&mediatypecode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          " method="post"> ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
          From genjimoto at users.sourceforge.net Thu Jun 2 05:55:04 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 20:55:04 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters itemtypecategory.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9802 Added Files: itemtypecategory.tmpl Log Message: template to edit the item category table. --- NEW FILE ---

          Modify Category

          Add Category

          " name="Aform" method="post">

          ">

          " method="post"> ">

          CONFIRM DELETION

          " method="post">

          Category Admin

          Code Description Itemtype codes Edit Delete
          ?op=add_form&categorycode=">//images/fileopen.png" width="32" hspace="0" vspace="0" border="0"> ?op=delete_confirm&categorycode=">//images/edittrash.png" width="32" hspace="0" vspace="0" border="0">
          " method="post"> ">//images/1leftarrow.png" title="previous" alt="previous" border="0"> ">//images/1rightarrow.png" title="next" alt="next" border="0">
          From genjimoto at users.sourceforge.net Thu Jun 2 06:36:24 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Wed, 01 Jun 2005 21:36:24 -0700 Subject: [Koha-cvs] CVS: koha/opac searchoptions.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29233 Modified Files: searchoptions.pl Log Message: minor bugfix Index: searchoptions.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/searchoptions.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** searchoptions.pl 2 Jun 2005 00:47:58 -0000 1.1 --- searchoptions.pl 2 Jun 2005 04:36:22 -0000 1.2 *************** *** 34,48 **** my $count=0; my $newquery=''; ! my $subfoundbool=0; ! my $itemtypefoundbool=0; ! my $branchfoundbool=0; my $itemtypeslist; my $itemtypescatlist; my $itemtypessubcatlist; my $mediatypeslist; $count=0; my $dbh=C4::Context->dbh; $newquery='op=do_search&nbstatements='.$nbstatements; ! if ($allcategoriesbool eq '' && $category ne ''){ my $sth=$dbh->prepare("select itemtypecodes from categorytable where categorycode=?"); --- 34,47 ---- my $count=0; my $newquery=''; ! my $keywordfoundbool=0; my $itemtypeslist; my $itemtypescatlist; my $itemtypessubcatlist; my $mediatypeslist; + $count=0; my $dbh=C4::Context->dbh; $newquery='op=do_search&nbstatements='.$nbstatements; ! if ($allcategoriesbool == 0 && $category ne ''){ my $sth=$dbh->prepare("select itemtypecodes from categorytable where categorycode=?"); *************** *** 51,55 **** $sth->finish; } ! if ($allmediatypesbool eq '' && @mediatypeswanted ne ''){ foreach my $mediatype (@mediatypeswanted){ my $sth=$dbh->prepare("select itemtypecodes from mediatypetable where mediatypecode=?"); --- 50,54 ---- $sth->finish; } ! if ($allmediatypesbool == 0 && @mediatypeswanted ne ''){ foreach my $mediatype (@mediatypeswanted){ my $sth=$dbh->prepare("select itemtypecodes from mediatypetable where mediatypecode=?"); *************** *** 60,64 **** } } ! if ($allsubcategoriesbool eq '' && @subcategorieswanted ne ''){ foreach my $subcategory (@subcategorieswanted){ my $sth=$dbh->prepare("select itemtypecodes from subcategorytable where subcategorycode=?"); --- 59,63 ---- } } ! if ($allsubcategoriesbool == 0 && @subcategorieswanted ne ''){ foreach my $subcategory (@subcategorieswanted){ my $sth=$dbh->prepare("select itemtypecodes from subcategorytable where subcategorycode=?"); *************** *** 69,79 **** } } ! if ($allitemtypesbool ne ''){ ! #warn @itemtypeswanted; $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched.join ("|", @itemtypeswanted) } else { $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched } ! #warn $itemtypeslist; if ($allbranchesbool == 0){ $brancheslist = join("|", at brancheswanted) --- 68,78 ---- } } ! if ($allitemtypesbool == 0){ ! $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched.join ("|", @itemtypeswanted) } else { $itemtypeslist .=$itemtypescatlist.$itemtypessubcatlist.$mediatypeslist.$itemtypessearched } ! if ($allbranchesbool == 0){ $brancheslist = join("|", at brancheswanted) *************** *** 97,102 **** $newquery .= '&value='.$value[$count]; if ($marclist[$count] eq ''){ ! if ($subfoundbool=0){ ! $subfoundbool=1; $newquery .=" ".join(" ", at keywords) } --- 96,101 ---- $newquery .= '&value='.$value[$count]; if ($marclist[$count] eq ''){ ! if ($keywordfoundbool=0){ ! $keywordfoundbool=1; $newquery .=" ".join(" ", at keywords) } *************** *** 105,109 **** } ! if ($subfoundbool == 0 && $query->param('keysub') ne ''){ $newquery .= '&marclist=&and_or=and&excluding=&operator=contains&value='; $newquery .=join(" ", at keywords) --- 104,108 ---- } ! if ($keywordfoundbool == 0 && $query->param('keysub') ne ''){ $newquery .= '&marclist=&and_or=and&excluding=&operator=contains&value='; $newquery .=join(" ", at keywords) From hdl at users.sourceforge.net Thu Jun 2 15:03:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 06:03:37 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-sendbasket.pl,1.4.2.2,1.4.2.3 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18305/opac Modified Files: Tag: rel_2_2 opac-sendbasket.pl Log Message: Sending e-mail with joined file. Seems to work OK. But I never received the email. May be my postfix configuration. Index: opac-sendbasket.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -C2 -r1.4.2.2 -r1.4.2.3 *** opac-sendbasket.pl 1 Jun 2005 19:55:53 -0000 1.4.2.2 --- opac-sendbasket.pl 2 Jun 2005 13:03:31 -0000 1.4.2.3 *************** *** 130,133 **** --- 130,135 ---- if (sendmail %mail) { # do something if it works.... + # warn " ".$mail{body}; + # warn " ".$mail{PJ}; warn "Mail sent ok\n"; $template->param(SENT => "1"); From genjimoto at users.sourceforge.net Thu Jun 2 15:29:30 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 06:29:30 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.25,1.26 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31474 Modified Files: opac-search.pl Log Message: minor bugfix Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** opac-search.pl 1 Jun 2005 23:07:17 -0000 1.25 --- opac-search.pl 2 Jun 2005 13:29:28 -0000 1.26 *************** *** 409,410 **** --- 409,411 ---- else { output_html_with_http_headers $query, $cookie, $template->output; + } From gmccullagh at users.sourceforge.net Thu Jun 2 15:47:49 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Thu, 02 Jun 2005 06:47:49 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.26,1.27 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8814 Modified Files: opac-search.pl Log Message: just declared $totalResults and added an indent at the end Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** opac-search.pl 2 Jun 2005 13:29:28 -0000 1.26 --- opac-search.pl 2 Jun 2005 13:47:47 -0000 1.27 *************** *** 23,26 **** --- 23,29 ---- my $subcategorylist; my $mediatypelist; + # added by Gavin + my $totalresults; + my $dbh=C4::Context->dbh; my $sth=$dbh->prepare("select description,itemtype from itemtypes order by description"); *************** *** 181,186 **** # how this is done # 4. ! # $totalresults = $total; ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable --- 184,190 ---- # how this is done # 4. ! $totalresults = $total; + ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable *************** *** 408,411 **** } else { ! output_html_with_http_headers $query, $cookie, $template->output; } --- 412,415 ---- } else { ! output_html_with_http_headers $query, $cookie, $template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:16:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:16:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_100.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23811/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_100.tmpl Log Message: Template for 100a field plugin Index: unimarc_field_100.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_100.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** unimarc_field_100.tmpl 1 Mar 2005 13:41:02 -0000 1.4 --- unimarc_field_100.tmpl 2 Jun 2005 15:16:54 -0000 1.5 *************** *** 1,652 **** ! ! ! UNIMARC Field 100 builder ! !
          ! ! ! ! [...1364 lines suppressed...] + var jour = now.getDate(); + var annee = now.getYear(); + + mois += 1; + if (mois < 10) { mois = "0" + mois; } + + if (annee < 2000) { annee += 1900; } + + var dateString = annee + mois + jour; + return dateString; + } + + function initForm() { + if (document.f_pop.f1.value == "") { document.f_pop.f1.value = formeDate(); } + } + + initForm(); ! ! From hdl at users.sourceforge.net Thu Jun 2 17:19:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 08:19:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-serial-issues.tmpl,1.2.2.2,1.2.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25642/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-serial-issues.tmpl Log Message: Adding history of received and missing serials to simple information Index: opac-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -r1.2.2.2 -r1.2.2.3 *** opac-serial-issues.tmpl 4 Mar 2005 16:13:55 -0000 1.2.2.2 --- opac-serial-issues.tmpl 2 Jun 2005 15:19:35 -0000 1.2.2.3 *************** *** 75,78 **** --- 75,79 ---- since

          +

          *************** *** 82,85 **** --- 83,99 ----

          + +

          + + are recieved. +

          + + +

          + + are missing. +

          + + From doxulting at users.sourceforge.net Thu Jun 2 17:20:00 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_105.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25724/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_105.tmpl Log Message: Template for 105a field plugin Index: unimarc_field_105.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_105.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** unimarc_field_105.tmpl 1 Mar 2005 13:41:02 -0000 1.4 --- unimarc_field_105.tmpl 2 Jun 2005 15:19:57 -0000 1.5 *************** *** 1,1168 **** ! ! ! UNIMARC constructeur champ 105 ! ! ! !
          Date d'enregistrement">
          ! ! ! + ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Illustration 1: [...2179 lines suppressed...] ! !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:20:27 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:27 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_106.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26214/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_106.tmpl Log Message: Template for 106a field plugin Index: unimarc_field_106.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_106.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_106.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_106.tmpl 2 Jun 2005 15:20:25 -0000 1.3 *************** *** 1,81 **** ! ! ! UNIMARC Field 106 builder ! !
          - - - - - - - -
          Texte presentation physique - -
          ! ! --- 77,79 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:20:57 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:20:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_110.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26457/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_110.tmpl Log Message: Template for 110a field plugin Index: unimarc_field_110.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_110.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_110.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_110.tmpl 2 Jun 2005 15:20:54 -0000 1.3 *************** *** 1,662 **** ! ! ! UNIMARC Field 106 builder ! !
          ! ! ! ! - ! ! ! ! --- 26,40 ---- ! ! ! + + *************** *** 41,47 **** ! ! ! --- 42,63 ---- ! ! ! ! ! *************** *** 49,52 **** --- 65,69 ---- + ! ! ! ! ! ! !
          Type de publication en serie [...1137 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 506,508 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:21:21 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:21:21 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_115a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26823/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_115a.tmpl Log Message: Template for 115a field plugin Index: unimarc_field_115a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_115a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_115a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_115a.tmpl 2 Jun 2005 15:21:18 -0000 1.3 *************** *** 1,1309 **** ! ! ! UNIMARC Field 115a builder ! !
          ! ! ! ! + ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Type de document [...2258 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 976,978 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:22:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:22:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_116.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27379/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_116.tmpl Log Message: Template for 116a field plugin Index: unimarc_field_116.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_116.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_116.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_116.tmpl 2 Jun 2005 15:22:13 -0000 1.3 *************** *** 1,1585 **** ! ! ! UNIMARC Field 116 builder ! !
          - - - - ! --- 72,76 ---- ! *************** *** 92,96 **** --- 92,96 ---- Index: ISBDdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/ISBDdetail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ISBDdetail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- ISBDdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 4,8 ****

          MARC Biblio :

          ! " class="button catalogue"> Edit biblio &op=duplicate" class="button catalogue"> Duplicate " class="button catalogue"> Edit item delete " class="button catalogue"> Complete " class="button catalogue"> Normal " class="button catalogue"> ISBD ')" class="button catalogue"> Add to shelf ')" class="button catalogue"> Print " class="button catalogue"> --- 4,8 ----

          MARC Biblio :

          !
          " class="button catalogue"> Biblio ändern &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normal " class="button catalogue"> ISBD ')" class="button catalogue"> Zum Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** MARCdetail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- MARCdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 4,8 ****

          Biblionummer :

          !
          " class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu vituellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> --- 4,8 ----

          Biblionummer :

          !
          " class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu virtuellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> From hellen at users.sourceforge.net Wed Jun 8 13:28:10 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de about.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de Modified Files: about.tmpl Log Message: translated by hellen Index: about.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/about.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** about.tmpl 17 May 2005 13:21:34 -0000 1.2 --- about.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 48,51 **** --- 48,52 ----

          David Strainchamps

          Dorian Meid (Deutsche Übersetzung)

          +

          Friedrich zur Hellen (Deutsche Übersetzung)

          doXulting (Matthieu Branlat) OPAC basket

          Ed Summers (einigen code und Perl-Module wie MARC::Record)

          From hellen at users.sourceforge.net Wed Jun 8 13:28:10 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbooks.tmpl,1.3,1.4 isbnsearch.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbooks.tmpl isbnsearch.tmpl Log Message: translated by hellen Index: addbooks.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbooks.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** addbooks.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- addbooks.tmpl 8 Jun 2005 11:28:08 -0000 1.4 *************** *** 51,55 ****

          Hinweis

          Wenn bereits Daten f?r die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten f?r die ISBN abgerufen wurden und sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          --- 51,55 ----

          Hinweis

          Wenn bereits Daten f?r die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten f?r die ISBN abgerufen wurden und sich im Fremddatenpool befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** isbnsearch.tmpl 17 May 2005 13:21:35 -0000 1.2 --- isbnsearch.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 62,71 ****
          ! --- 62,71 ---- ! *************** *** 109,113 ****
          !

          Bibliografische Daten im Zwischenspeicher

          Presentation materielle [...2938 lines suppressed...] !

          ! ! !

          + ! ! --- 1375,1378 ---- } ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:22:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:22:40 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_117.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27565/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_117.tmpl Log Message: Template for 117a field plugin Index: unimarc_field_117.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_117.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_117.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_117.tmpl 2 Jun 2005 15:22:38 -0000 1.3 *************** *** 1,801 **** ! ! ! UNIMARC Field 117 builder ! !
          ! ! ! ! !
          Presentation materielle [...1503 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 725,727 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:23:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:23:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_120.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27907/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_120.tmpl Log Message: Template for 120a field plugin Index: unimarc_field_120.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_120.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_120.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_120.tmpl 2 Jun 2005 15:23:13 -0000 1.3 *************** *** 1,1340 **** ! ! ! UNIMARC constructeur champ 120 ! ! !
          ! ! ! ! ! "> --- 45,53 ---- ! ! ! ! ! *************** *** 53,57 **** - !

          --- 57,61 ---- - !

          *************** *** 62,73 **** - !

          ! ! ! ! --- 66,77 ---- - !

          ! ! ! ! *************** *** 104,108 **** !
          Indicateur de couleur: [...2388 lines suppressed...] ! !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:23:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:23:40 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_121a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28143/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_121a.tmpl Log Message: Template for 121a field plugin Index: unimarc_field_121a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_121a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_121a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_121a.tmpl 2 Jun 2005 15:23:38 -0000 1.3 *************** *** 1,411 **** ! ! ! UNIMARC constructeur champ 121a ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Dimensions physiques: ! !
          Image cartographique originale 1: ! ! Image cartographique originale 2: ! !
          Support physique: ! !
          Mode de realisation technique: ! !
          Forme de reproduction: !
          Reperes geodesiques: ! !
          Forme materielle d'edition: ! !
          !
          ! ! ! --- 1,378 ---- ! !
          !

          Assistant champ cod? 121a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:21:50 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:21:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_115b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27127/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_115b.tmpl Log Message: Template for 115b field plugin Index: unimarc_field_115b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_115b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_115b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_115b.tmpl 2 Jun 2005 15:21:47 -0000 1.3 *************** *** 1,673 **** ! ! ! UNIMARC Field 115b builder ! !
          ! ! ! ! ! ! ! ! ! ! !
          Copie (generation) [...1174 lines suppressed...] !
          !

          ! ! !

          ! + ! ! --- 529,531 ---- } ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:22 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_122.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28606/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_122.tmpl Log Message: Template for 122a field plugin Index: unimarc_field_122.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_122.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_122.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_122.tmpl 2 Jun 2005 15:24:20 -0000 1.3 *************** *** 1,84 **** ! ! ! UNIMARC constructeur champ 122 ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Ere code: ! !
          Annee:"> ! Mois:">Jour:">Heure:">
          !
          ! ! ! --- 1,77 ---- ! !
          !

          Assistant champ cod? 122a

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:46 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28769/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123a.tmpl Log Message: Template for 123a field plugin Index: unimarc_field_123a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123a.tmpl 2 Jun 2005 15:24:44 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 123a ! ! !
          ! ! ! ! ! ! !
          Type d'echelle: ! !
          !
          ! ! ! --- 1,48 ---- ! !
          !

          Assistant champ cod? 123a

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:11 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123d.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29137/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123d.tmpl Log Message: Template for 123d field plugin Index: unimarc_field_123d.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123d.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123d.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123d.tmpl 2 Jun 2005 15:25:08 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123d ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ cod? 123d

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123e.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29371/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123e.tmpl Log Message: Template for 123e field plugin Index: unimarc_field_123e.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123e.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123e.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123e.tmpl 2 Jun 2005 15:25:34 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123e ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ cod? 123e

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:24:01 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:24:01 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_121b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28425/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_121b.tmpl Log Message: Template for 121b field plugin Index: unimarc_field_121b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_121b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_121b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_121b.tmpl 2 Jun 2005 15:23:59 -0000 1.3 *************** *** 1,291 **** ! ! ! UNIMARC constructeur champ 121b ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Altitude du capteur: ! !
          Orientation du capteur : !
          Bandes spectrales (nombre ! a deux chiffres 01->99 ou xx (ecrire 01 pour 1):"> !
          Qualite de l'image: ! !
          Couverture nuageuse exprimee en huitieme: ! !
          Qualite de l'image: ! ! ! !
          !
          ! ! ! --- 1,284 ---- ! !
          !

          Assistant champ cod? 121b

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! "> nombre ? deux chiffres 01->99 ou xx (ecrire 01 pour 1) !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:25:55 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:25:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123f.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29995/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123f.tmpl Log Message: Template for 123f field plugin Index: unimarc_field_123f.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123f.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123f.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123f.tmpl 2 Jun 2005 15:25:53 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123f ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ cod? 123f

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:26:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123g.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30203/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_123g.tmpl Log Message: Template for 123g field plugin Index: unimarc_field_123g.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_123g.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_123g.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_123g.tmpl 2 Jun 2005 15:26:17 -0000 1.3 *************** *** 1,79 **** ! ! ! UNIMARC constructeur champ 123g ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Hemisphere: ! !
          Degres (completer avec des 0):">
          Minutes (completer avec des 0):">
          Secondes (completer avec des 0):">
          !
          ! ! ! --- 1,79 ---- ! !
          !

          Assistant champ cod? 123g

          !
          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! !

          ! ! "> !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:26:38 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:38 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123i.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30434/koha-tmpl/intranet-tmpl/default/fr/value_builder Added Files: unimarc_field_123i.tmpl Log Message: Template for 123i field plugin --- NEW FILE ---

          Assistant champ cod? 123i

          ">

          ">

          ">


          From doxulting at users.sourceforge.net Thu Jun 2 17:26:59 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:26:59 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_123j.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30653/koha-tmpl/intranet-tmpl/default/fr/value_builder Added Files: unimarc_field_123j.tmpl Log Message: Template for 123j field plugin --- NEW FILE ---

          Assistant champ cod? 123i

          ">

          ">

          ">


          From doxulting at users.sourceforge.net Thu Jun 2 17:27:22 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:27:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30874/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124a.tmpl Log Message: Template for 124a field plugin Index: unimarc_field_124a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124a.tmpl 2 Jun 2005 15:27:20 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124a ! ! !
          ! ! ! ! ! !
          Origine de l'image: ! !
          !
          ! ! ! --- 1,49 ---- ! !
          !

          Assistant champ cod? 124a

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:27:44 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:27:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31055/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124b.tmpl Log Message: Template for 124b field plugin Index: unimarc_field_124b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124b.tmpl 2 Jun 2005 15:27:42 -0000 1.3 *************** *** 1,87 **** ! ! ! UNIMARC constructeur champ 124b ! ! !
          ! ! ! ! ! !
          Forme du document cartographique: ! !
          !
          ! ! ! --- 1,90 ---- ! !
          !

          Assistant champ cod? 124b

          !
          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:08 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124c.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31368/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124c.tmpl Log Message: Template for 124c field plugin Index: unimarc_field_124c.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124c.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124c.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124c.tmpl 2 Jun 2005 15:28:06 -0000 1.3 *************** *** 1,142 **** ! ! ! UNIMARC constructeur champ 124c ! ! !
          ! ! ! ! ! !
          Presentation technique dans le cas d'images photographiques ou non photographiques: ! !
          !
          ! ! ! --- 1,145 ---- ! !
          !

          Assistant champ cod? 124c

          !
          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124d.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31558/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124d.tmpl Log Message: Template for 124d field plugin Index: unimarc_field_124d.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124d.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124d.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124d.tmpl 2 Jun 2005 15:28:35 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124d ! ! !
          ! ! ! ! ! !
          Position de la base pour les images photographiques ou de teledetection: ! !
          !
          ! ! ! --- 1,49 ---- ! !
          !

          Assistant champ cod? 124d

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:28:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:28:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124e.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31810/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124e.tmpl Log Message: Template for 124e field plugin Index: unimarc_field_124e.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124e.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124e.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124e.tmpl 2 Jun 2005 15:28:54 -0000 1.3 *************** *** 1,47 **** ! ! ! UNIMARC constructeur champ 124e ! ! !
          ! ! ! ! ! !
          Categorie du satellite pour la teledetection: ! !
          !
          ! ! ! --- 1,49 ---- ! !
          !

          Assistant champ cod? 124e

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:29:15 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:29:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124f.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32053/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124f.tmpl Log Message: Template for 124f field plugin Index: unimarc_field_124f.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124f.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124f.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124f.tmpl 2 Jun 2005 15:29:13 -0000 1.3 *************** *** 1,122 **** ! ! ! UNIMARC constructeur champ 124f ! ! !
          ! ! ! ! ! !
          Nom du satellite pour la teledetection: ! !
          !
          ! ! ! --- 1,127 ---- ! !
          !

          Assistant champ cod? 124f

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:29:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:29:35 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_124g.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32240/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_124g.tmpl Log Message: Template for 124g field plugin Index: unimarc_field_124g.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_124g.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_124g.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_124g.tmpl 2 Jun 2005 15:29:33 -0000 1.3 *************** *** 1,82 **** ! ! ! UNIMARC constructeur champ 124g ! ! !
          ! ! ! ! ! !
          Technique d'enregistrement pour les images de teledetection: ! !
          !
          ! ! ! --- 1,87 ---- ! !
          !

          Assistant champ cod? 124g

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:07 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:07 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_125a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32474/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_125a.tmpl Log Message: Template for 125a field plugin Index: unimarc_field_125a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_125a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_125a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_125a.tmpl 2 Jun 2005 15:30:05 -0000 1.3 *************** *** 1,113 **** ! ! ! UNIMARC constructeur champ 125a ! ! !
          ! ! ! ! ! ! ! ! !
          Type de partition: ! !
          Indicateur de parties: ! !
          !
          ! ! ! --- 1,115 ---- ! !
          !

          Assistant champ cod? 125a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:24 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:24 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_125b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv311/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_125b.tmpl Log Message: Template for 125b field plugin Index: unimarc_field_125b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_125b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_125b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_125b.tmpl 2 Jun 2005 15:30:22 -0000 1.3 *************** *** 1,137 **** ! ! ! UNIMARC constructeur champ 125b ! ! !
          ! ! ! ! ! !
          Forme du document cartographique: ! !
          !
          ! ! ! --- 1,139 ---- ! !
          !

          Assistant champ cod? 125b

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:30:48 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:30:48 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_126a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv455/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_126a.tmpl Log Message: Template for 126a field plugin Index: unimarc_field_126a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_126a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_126a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_126a.tmpl 2 Jun 2005 15:30:45 -0000 1.3 *************** *** 1,1076 **** ! ! ! UNIMARC constructeur champ 126a ! ! !
          ! ! ! ! - - --- 32,36 ---- *************** *** 50,60 **** - ! ! - --- 48,69 ---- ! ! *************** *** 76,92 **** "> ! ! ! ! ! ! ! ! ! ! !
          Presentation materielle: [...2128 lines suppressed...] !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:06 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_126b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv713/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_126b.tmpl Log Message: Template for 126b field plugin Index: unimarc_field_126b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_126b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_126b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_126b.tmpl 2 Jun 2005 15:31:04 -0000 1.3 *************** *** 1,194 **** ! ! ! UNIMARC constructeur champ 126b ! ! !
          ! ! ! ! ! ! ! ! ! ! ! !
          Type de disque, cylindre ou bande magnetique: ! !
          Type de document: ! !
          Type de gravure: ! !
          !
          ! ! ! --- 1,199 ---- ! !
          !

          Assistant champ cod? 126b

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:30 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_127.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv890/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_127.tmpl Log Message: Template for 127a field plugin Index: unimarc_field_127.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_127.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_127.tmpl 24 Nov 2004 16:21:17 -0000 1.1 --- unimarc_field_127.tmpl 2 Jun 2005 15:31:27 -0000 1.2 *************** *** 1,46 **** ! ! ! UNIMARC constructeur champ 127 ! ! !
          ! ! (Completer avec des 0 a gauche) ! ! ! ! ! ! ! ! ! ! !
          Heure:">Minutes:">Secondes:">
          !
          ! ! ! --- 1,45 ---- ! !
          !

          Assistant champ cod? 127a

          !
          ! !

          ! ! "> !

          !

          ! ! "> !

          !

          ! ! "> !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:32:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:32:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128c.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1665/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128c.tmpl Log Message: Template for 128c field plugin Index: unimarc_field_128c.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128c.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128c.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128c.tmpl 2 Jun 2005 15:32:50 -0000 1.3 *************** *** 1,472 **** ! ! ! UNIMARC constructeur champ 128c ! ! !
          ! ! ! ! ! !
          Instruments ou voix dans un ensemble: ! !
          !
          ! ! ! --- 1,493 ---- ! !
          !

          Assistant champ cod? 128c

          !
          ! !

          ! ! !

          ! ! !

          ! ! "> (sur deux chiffres, compl?ter ?ventuellement avec un 0) !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:33:44 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:33:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_135a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2244/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_135a.tmpl Log Message: Template for 135a field plugin Index: unimarc_field_135a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_135a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_135a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_135a.tmpl 2 Jun 2005 15:33:42 -0000 1.3 *************** *** 1,65 **** ! ! ! UNIMARC constructeur champ 135a ! ! !
          ! ! ! ! ! !
          Type de fichier informatique: !
          !
          ! ! ! --- 1,484 ---- ! !
          !

          Assistant champ cod? 135a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! "> (sur trois caract?res) !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:34:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:34:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_140.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2554/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_140.tmpl Log Message: Template for 140a field plugin Index: unimarc_field_140.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_140.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_140.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_140.tmpl 2 Jun 2005 15:34:17 -0000 1.3 *************** *** 1,1713 **** ! ! ! UNIMARC constructeur champ 140 ! ! !
          ! ! ! ! ! --- 46,50 ---- ! From hellen at users.sourceforge.net Sun Jun 5 20:10:15 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sun, 05 Jun 2005 11:10:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.2,1.3 acquire.tmpl,1.2,1.3 basket.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26750/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl acquire.tmpl basket.tmpl Log Message: translated for 2.2.2 by hellen Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** acqui-home.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- acqui-home.tmpl 5 Jun 2005 18:10:12 -0000 1.3 *************** *** 77,81 ****

          Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

          Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

          !

          Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeiegn", dann auf "Einkaufskorb bestätigen".

          --- 77,81 ----

          Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

          Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

          !

          Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeigen", dann auf "Einkaufskorb bestätigen".

          Index: acquire.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acquire.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** acquire.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- acquire.tmpl 5 Jun 2005 18:10:13 -0000 1.3 *************** *** 105,109 ****
          ! --- 105,109 ---- ! Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/basket.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** basket.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- basket.tmpl 5 Jun 2005 18:10:13 -0000 1.3 *************** *** 28,33 **** ! ! --- 28,33 ---- ! ! From tipaul at users.sourceforge.net Mon Jun 6 11:27:46 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 06 Jun 2005 02:27:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.4,1.17.2.5 opac-top.inc,1.8.2.3,1.8.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31968/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css opac-top.inc Log Message: some CSS improvements (opac works better with opera & konqueror now) Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.4 retrieving revision 1.17.2.5 diff -C2 -r1.17.2.4 -r1.17.2.5 *** opac.css 3 Jun 2005 13:01:23 -0000 1.17.2.4 --- opac.css 6 Jun 2005 09:27:42 -0000 1.17.2.5 *************** *** 91,99 **** font-weight:bold; font-size: 115%; - text-align : center; vertical-align:top; padding: 2px; width:100%; - margin-left:70px; } --- 91,97 ---- *************** *** 143,147 **** border:1px solid #000000; border-collapse:collapse; ! width:90%; } /* header */ --- 141,145 ---- border:1px solid #000000; border-collapse:collapse; ! position:static; } /* header */ *************** *** 155,165 **** border-bottom:1px solid #000000; border-top:1px solid #000000; - padding:5px; } /* standard cell */ td { font-size:10pt; border-left:1px solid #000000; vertical-align:top; } --- 153,171 ---- border-bottom:1px solid #000000; border-top:1px solid #000000; } /* standard cell */ + + tr { + display:table-row; + position:static; + } + td { font-size:10pt; border-left:1px solid #000000; vertical-align:top; + position:static; + /* position:relative;*/ + display:table-cell; } *************** *** 345,350 **** #menuline { - float:left; display:block; } --- 351,356 ---- #menuline { display:block; + margin-left:100px; } *************** *** 358,365 **** /* a little spacer. should not be used */ - .spacer { - padding-left:20pt; - float:left; - } .basketspacer { padding-left:8pt; --- 364,367 ---- *************** *** 370,375 **** div.tabsubs { width:25px; - position:absolute; - display:block; margin-left:10px; margin-top:100px; --- 372,375 ---- *************** *** 387,393 **** div.tabsub { background-color: #ACE6E6; - display: block; visibility:hidden; - position:absolute; margin-left:72px; margin-top:100px; --- 387,391 ---- *************** *** 399,406 **** div.tabs { width:10px; - position:absolute; display:block; - margin-left:50px; - margin-top:150px; } --- 397,401 ---- *************** *** 414,417 **** --- 409,420 ---- } + div.tabbloc { + position:absolute; + display:block; + top:123px; + left:42px; + border: 1px solid black; + } + div.tab { background-color: #ACE6E6; *************** *** 419,425 **** visibility:hidden; position:absolute; ! margin-left:72px; ! margin-top:150px; ! margin-right:10%; } --- 422,426 ---- visibility:hidden; position:absolute; ! float:left; } Index: opac-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -C2 -r1.8.2.3 -r1.8.2.4 *** opac-top.inc 25 Mar 2005 16:58:23 -0000 1.8.2.3 --- opac-top.inc 6 Jun 2005 09:27:43 -0000 1.8.2.4 *************** *** 31,41 **** --- 79,85 ----

          ! !

          Total Number of Items:

          ! From tipaul at users.sourceforge.net Mon Jun 6 14:16:09 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 06 Jun 2005 05:16:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.2,1.1.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv327/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: small css fixes Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -r1.1.2.2 -r1.1.2.3 *** opac-full-serial-issues.tmpl 3 Jun 2005 12:53:08 -0000 1.1.2.2 --- opac-full-serial-issues.tmpl 6 Jun 2005 12:16:06 -0000 1.1.2.3 *************** *** 3,11 **** !
          !

          Subscription information for biblio # with title :

          ! " class="button catalogue">Back to biblio ! !
          --- 3,9 ---- !
          !

          Subscription information for biblio # with title :

          ! " class="button catalogue">Back to biblio
          *************** *** 47,51 ****
          !
          Illustration dans le texte 1: [...3417 lines suppressed...] ! !

          ! !
          !

          ! ! !

          ! ! ! ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:34:43 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:34:43 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_141.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2722/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_141.tmpl Log Message: Template for 141a field plugin Index: unimarc_field_141.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_141.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_141.tmpl 1 Mar 2005 13:41:03 -0000 1.2 --- unimarc_field_141.tmpl 2 Jun 2005 15:34:40 -0000 1.3 *************** *** 1,386 **** ! ! ! UNIMARC constructeur champ 141 ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Materiau de reliure 1: ! !
          Materiau de reliure 2: ! !
          Materiau de reliure 3: ! !
          Type de reliure: !
          Relie avec: !
          Etat de conservation - reliure: !
          Etat de conservation - livre 1 : !
          Etat de conservation - livre 2 : !
          !
          ! ! ! --- 1,401 ---- ! !
          !

          Assistant champ cod? 141a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:31:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:31:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128a.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1271/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128a.tmpl Log Message: Template for 128a field plugin Index: unimarc_field_128a.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128a.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128a.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128a.tmpl 2 Jun 2005 15:31:54 -0000 1.3 *************** *** 1,382 **** ! ! ! UNIMARC constructeur champ 128a ! ! !
          ! ! ! ! ! !
          Forme de la composition: ! !
          !
          ! ! ! --- 1,384 ---- ! !
          !

          Assistant champ cod? 128a

          !
          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:32:23 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:32:23 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_128b.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1362/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_128b.tmpl Log Message: Template for 128b field plugin Index: unimarc_field_128b.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_128b.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_128b.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_128b.tmpl 2 Jun 2005 15:32:21 -0000 1.3 *************** *** 1,472 **** ! ! ! UNIMARC constructeur champ 128b ! ! !
          ! ! ! ! ! !
          Instruments ou voix dans un ensemble: ! !
          !
          ! ! ! --- 1,492 ---- ! !
          !

          Assistant champ cod? 128b

          !
          ! !

          ! ! !

          ! !

          ! ! "> (sur deux chiffres, compl?ter ?ventuellement avec un 0) !

          ! ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:33:19 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:33:19 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_130.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1881/koha-tmpl/intranet-tmpl/default/fr/value_builder Modified Files: unimarc_field_130.tmpl Log Message: Template for 130a field plugin Index: unimarc_field_130.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_130.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unimarc_field_130.tmpl 1 Mar 2005 13:41:02 -0000 1.2 --- unimarc_field_130.tmpl 2 Jun 2005 15:33:17 -0000 1.3 *************** *** 1,376 **** ! ! ! UNIMARC constructeur champ 130 ! ! !
          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Presentation materielle: ! !
          Polarite: ! !
          Dimensions: ! !
          Rapport de reduction: ! !
          Rapport de reduction specifique">
          Couleur: ! !
          Emulsion: ! !
          Generation (copies): ! !
          Support de film: ! !
          !
          ! ! ! --- 1,376 ---- ! !
          !

          Assistant champ cod? 130a

          !
          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! "> !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !

          ! ! !

          ! !
          !

          ! ! !

          ! !
          !
          ! ! From doxulting at users.sourceforge.net Thu Jun 2 17:37:16 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:37:16 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_100.pl,1.7,1.8 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4217/value_builder Modified Files: unimarc_field_100.pl Log Message: Plugin for field 100a Index: unimarc_field_100.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_100.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** unimarc_field_100.pl 7 Jun 2004 10:07:40 -0000 1.7 --- unimarc_field_100.pl 2 Jun 2005 15:37:14 -0000 1.8 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=1000,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:37:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:37:35 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_105.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4481/value_builder Modified Files: unimarc_field_105.pl Log Message: Plugin for field 105a Index: unimarc_field_105.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_105.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_105.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_105.pl 2 Jun 2005 15:37:33 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_105.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 105\",'width=1200,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_105.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 105\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:06 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_106.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4632/value_builder Modified Files: unimarc_field_106.pl Log Message: Plugin for field 106a Index: unimarc_field_106.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_106.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_106.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_106.pl 2 Jun 2005 15:38:03 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_106.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 106\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_106.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 106\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:26 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:26 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_110.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4887/value_builder Modified Files: unimarc_field_110.pl Log Message: Plugin for field 110a Index: unimarc_field_110.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_110.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_110.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_110.pl 2 Jun 2005 15:38:23 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_110.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 110\",'width=700,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_110.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 110\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:38:54 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:38:54 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_115a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5026/value_builder Modified Files: unimarc_field_115a.pl Log Message: Plugin for field 115a Index: unimarc_field_115a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_115a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_115a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_115a.pl 2 Jun 2005 15:38:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115a\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:39:35 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:39:35 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_115b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5408/value_builder Modified Files: unimarc_field_115b.pl Log Message: Plugin for field 115b Index: unimarc_field_115b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_115b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_115b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_115b.pl 2 Jun 2005 15:39:33 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115b\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_115b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 115b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:40:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:40:08 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_116.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5842/value_builder Modified Files: unimarc_field_116.pl Log Message: Plugin for field 116a Index: unimarc_field_116.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_116.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_116.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_116.pl 2 Jun 2005 15:40:06 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_116.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 116\",'width=1200,height=600,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_116.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 116\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:40:42 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:40:42 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_117.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6109/value_builder Modified Files: unimarc_field_117.pl Log Message: Plugin for field 117a Index: unimarc_field_117.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_117.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_117.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_117.pl 2 Jun 2005 15:40:40 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_117.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 117\",'width=600,height=225,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_117.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 117\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:01 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:01 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_120.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6387/value_builder Modified Files: unimarc_field_120.pl Log Message: Plugin for field 120a Index: unimarc_field_120.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_120.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_120.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_120.pl 2 Jun 2005 15:40:59 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_120.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 120\",'width=1200,height=750,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_120.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 120\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:23 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:23 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_121a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6557/value_builder Modified Files: unimarc_field_121a.pl Log Message: Plugin for field 121a Index: unimarc_field_121a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_121a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_121a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_121a.pl 2 Jun 2005 15:41:20 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121a\",'width=1210,height=750,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:41:40 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:41:40 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_121b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6796/value_builder Modified Files: unimarc_field_121b.pl Log Message: Plugin for field 121b Index: unimarc_field_121b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_121b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_121b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_121b.pl 2 Jun 2005 15:41:38 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_121b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 121b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:11 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:11 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_122.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6982/value_builder Modified Files: unimarc_field_122.pl Log Message: Plugin for field 122a Index: unimarc_field_122.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_122.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_122.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_122.pl 2 Jun 2005 15:42:03 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_122.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 122\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_122.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 122\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:39 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:39 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7138/value_builder Modified Files: unimarc_field_123a.pl Log Message: Plugin for field 123a Index: unimarc_field_123a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_123a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_123a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_123a.pl 2 Jun 2005 15:42:31 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_123a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 123a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_123a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 123a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:42:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:42:56 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123d.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7265/value_builder Modified Files: unimarc_field_123d.pl Log Message: Plugin for field 123d Index: unimarc_field_123d.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_123d.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_123d.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_123d.pl 2 Jun 2005 15:42:54 -0000 1.2 *************** *** 40,44 **** sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; ! my $function_name= "123g".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123i.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From doxulting at users.sourceforge.net Thu Jun 2 17:44:31 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:44:31 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123j.pl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7947/value_builder Added Files: unimarc_field_123j.pl Log Message: Plugin for field 123j --- NEW FILE --- #!/usr/bin/perl # $Id: unimarc_field_123j.pl,v 1.1 2005/06/02 15:44:29 doxulting Exp $ # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Auth; use CGI; use C4::Context; use HTML::Template; use C4::Search; use C4::Output; =head1 plugin_parameters : other parameters added when the plugin is called by the dopop function =cut sub plugin_parameters { my ($dbh,$record,$tagslib,$i,$tabloop) = @_; return ""; } sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; my $function_name= "123j".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123j.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From doxulting at users.sourceforge.net Thu Jun 2 17:45:04 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:04 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8220/value_builder Modified Files: unimarc_field_124.pl Log Message: Plugin for field 124 Index: unimarc_field_124.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124.pl 2 Jun 2005 15:44:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:45:20 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:20 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8447/value_builder Modified Files: unimarc_field_124a.pl Log Message: Plugin for field 124a Index: unimarc_field_124a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124a.pl 2 Jun 2005 15:45:18 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:45:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:45:52 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8671/value_builder Modified Files: unimarc_field_124b.pl Log Message: Plugin for field 124b Index: unimarc_field_124b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124b.pl 2 Jun 2005 15:45:50 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:13 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:13 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124c.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8915/value_builder Modified Files: unimarc_field_124c.pl Log Message: Plugin for field 124c Index: unimarc_field_124c.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124c.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124c.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124c.pl 2 Jun 2005 15:46:11 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124c\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124c\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:30 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124d.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9148/value_builder Modified Files: unimarc_field_124d.pl Log Message: Plugin for field 124d Index: unimarc_field_124d.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124d.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124d.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124d.pl 2 Jun 2005 15:46:28 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124d.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124d\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124d.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124d\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:46:51 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:46:51 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124e.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9327/value_builder Modified Files: unimarc_field_124e.pl Log Message: Plugin for field 124e Index: unimarc_field_124e.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124e.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124e.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124e.pl 2 Jun 2005 15:46:43 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124e.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124e\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124e.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124e\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:08 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:08 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124f.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9557/value_builder Modified Files: unimarc_field_124f.pl Log Message: Plugin for field 124f Index: unimarc_field_124f.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124f.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124f.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124f.pl 2 Jun 2005 15:47:06 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124f.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124f\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124f.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124f\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:37 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:37 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_124g.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9807/value_builder Modified Files: unimarc_field_124g.pl Log Message: Plugin for field 124g Index: unimarc_field_124g.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_124g.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_124g.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_124g.pl 2 Jun 2005 15:47:26 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124g.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124g\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_124g.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 124g\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:47:53 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:47:53 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10071/value_builder Modified Files: unimarc_field_125.pl Log Message: Plugin for field 125 Index: unimarc_field_125.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125.pl 2 Jun 2005 15:47:51 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:18 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:18 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10256/value_builder Modified Files: unimarc_field_125a.pl Log Message: Plugin for field 125a Index: unimarc_field_125a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125a.pl 2 Jun 2005 15:48:14 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:38 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:38 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_125b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10546/value_builder Modified Files: unimarc_field_125b.pl Log Message: Plugin for field 125b Index: unimarc_field_125b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_125b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_125b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_125b.pl 2 Jun 2005 15:48:36 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_125b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 125b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:30 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:30 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11030/value_builder Modified Files: unimarc_field_126b.pl Log Message: Plugin for field 126b Index: unimarc_field_126b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126b.pl 2 Jun 2005 15:49:28 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126b\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:46 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:46 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_127.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11288/value_builder Modified Files: unimarc_field_127.pl Log Message: Plugin for field 127a Index: unimarc_field_127.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_127.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_127.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_127.pl 2 Jun 2005 15:49:44 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_127.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 127\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_127.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 127\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:50:06 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:06 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11572/value_builder Modified Files: unimarc_field_128a.pl Log Message: Plugin for field 128a Index: unimarc_field_128a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128a.pl 2 Jun 2005 15:50:04 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:50:26 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:26 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128b.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11737/value_builder Modified Files: unimarc_field_128b.pl Log Message: Plugin for field 128b Index: unimarc_field_128b.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128b.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128b.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128b.pl 2 Jun 2005 15:50:23 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128b\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128b.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128b\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 81,86 **** }); my $f1 = substr($result,0,2); $template->param(index => $index, ! "f1$f1" => $f1); print $input->header(-cookie => $cookie),$template->output; } --- 81,88 ---- }); my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); $template->param(index => $index, ! "f1$f1" => $f1, ! f2 => $f2); print $input->header(-cookie => $cookie),$template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:50:41 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:50:41 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_128c.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11927/value_builder Modified Files: unimarc_field_128c.pl Log Message: Plugin for field 128c Index: unimarc_field_128c.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_128c.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_128c.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_128c.pl 2 Jun 2005 15:50:39 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128c\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_128c.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 128c\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 81,86 **** }); my $f1 = substr($result,0,2); $template->param(index => $index, ! "f1$f1" => $f1); print $input->header(-cookie => $cookie),$template->output; } --- 81,88 ---- }); my $f1 = substr($result,0,2); + my $f2 = substr($result,2,2); $template->param(index => $index, ! "f1$f1" => $f1, ! f2 => $f2); print $input->header(-cookie => $cookie),$template->output; } From doxulting at users.sourceforge.net Thu Jun 2 17:51:02 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:02 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_130.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12092/value_builder Modified Files: unimarc_field_130.pl Log Message: Plugin for field 130a Index: unimarc_field_130.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_130.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_130.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_130.pl 2 Jun 2005 15:50:59 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_130.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 130\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_130.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 130\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:48:56 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:48:56 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10767/value_builder Modified Files: unimarc_field_126.pl Log Message: Plugin for field 126 Index: unimarc_field_126.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126.pl 2 Jun 2005 15:48:54 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=500,height=400,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_100.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 100\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:49:10 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:49:10 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_126a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10927/value_builder Modified Files: unimarc_field_126a.pl Log Message: Plugin for field 126a Index: unimarc_field_126a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_126a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_126a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_126a.pl 2 Jun 2005 15:49:08 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126a\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_126a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 126a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:51:36 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:36 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_135a.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12278/value_builder Modified Files: unimarc_field_135a.pl Log Message: Plugin for field 135a Index: unimarc_field_135a.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_135a.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_135a.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_135a.pl 2 Jun 2005 15:51:18 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_135a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 135a\",'width=1000,height=375,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_135a.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 135a\",'width=800,height=400,toolbar=false,scrollbars=yes'); } *************** *** 84,104 **** my $f3 = substr($result,2,1); my $f4 = substr($result,3,1); ! my $f5 = substr($result,4,3); ! my $f6 = substr($result,7,1); my $f7 = substr($result,8,1); my $f8 = substr($result,9,1); my $f9 = substr($result,10,1); ! $template->param(index => $index, "f1$f1" => $f1, "f2$f2" => $f2, "f3$f3" => $f3, "f4$f4" => $f4, ! "f5" => $f5, ! "f6$f6" => $f6, "f7$f7" => $f7, "f8$f8" => $f8, ! "f9$f9" => $f9 ! ); print $input->header(-cookie => $cookie),$template->output; --- 84,107 ---- my $f3 = substr($result,2,1); my $f4 = substr($result,3,1); ! my $f5 = substr($result,4,1); ! my $f6 = substr($result,5,3); my $f7 = substr($result,8,1); my $f8 = substr($result,9,1); my $f9 = substr($result,10,1); + my $f10 = substr($result,11,1); + my $f11 = substr($result,12,1); ! $template->param("index" => $index, "f1$f1" => $f1, "f2$f2" => $f2, "f3$f3" => $f3, "f4$f4" => $f4, ! "f5$f5" => $f5, ! "f6" => $f6, "f7$f7" => $f7, "f8$f8" => $f8, ! "f9$f9" => $f9, ! "f10$f10" => $f10, ! "f11$f11" => $f11 ); print $input->header(-cookie => $cookie),$template->output; From doxulting at users.sourceforge.net Thu Jun 2 17:51:52 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:51:52 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_140.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12548/value_builder Modified Files: unimarc_field_140.pl Log Message: Plugin for field 140a Index: unimarc_field_140.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_140.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_140.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_140.pl 2 Jun 2005 15:51:50 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_140.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 140\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_140.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 140\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From doxulting at users.sourceforge.net Thu Jun 2 17:52:09 2005 From: doxulting at users.sourceforge.net (doXulting) Date: Thu, 02 Jun 2005 08:52:09 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_141.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12775/value_builder Modified Files: unimarc_field_141.pl Log Message: Plugin for field 141a Index: unimarc_field_141.pl =================================================================== RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_141.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** unimarc_field_141.pl 7 Jun 2004 10:07:40 -0000 1.1 --- unimarc_field_141.pl 2 Jun 2005 15:52:07 -0000 1.2 *************** *** 53,57 **** function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_141.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 141\",'width=1000,height=575,toolbar=false,scrollbars=yes'); } --- 53,57 ---- function Clic$function_name(i) { defaultvalue=document.forms[0].field_value[i].value; ! newin=window.open(\"../plugin_launcher.pl?plugin_name=unimarc_field_141.pl&index=\"+i+\"&result=\"+defaultvalue,\"unimarc field 141\",'width=800,height=400,toolbar=false,scrollbars=yes'); } From hdl at users.sourceforge.net Thu Jun 2 23:04:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:37 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/koha-tmpl/opac-tmpl/css/en Added Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Adding full history support to opac serial Needs fixing --- NEW FILE ---

          Issues for a subscription

          " class="button catalogue">Back to biblio

          Subscription information for biblio number : with title :

          ">)">
          XX" id="XX" class="tab" style="visibility:visible"> From hdl at users.sourceforge.net Thu Jun 2 23:04:37 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:37 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-serial-issues.pl,1.1.2.4,1.1.2.5 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/opac Modified Files: Tag: rel_2_2 opac-serial-issues.pl Log Message: Adding full history support to opac serial Needs fixing Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -r1.1.2.4 -r1.1.2.5 *** opac-serial-issues.pl 1 Jun 2005 20:05:41 -0000 1.1.2.4 --- opac-serial-issues.pl 2 Jun 2005 21:04:35 -0000 1.1.2.5 *************** *** 15,22 **** --- 15,58 ---- my $op = $query->param('op'); my $dbh = C4::Context->dbh; + my $selectview = C4::Context->preference("SubscriptionHistory"); + warn "selectview : ".$selectview; + my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); + if ($selectview eq "full"){ + my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); + + my $year; + my $yearmin=$subscriptions->[1]{year}; + warn "yearmin".$yearmin; + my $yearmax; + my @loopissues; + my $yearmax=$subscriptions->[scalar(@$subscriptions)]{year}; + warn "yearmax".$yearmax; + + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "opac-full-serial-issues.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + }); + + # replace CR by
          in librarian note + # $subscription->{opacnote} =~ s/\n/\/g; + + $template->param( + biblionumber => $query->param('biblionumber'), + years => $subscriptions, + yearmin => $yearmin, + yearmax =>$yearmax, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + ); + + } else { my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); *************** *** 38,41 **** virtualshelves => C4::Context->preference("virtualshelves"), ); ! output_html_with_http_headers $query, $cookie, $template->output; --- 74,77 ---- virtualshelves => C4::Context->preference("virtualshelves"), ); ! } output_html_with_http_headers $query, $cookie, $template->output; From hdl at users.sourceforge.net Thu Jun 2 23:04:38 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:04:38 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.5,1.6.2.6 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17766/C4 Modified Files: Tag: rel_2_2 Bull.pm Log Message: Adding full history support to opac serial Needs fixing Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.6.2.5 retrieving revision 1.6.2.6 diff -C2 -r1.6.2.5 -r1.6.2.6 *** Bull.pm 28 Apr 2005 08:49:40 -0000 1.6.2.5 --- Bull.pm 2 Jun 2005 21:04:35 -0000 1.6.2.6 *************** *** 47,50 **** --- 47,51 ---- @EXPORT = qw(&newsubscription &modsubscription &delsubscription &getsubscriptions &getsubscription &getsubscriptionfrombiblionumber &get_subscription_list_from_biblionumber + &get_full_subscription_list_from_biblionumber &modsubscriptionhistory &newissue &getserials &serialchangestatus *************** *** 167,171 **** my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select subscription.*,subscriptionhistory.*,aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle from subscription left join subscriptionhistory on subscription.subscriptionid=subscriptionhistory.subscriptionid --- 168,172 ---- my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select subscription.*,subscriptionhistory.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle from subscription left join subscriptionhistory on subscription.subscriptionid=subscriptionhistory.subscriptionid *************** *** 186,189 **** --- 187,223 ---- } + sub get_full_subscription_list_from_biblionumber { + my ($biblionumber) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare('select year(subscription.startdate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle + from subscription + left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid + left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id + left join biblio on biblio.biblionumber=subscription.biblionumber + where subscription.biblionumber = ? order by subscription.startdate'); + $sth->execute($biblionumber); + my @res; + my $year; + my @loopissues; + while (my $subs = $sth->fetchrow_hashref) { + my $sth2 = $dbh->prepare('select serial.serialseq, serial.planneddate, year(serial.planneddate) as year, serial.status from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); + $sth2->execute($biblionumber,$subs->{'subscriptionid'}); + while (my $issues = $sth2->fetchrow_hashref){ + push @loopissues, + {'planneddate' => $issues->{'planneddate'}, + 'serialseq' => $issues->{'serialseq'}, + 'status' => $issues->{'status'}}; + # warn "planneddate ".$issues->{'planneddate'}; + # warn "serialseq".$issues->{'serialseq'}; + } + my %cell; + $cell{'year'}=$subs->{year}; + $cell{'title'}=$subs->{title}; + $cell{'booksellername'}=$subs->{booksellername}; + $cell{'serials'}=\@loopissues; + push @res,\%cell; + } + return \@res; + } sub modsubscription { From hdl at users.sourceforge.net Thu Jun 2 23:05:39 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 02 Jun 2005 14:05:39 -0700 Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.100.2.2,1.100.2.3 Message-ID: Update of /cvsroot/koha/koha/updater In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18239/updater Modified Files: Tag: rel_2_2 updatedatabase Log Message: adding variable SubscriptionHistory Index: updatedatabase =================================================================== RCS file: /cvsroot/koha/koha/updater/updatedatabase,v retrieving revision 1.100.2.2 retrieving revision 1.100.2.3 diff -C2 -r1.100.2.2 -r1.100.2.3 *** updatedatabase 29 Mar 2005 15:41:43 -0000 1.100.2.2 --- updatedatabase 2 Jun 2005 21:05:34 -0000 1.100.2.3 *************** *** 848,851 **** --- 848,862 ---- options => ';|tabulation|,|/|\|#' }, + { + uniquefieldrequired => 'variable', + variable => 'SubscriptionHistory', + value => ';', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the information level for serials history in OPAC', + type => 'Choice', + options => 'simplified|full' + }, ], *************** *** 1433,1436 **** --- 1444,1450 ---- # $Log$ + # Revision 1.100.2.3 2005/06/02 21:05:34 hdl + # adding variable SubscriptionHistory + # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : From genjimoto at users.sourceforge.net Fri Jun 3 05:51:28 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 20:51:28 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.27,1.28 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6543 Modified Files: opac-search.pl Log Message: Search for availablilty feature implemented. Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** opac-search.pl 2 Jun 2005 13:47:47 -0000 1.27 --- opac-search.pl 3 Jun 2005 03:51:26 -0000 1.28 *************** *** 16,20 **** my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; ! my $itemtypelist; --- 16,20 ---- my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; ! my $totalresults; my $itemtypelist; *************** *** 56,60 **** my $op = $query->param("op"); my $type=$query->param('type'); ! my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; --- 56,60 ---- my $op = $query->param("op"); my $type=$query->param('type'); ! my $avail=$query->param('avail'); my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; *************** *** 141,145 **** $sqlstring .= '))' } ! my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, --- 141,147 ---- $sqlstring .= '))' } ! if ($avail){ ! $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; ! } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, From genjimoto at users.sourceforge.net Fri Jun 3 05:58:28 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 20:58:28 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.43,1.44 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10028 Modified Files: SearchMarc.pm Log Message: Added necessary tables for search for availablity feature into Catalogsearch. Someone needs to speed it up somehow. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** SearchMarc.pm 1 Jun 2005 21:18:39 -0000 1.43 --- SearchMarc.pm 3 Jun 2005 03:58:26 -0000 1.44 *************** *** 277,289 **** # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); ! $sql_where1 .=" ". $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); --- 277,289 ---- # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); ! $sql_where1 .= $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); From genjimoto at users.sourceforge.net Fri Jun 3 06:15:31 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 21:15:31 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.28,1.29 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18197 Modified Files: opac-search.pl Log Message: Added avail into the template parameters Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** opac-search.pl 3 Jun 2005 03:51:26 -0000 1.28 --- opac-search.pl 3 Jun 2005 04:15:29 -0000 1.29 *************** *** 88,95 **** --- 88,99 ---- $searchdesc .= join(" ", at itemtypes) } + if ($branchesstring ne ''){ $searchdesc .= ' in branches '; $searchdesc .= join(" ", at branches) } + if ($avail ne ''){ + $searchdesc .= '. Only available items shown.' + } $resultsperpage= $query->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); *************** *** 353,356 **** --- 357,361 ---- mediatypelist => $mediatypelist, itemtypesstring => $itemtypesstring, + avail => $avail, ); From genjimoto at users.sourceforge.net Fri Jun 3 06:16:55 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Thu, 02 Jun 2005 21:16:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.23,1.24 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18847 Modified Files: opac-searchresults.tmpl Log Message: the avail checkbox now gets checked if the template gets avail in its parameters Index: opac-searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** opac-searchresults.tmpl 1 Jun 2005 22:20:16 -0000 1.23 --- opac-searchresults.tmpl 3 Jun 2005 04:16:53 -0000 1.24 *************** *** 180,184 ****
          ! Only show titles available (Not on loan)
          --- 180,188 ----
          ! ! checked ! ! > Only show titles available (Not on loan)
          From hellen at users.sourceforge.net Fri Jun 3 13:38:13 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Fri, 03 Jun 2005 04:38:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui supplier.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14261 Modified Files: supplier.tmpl Log Message: translated by hellen Index: supplier.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/supplier.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** supplier.tmpl 12 May 2005 19:26:13 -0000 1.1 --- supplier.tmpl 3 Jun 2005 11:38:11 -0000 1.2 *************** *** 18,26 ****

          !

          !

          --- 18,26 ----

          !

          !

          *************** *** 51,55 ****

          ! ">

          --- 51,55 ----

          ! ">

          *************** *** 84,88 ****

          ! *************** *** 100,108 ****

          ! checked>Ja checked>Nein

          ! checked>Ja checked>Nein

          --- 100,108 ----

          ! checked>Ja checked>Nein

          ! checked>Ja checked>Nein

          From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-serial-issues.pl,1.1.2.5,1.1.2.6 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/opac Modified Files: Tag: rel_2_2 opac-serial-issues.pl Log Message: Featuring OPAC with Full History Subscription Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -r1.1.2.5 -r1.1.2.6 *** opac-serial-issues.pl 2 Jun 2005 21:04:35 -0000 1.1.2.5 --- opac-serial-issues.pl 3 Jun 2005 12:53:08 -0000 1.1.2.6 *************** *** 25,35 **** my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! my $year; ! my $yearmin=$subscriptions->[1]{year}; ! warn "yearmin".$yearmin; ! my $yearmax; ! my @loopissues; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)]{year}; ! warn "yearmax".$yearmax; --- 25,34 ---- my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! my $title = $subscriptions->[0]{bibliotitle}; ! warn "title ".$title; ! my $yearmin=$subscriptions->[0]{year}; ! warn "yearmin ".$yearmin; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)-1]{year}; ! warn "yearmax ".$yearmax; *************** *** 50,53 **** --- 49,53 ---- yearmin => $yearmin, yearmax =>$yearmax, + bibliotitle => $title, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.6,1.6.2.7 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/C4 Modified Files: Tag: rel_2_2 Bull.pm Log Message: Featuring OPAC with Full History Subscription Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.6.2.6 retrieving revision 1.6.2.7 diff -C2 -r1.6.2.6 -r1.6.2.7 *** Bull.pm 2 Jun 2005 21:04:35 -0000 1.6.2.6 --- Bull.pm 3 Jun 2005 12:53:08 -0000 1.6.2.7 *************** *** 190,220 **** my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select year(subscription.startdate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle ! from subscription left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id left join biblio on biblio.biblionumber=subscription.biblionumber ! where subscription.biblionumber = ? order by subscription.startdate'); $sth->execute($biblionumber); my @res; my $year; my @loopissues; while (my $subs = $sth->fetchrow_hashref) { ! my $sth2 = $dbh->prepare('select serial.serialseq, serial.planneddate, year(serial.planneddate) as year, serial.status from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); ! $sth2->execute($biblionumber,$subs->{'subscriptionid'}); ! while (my $issues = $sth2->fetchrow_hashref){ ! push @loopissues, ! {'planneddate' => $issues->{'planneddate'}, ! 'serialseq' => $issues->{'serialseq'}, ! 'status' => $issues->{'status'}}; # warn "planneddate ".$issues->{'planneddate'}; # warn "serialseq".$issues->{'serialseq'}; } - my %cell; - $cell{'year'}=$subs->{year}; - $cell{'title'}=$subs->{title}; - $cell{'booksellername'}=$subs->{booksellername}; - $cell{'serials'}=\@loopissues; - push @res,\%cell; } return \@res; --- 190,250 ---- my ($biblionumber) = @_; my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare('select serial.serialseq, serial.planneddate, serial.status, year(serial.planneddate) as year,subscription.*, aqbudget.bookfundid,aqbooksellers.name as aqbooksellername,biblio.title as bibliotitle ! from serial left join subscription on (serial.subscriptionid=subscription.subscriptionid and subscription.biblionumber=serial.biblionumber) left join aqbudget on subscription.aqbudgetid=aqbudget.aqbudgetid left join aqbooksellers on subscription.aqbooksellerid=aqbooksellers.id left join biblio on biblio.biblionumber=subscription.biblionumber ! where subscription.biblionumber = ? order by year,serial.planneddate'); $sth->execute($biblionumber); my @res; my $year; + my $startdate; + my $aqbooksellername; + my $bibliotitle; my @loopissues; + my $first; while (my $subs = $sth->fetchrow_hashref) { ! # my $sth2 = $dbh->prepare('select * from serial where serial.biblionumber = ? and serial.subscriptionid=? order by serial.planneddate'); ! # $sth2->execute($biblionumber,$subs->{'subscriptionid'}); ! # while (my $issues = $sth2->fetchrow_hashref){ # warn "planneddate ".$issues->{'planneddate'}; # warn "serialseq".$issues->{'serialseq'}; + # } + if ($year and ($year==$subs->{year})){ + if ($first eq 1){$first=0;} + my $temp=$res[scalar(@res)-1]->{'serials'}; + push @$temp, + {'planneddate' => $subs->{'planneddate'}, + 'serialseq' => $subs->{'serialseq'}, + 'status1' => $subs->{'status'}==1, + 'status2' => $subs->{'status'}==2, + 'status3' => $subs->{'status'}==3, + 'status4' => $subs->{'status'}==4, + }; + }else { + $year= $subs->{'year'}; + $startdate= $subs->{'startdate'}; + $aqbooksellername= $subs->{'aqbooksellername'}; + $bibliotitle= $subs->{'bibliotitle'}; + $first=1 if (not $year); + my @temp; + push @temp, + {'planneddate' => $subs->{'planneddate'}, + 'serialseq' => $subs->{'serialseq'}, + 'status1' => $subs->{'status'}==1, + 'status2' => $subs->{'status'}==2, + 'status3' => $subs->{'status'}==3, + 'status4' => $subs->{'status'}==4, + }; + + push @res,{ + 'year'=>$year, + 'startdate'=>$startdate, + 'aqbooksellername'=>$aqbooksellername, + 'bibliotitle'=>$bibliotitle, + 'serials'=>\@temp, + 'first'=>$first + }; } } return \@res; From hdl at users.sourceforge.net Fri Jun 3 14:53:10 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 05:53:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22616/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Featuring OPAC with Full History Subscription Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** opac-full-serial-issues.tmpl 2 Jun 2005 21:04:35 -0000 1.1.2.1 --- opac-full-serial-issues.tmpl 3 Jun 2005 12:53:08 -0000 1.1.2.2 *************** *** 3,17 **** !
          !

          Issues for a subscription

          " class="button catalogue">Back to biblio -

          Subscription information for biblio number : with title :

          !
          !
          ">)">
          --- 3,16 ---- !
          !

          Subscription information for biblio # with title :

          " class="button catalogue">Back to biblio
          !
          !
          " >)">
          *************** *** 19,23 **** !
          XX" id="XX" class="tab" style="visibility:visible">
          Date Number Status
          --- 18,22 ---- !
          " id="" class="tabsub" style="visibility:visible">
          *************** *** 38,45 **** --- 37,48 ---- +
          !
          ! Arrived ! Waited ! Late ! Missing
          *************** *** 48,53 **** function active(numlayer) { ! for (i=; i <= ; i++ ) { ! ong = i+"XX"; link = "link"+i; if (numlayer==i) { --- 51,56 ---- function active(numlayer) { ! for (i=; i<=; i++ ) { ! ong = i; link = "link"+i; if (numlayer==i) { From hdl at users.sourceforge.net Fri Jun 3 15:01:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 06:01:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.3,1.17.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27177/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css Log Message: adding tabsub for subbscription tabs. Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.3 retrieving revision 1.17.2.4 diff -C2 -r1.17.2.3 -r1.17.2.4 *** opac.css 18 Mar 2005 09:52:21 -0000 1.17.2.3 --- opac.css 3 Jun 2005 13:01:23 -0000 1.17.2.4 *************** *** 367,370 **** --- 367,399 ---- } + /* for SubscritptionHistory view */ + div.tabsubs { + width:25px; + position:absolute; + display:block; + margin-left:10px; + margin-top:100px; + } + + div.tabsubs a { + display:block; + font-size: small; + border: thin solid black; + margin-right: 2px; + padding: 15px 30px; + -moz-border-radius: 5px 0px 0px 5px; + } + + div.tabsub { + background-color: #ACE6E6; + display: block; + visibility:hidden; + position:absolute; + margin-left:72px; + margin-top:100px; + margin-right:10%; + } + + /* for MARC view */ div.tabs { From hdl at users.sourceforge.net Fri Jun 3 15:27:27 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 03 Jun 2005 06:27:27 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.88.2.4,1.88.2.5 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8492/misc Modified Files: Tag: rel_2_2 Install.pm Log Message: Bug Fixing : PDF::API2 Not mandatory Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.88.2.4 retrieving revision 1.88.2.5 diff -C2 -r1.88.2.4 -r1.88.2.5 *** Install.pm 4 Feb 2005 18:41:42 -0000 1.88.2.4 --- Install.pm 3 Jun 2005 13:27:25 -0000 1.88.2.5 *************** *** 860,865 **** unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; - unless (eval {require PDF::API2}) { push @missing,"PDF::API2" }; # The following modules are not mandatory, depends on how the library want to use Koha unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal --- 860,869 ---- unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; # The following modules are not mandatory, depends on how the library want to use Koha + unless (eval {require PDF::API2}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,"You will need PDF::API2 for barcode generator" + } + } unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal From gmccullagh at users.sourceforge.net Fri Jun 3 19:01:55 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Fri, 03 Jun 2005 10:01:55 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search-biblio.pl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15229/opac Added Files: opac-search-biblio.pl Log Message: two new files SearchBiblio.pm forked from SearchMarc.pm opac-search-biblio.pl forked from opac-search.pl (just change module) an attempt at a new search using FULLTEXT indexes. NB: Boolean won't work without MySQL >v4.0 NNB: Will be slow without indexes added on Biblio table as follows: ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle); Only searching on "Any word" field just now. more to come. --- NEW FILE --- #!/usr/bin/perl use strict; require Exporter; use C4::Auth; use C4::Interface::CGI::Output; use C4::Context; use CGI; use C4::Database; use HTML::Template; use C4::SearchBiblio; use C4::Acquisition; use C4::Biblio; my @spsuggest; # the array for holding suggestions my $suggest; # a flag to be set (if there are suggestions it's 1) my $firstbiblionumber; # needed for directly sending user to first item # use C4::Search; my $itemtypelist; my $brancheslist; my $categorylist; my $subcategorylist; my $mediatypelist; # added by Gavin my $totalresults; my $dbh=C4::Context->dbh; my $sth=$dbh->prepare("select description,itemtype from itemtypes order by description"); $sth->execute; while (my ($description,$itemtype) = $sth->fetchrow) { $itemtypelist.="\n"; } my $sth=$dbh->prepare("select description,subcategorycode from subcategorytable order by description"); $sth->execute; while (my ($description,$subcategorycode) = $sth->fetchrow) { $subcategorylist.="\n"; } my $sth=$dbh->prepare("select description,mediatypecode from mediatypetable order by description"); $sth->execute; while (my ($description,$mediatypecode) = $sth->fetchrow) { $mediatypelist.="\n"; } my $sth=$dbh->prepare("select description,categorycode from categorytable order by description"); $sth->execute; while (my ($description,$categorycode) = $sth->fetchrow) { $categorylist .= ''.$description.'
          '; } my $sth=$dbh->prepare("select branchname,branchcode from branches order by branchname"); $sth->execute; while (my ($branchname,$branchcode) = $sth->fetchrow) { $brancheslist.="\n"; } my $query = new CGI; my $op = $query->param("op"); my $type=$query->param('type'); my $itemtypesstring=$query->param("itemtypesstring"); $itemtypesstring =~s/"//g; my @itemtypes = split ( /\|/, $itemtypesstring); my $branchesstring=$query->param("branchesstring"); $branchesstring =~s/"//g; my @branches = split (/\|/, $branchesstring); my $startfrom=$query->param('startfrom'); $startfrom=0 if(!defined $startfrom); my ($template, $loggedinuser, $cookie); my $resultsperpage; my $searchdesc; if ($op eq "do_search") { my @marclist = $query->param('marclist'); my @and_or = $query->param('and_or'); my @excluding = $query->param('excluding'); my @operator = $query->param('operator'); my @value = $query->param('value'); for (my $i=0;$i<=$#marclist;$i++) { if ($searchdesc) { # don't put the and_or on the 1st search term $searchdesc .= $and_or[$i]." ".$excluding[$i]." ".($marclist[$i]?$marclist[$i]:"*")." ".$operator[$i]." ".$value[$i]." " if ($value[$i]); } else { $searchdesc = $excluding[$i]." ".($marclist[$i]?$marclist[$i]:"*")." ".$operator[$i]." ".$value[$i]." " if ($value[$i]); } } if ($itemtypesstring ne ''){ $searchdesc .= 'filtered by itemtypes '; $searchdesc .= join(" ", at itemtypes) } if ($branchesstring ne ''){ $searchdesc .= ' in branches '; $searchdesc .= join(" ", at branches) } $resultsperpage= $query->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); my $orderby = $query->param('orderby'); my $desc_or_asc = $query->param('desc_or_asc'); # builds tag and subfield arrays my @tags; foreach my $marc (@marclist) { if ($marc) { my ($tag,$subfield) = MARCfind_marc_from_kohafield($dbh,$marc,''); if ($tag) { push @tags,$dbh->quote("$tag$subfield"); } else { push @tags, $dbh->quote(substr($marc,0,4)); } } else { push @tags, ""; } } findseealso($dbh,\@tags); my $sqlstring; if ($itemtypesstring ne ''){ $sqlstring = 'and (biblioitems.itemtype IN ('; my $itemtypeloop=0; foreach my $itemtype (@itemtypes){ if ($itemtype ne ''){ if ($itemtypeloop != 0){ $sqlstring .=',' } $sqlstring .= '"'.$itemtype.'"'; $itemtypeloop++; } } $sqlstring .= '))' } if ($branchesstring ne ''){ $sqlstring .= 'and biblio.biblionumber=items.biblionumber and (items.holdingbranch IN ('; my $branchesloop=0; foreach my $branch (@branches){ if ($branch ne ''){ if ($branchesloop != 0){ $sqlstring .=',' } $sqlstring .= '"'.$branch.'"'; $branchesloop++; } } $sqlstring .= '))' } my ($results,$total) = catalogsearch1($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { print $query->redirect("/cgi-bin/koha/opac-detail.pl?bib=".@$results[0]->{biblionumber}); } elsif (C4::Context->preference("BiblioDefaultView") eq "MARC") { print $query->redirect("/cgi-bin/koha/MARCdetail.pl?bib=".@$results[0]->{biblionumber}); } else { print $query->redirect("/cgi-bin/koha/ISBDdetail.pl?bib=".@$results[0]->{biblionumber}); } exit; } ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-searchresults.tmpl", query => $query, type => 'opac', authnotrequired => 1, debug => 1, }); # multi page display gestion my $displaynext=0; my $displayprev=$startfrom; if(($total - (($startfrom+1)*($resultsperpage))) > 0 ){ $displaynext = 1; } my @field_data = (); ### Added by JF ## This next does a number of things: # 1. It allows you to track all the searches made for stats, etc. # 2. It fixes the 'searchdesc' variable problem by introducing # a. 'searchterms' which comes out as 'Keyword: neal stephenson' # b. 'phraseorterm' which comes out as 'neal stephenson' # both of these are useful for differen purposes ... I use searchterms # for display purposes and phraseorterm for passing the search terms # to an external source through a url (like a database search) # 3. It provides the variables necessary for the spellchecking (look below for # how this is done # 4. $totalresults = $total; ## This formats the 'search results' string and populates ## the 'OPLIN' variable as well as the 'spellcheck' variable ## with appropriate values based on the user's search input my $searchterms; #returned in place of searchdesc for 'results for search' # as a string (can format if need be) my @spphrases; my $phraseorterm; my %searchtypehash = ( # used only for the searchterms string formation # and for spellcheck string '0' => 'keyword', '1' => 'title', '2' => 'author', '3' => 'subject', '4' => 'series', '5' => 'format', ); my @searchterm = $query->param('value'); for (my $i=0; $i <= $#searchterm; $i++) { my $searchtype = $searchtypehash{$i}; push @spphrases, $searchterm[$i]; if ($searchterms) { #don't put and in again if ($searchterm[$i]) { $phraseorterm.=$searchterm[$i]; $searchterms.=" AND ".$searchtype." : \'".$searchterm[$i]."\'"; } } else { if ($searchterm[$i]) { $phraseorterm.=$searchterm[$i]; $searchterms.=$searchtype.": \'".$searchterm[$i]."\'"; } } } # Spellchecck stuff ... needs to use above scheme but must change # cgi script first my $phrases = $query->param('value'); #my $searchterms = $query->param('value'); # warn "here is searchterms:".$searchterms; # FIXME: should be obvious ;-) #foreach my $phrases (@spphrases) { $phrases =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g; $phrases =~ s/(\Athe |\Aa |\Aan |)//g; my $spchkphraseorterm = $phraseorterm; $spchkphraseorterm =~ tr/A-Z/a-z/; $spchkphraseorterm =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\})/ /g; $spchkphraseorterm =~s/(\Aand-or |\Aand\/or |\Aanon |\Aan |\Aa |\Abut |\Aby |\Ade |\Ader |\Adr |\Adu|et |\Afor |\Afrom |\Ain |\Ainto |\Ait |\Amy |\Anot |\Aon |\Aor |\Aper |\Apt |\Aspp |\Ato |\Avs |\Awith |\Athe )/ /g; $spchkphraseorterm =~s/( and-or | and\/or | anon | an | a | but | by | de | der | dr | du|et | for | from | in | into | it | my | not | on | or | per | pt | spp | to | vs | with | the )/ /g; $spchkphraseorterm =~s/ / /g; my $resultcount = $total; my $ipaddress = $query->remote_host(); # if ( #need to create a table to record the search info #...FIXME: add the script name that creates the table # my $dbhpop=DBI->connect("DBI:mysql:demosuggest:localhost","auth","YourPass")) { # insert the search info query my $insertpop = "INSERT INTO phrase_log(phr_phrase,phr_resultcount,phr_ip) VALUES(?,?,?)"; # grab spelling suggestions query my $getsugg = "SELECT display FROM spellcheck WHERE strcmp(soundex(suggestion), soundex(?)) = 0 order by soundex(suggestion) limit 0,5"; #get spelling suggestions when there are no results if ($resultcount eq 0) { my $sthgetsugg=$dbhpop->prepare($getsugg); $sthgetsugg->execute($spchkphraseorterm); while (my ($spsuggestion)=$sthgetsugg->fetchrow_array) { # warn "==>$spsuggestion"; #push @spsuggest, +{ spsuggestion => $spsuggestion }; my %line; $line{spsuggestion} = $spsuggestion; push @spsuggest,\%line; $suggest = 1; } # warn "==>".$#spsuggest; $sthgetsugg->finish; } # end of spelling suggestions my $sthpop=$dbhpop->prepare($insertpop); #$sthpop->execute($phrases,$resultcount,$ipaddress); $sthpop->finish; } # ### end of tracking stuff -- jmf at kados dot org # $template->param(suggest => $suggest ); $template->param( SPELL_SUGGEST => \@spsuggest ); $template->param( searchterms => $searchterms ); $template->param( phraseorterm => $phraseorterm ); #warn "here's the search terms: ".$searchterms; # ### end of spelling suggestions ### /Added by JF for(my $i = 0 ; $i <= $#marclist ; $i++) { push @field_data, { term => "marclist", val=>$marclist[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; push @field_data, { term => "operator", val=>$operator[$i] }; push @field_data, { term => "value", val=>$value[$i] }; } my @numbers = (); if ($total>$resultsperpage) { for (my $i=1; $i<$total/$resultsperpage+1; $i++) { if ($i<16) { my $highlight=0; ($startfrom==($i-1)) && ($highlight=1); push @numbers, { number => $i, highlight => $highlight , searchdata=> \@field_data, startfrom => ($i-1)}; } } } my $from = $startfrom*$resultsperpage+1; my $to; if($total < (($startfrom+1)*$resultsperpage)) { $to = $total; } else { $to = (($startfrom+1)*$resultsperpage); } my $defaultview = 'BiblioDefaultView'.C4::Context->preference('BiblioDefaultView'); $template->param(results => $results, startfrom=> $startfrom, displaynext=> $displaynext, displayprev=> $displayprev, resultsperpage => $resultsperpage, orderby => $orderby, startfromnext => $startfrom+1, startfromprev => $startfrom-1, searchdata=>\@field_data, total=>$total, from=>$from, to=>$to, numbers=>\@numbers, searchdesc=> $searchdesc, $defaultview => 1, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), itemtypelist => $itemtypelist, subcategorylist => $subcategorylist, brancheslist => $brancheslist, categorylist => $categorylist, mediatypelist => $mediatypelist, itemtypesstring => $itemtypesstring, ); } else { ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-search.tmpl", query => $query, type => "opac", authnotrequired => 1, }); $sth=$dbh->prepare("Select itemtype,description from itemtypes order by description"); $sth->execute; my @itemtype; my %itemtypes; push @itemtype, ""; $itemtypes{''} = ""; while (my ($value,$lib) = $sth->fetchrow_array) { push @itemtype, $value; $itemtypes{$value}=$lib; } my $CGIitemtype=CGI::scrolling_list( -name => 'value', -values => \@itemtype, -labels => \%itemtypes, -size => 1, -multiple => 0 ); $sth->finish; my @branches; my @select_branch; my %select_branches; my ($count2, at branches)=branches(); push @select_branch, ""; $select_branches{''} = ""; for (my $i=0;$i<$count2;$i++){ push @select_branch, $branches[$i]->{'branchcode'};# $select_branches{$branches[$i]->{'branchcode'}} = $branches[$i]->{'branchname'}; } my $CGIbranch=CGI::scrolling_list( -name => 'value', -values => \@select_branch, -labels => \%select_branches, -size => 1, -multiple => 0 ); $sth->finish; $template->param(itemtypelist => $itemtypelist, CGIitemtype => $CGIitemtype, CGIbranch => $CGIbranch, suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), ); } # ADDED BY JF if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result # lets jump straight to the detail.pl page print $query->redirect("/cgi-bin/koha/opac-detail.pl?bib=$firstbiblionumber"); } else { output_html_with_http_headers $query, $cookie, $template->output; } From gmccullagh at users.sourceforge.net Fri Jun 3 19:01:55 2005 From: gmccullagh at users.sourceforge.net (gavin) Date: Fri, 03 Jun 2005 10:01:55 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchBiblio.pm,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15229/C4 Added Files: SearchBiblio.pm Log Message: two new files SearchBiblio.pm forked from SearchMarc.pm opac-search-biblio.pl forked from opac-search.pl (just change module) an attempt at a new search using FULLTEXT indexes. NB: Boolean won't work without MySQL >v4.0 NNB: Will be slow without indexes added on Biblio table as follows: ALTER TABLE biblio ADD FULLTEXT (author,title,unititle,seriestitle); Only searching on "Any word" field just now. more to come. --- NEW FILE --- package C4::SearchBiblio; # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; require Exporter; use DBI; use C4::Context; use C4::Biblio; use C4::Date; use Date::Manip; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); # set the version for version checking $VERSION = 0.02; =head1 NAME C4::Search - Functions for searching the Koha MARC catalog =head1 FUNCTIONS This module provides the searching facilities for the Koha MARC catalog =cut @ISA = qw(Exporter); @EXPORT = qw(&catalogsearch1 &catalogsearch &findseealso &findsuggestion &getMARCnotes &getMARCsubjects); =head1 findsuggestion($dbh,$values); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; =head2 $values is a word Searches words with the same soundex, ordered by frequency of use. Useful to suggest other searches to the users. =cut sub findsuggestion { my ($dbh,$values) = @_; my $sth = $dbh->prepare("SELECT count( * ) AS total, word FROM marc_word WHERE sndx_word = soundex( ? ) AND word <> ? GROUP BY word ORDER BY total DESC"); my @results; for(my $i = 0 ; $i <= $#{$values} ; $i++) { if (length(@$values[$i]) >=5) { $sth->execute(@$values[$i],@$values[$i]); my $resfound = 1; my @resline; while ((my ($count,$word) = $sth->fetchrow) and $resfound <=10) { push @results, "@$values[$i]|$word|$count"; # $results{@$values[$i]} = \@resline; $resfound++; } } } return \@results; } =head1 findseealso($dbh,$fields); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; =head2 $fields is a reference to the fields array This function modify the @$fields array and add related fields to search on. =cut sub findseealso { my ($dbh, $fields) = @_; my $tagslib = MARCgettagslib ($dbh,1); for (my $i=0;$i<=$#{$fields};$i++) { my ($tag) =substr(@$fields[$i],1,3); my ($subfield) =substr(@$fields[$i],4,1); @$fields[$i].=','.$tagslib->{$tag}->{$subfield}->{seealso} if ($tagslib->{$tag}->{$subfield}->{seealso}); } } =head1 my ($count, @results) = catalogsearch($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$sqlstring); =head2 $dbh is a link to the DB handler. use C4::Context; my $dbh =C4::Context->dbh; $tags,$and_or, $excluding, $operator, $value are references to array =head2 $tags contains the list of tags+subfields (for example : $@tags[0] = '200a') A field can be a list of fields : '200f','700a','700b','701a','701b' Example =head2 $and_or contains a list of strings containing and or or. The 1st value is useless. =head2 $excluding contains 0 or 1. If 1, then the request is negated. =head2 $operator contains contains,=,start,>,>=,<,<= the = and start work on the complete subfield. The contains operator works on every word in the subfield. examples : contains home, search home anywhere. = home, search a string being home. =head2 $value contains the value to search If it contains a * or a %, then the search is partial. =head2 $offset and $length returns $length results, beginning at $offset =head2 $orderby define the field used to order the request. Any field in the biblio/biblioitem tables can be used. DESC is possible too (for example title, title DESC,...) =head2 $sqlstring optional argument containing an sql string to be used in the 'where' statement. see usage in opac-search.pl. =head2 RETURNS returns an array containing hashes. The hash contains all biblio & biblioitems fields and a reference to an item hash. The "item hash contains one line for each callnumber & the number of items related to the callnumber. =cut =head2 my $marcnotesarray = &getMARCnotes($dbh,$bibid,$marcflavour); Returns a reference to an array containing all the notes stored in the MARC database for the given bibid. $marcflavour ("MARC21" or "UNIMARC") determines which tags are used for retrieving subjects. =head2 my $marcsubjctsarray = &getMARCsubjects($dbh,$bibid,$marcflavour); Returns a reference to an array containing all the subjects stored in the MARC database for the given bibid. $marcflavour ("MARC21" or "UNIMARC") determines which tags are used for retrieving subjects. =cut sub catalogsearch1 { my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # warn "=================="; # warn " # db: $dbh, # tags_array: @$tags, # andor_array: @$and_or, # excludes_array: @$excluding, # operator_array: @$operator, # value_array: @$value, # start: $offset, # resultsperpage: $length, # orderby: $orderby, # order: $desc_or_asc, # sqlstring: $sqlstring)\n"; # warn "==================\n"; my @cols = ('biblionumber','author','title','unititle','notes','serial','seriestitle', 'copyrightdate','timestamp','abstract','illus','biblioitemnumber','marc', 'url','isbn','volumeddesc','classification','publicationyear','pages','number', 'itemtype','place','issn','size','dewey','publishercode','lccn','volume', 'subclass', 'volumedate','subtitle','bibid','notforloan',); # missing 'CN', 'description', 'odd', 'bn', 'norequests', 'totitem', my @valarray = @$value; # warn "@$value\n"; # warn "$valarray[0]\n"; my $sql = " SELECT biblio.biblionumber, biblio.author, biblio.title, biblio.unititle, biblio.notes, biblio.serial, biblio.seriestitle, biblio.copyrightdate, biblio.timestamp, biblio.abstract, biblioitems.illus, biblioitems.biblioitemnumber, biblioitems.marc, biblioitems.url, biblioitems.isbn, biblioitems.volumeddesc, biblioitems.classification, biblioitems.publicationyear, biblioitems.pages, biblioitems.number, biblioitems.itemtype, biblioitems.place, biblioitems.issn, biblioitems.size, biblioitems.dewey, biblioitems.publishercode, biblioitems.lccn, biblioitems.volume, biblioitems.subclass, biblioitems.volumedate, bibliosubtitle.subtitle, marc_biblio.bibid, items.notforloan, MATCH(biblio.title,biblio.author,biblio.unititle,biblio.seriestitle) AGAINST ('$$value[0]' IN BOOLEAN MODE) as Relevance FROM biblio LEFT JOIN biblioitems ON biblioitems.biblionumber=biblio.biblionumber LEFT JOIN bibliosubtitle ON bibliosubtitle.biblionumber=biblio.biblionumber LEFT JOIN marc_biblio ON marc_biblio.biblionumber=biblio.biblionumber LEFT JOIN items ON items.biblionumber=biblio.biblionumber WHERE MATCH(biblio.title,biblio.author,biblio.unititle,biblio.seriestitle) AGAINST ('$$value[0]' IN BOOLEAN MODE) ORDER BY Relevance DESC;"; warn "$sql\n"; my $sth = $dbh->prepare($sql); $sth->execute; my @biblioArray=(); my $numBooks=0; while (my @vals = $sth->fetchrow) { my $numcols = $#vals; my %biblioEntryHash=(); for(my $i=0; $i<$numcols; $i++) { $biblioEntryHash{$cols[$i]} = $vals[$i]; } $biblioEntryHash{odd} = ((($numBooks+1) % 2) > 0) ? 1 : ""; #FIXME $biblioEntryHash{notforloan} = ""; #warn "\$biblioEntryHash{odd} = .$biblioEntryHash{odd}.\n"; push(@biblioArray,\%biblioEntryHash); $numBooks++; } # CN: ARRAY(0x89d1540)? branch + location + callnumber + status # CDI SL (N8KIM) (2) (if several, group them) # description: ? # odd: 1 ? # bn: 501? biblionumber? # norequests: 0? # totitem: 1? # my ($res,$numres) = catalogsearch(@_); # my @results = @$res; # warn "==================\n"; # warn "\n\tres: @$res:,\n\tnumres: $numres\n"; # while ( (my ($key, $value) = each(%{$results[0]})) && (my ($key1, $value1) = each(%{$biblioArray[0]})) ) { # warn "\t$key => $value\t$key1 => $value1\n"; # } # warn "a. " . $results[0]->{odd} . "\t" . $biblioArray[0]->{odd}. "\n"; # warn "b. " . $results[1]->{odd} . "\t" . $biblioArray[1]->{odd}. "\n"; # warn "==================\n"; #return ($res,$numres); return (\@biblioArray,$numBooks); } sub catalogsearch { my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # build the sql request. She will look like : # select m1.bibid # from marc_subfield_table as m1, marc_subfield_table as m2 # where m1.bibid=m2.bibid and # (m1.subfieldvalue like "Des%" and m2.subfieldvalue like "27%") # last minute stripping out of stuff # doesn't work @$value =~ s/\'/ /; # @$value = map { $_ =~ s/\'/ /g } @$value; # "Normal" statements my @normal_tags = (); my @normal_and_or = (); my @normal_operator = (); my @normal_value = (); # Extracts the NOT statements from the list of statements my @not_tags = (); my @not_and_or = (); my @not_operator = (); my @not_value = (); my $any_not = 0; $orderby = "biblio.title" unless $orderby; $desc_or_asc = "ASC" unless $desc_or_asc; #last minute stripping out of ' and , # paul : quoting, it's done a few lines lated. # foreach $_ (@$value) { # $_=~ s/\'/ /g; # $_=~ s/\,/ /g; # } # the item.notforloan contains an integer. Every value <>0 means "book unavailable for loan". # but each library can have it's own table of meaning for each value. Get them # 1st search if there is a list of authorised values connected to items.notforloan my $sth = $dbh->prepare('select authorised_value from marc_subfield_structure where kohafield="items.notforloan"'); $sth->execute; my %notforloanstatus; my ($authorised_valuecode) = $sth->fetchrow; if ($authorised_valuecode) { $sth = $dbh->prepare("select authorised_value,lib from authorised_values where category=?"); $sth->execute($authorised_valuecode); while (my ($authorised_value,$lib) = $sth->fetchrow) { $notforloanstatus{$authorised_value} = $lib?$lib:$authorised_value; } } for(my $i = 0 ; $i <= $#{$value} ; $i++) { # replace * by % @$value[$i] =~ s/\*/%/g; # remove % at the beginning @$value[$i] =~ s/^%//g; @$value[$i] =~ s/(\.|\?|\:|\!|\'|,|\-|\"|\(|\)|\[|\]|\{|\}|\/)/ /g if @$operator[$i] eq "contains"; if(@$excluding[$i]) # NOT statements { $any_not = 1; if(@$operator[$i] eq "contains") { foreach my $word (split(/ /, @$value[$i])) # if operator is contains, splits the words in separate requests { # remove the "%" for small word (3 letters. (note : the >4 is due to the % at the end) # warn "word : $word"; $word =~ s/%//g unless length($word)>4; unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { #it's NOT a stopword => use it. Otherwise, ignore push @not_tags, @$tags[$i]; push @not_and_or, "or"; # as request is negated, finds "foo" or "bar" if final request is NOT "foo" and "bar" push @not_operator, @$operator[$i]; push @not_value, $word; } } } else { push @not_tags, @$tags[$i]; push @not_and_or, "or"; # as request is negated, finds "foo" or "bar" if final request is NOT "foo" and "bar" push @not_operator, @$operator[$i]; push @not_value, @$value[$i]; } } else # NORMAL statements { if(@$operator[$i] eq "contains") # if operator is contains, splits the words in separate requests { foreach my $word (split(/ /, @$value[$i])) { # remove the "%" for small word (3 letters. (note : the >4 is due to the % at the end) # warn "word : $word"; $word =~ s/%//g unless length($word)>4; unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { #it's NOT a stopword => use it. Otherwise, ignore push @normal_tags, @$tags[$i]; push @normal_and_or, "and"; # assumes "foo" and "bar" if "foo bar" is entered push @normal_operator, @$operator[$i]; push @normal_value, $word; } } } else { push @normal_tags, @$tags[$i]; push @normal_and_or, @$and_or[$i]; push @normal_operator, @$operator[$i]; push @normal_value, @$value[$i]; } } } # Finds the basic results without the NOT requests my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); $sql_where1 .=" ". $sqlstring; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; if ($sql_where2) { $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); warn "Q : select distinct m1.bibid from biblio,biblioitems,items,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); my @result = (); my $subtitle; # Added by JF for Subtitles # Processes the NOT if any and there are results my ($not_sql_tables, $not_sql_where1, $not_sql_where2); if( ($sth->rows) && $any_not ) # some results to tune up and some NOT statements { ($not_sql_tables, $not_sql_where1, $not_sql_where2) = create_request($dbh,\@not_tags, \@not_and_or, \@not_operator, \@not_value); my @tmpresult; while (my ($bibid) = $sth->fetchrow) { push @tmpresult,$bibid; } my $sth_not; warn "NOT : select distinct m1.bibid from $not_sql_tables where $not_sql_where2 and ($not_sql_where1)"; if ($not_sql_where2) { $sth_not = $dbh->prepare("select distinct m1.bibid from $not_sql_tables where $not_sql_where2 and ($not_sql_where1)"); } else { $sth_not = $dbh->prepare("select distinct m1.bibid from $not_sql_tables where $not_sql_where1"); } $sth_not->execute(); if($sth_not->rows) { my %not_bibids = (); while(my $bibid = $sth_not->fetchrow()) { $not_bibids{$bibid} = 1; # populates the hashtable with the bibids matching the NOT statement } foreach my $bibid (@tmpresult) { if(!$not_bibids{$bibid}) { push @result, $bibid; } } } $sth_not->finish(); } else # no NOT statements { while (my ($bibid) = $sth->fetchrow) { push @result,$bibid; } } # we have bibid list. Now, loads title and author from [offset] to [offset]+[length] my $counter = $offset; # HINT : biblionumber as bn is important. The hash is fills biblionumber with items.biblionumber. # so if you dont' has an item, you get a not nice empty value. $sth = $dbh->prepare("SELECT biblio.biblionumber as bn,biblio.*, biblioitems.*,marc_biblio.bibid,itemtypes.notforloan,itemtypes.description FROM biblio, marc_biblio LEFT JOIN biblioitems on biblio.biblionumber = biblioitems.biblionumber LEFT JOIN itemtypes on itemtypes.itemtype=biblioitems.itemtype WHERE biblio.biblionumber = marc_biblio.biblionumber AND bibid = ?"); my $sth_subtitle = $dbh->prepare("SELECT subtitle FROM bibliosubtitle WHERE biblionumber=?"); # Added BY JF for Subtitles my @finalresult = (); my @CNresults=(); my $totalitems=0; my $oldline; my ($oldbibid, $oldauthor, $oldtitle); my $sth_itemCN = $dbh->prepare("select items.* from items where biblionumber=?"); my $sth_issue = $dbh->prepare("select date_due,returndate from issues where itemnumber=?"); # parse all biblios between start & end. while (($counter <= $#result) && ($counter <= ($offset + $length))) { # search & parse all items & note itemcallnumber $sth->execute($result[$counter]); my $continue=1; my $line = $sth->fetchrow_hashref; my $biblionumber=$line->{bn}; # Return subtitles first ADDED BY JF $sth_subtitle->execute($biblionumber); my $subtitle_here.= $sth_subtitle->fetchrow." "; chop $subtitle_here; $subtitle = $subtitle_here; # warn "Here's the Biblionumber ".$biblionumber; # warn "and here's the subtitle: ".$subtitle_here; # /ADDED BY JF # $continue=0 unless $line->{bn}; # my $lastitemnumber; $sth_itemCN->execute($biblionumber); my @CNresults = (); my $notforloan=1; # to see if there is at least 1 item that can be issued while (my $item = $sth_itemCN->fetchrow_hashref) { # parse the result, putting holdingbranch & itemcallnumber in separate array # then all other fields in the main array # search if item is on loan my $date_due; $sth_issue->execute($item->{itemnumber}); while (my $loan = $sth_issue->fetchrow_hashref) { if ($loan->{date_due} and !$loan->{returndate}) { $date_due = $loan->{date_due}; } } # store this item my %lineCN; $lineCN{holdingbranch} = $item->{holdingbranch}; $lineCN{itemcallnumber} = $item->{itemcallnumber}; $lineCN{location} = $item->{location}; $lineCN{date_due} = format_date($date_due); $lineCN{notforloan} = $notforloanstatus{$line->{notforloan}} if ($line->{notforloan}); # setting not forloan if itemtype is not for loan $lineCN{notforloan} = $notforloanstatus{$item->{notforloan}} if ($item->{notforloan}); # setting not forloan it this item is not for loan $notforloan=0 unless ($item->{notforloan} or $item->{wthdrawn} or $item->{itemlost}); push @CNresults,\%lineCN; $totalitems++; } # save the biblio in the final array, with item and item issue status my %newline; %newline = %$line; $newline{totitem} = $totalitems; # if $totalitems == 0, check if it's being ordered. if ($totalitems == 0) { my $sth = $dbh->prepare("select count(*) from aqorders where biblionumber=? and datecancellationprinted is NULL"); $sth->execute($biblionumber); my ($ordered) = $sth->fetchrow; $newline{onorder} = 1 if $ordered; } $newline{biblionumber} = $biblionumber; $newline{norequests} = 0; $newline{norequests} = 1 if ($line->{notforloan}); # itemtype not issuable $newline{norequests} = 1 if (!$line->{notforloan} && $notforloan); # itemtype issuable but all items not issuable for instance $newline{subtitle} = $subtitle; # put the subtitle in ADDED BY JF my @CNresults2= @CNresults; $newline{CN} = \@CNresults2; $newline{'even'} = 1 if $#finalresult % 2 == 0; $newline{'odd'} = 1 if $#finalresult % 2 == 1; $newline{'timestamp'} = format_date($newline{timestamp}); @CNresults = (); push @finalresult, \%newline; $totalitems=0; $counter++; } my $nbresults = $#result+1; return (\@finalresult, $nbresults); } # Creates the SQL Request sub create_request { my ($dbh,$tags, $and_or, $operator, $value) = @_; my $sql_tables; # will contain marc_subfield_table as m1,... my $sql_where1; # will contain the "true" where my $sql_where2 = "("; # will contain m1.bibid=m2.bibid my $nb_active=0; # will contain the number of "active" entries. an entry is active if a value is provided. my $nb_table=1; # will contain the number of table. ++ on each entry EXCEPT when an OR is provided. my $maxloop=8; # the maximum number of words to avoid a too complex search. $maxloop = @$value if @$value<$maxloop; for(my $i=0; $i<=$maxloop;$i++) { if (@$value[$i]) { $nb_active++; if ($nb_active==1) { if (@$operator[$i] eq "start") { $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "(m1.subfieldvalue like ".$dbh->quote("@$value[$i]%"); if (@$tags[$i]) { $sql_where1 .=" and concat(m1.tag,m1.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; } elsif (@$operator[$i] eq "contains") { $sql_tables .= "marc_word as m$nb_table,"; $sql_where1 .= "(m1.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m1.tagsubfield in (@$tags[$i])"; } $sql_where1.=")"; } else { $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "(m1.subfieldvalue @$operator[$i] ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and concat(m1.tag,m1.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; } } else { if (@$operator[$i] eq "start") { $nb_table++; $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.subfieldvalue like ".$dbh->quote("@$value[$i]%"); if (@$tags[$i]) { $sql_where1 .=" and concat(m$nb_table.tag,m$nb_table.subfieldcode) in (@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } elsif (@$operator[$i] eq "contains") { if (@$and_or[$i] eq 'and') { $nb_table++; $sql_tables .= "marc_word as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m$nb_table.tagsubfield in(@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } else { $sql_where1 .= "@$and_or[$i] (m$nb_table.word like ".$dbh->quote("@$value[$i]"); if (@$tags[$i]) { $sql_where1 .=" and m$nb_table.tagsubfield in (@$tags[$i])"; } $sql_where1.=")"; $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; } } else { $nb_table++; $sql_tables .= "marc_subfield_table as m$nb_table,"; $sql_where1 .= "@$and_or[$i] (m$nb_table.subfieldvalue @$operator[$i] ".$dbh->quote(@$value[$i]); if (@$tags[$i]) { $sql_where1 .=" and concat(m$nb_table.tag,m$nb_table.subfieldcode) in (@$tags[$i])"; } $sql_where2 .= "m1.bibid=m$nb_table.bibid and "; $sql_where1.=")"; } } } } if($sql_where2 ne "(") # some datas added to sql_where2, processing { $sql_where2 = substr($sql_where2, 0, (length($sql_where2)-5)); # deletes the trailing ' and ' $sql_where2 .= ")"; } else # no sql_where2 statement, deleting '(' { $sql_where2 = ""; } chop $sql_tables; # deletes the trailing ',' return ($sql_tables, $sql_where1, $sql_where2); } sub getMARCnotes { my ($dbh, $bibid, $marcflavour) = @_; my ($mintag, $maxtag); if ($marcflavour eq "MARC21") { $mintag = "500"; $maxtag = "599"; } else { # assume unimarc if not marc21 $mintag = "300"; $maxtag = "399"; } my $sth=$dbh->prepare("SELECT subfieldvalue,tag FROM marc_subfield_table WHERE bibid=? AND tag BETWEEN ? AND ? ORDER BY tagorder"); $sth->execute($bibid,$mintag,$maxtag); my @marcnotes; my $note = ""; my $tag = ""; my $marcnote; while (my $data=$sth->fetchrow_arrayref) { my $value=$data->[0]; my $thistag=$data->[1]; if ($value=~/\.$/) { $value=$value . " "; } if ($thistag ne $tag && $note ne "") { $marcnote = {marcnote => $note,}; push @marcnotes, $marcnote; $note=$value; $tag=$thistag; } if ($note ne $value) { $note = $note." ".$value; } } if ($note) { $marcnote = {marcnote => $note}; push @marcnotes, $marcnote; #load last tag into array } $sth->finish; $dbh->disconnect; my $marcnotesarray=\@marcnotes; return $marcnotesarray; } # end getMARCnotes sub getMARCsubjects { my ($dbh, $bibid, $marcflavour) = @_; my ($mintag, $maxtag); if ($marcflavour eq "MARC21") { $mintag = "600"; $maxtag = "699"; } else { # assume unimarc if not marc21 $mintag = "600"; $maxtag = "619"; } my $sth=$dbh->prepare("SELECT subfieldvalue,subfieldcode FROM marc_subfield_table WHERE bibid=? AND tag BETWEEN ? AND ? ORDER BY tagorder"); $sth->execute($bibid,$mintag,$maxtag); my @marcsubjcts; my $subjct = ""; my $subfield = ""; my $marcsubjct; while (my $data=$sth->fetchrow_arrayref) { my $value = $data->[0]; my $subfield = $data->[1]; if ($subfield eq "a" && $value ne $subjct) { $marcsubjct = {MARCSUBJCT => $value,}; push @marcsubjcts, $marcsubjct; $subjct = $value; } } $sth->finish; $dbh->disconnect; my $marcsubjctsarray=\@marcsubjcts; return $marcsubjctsarray; } #end getMARCsubjects END { } # module clean-up code here (global destructor) 1; __END__ =back =head1 AUTHOR Koha Developement team =cut From hellen at users.sourceforge.net Sun Jun 5 16:45:20 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sun, 05 Jun 2005 07:45:20 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio-nomarc.tmpl,1.1,1.2 addbiblio.tmpl,1.2,1.3 addbooks.tmpl,1.2,1.3 additem-nomarc.tmpl,1.2,1.3 additem.tmpl,1.2,1.3 marcimport.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10802/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbiblio-nomarc.tmpl addbiblio.tmpl addbooks.tmpl additem-nomarc.tmpl additem.tmpl marcimport.tmpl Log Message: translated for 2.2.2 by hellen Index: addbiblio-nomarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio-nomarc.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** addbiblio-nomarc.tmpl 12 May 2005 19:26:13 -0000 1.1 --- addbiblio-nomarc.tmpl 5 Jun 2005 14:45:17 -0000 1.2 *************** *** 8,12 **** !

          Please Specify a Title

          --- 8,12 ---- !

          Bitte einen Titel auswählen

          Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** addbiblio.tmpl 17 May 2005 13:21:35 -0000 1.2 --- addbiblio.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 2,6 ****
          !

          Biblionumber :

          --- 2,6 ----

          !

          Biblionummer :

          Index: addbooks.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbooks.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** addbooks.tmpl 17 May 2005 13:21:35 -0000 1.2 --- addbooks.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 13,17 ****

          Um neue bibliografische Daten (und evtl. entsprechende Medien) aufzunehmen, scannen Sie die ISBN/ISSN oder geben Sie sie hier ein.

          ! --- 13,17 ----

          Um neue bibliografische Daten (und evtl. entsprechende Medien) aufzunehmen, scannen Sie die ISBN/ISSN oder geben Sie sie hier ein.

          ! *************** *** 51,55 ****

          Hinweis

          Wenn bereits Daten f?r die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten f?r die ISBN abgerufen wurden sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          --- 51,55 ----

          Hinweis

          Wenn bereits Daten f?r die ISBN in der Datenbank hinterlegt sind, werden diese angezeigt und können bearbeitet werden.
          ! Wenn Fremddaten f?r die ISBN abgerufen wurden und sich im Zwischenspeicher befinden, werden diese ebenfalls angezeigt und dienen als Grundlage für einen neuen Datensatz.
          Anderenfalls wird eine leerer Datensatz angelegt und Sie müssen alle Daten selbst eintragen.

          Index: additem-nomarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem-nomarc.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** additem-nomarc.tmpl 17 May 2005 13:21:35 -0000 1.2 --- additem-nomarc.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 5,9 ****

          !

          Sie müssen dem Exemplar einen Strichcode zuordnen

          --- 5,9 ----

          !

          Sie müssen dem Exemplar einen Barcode zuordnen

          *************** *** 11,15 **** !

          Der Strichcode wird bereits verwendet

          BIBLIO SATZ

          --- 11,15 ---- !

          Der Barcode wird bereits verwendet

          BIBLIO SATZ

          Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** additem.tmpl 17 May 2005 13:21:35 -0000 1.2 --- additem.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 53,57 **** "> !
          FEHLER: Strichcode ist bereits vorhanden
          --- 53,57 ---- "> !
          FEHLER: Barcode ist bereits vorhanden
          *************** *** 100,106 **** document.f.submit(); } else { ! alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } --- 100,106 ---- document.f.submit(); } else { ! alertString2 = _("Formular nicht bearbeitet wegen der folgenden Probleme"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (siehe fett dargestellte Unterfelder)"); alert(alertString2); } Index: marcimport.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/marcimport.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** marcimport.tmpl 17 May 2005 13:21:35 -0000 1.2 --- marcimport.tmpl 5 Jun 2005 14:45:17 -0000 1.3 *************** *** 46,50 ****
          If ISBN is already in the reservoir: Ignorieren, den vorhandenen Satz behalten
          den vorhandenen Satz überschreiben
          Wenn die ISBN bereits im Fremddatenpool ist: Ignorieren, den vorhandenen Satz behalten
          den vorhandenen Satz überschreiben
          TITEL VERFASSERQty Eingegangen
          TITEL VERFASSERMENGE Eingegangen
          Titel Verfasserrrpest Menge GesamtTitel VerfasserEK-PreisNettopreis Menge Gesamt
          Authorities
          Summary Used in Select
          biblio(s) ',,0)" class="button catalogue">select ',,1)" class="button catalogue">sel&close

          No results in Authorities

          Results to of No results found.

          Summary Used in Select
          class="hilighted"> biblio(s) class="hilighted"> ',,0)" class="button catalogue">Select ',,1)" class="button catalogue">Sel&close
          Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v retrieving revision 1.21.2.1 retrieving revision 1.21.2.2 diff -C2 -r1.21.2.1 -r1.21.2.2 *** search.tmpl 7 Mar 2005 09:49:07 -0000 1.21.2.1 --- search.tmpl 7 Jun 2005 10:02:01 -0000 1.21.2.2 *************** *** 31,34 **** --- 31,37 ---- + + ... +

          *************** *** 38,41 **** --- 41,47 ---- + + ... +

          *************** *** 46,49 **** --- 52,58 ---- + + ... +

          *************** *** 151,155 ****

          ! Suggestions

          --- 160,164 ----

          ! Spelling suggestion

          *************** *** 177,180 **** --- 186,195 ---- } + function Dopop(link,i) { + var searchstring=document.forms[0].value[i].value; + newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); + } + + function PopupSuggestion() { var strQuery=""; From tipaul at users.sourceforge.net Tue Jun 7 12:23:16 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 03:23:16 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-dictionary.pl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3722/opac Added Files: Tag: rel_2_2 opac-dictionary.pl Log Message: porting dictionary search to OPAC --- NEW FILE --- #!/usr/bin/perl # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Output; use C4::Interface::CGI::Output; use C4::Auth; use CGI; use C4::Search; use C4::SearchMarc; use C4::AuthoritiesMarc; use C4::Context; use C4::Biblio; use HTML::Template; =head1 NAME dictionnary.pl : script to search in biblio & authority an existing value =head1 SYNOPSIS useful when the user want to search a term before running a query. For example, to see if "computer" is used in the database The parameter "marclist" tells which field is searched (title, author, subject, but could be anything else) This script searches in both biblios & authority * in biblio, the script search in all marc fields related to what the user is looking for (for example, if the dictionnary is used on "author", the script searches in biblio.author, but also in additional authors & any MARC field related to author (through the "seealso" MARC constraint) * in authority, the script search everywhere. Thus, the accepted & rejected forms are found. The script shows all results & the user can choose what he want, that is copied into search form. =cut my $input = new CGI; my $field =$input->param('marclist'); #warn "field :$field"; my ($tablename, $kohafield)=split /./,$field; #my $tablename=$input->param('tablename'); $tablename="biblio" unless ($tablename); #my $kohafield = $input->param('kohafield'); my @search = $input->param('search'); # warn " ".$search[0]; my $index = $input->param('index'); # warn " index: ".$index; my $op=$input->param('op'); if (($search[0]) and not ($op eq 'do_search')){ $op='do_search'; } my $script_name = 'opac-dictionary.pl'; my $query; my $type=$input->param('type'); #warn " ".$type; my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie); my $env; my $startfrom=$input->param('startfrom'); $startfrom=0 if(!defined $startfrom); my $searchdesc; my $resultsperpage; #warn "Starting process"; if ($op eq "do_search") { # # searching in biblio # my $sth=$dbh->prepare("Select distinct tagfield,tagsubfield from marc_subfield_structure where kohafield = ?"); $sth->execute("$field"); my (@tags, @and_or, @operator, @excluding, at value); while ((my $tagfield,my $tagsubfield,my $liblibrarian) = $sth->fetchrow) { push @tags, $dbh->quote("$tagfield$tagsubfield"); } $resultsperpage= $input->param('resultsperpage'); $resultsperpage = 19 if(!defined $resultsperpage); my $orderby = $input->param('orderby'); findseealso($dbh,\@tags); my @results, my $total; my $strsth="select distinct subfieldvalue, count(marc_subfield_table.bibid) from marc_subfield_table,marc_word where marc_word.word like ? and marc_subfield_table.bibid=marc_word.bibid and marc_subfield_table.tagorder=marc_word.tagorder and marc_word.tagsubfield in "; my $listtags="("; foreach my $tag (@tags){ $listtags .= $tag .","; } $listtags =~s/,$/)/; $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); $value=~s/\*/%/g; $value.= "%" if not($value=~m/%/); # warn " texte : ".$value; $sth=$dbh->prepare($strsth); $sth->execute($value); my $total; my @catresults; while (my ($value,$ctresults)=$sth->fetchrow) { # warn "countresults : ".$ctresults; push @catresults,{value=> $value, even=>($total-$startfrom*$resultsperpage)%2, count=>$ctresults } if (($total>=$startfrom*$resultsperpage) and ($total<($startfrom+1)*$resultsperpage)); $total++; } my $strsth="Select distinct authtypecode from marc_subfield_structure where ("; foreach my $listtags (@tags){ my @taglist=split /,/,$listtags; foreach my $curtag (@taglist){ $strsth.="(tagfield='".substr($curtag,1,3)."' AND tagsubfield='".substr($curtag,4,1)."') OR"; } } $strsth=~s/ OR$/)/; my $strsth = $strsth." and authtypecode is not NULL"; # warn $strsth; my $sth=$dbh->prepare($strsth); $sth->execute; # # searching in authorities # my @authresults; my $authnbresults; while ((my $authtypecode) = $sth->fetchrow) { my ($curauthresults,$nbresults) = authoritysearch($dbh,[''],[''],[''],['contains'], \@search,$startfrom*$resultsperpage, $resultsperpage,$authtypecode); push @authresults, @$curauthresults; $authnbresults+=$nbresults; # warn "auth : $authtypecode nbauthresults : $nbresults"; } # # OK, filling the template with authorities & biblio entries found. # ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-dictionary.tmpl", query => $input, type => 'opac', authnotrequired => 1, debug => 1, }); # multi page display gestion my $displaynext=0; my $displayprev=$startfrom; if(($total - (($startfrom+1)*($resultsperpage))) > 0 ) { $displaynext = 1; } my @field_data = (); for(my $i = 0 ; $i <= $#tags ; $i++) { push @field_data, { term => "marclist", val=>$tags[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; push @field_data, { term => "operator", val=>$operator[$i] }; push @field_data, { term => "value", val=>$value[$i] }; } my @numbers = (); if ($total>$resultsperpage) { for (my $i=1; $i<$total/$resultsperpage+1; $i++) { if ($i<16) { my $highlight=0; ($startfrom==($i-1)) && ($highlight=1); push @numbers, { number => $i, highlight => $highlight , searchdata=> \@field_data, startfrom => ($i-1)}; } } } my $from = $startfrom*$resultsperpage+1; my $to; if($total < (($startfrom+1)*$resultsperpage)) { $to = $total; } else { $to = (($startfrom+1)*$resultsperpage); } $template->param(anindex => $input->param('index')); $template->param(result => \@results, catresult=> \@catresults, search => $search[0], marclist =>$field, authresult => \@authresults, nbresults => $authnbresults, startfrom=> $startfrom, displaynext=> $displaynext, displayprev=> $displayprev, resultsperpage => $resultsperpage, startfromnext => $startfrom+1, startfromprev => $startfrom-1, searchdata=>\@field_data, total=>$total, from=>$from, to=>$to, numbers=>\@numbers, MARC_ON => C4::Context->preference("marc"), ); } else { ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "opac-dictionary.tmpl", query => $input, type => 'opac', authnotrequired => 1, debug => 1, }); #warn "type : $type"; } $template->param(search => $search[0], marclist =>$field, type=>$type, anindex => $input->param('index')); # Print the page output_html_with_http_headers $input, $cookie, $template->output; # Local Variables: # tab-width: 4 # End: From tipaul at users.sourceforge.net Tue Jun 7 12:23:15 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 03:23:15 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-dictionary.tmpl,NONE,1.1.2.1 opac-search.tmpl,1.11.2.7,1.11.2.8 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3722/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-search.tmpl Added Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: porting dictionary search to OPAC --- NEW FILE ---

          Dictionary Search

          Search on

          "> " size="35"> "> ">

          Dictionary Search results

          No results in Authorities

          Results to of No results found.

          Summary Used in Select
          class="hilighted"> biblio(s) class="hilighted"> ',,0)" class="button catalogue">Select ',,1)" class="button catalogue">Sel&close
          Index: opac-search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-search.tmpl,v retrieving revision 1.11.2.7 retrieving revision 1.11.2.8 diff -C2 -r1.11.2.7 -r1.11.2.8 *** opac-search.tmpl 31 May 2005 15:15:28 -0000 1.11.2.7 --- opac-search.tmpl 7 Jun 2005 10:23:13 -0000 1.11.2.8 *************** *** 25,28 **** --- 25,31 ---- + + ... +

          *************** *** 32,35 **** --- 35,41 ---- + + ... +

          *************** *** 40,43 **** --- 46,52 ---- + + ... +

          *************** *** 155,158 **** --- 164,169 ----

          A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.

          If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"

          +

          Dictionnary search

          +

          if you clic on ... on the right of title/author/subject, you can search existing values in the library.

          From tipaul at users.sourceforge.net Tue Jun 7 13:03:54 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 04:03:54 -0700 Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.2,1.24.2.3 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970/acqui Modified Files: Tag: rel_2_2 basket.pl Log Message: adding total to calculate rrp & est prices separately Index: basket.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/basket.pl,v retrieving revision 1.24.2.2 retrieving revision 1.24.2.3 diff -C2 -r1.24.2.2 -r1.24.2.3 *** basket.pl 14 Apr 2005 20:31:38 -0000 1.24.2.2 --- basket.pl 7 Jun 2005 11:03:52 -0000 1.24.2.3 *************** *** 56,59 **** --- 56,61 ---- my ($count2, at booksellers)=bookseller($booksellerid); + # get librarian branch... + # if new basket, pre-fill infos $basket->{creationdate} = "" unless ($basket->{creationdate}); *************** *** 66,69 **** --- 68,76 ---- my $grand_total; # $subttotal + $gist + # my $line_total_est; # total of each line + my $sub_total_est; # total of line totals + my $gist_est; # GST + my $grand_total_est; # $subttotal + $gist + my @books_loop; for (my $i=0;$i<$count;$i++){ *************** *** 71,74 **** --- 78,82 ---- $rrp=curconvert($results[$i]->{'currency'},$rrp); + $sub_total_est+=$results[$i]->{'quantity'}*$results[$i]->{'rrp'}; $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; *************** *** 99,102 **** --- 107,112 ---- $gist=sprintf("%.2f",$sub_total*$prefgist); $grand_total=$sub_total+$gist; + $grand_total_est = $sub_total_est+sprintf("%.2f",$sub_total_est*$prefgist); + $gist_est = sprintf("%.2f",$sub_total_est*$prefgist); $template->param(basketno => $basketno, creationdate => $basket->{creationdate}, *************** *** 107,110 **** --- 117,124 ---- booksellerid=> $booksellers[0]->{'id'}, name => $booksellers[0]->{'name'}, + address1 => $booksellers[0]->{'address1'}, + address2 => $booksellers[0]->{'address2'}, + address3 => $booksellers[0]->{'address3'}, + address4 => $booksellers[0]->{'address4'}, entrydate => format_date($results[0]->{'entrydate'}), books_loop => \@books_loop, *************** *** 113,116 **** --- 127,133 ---- gist => $gist, grand_total =>$grand_total, + sub_total_est => $sub_total_est, + gist_est => $gist_est, + grand_total_est =>$grand_total_est, currency => $booksellers[0]->{'listprice'}, ); From tipaul at users.sourceforge.net Tue Jun 7 13:03:54 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 04:03:54 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.15.2.5,1.15.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23970/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: adding total to calculate rrp & est prices separately Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v retrieving revision 1.15.2.5 retrieving revision 1.15.2.6 diff -C2 -r1.15.2.5 -r1.15.2.6 *** basket.tmpl 19 May 2005 22:41:07 -0000 1.15.2.5 --- basket.tmpl 7 Jun 2005 11:03:52 -0000 1.15.2.6 *************** *** 32,38 ****
          Order Publisher&order=biblioitems.publishercode" class="acquisition doNotPrint">[order]Isbn TitleAuthor rrp est &booksellerid=&basketno=">

          !
          ! ! - ! !

          !
          !

          ! &booksellerid=&basketno=">
          ! ! - ! !

          !
            SubTotal
          GST
          TOTAL
          --- 85,121 ---- ">
            !

          Sub total

          !

          GST

          !

          TOTAL ()

          !
          !

          !

          !

          !
          !

          !

          !

          !
          !

           

          !

           

          !

           

          !
          !

           

          !

           

          !

           

          !
          !

           

          !

           

          !

           

          !
          From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.15.2.6,1.15.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl,v retrieving revision 1.15.2.6 retrieving revision 1.15.2.7 diff -C2 -r1.15.2.6 -r1.15.2.7 *** basket.tmpl 7 Jun 2005 11:03:52 -0000 1.15.2.6 --- basket.tmpl 7 Jun 2005 12:56:37 -0000 1.15.2.7 *************** *** 45,49 ****
          !

           

           

           

          --- 108,112 ----
          !

           

           

          From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/C4 Acquisition.pm,1.9.2.4,1.9.2.5 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/C4 Modified Files: Tag: rel_2_2 Acquisition.pm Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: Acquisition.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Acquisition.pm,v retrieving revision 1.9.2.4 retrieving revision 1.9.2.5 diff -C2 -r1.9.2.4 -r1.9.2.5 *** Acquisition.pm 6 Jun 2005 16:36:43 -0000 1.9.2.4 --- Acquisition.pm 7 Jun 2005 12:56:37 -0000 1.9.2.5 *************** *** 105,109 **** my ($basketno,$supplier,$orderby)=@_; my $dbh = C4::Context->dbh; ! my $query="Select *,biblio.title from aqorders,biblio,biblioitems left join aqorderbreakdown on aqorderbreakdown.ordernumber=aqorders.ordernumber where basketno='$basketno' --- 105,109 ---- my ($basketno,$supplier,$orderby)=@_; my $dbh = C4::Context->dbh; ! my $query="Select biblio.*,biblioitems.*,aqorders.*,aqorderbreakdown.*,biblio.title from aqorders,biblio,biblioitems left join aqorderbreakdown on aqorderbreakdown.ordernumber=aqorders.ordernumber where basketno='$basketno' From tipaul at users.sourceforge.net Tue Jun 7 14:56:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 05:56:39 -0700 Subject: [Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.3,1.24.2.4 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19188/acqui Modified Files: Tag: rel_2_2 basket.pl Log Message: fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here. The table has been improved : * title / isbn / author / note are on the same column, as in marc search * alternate colors working Index: basket.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/basket.pl,v retrieving revision 1.24.2.3 retrieving revision 1.24.2.4 diff -C2 -r1.24.2.3 -r1.24.2.4 *** basket.pl 7 Jun 2005 11:03:52 -0000 1.24.2.3 --- basket.pl 7 Jun 2005 12:56:36 -0000 1.24.2.4 *************** *** 73,76 **** --- 73,78 ---- my $grand_total_est; # $subttotal + $gist + my $qty_total; + my @books_loop; for (my $i=0;$i<$count;$i++){ *************** *** 81,90 **** $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; my %line; - if ($i % 2){ - $line{highlight}=1; - } else { - $line{highlight}=0; - } $line{ordernumber} = $results[$i]->{'ordernumber'}; $line{publishercode} = $results[$i]->{'publishercode'}; --- 83,88 ---- $line_total=$results[$i]->{'quantity'}*$results[$i]->{'ecost'}; $sub_total+=$line_total; + $qty_total += $results[$i]->{'quantity'}; my %line; $line{ordernumber} = $results[$i]->{'ordernumber'}; $line{publishercode} = $results[$i]->{'publishercode'}; *************** *** 93,96 **** --- 91,95 ---- $line{basketno}=$basketno; $line{title} = $results[$i]->{'title'}; + $line{notes} = $results[$i]->{'notes'}; $line{author} = $results[$i]->{'author'}; $line{i} = $i; *************** *** 102,105 **** --- 101,105 ---- $line{biblionumber} = $results[$i]->{'biblionumber'}; $line{bookfundid} = $results[$i]->{'bookfundid'}; + $line{odd} = $i %2; push @books_loop, \%line; } *************** *** 131,134 **** --- 131,135 ---- grand_total_est =>$grand_total_est, currency => $booksellers[0]->{'listprice'}, + qty_total => $qty_total, ); output_html_with_http_headers $query, $cookie, $template->output; From tipaul at users.sourceforge.net Tue Jun 7 15:17:41 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 06:17:41 -0700 Subject: [Koha-cvs] CVS: koha/acqui acqui-home.pl,1.3,1.3.2.1 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31177/acqui Modified Files: Tag: rel_2_2 acqui-home.pl Log Message: warn the user if no budget is defined (& prevent creating an order, as it would be buggy) Index: acqui-home.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/acqui-home.pl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** acqui-home.pl 13 Jul 2004 12:53:00 -0000 1.3 --- acqui-home.pl 7 Jun 2005 13:17:38 -0000 1.3.2.1 *************** *** 64,68 **** totspent => sprintf("%.2f",$totspent), totcomtd => sprintf("%.2f",$totcomtd), ! totavail => sprintf("%.2f",$totavail)); output_html_with_http_headers $query, $cookie, $template->output; --- 64,69 ---- totspent => sprintf("%.2f",$totspent), totcomtd => sprintf("%.2f",$totcomtd), ! totavail => sprintf("%.2f",$totavail), ! nobudget => $#results==-1?1:0); output_html_with_http_headers $query, $cookie, $template->output; From tipaul at users.sourceforge.net Tue Jun 7 15:17:41 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 06:17:41 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui acqui-home.tmpl,1.14,1.14.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31177/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: Tag: rel_2_2 acqui-home.tmpl Log Message: warn the user if no budget is defined (& prevent creating an order, as it would be buggy) Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -r1.14 -r1.14.2.1 *** acqui-home.tmpl 19 Oct 2004 12:24:57 -0000 1.14 --- acqui-home.tmpl 7 Jun 2005 13:17:38 -0000 1.14.2.1 *************** *** 5,8 **** --- 5,11 ----

          Start, receive, modify order

          + +

          You must define a budget in parameters

          +
          Supplier name : *************** *** 10,13 **** --- 13,17 ----

          or Search order history

          +
          *************** *** 38,43 ****
          !
          !

          budgets and bookfunds

          --- 42,49 ----
          !

          budgets and bookfunds

          ! !

          You must define a budget in parameters

          !
          *************** *** 68,72 **** Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          ! --- 74,78 ---- Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          ! From tipaul at users.sourceforge.net Tue Jun 7 16:35:27 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 07 Jun 2005 07:35:27 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.17.2.5,1.17.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5256/koha-tmpl/intranet-tmpl/default/en/catalogue Modified Files: Tag: rel_2_2 detail.tmpl Log Message: adding issn & not showing total number of items if there are no Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v retrieving revision 1.17.2.5 retrieving revision 1.17.2.6 diff -C2 -r1.17.2.5 -r1.17.2.6 *** detail.tmpl 27 May 2005 10:02:49 -0000 1.17.2.5 --- detail.tmpl 7 Jun 2005 14:35:23 -0000 1.17.2.6 *************** *** 67,70 **** --- 67,71 ---- ,

          +

          *************** *** 74,78 ****

          !

          ">
          --- 75,79 ----

          !

          ">
          *************** *** 84,88 ****
          ! Total Number of Items:
          --- 85,91 ----
          ! !

          Total Number of Items:

          ! From oleonard at users.sourceforge.net Tue Jun 7 22:39:31 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 07 Jun 2005 13:39:31 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui-home.tmpl,1.3.2.1,1.3.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5494/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 acqui-home.tmpl Log Message: Synching with default template Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** acqui-home.tmpl 20 Jan 2005 19:31:57 -0000 1.3.2.1 --- acqui-home.tmpl 7 Jun 2005 20:39:28 -0000 1.3.2.2 *************** *** 6,11 ****

          Acquisitions

          ! !
          --- 6,14 ----

          Acquisitions

          ! !
          You must define a budget in parameters
          ! !
          !
          Start, Recieve, or Modify Any Order
          *************** *** 15,19 **** --- 18,25 ----
          Start, Recieve, or Modify Any Order
          +

          + +
          *************** *** 66,70 **** !
          --- 72,80 ---- !
          ! !
          You must define a budget in parameters
          ! !
          Budgets and Bookfunds
          *************** *** 93,97 **** !
          Budgets and Bookfunds

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          --- 103,107 ----

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          From oleonard at users.sourceforge.net Tue Jun 7 22:39:59 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 07 Jun 2005 13:39:59 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui acqui-home.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5851/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: acqui-home.tmpl Log Message: Synching with default template Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** acqui-home.tmpl 14 Jan 2005 21:08:45 -0000 1.4 --- acqui-home.tmpl 7 Jun 2005 20:39:56 -0000 1.5 *************** *** 6,11 ****

          Acquisitions

          ! !
          --- 6,14 ----

          Acquisitions

          ! !
          You must define a budget in parameters
          ! !
          !
          Start, Recieve, or Modify Any Order
          *************** *** 15,19 **** --- 18,25 ----
          Start, Recieve, or Modify Any Order
          +

          + +
          *************** *** 66,70 **** !
          --- 72,80 ---- !
          ! !
          You must define a budget in parameters
          ! !
          Budgets and Bookfunds
          *************** *** 93,97 **** !
          Budgets and Bookfunds

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          --- 103,107 ----

          Use your reload button [ctrl + r] to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.

          From hellen at users.sourceforge.net Wed Jun 8 13:28:11 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Wed, 08 Jun 2005 04:28:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue catalogue-home.tmpl,1.2,1.3 detail.tmpl,1.2,1.3 ISBDdetail.tmpl,1.2,1.3 MARCdetail.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31316/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: catalogue-home.tmpl detail.tmpl ISBDdetail.tmpl MARCdetail.tmpl Log Message: translated by hellen Index: catalogue-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/catalogue-home.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** catalogue-home.tmpl 17 May 2005 13:21:35 -0000 1.2 --- catalogue-home.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 27,37 ****

          !

          Normal Exakt

          !

          Strichcode-Suche

          !

          --- 27,37 ----

          !

          Normal Exakt

          !

          Barcode-Suche

          !

          Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/detail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** detail.tmpl 17 May 2005 13:21:35 -0000 1.2 --- detail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 *************** *** 34,38 ****
          !

          --- 34,38 ----
          !

          *************** *** 72,76 ****
          Entliehen bis Zuletzt gesehenStrichcode Band
          Entliehen bis Zuletzt gesehenBarcode Band
          ! &item=">Fix Itemtype ! &item=">Medientyp ändern " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeite... &op=duplicate" class="button catalogue"> ! Duplicate " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten &op=duplicate" class="button catalogue"> ! Duplizieren
          --- 109,113 ----
          !

          Bibliografische Daten im Fremddatenpool

          From oleonard at users.sourceforge.net Wed Jun 8 19:03:03 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:03:03 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.2.2.3,1.2.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18679/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 basket.tmpl Log Message: Synching with default template Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -r1.2.2.3 -r1.2.2.4 *** basket.tmpl 21 Apr 2005 21:39:46 -0000 1.2.2.3 --- basket.tmpl 8 Jun 2005 17:03:00 -0000 1.2.2.4 *************** *** 18,21 **** --- 18,22 ---- +
          *************** *** 25,39 ****
          - ! ! ! ! --- 26,40 ---- ! ! ! + + *************** *** 41,47 **** ! ! ! --- 42,63 ---- ! ! ! ! ! *************** *** 49,52 **** --- 65,69 ---- + ! ! ! ! ! ! !
          Order &order=biblioitems.publishercode">PublisherISBN TitleAuthorrrpestQty Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
          Order &order=biblioitems.publishercode">Publisher TitleRRPEst.Qty. Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">FundRemove
          &booksellerid=&basketno=">

          !
          ! ! - !

          !

          !
          !

          ! &booksellerid=&basketno=">
          ! ! - !

          !

          !
          *************** *** 54,75 ****
          !  " /> ! " /> ! SubTotal  
          GST
          TOTAL
          --- 71,99 ----
          ! " />" /> SubTotal !  
          GST 
          TOTAL () 
          From oleonard at users.sourceforge.net Wed Jun 8 19:03:52 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:03:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui basket.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19086/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: basket.tmpl Log Message: Synching with rel_2_2. Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/basket.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** basket.tmpl 2 May 2005 18:06:45 -0000 1.4 --- basket.tmpl 8 Jun 2005 17:03:49 -0000 1.5 *************** *** 18,21 **** --- 18,22 ---- +
          *************** *** 25,39 ****
          Order &order=biblioitems.publishercode">PublisherISBN TitleAuthorrrpestQty Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
          Order &order=biblioitems.publishercode">Publisher TitleRRPEst.Qty. Total &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">Fund Remove
          &booksellerid=&basketno=">

          !
          ! ! - !

          !

          !
          !

          ! &booksellerid=&basketno=">
          ! ! - !

          !

          !
          *************** *** 54,75 ****
          !  " /> ! " /> ! SubTotal  
          GST
          TOTAL
          --- 71,99 ----
          ! " />" /> SubTotal !  
          GST 
          TOTAL () 
          From oleonard at users.sourceforge.net Wed Jun 8 19:14:00 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 10:14:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.1.2.2,1.1.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23504/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: Tag: rel_2_2 histsearch.tmpl Log Message: Synching with default template Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -r1.1.2.2 -r1.1.2.3 *** histsearch.tmpl 17 Feb 2005 17:49:40 -0000 1.1.2.2 --- histsearch.tmpl 8 Jun 2005 17:13:55 -0000 1.1.2.3 *************** *** 1,3 **** ! Koha -- Acquisitions: Order Search --- 1,3 ---- ! Koha -- Acquisitions: Order Search *************** *** 23,27 **** " /> " /> !       --- 23,83 ---- " /> " /> ! From /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> ! "> ! ! To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" /> ! " type="text" /> !     From oleonard at users.sourceforge.net Wed Jun 8 20:38:24 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:38:24 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28968/koha-tmpl/intranet-tmpl/npl/en/acqui Modified Files: histsearch.tmpl Log Message: Synching with rel_2_2. Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** histsearch.tmpl 17 Feb 2005 17:49:44 -0000 1.3 --- histsearch.tmpl 8 Jun 2005 18:38:19 -0000 1.4 *************** *** 1,3 **** ! Koha -- Acquisitions: Order Search --- 1,3 ---- ! Koha -- Acquisitions: Order Search *************** *** 23,27 **** " /> " /> !       --- 23,83 ---- " /> " /> ! From /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> ! "> ! ! To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" border="0" /> ! " type="text" /> !     From oleonard at users.sourceforge.net Wed Jun 8 20:39:00 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:39:00 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.4.2.5,1.4.2.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29204/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: Tag: rel_2_2 addbiblio.tmpl Log Message: Synching with default template Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -C2 -r1.4.2.5 -r1.4.2.6 *** addbiblio.tmpl 25 Apr 2005 22:08:39 -0000 1.4.2.5 --- addbiblio.tmpl 8 Jun 2005 18:38:57 -0000 1.4.2.6 *************** *** 12,16 **** !

          Edit MARC Record Number Add MARC Record

          --- 12,16 ---- !

          Edit MARC Record Number Add MARC Record With Framework :

          *************** *** 430,436 **** --- 430,438 ---- with(document){ document.getElementById(ong).style.visibility="hidden"; + if (document.getElementById(link)) { document.getElementById(link).style.color="#669999"; document.getElementById(link).style.backgroundColor="#D8DEB8"; } + } } } *************** *** 564,567 **** --- 566,574 ---- } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } + function AddField(field) { document.forms[0].op.value = "addfield"; From oleonard at users.sourceforge.net Wed Jun 8 20:39:09 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:39:09 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple addbiblio.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29236/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: addbiblio.tmpl Log Message: Synching with rel_2_2. Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** addbiblio.tmpl 2 May 2005 18:11:11 -0000 1.6 --- addbiblio.tmpl 8 Jun 2005 18:39:06 -0000 1.7 *************** *** 12,16 **** !

          Edit MARC Record Number Add MARC Record

          --- 12,16 ---- !

          Edit MARC Record Number Add MARC Record With Framework :

          *************** *** 430,436 **** --- 430,438 ---- with(document){ document.getElementById(ong).style.visibility="hidden"; + if (document.getElementById(link)) { document.getElementById(link).style.color="#669999"; document.getElementById(link).style.backgroundColor="#D8DEB8"; } + } } } *************** *** 564,567 **** --- 566,574 ---- } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } + function AddField(field) { document.forms[0].op.value = "addfield"; From oleonard at users.sourceforge.net Wed Jun 8 20:47:54 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:47:54 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.3.2.4,1.3.2.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv486/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: Tag: rel_2_2 additem.tmpl Log Message: Synching with default template Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -C2 -r1.3.2.4 -r1.3.2.5 *** additem.tmpl 25 Apr 2005 16:56:08 -0000 1.3.2.4 --- additem.tmpl 8 Jun 2005 18:47:47 -0000 1.3.2.5 *************** *** 5,11 ****
          !

          Edit Items for Bibliographic Record

          !
          ">
          " />
          ">
          ">
          ">
          --- 5,11 ----
          !

          Items for by (Record #)

          !
          ">
          ">
          ">
          ">
          From oleonard at users.sourceforge.net Wed Jun 8 20:48:36 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 11:48:36 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv531/koha-tmpl/intranet-tmpl/npl/en/acqui.simple Modified Files: additem.tmpl Log Message: Synching with rel_2_2. Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** additem.tmpl 2 May 2005 18:11:12 -0000 1.4 --- additem.tmpl 8 Jun 2005 18:48:34 -0000 1.5 *************** *** 5,11 ****
          !

          Edit Items for Bibliographic Record

          !
          ">
          " />
          ">
          ">
          ">
          --- 5,11 ----
          !

          Items for by (Record #)

          !
          ">
          ">
          ">
          ">
          From oleonard at users.sourceforge.net Wed Jun 8 21:18:55 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 12:18:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.2,1.3 detail.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13911/koha-tmpl/intranet-tmpl/npl/en/authorities Modified Files: authorities.tmpl detail.tmpl Log Message: Synching with rel_2_2. Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** authorities.tmpl 2 May 2005 18:15:31 -0000 1.2 --- authorities.tmpl 8 Jun 2005 19:18:52 -0000 1.3 *************** *** 9,23 ****
          ! !

          Authority number

          ! ! ! "> ! "> ! ! --- 9,27 ----

          ! ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          ! ! ! " /> ! " /> ! ! *************** *** 25,29 ****

          !










          --- 29,42 ----
          ! !
          !

          Duplicate suspected with &popup=1', 'Duplicate Authority')">

          !

          You must either :

          ! !
          ! *************** *** 172,177 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 185,190 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** detail.tmpl 2 May 2005 18:15:31 -0000 1.2 --- detail.tmpl 8 Jun 2005 19:18:52 -0000 1.3 *************** *** 8,12 **** /includes/marc-editor.css">
          !

          Authority number :

          "> //images/fileopen.png"> --- 8,12 ---- /includes/marc-editor.css">
          !

          Authority number : ()

          "> //images/fileopen.png"> *************** *** 42,48 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { ! window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; } } --- 42,48 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this authority?'); if (is_confirmed) { ! window.location="authorities-home.pl?op=delete&authid="; } } From oleonard at users.sourceforge.net Wed Jun 8 21:19:43 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 12:19:43 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities.tmpl,1.1.2.1,1.1.2.2 detail.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14245/koha-tmpl/intranet-tmpl/npl/en/authorities Modified Files: Tag: rel_2_2 authorities.tmpl detail.tmpl Log Message: Synching with default template Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** authorities.tmpl 19 Apr 2005 19:13:34 -0000 1.1.2.1 --- authorities.tmpl 8 Jun 2005 19:19:40 -0000 1.1.2.2 *************** *** 9,23 ****
          ! !

          Authority number

          ! ! ! "> ! "> ! ! --- 9,27 ----

          ! ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          ! ! ! " /> ! " /> ! ! *************** *** 25,29 ****

          !










          --- 29,42 ----
          ! !
          !

          Duplicate suspected with &popup=1', 'Duplicate Authority')">

          !

          You must either :

          ! !
          ! *************** *** 172,177 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 185,190 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/detail.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** detail.tmpl 19 Apr 2005 19:13:34 -0000 1.1.2.1 --- detail.tmpl 8 Jun 2005 19:19:40 -0000 1.1.2.2 *************** *** 8,12 **** /includes/marc-editor.css">
          !

          Authority number :

          "> //images/fileopen.png"> --- 8,12 ---- /includes/marc-editor.css">
          !

          Authority number : ()

          "> //images/fileopen.png"> *************** *** 42,48 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { ! window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; } } --- 42,48 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this authority?'); if (is_confirmed) { ! window.location="authorities-home.pl?op=delete&authid="; } } From oleonard at users.sourceforge.net Wed Jun 8 22:04:47 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:04:47 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue MARCdetail.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4650/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: MARCdetail.tmpl Log Message: Synching with rel_2_2. Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MARCdetail.tmpl 2 May 2005 20:22:24 -0000 1.4 --- MARCdetail.tmpl 8 Jun 2005 20:04:44 -0000 1.5 *************** *** 5,15 ****
          !

          MARC Record for :

          " /> 
          " />
          " />
          " />
          !
          " />
          " />
          " />
          " />
          !
          --- 5,17 ----
          !

          MARC Record

          " /> 
          " />
          " />
          " /> !
          " />
          ! !
          " />
          " />

          Duplicate

          using Framework
          " />
          !
          *************** *** 24,32 **** !
          !
          --- 26,34 ---- !
          ! *************** *** 41,49 **** !
          !
          --- 43,51 ---- !
          ! *************** *** 58,66 **** !
          !
          --- 60,68 ---- !
          ! *************** *** 75,83 **** !
          !
          --- 77,85 ---- !
          ! *************** *** 92,100 **** !
          !
          --- 94,102 ---- !
          ! *************** *** 109,117 **** !
          !
          --- 111,119 ---- !
          ! *************** *** 126,134 **** !
          !
          --- 128,136 ---- !
          ! *************** *** 143,152 **** !
          !
          --- 145,154 ---- !
          ! *************** *** 161,169 **** !
          !
          --- 163,171 ---- !
          ! *************** *** 178,186 **** !
          !
          --- 180,188 ---- !
          ! *************** *** 191,195 **** !
          --- 193,197 ---- !
          *************** *** 201,204 **** --- 203,214 ---- } } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms['duplicate'].Frameworks.options[document.forms['duplicate'].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } \ No newline at end of file From oleonard at users.sourceforge.net Wed Jun 8 22:04:17 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:04:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue MARCdetail.tmpl,1.3.2.1,1.3.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4634/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: Tag: rel_2_2 MARCdetail.tmpl Log Message: Synching with default template Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -r1.3.2.1 -r1.3.2.2 *** MARCdetail.tmpl 30 Mar 2005 22:51:53 -0000 1.3.2.1 --- MARCdetail.tmpl 8 Jun 2005 20:04:14 -0000 1.3.2.2 *************** *** 5,15 ****
          !

          MARC Record for :

          " />
           
          " />
          " />
          " />
          !
          " />
          " />
          " />
          " />
          !
          --- 5,17 ----
          !

          MARC Record

          " /> 
          " />
          " />
          " /> !
          " />
          ! !
          " />
          " />

          Duplicate

          using Framework
          " />
          !
          *************** *** 24,32 **** !
          !
          --- 26,34 ---- !
          ! *************** *** 41,49 **** !
          !
          --- 43,51 ---- !
          ! *************** *** 58,66 **** !
          !
          --- 60,68 ---- !
          ! *************** *** 75,83 **** !
          !
          --- 77,85 ---- !
          ! *************** *** 92,100 **** !
          !
          --- 94,102 ---- !
          ! *************** *** 109,117 **** !
          !
          --- 111,119 ---- !
          ! *************** *** 126,134 **** !
          !
          --- 128,136 ---- !
          ! *************** *** 143,152 **** !
          !
          --- 145,154 ---- !
          ! *************** *** 161,169 **** !
          !
          --- 163,171 ---- !
          ! *************** *** 178,186 **** !
          !
          --- 180,188 ---- !
          ! *************** *** 191,195 **** !
          --- 193,197 ---- !
          *************** *** 201,204 **** --- 203,214 ---- } } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms['duplicate'].Frameworks.options[document.forms['duplicate'].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } \ No newline at end of file From oleonard at users.sourceforge.net Wed Jun 8 22:15:02 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:15:02 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue detail.tmpl,1.4.2.3,1.4.2.4 searchresults.tmpl,1.2,1.2.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9576/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: Tag: rel_2_2 detail.tmpl searchresults.tmpl Log Message: Synching with default template Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v retrieving revision 1.4.2.3 retrieving revision 1.4.2.4 diff -C2 -r1.4.2.3 -r1.4.2.4 *** detail.tmpl 16 May 2005 17:49:26 -0000 1.4.2.3 --- detail.tmpl 8 Jun 2005 20:14:59 -0000 1.4.2.4 *************** *** 22,31 ****
        • Additional Author:
        • ISBN:
        • !
        • Series Title:
        • !
        • Subject:
        • Copyright:
        • Notes:
        • !
        • Unititle:
        • !
        • URL: ">
        • Serial:
        • Biblio Record
        • --- 22,33 ----
        • Additional Author:
        • ISBN:
        • !
        • ISSN:
        • Series Title:
        • !
        • Subject(s): ! ! ">,
        • !
        • Copyright:
        • Notes:
        • !
        • Alternate Title:
        • Serial:
        • Biblio Record
        • Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -r1.2 -r1.2.2.1 *** searchresults.tmpl 13 Apr 2004 16:52:55 -0000 1.2 --- searchresults.tmpl 8 Jun 2005 20:15:00 -0000 1.2.2.1 *************** *** 8,12 **** You searched for ! You did not specify any seach criteria --- 8,12 ---- You searched for ! You did not specify any search criteria From oleonard at users.sourceforge.net Wed Jun 8 22:15:29 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:15:29 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue detail.tmpl,1.5,1.6 searchresults.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9706/koha-tmpl/intranet-tmpl/npl/en/catalogue Modified Files: detail.tmpl searchresults.tmpl Log Message: Synching with rel_2_2. Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** detail.tmpl 2 May 2005 20:22:24 -0000 1.5 --- detail.tmpl 8 Jun 2005 20:15:26 -0000 1.6 *************** *** 22,30 ****
        • Additional Author:
        • ISBN:
        • !
        • Series Title:
        • !
        • Subject:
        • Copyright:
        • Notes:
        • !
        • Unititle:
        • Serial:
        • Biblio Record
        • --- 22,33 ----
        • Additional Author:
        • ISBN:
        • !
        • ISSN:
        • Series Title:
        • !
        • Subject(s): ! ! ">,
        • !
        • Copyright:
        • Notes:
        • !
        • Alternate Title:
        • Serial:
        • Biblio Record
        • Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** searchresults.tmpl 13 Apr 2004 16:52:55 -0000 1.2 --- searchresults.tmpl 8 Jun 2005 20:15:26 -0000 1.3 *************** *** 8,12 **** You searched for ! You did not specify any seach criteria --- 8,12 ---- You searched for ! You did not specify any search criteria From oleonard at users.sourceforge.net Wed Jun 8 22:36:32 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:36:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.3.2.3,1.3.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21096/koha-tmpl/intranet-tmpl/npl/en/members Modified Files: Tag: rel_2_2 memberentry.tmpl Log Message: Synching with default template Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v retrieving revision 1.3.2.3 retrieving revision 1.3.2.4 diff -C2 -r1.3.2.3 -r1.3.2.4 *** memberentry.tmpl 7 Apr 2005 17:06:16 -0000 1.3.2.3 --- memberentry.tmpl 8 Jun 2005 20:36:30 -0000 1.3.2.4 *************** *** 46,51 ****
          " /> - "> - "> "> --- 46,49 ---- *************** *** 85,105 **** Addresses:
          Mailing Address" class="focus"> !
          " class="focus">
          ">
          Street Address (if different) ! "> !
          "> !
          ">
          ! "> ! "> ! "> ! ">

          (appears in OPAC)

          (appears in Circulation)

          --- 83,118 ---- Addresses:
          Mailing Address" class="focus"> !
          " class="focus" />
          ">
          Street Address (if different) ! " /> !
          " /> !
          " />
          ! " /> ! " /> ! " /> ! " />

          (appears in OPAC)

          (appears in Circulation)

          + + + + Joining date (leave blank for today): + " /> + + Joining date: + + + + + Expiry date (leave blank for auto calc): + " /> + +
          From oleonard at users.sourceforge.net Wed Jun 8 22:36:34 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:36:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21086/koha-tmpl/intranet-tmpl/npl/en/members Modified Files: memberentry.tmpl Log Message: Synching with rel_2_2. Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** memberentry.tmpl 2 May 2005 20:21:12 -0000 1.6 --- memberentry.tmpl 8 Jun 2005 20:36:32 -0000 1.7 *************** *** 46,51 **** " /> - "> - "> "> --- 46,49 ---- *************** *** 61,65 **** ! *************** *** 85,105 **** Addresses:
          Mailing Address" class="focus"> !
          " class="focus">
          ">
          Street Address (if different) ! "> !
          "> !
          ">
          ! "> ! "> ! "> ! ">

          (appears in OPAC)

          (appears in Circulation)

          --- 83,118 ---- Addresses:
          Mailing Address" class="focus"> !
          " class="focus" />
          ">
          Street Address (if different) ! " /> !
          " /> !
          " />
          ! " /> ! " /> ! " /> ! " />

          (appears in OPAC)

          (appears in Circulation)

          + + + + Joining date (leave blank for today): + " /> + + Joining date: + + + + + Expiry date (leave blank for auto calc): + " /> + +
          From oleonard at users.sourceforge.net Wed Jun 8 22:43:11 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:43:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.15,1.16 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25311/koha-tmpl/intranet-tmpl/npl/en/circ Modified Files: circulation.tmpl Log Message: Synching with rel_2_2. Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** circulation.tmpl 3 May 2005 18:32:12 -0000 1.15 --- circulation.tmpl 8 Jun 2005 20:43:07 -0000 1.16 *************** *** 47,50 **** --- 47,53 ----
        • No more renewals possible
        • + +
        • Patron's card is expired
        • +
        From oleonard at users.sourceforge.net Wed Jun 8 22:43:14 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:43:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ circulation.tmpl,1.6.2.9,1.6.2.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25358/koha-tmpl/intranet-tmpl/npl/en/circ Modified Files: Tag: rel_2_2 circulation.tmpl Log Message: Synching with default template Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl,v retrieving revision 1.6.2.9 retrieving revision 1.6.2.10 diff -C2 -r1.6.2.9 -r1.6.2.10 *** circulation.tmpl 3 May 2005 18:31:34 -0000 1.6.2.9 --- circulation.tmpl 8 Jun 2005 20:43:12 -0000 1.6.2.10 *************** *** 47,50 **** --- 47,53 ----
      • No more renewals possible
      • + +
      • Patron's card is expired
      • +
    From oleonard at users.sourceforge.net Wed Jun 8 22:53:14 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:53:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30287/koha-tmpl/intranet-tmpl/npl/en/reports Modified Files: Tag: rel_2_2 borrowers_out.tmpl Log Message: Synching with default template Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** borrowers_out.tmpl 21 Apr 2005 19:38:11 -0000 1.1.2.1 --- borrowers_out.tmpl 8 Jun 2005 20:53:12 -0000 1.1.2.2 *************** *** 1,3 **** ! Koha -- Reports --- 1,3 ---- ! Koha -- Reports *************** *** 77,80 **** --- 77,96 ---- + +   +   + + + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" /> + + From oleonard at users.sourceforge.net Wed Jun 8 22:53:16 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 13:53:16 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30276/koha-tmpl/intranet-tmpl/npl/en/reports Modified Files: borrowers_out.tmpl Log Message: Synching with rel_2_2. Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** borrowers_out.tmpl 2 May 2005 20:08:28 -0000 1.2 --- borrowers_out.tmpl 8 Jun 2005 20:53:14 -0000 1.3 *************** *** 1,3 **** ! Koha -- Reports --- 1,3 ---- ! Koha -- Reports *************** *** 77,80 **** --- 77,96 ---- + +   +   + + + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" /> + + From oleonard at users.sourceforge.net Wed Jun 8 23:22:30 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 14:22:30 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.2.2.1,1.2.2.2 marctagstructure.tmpl,1.2.2.3,1.2.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12916/koha-tmpl/intranet-tmpl/npl/en/parameters Modified Files: Tag: rel_2_2 checkmarc.tmpl marctagstructure.tmpl Log Message: Synching with default template Index: checkmarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -r1.2.2.1 -r1.2.2.2 *** checkmarc.tmpl 4 Feb 2005 19:24:46 -0000 1.2.2.1 --- checkmarc.tmpl 8 Jun 2005 21:22:22 -0000 1.2.2.2 *************** *** 41,44 **** --- 41,56 ---- + + + Item tag + There is more than 1 MARC tag related to items tab (10) : + + + + OK + Only 1 MARC tag mapped to items + + + *************** *** 97,100 **** --- 109,128 ---- + + + + framework values + there is a null value in a frameworkcode. Check the following tables
    +
  • select * from marc_subfield_structure where frameworkcode is NULL
  • +
  • select * from marc_tag_structure where frameworkcode is NULL
  • +
  • select * from marc_biblio where frameworkcode is NULL
  • + + + + OK + no NULL value in frameworkcode + + + Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -C2 -r1.2.2.3 -r1.2.2.4 *** marctagstructure.tmpl 30 Mar 2005 19:57:22 -0000 1.2.2.3 --- marctagstructure.tmpl 8 Jun 2005 21:22:28 -0000 1.2.2.4 *************** *** 119,123 **** ! " method="post"> *************** *** 130,133 **** --- 130,136 ---- "> +

    + checked="checked" onchange="this.form.submit();" /> +

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

    *************** *** 143,146 **** --- 146,176 ---- Edit Delete + + + + + + + YesNo + YesNo + + " class="button">subfields + ">Edit + ">Delete + + + +   + + + +

    Tab: | $ + , repeatable, Mandatory, See , , , +

    + + + + + *************** *** 155,161 ****
    ! ?offset=&searchfield="><< Previous
    " method="post"> --- 185,192 ---- +
    --- 197,207 ---- ! ?offset=&searchfield=&frameworkcode=&select_display=True">Next >>
    +
    From oleonard at users.sourceforge.net Wed Jun 8 23:23:46 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Wed, 08 Jun 2005 14:23:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.3,1.4 marctagstructure.tmpl,1.7,1.8 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13662/koha-tmpl/intranet-tmpl/npl/en/parameters Modified Files: checkmarc.tmpl marctagstructure.tmpl Log Message: Synching with rel_2_2. Index: checkmarc.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** checkmarc.tmpl 4 Feb 2005 19:26:14 -0000 1.3 --- checkmarc.tmpl 8 Jun 2005 21:23:43 -0000 1.4 *************** *** 41,44 **** --- 41,56 ---- + + + Item tag + There is more than 1 MARC tag related to items tab (10) : + + + + OK + Only 1 MARC tag mapped to items + + + *************** *** 97,100 **** --- 109,128 ---- + + + + framework values + there is a null value in a frameworkcode. Check the following tables
    +
  • select * from marc_subfield_structure where frameworkcode is NULL
  • +
  • select * from marc_tag_structure where frameworkcode is NULL
  • +
  • select * from marc_biblio where frameworkcode is NULL
  • + + + + OK + no NULL value in frameworkcode + + + Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** marctagstructure.tmpl 2 May 2005 19:56:15 -0000 1.7 --- marctagstructure.tmpl 8 Jun 2005 21:23:43 -0000 1.8 *************** *** 119,123 **** !
    " method="post"> *************** *** 130,133 **** --- 130,136 ---- "> +

    + checked="checked" onchange="this.form.submit();" /> +

    NOTE : if you change the link between a MARC subfield and a non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.

    *************** *** 143,146 **** --- 146,176 ---- Edit Delete + + + + + + + YesNo + YesNo + + " class="button">subfields + ">Edit + ">Delete + + + +   + + + +

    Tab: | $ + , repeatable, Mandatory, See , , , +

    + + + + + *************** *** 155,161 ****
    ! ?offset=&searchfield="><< Previous
    " method="post"> --- 185,192 ---- +
    --- 197,207 ---- ! ?offset=&searchfield=&frameworkcode=&select_display=True">Next >>
    + From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl Log Message: translated by hellen Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** acqui-home.tmpl 5 Jun 2005 18:10:12 -0000 1.3 --- acqui-home.tmpl 9 Jun 2005 08:37:41 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- +
    *************** *** 5,8 **** --- 6,12 ----

    Beginnen, Eingangsbearbeitung, ändern von Bestellungen

    + +

    Sie müssen unter Parameter ein Budget definieren

    +
    Lieferantenname: *************** *** 10,13 **** --- 14,18 ----

    oder Suche Bestellhistorie

    +
    *************** *** 40,48 ****

    Etats und Budgets

    ! ! --- 45,56 ----

    Etats und Budgets

    + +

    Sie müsen unter Parameter ein Budget definieren

    +
    EtatsTotalgeschenkt Verausgabt Verfügbar
    ! ! *************** *** 66,72 ****
    EtatsGesamtGeschenkt Verausgabt Verfügbar

    ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Werte. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

    !
    --- 74,80 ----

    ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

    ! *************** *** 74,81 ****

    HILFE Bestellungen

      !

      Zu Beginn einer Bestellung, eines direkten Kaufs oder Eingabe eines Geschenks, suchen Sie zuerst nach einem Lieferanten. Falls nötig, fügen Sie einen neuen hinzu.

      Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

      Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

      !

      Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufkorb anzeigen", dann auf "Einkaufskorb bestätigen".

    --- 82,89 ----

    HILFE Bestellungen

      !

      Zu Beginn eines Erwerbungsvorgangs, gleichgültig, ob es eine Bestellung, ein direkter Kauf oder ein Geschenk ist, muß zuerst ein Lieferant aufgerufen werden. Falls nötig, fügen Sie einen neuen hinzu.

      Wählen Sie dann einen Einkausfkorb aus bzw. legen Sie einen neuen Korb an. Beachten Sie bitte, dass der neue Korb dem angemeldeten Benutzer zugeordnet wird.

      Sie müssen das zu bestellende Exemplar einem bestehenden Biblio zuordnen, oder erst einen neuen Biblio anlegen.

      !

      Um einen Einkaufskorb zu schließen, klicken Sie auf "Einkaufskorb anzeigen", dann auf "Einkaufskorb bestätigen".

    From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/help/admin biblio_framework.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/help/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/help/admin Modified Files: biblio_framework.tmpl Log Message: translated by hellen Index: biblio_framework.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/help/admin/biblio_framework.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** biblio_framework.tmpl 12 May 2005 19:26:15 -0000 1.1 --- biblio_framework.tmpl 9 Jun 2005 08:37:42 -0000 1.2 *************** *** 1,6 ****

    Biblio Framework

    !

    biblio frameworks are used to catalogue your biblios.

    !

    Unlike Koha 2.0, in this version you can have more than 1 framework to catalogate differently various materials. You can, for example, define 1 framework for monographies, 1 framework for serials, 1 framework for URL...

    !

    Once a framework type is created, you can clic on "MARC structure" to define the exact MARC structure. The first time, Koha will ask you to select an existing framework to copy into the new one. Thus, you don't have to define all the MARC structure

    ! \ No newline at end of file --- 1,6 ----

    Biblio Framework

    !

    Biblio Frameworks werden zur Katalogisierung ihrer Biblios benötigt.

    !

    Im Gegensatz zu Koha 2.0 kann man mehr als ein Framework für die Katalogisierung unterschiedlicher Materialien definieren. Sie können z.B. 1 Framework für Monographien, 1 Framework für Serien, 1 Framework für URL's usw. einrichten.

    !

    Ist ein Framework angelegt, klicken sie auf "MARC structure" zur Definition der speziellen MARC-Struktur. Zuerst fragt Koha sie, ob ein bereits existierendes in das neue Framework kopiert werden soll. Dies ist sinnvoll, damit nicht die komplette MARC-Struktur neu angelegt werden muß.

    ! From hellen at users.sourceforge.net Thu Jun 9 10:37:44 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 01:37:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/z3950 searchresult.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482/koha-tmpl/intranet-tmpl/default/de/z3950 Modified Files: searchresult.tmpl Log Message: translated by hellen Index: searchresult.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/z3950/searchresult.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** searchresult.tmpl 12 May 2005 19:27:06 -0000 1.1 --- searchresult.tmpl 9 Jun 2005 08:37:42 -0000 1.2 *************** *** 47,51 ****

    Nichts gefunden

    !

    Still requests to go

    Index: search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -C2 -r1.6.2.4 -r1.6.2.5 *** search.tmpl 19 Apr 2005 19:31:16 -0000 1.6.2.4 --- search.tmpl 9 Jun 2005 16:19:19 -0000 1.6.2.5 *************** *** 28,32 **** ! --- 28,34 ---- ! ! ... ! *************** *** 36,40 **** ! --- 38,44 ---- ! ! ... ! *************** *** 44,48 **** ! --- 48,54 ---- ! ! ... ! *************** *** 189,192 **** --- 195,203 ---- } + function Dopop(link,i) { + var searchstring=document.forms[4].value[i].value; + newin=window.open(link+'&search='+searchstring,"popup",'width=700,height=550,toolbar=false,scrollbars=yes'); + } + function PopupSuggestion() { var strQuery=""; From hellen at users.sourceforge.net Thu Jun 9 19:54:33 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:33 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple additem.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: additem.tmpl Log Message: translated by hellen Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** additem.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- additem.tmpl 9 Jun 2005 17:54:31 -0000 1.4 *************** *** 6,10 ****

    Biblionummer:

    ! " class="button catalogue"> Bibliografische daten bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> MARC --- 6,10 ----

    Biblionummer:

    ! " class="button catalogue"> Bibliografische Daten bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> MARC From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/errors 404.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/errors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/errors Modified Files: 404.tmpl Log Message: translated by hellen Index: 404.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/errors/404.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** 404.tmpl 12 May 2005 19:26:14 -0000 1.1 --- 404.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 5,11 ****

    Fehler 404

      !
    • This error means that the link was broken and that the page doesn't exist
    • !
    • To report this error, you can ">email the Koha Administrator.
    • !
    • Use top menu bar to navigate to another part of Koha.
    --- 5,11 ----

    Fehler 404

      !
    • Dieser Fehler besagt, dass die aufgerufene Seite nicht existiert.
    • !
    • Um diesen Fehler zu melden, können Sie eine Mail ">an den Koha Administrator schicken.
    • !
    • Über das Menü können Sie andere Bereiche von Koha auswählen.
    From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters categorie.tmpl,1.1,1.2 issuingrules.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: categorie.tmpl issuingrules.tmpl Log Message: translated by hellen Index: categorie.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/categorie.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** categorie.tmpl 12 May 2005 19:26:35 -0000 1.1 --- categorie.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 97,101 **** ! Gültigkeitsdauer "> Jahr(e) --- 97,101 ---- ! Gültigkeit "> Jahr(e) *************** *** 173,178 **** ! Gültigkeitsdauer ! Jashr(e) --- 173,178 ---- ! Gültigkeit ! Jahr(e) *************** *** 182,186 **** Mindestalter ! Jashr(e) --- 182,186 ---- Mindestalter ! Jahr(e) *************** *** 251,258 **** /images/background-mem.gif">Kategorie /images/background-mem.gif">Beschreibung ! /images/background-mem.gif">Gültigkeitsdauer /images/background-mem.gif">Gebühr ! /images/background-mem.gif">Obere Altersgrenze ! /images/background-mem.gif">Mindestalter /images/background-mem.gif">Überfällig /images/background-mem.gif">Vormerkung --- 251,258 ---- /images/background-mem.gif">Kategorie /images/background-mem.gif">Beschreibung ! /images/background-mem.gif">Gültigkeit /images/background-mem.gif">Gebühr ! /images/background-mem.gif">Max. Alter ! /images/background-mem.gif">Min. Alter /images/background-mem.gif">Überfällig /images/background-mem.gif">Vormerkung Index: issuingrules.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/issuingrules.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** issuingrules.tmpl 12 May 2005 19:26:35 -0000 1.1 --- issuingrules.tmpl 9 Jun 2005 17:54:32 -0000 1.2 *************** *** 1,8 ****
    !

    Definition der Ausleihkonditionen für

    TIPP für Ausleihen

    !

    Each box needs to be filled with issuelength, maxissues

    - z.B.: 21,5 = 21 Tage Leihfrist und max. 5 Ausleihen

    TIPP für Mahngebühren

    --- 1,8 ----
    !

    Definition der Ausleihkonditionen

    TIPP für Ausleihen

    !

    Jedes Feld muß mit Leihfrist und Anzahl der Ausleihen gefüllt werden

    - z.B.: 21,5 = 21 Tage Leihfrist und max. 5 Ausleihen

    TIPP für Mahngebühren

    *************** *** 17,21 ****
    • selbe Zweigstelle und selbe Benutzerkategorie, Medientyp *
    • !
    • selbe Zweigstelle und selber Medientyp, Benutzerkategorie *
    • selber Medientyp und Benutzerkategorie, Zweigstelle *
    • überall
    • --- 17,21 ----
      • selbe Zweigstelle und selbe Benutzerkategorie, Medientyp *
      • !
      • selbe Zweigstelle und selber Medientyp, Benutzerkategorie *
      • selber Medientyp und Benutzerkategorie, Zweigstelle *
      • überall
      • From hellen at users.sourceforge.net Thu Jun 9 19:54:34 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 09 Jun 2005 10:54:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: MARCdetail.tmpl Log Message: translated by hellen Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** MARCdetail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- MARCdetail.tmpl 9 Jun 2005 17:54:31 -0000 1.4 *************** *** 363,367 **** function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; --- 363,367 ---- function confirm_deletion() { ! var is_confirmed = confirm('Wollen Sie diesen Biblio wirklich löschen?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; From oleonard at users.sourceforge.net Thu Jun 9 20:21:42 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 11:21:42 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-dictionary.tmpl,NONE,1.1.2.1 opac-search.tmpl,1.1.2.6,1.1.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27089/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-search.tmpl Added Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: Adding authority search functionality to OPAC advanced search page, to synch with default template --- NEW FILE --- Dictionary Search

        Dictionary Search

        " /> " size="20" /> " /> " />
        Results to of in Authorities.No results found in Authorities.
        Authorities
        Summary Used in Select
        record(s) ',,0)" class="button catalogue">Select | ',,1)" class="button catalogue">Sel & close

        No results in Authorities

        Catalog Search Results

        Results to of in the catalogNo results found in the catalog.
        Summary Used in Select
        record(s) ',,0)" class="button catalogue">Select | ',,1)" class="button catalogue">Sel & close
        &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="><<Previous &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index="> &marclist=&search=&resultsperpage=&type=intranet&op=do_search&index=">Next>>
        Results to of in the catalog.No results found in the catalog.
        Index: opac-search.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-search.tmpl,v retrieving revision 1.1.2.6 retrieving revision 1.1.2.7 diff -C2 -r1.1.2.6 -r1.1.2.7 *** opac-search.tmpl 21 Apr 2005 20:06:55 -0000 1.1.2.6 --- opac-search.tmpl 9 Jun 2005 18:21:40 -0000 1.1.2.7 *************** *** 51,60 **** ! ! --- 51,60 ---- ! ... ! ... *************** *** 62,66 **** ! --- 62,66 ---- ! ... From oleonard at users.sourceforge.net Thu Jun 9 21:21:13 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:21:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.3,1.1.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26975/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-detail.tmpl Log Message: Bugfix for display problem Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -r1.1.2.3 -r1.1.2.4 *** opac-detail.tmpl 17 Mar 2005 22:19:54 -0000 1.1.2.3 --- opac-detail.tmpl 9 Jun 2005 19:21:10 -0000 1.1.2.4 *************** *** 7,17 ****
        ! .01.MZZZZZZZ.jpg" alt="Book Cover Image" /> //Display for NPL -->
        • ">Place Reserve
        • ">MARC View
        • ! ">ISBD //Hide from NPL -->
        • " onclick="Dopop('opac-detailprint.pl?bib='); return false;">Print
        • " onclick="Dopop('opac-addbookbybiblionumber.pl?biblionumber='); return false;">Add to My Book List
        • --- 7,17 ----
          !
          ! .01.MZZZZZZZ.jpg" alt="Book Cover Image" /> //Display for NPL -->
          --- 76,80 ---- !
          From oleonard at users.sourceforge.net Thu Jun 9 21:41:02 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:41:02 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull subscription-renew.tmpl,1.1,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5611/koha-tmpl/intranet-tmpl/npl/en/bull Modified Files: Tag: rel_2_2 subscription-renew.tmpl Log Message: Fixing to conform with NPL template design Index: subscription-renew.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-renew.tmpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -r1.1 -r1.1.2.1 *** subscription-renew.tmpl 1 Nov 2004 22:52:53 -0000 1.1 --- subscription-renew.tmpl 9 Jun 2005 19:41:00 -0000 1.1.2.1 *************** *** 1,20 **** ! !
          !

          subscription renewal for

          !
          !
          ! ! "> !

          ">

          !

          Subscription length :

          !

          ">

          !

          ">

          !

          ">

          !

          Note for the librarian that will manage your renewal request

          !
          ! !
          --- 1,19 ---- ! Subscription Renewal for !
          !

          Subscription Renewal for

          !
          !
          !
          " />" />
          ! ! ! ! ! ! !
          Subscription Length:
          ">
          ">
          ">
          !

          !
          From oleonard at users.sourceforge.net Thu Jun 9 21:41:46 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 12:41:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull subscription-renew.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6075/koha-tmpl/intranet-tmpl/npl/en/bull Modified Files: subscription-renew.tmpl Log Message: Fixing to conform with NPL template design Index: subscription-renew.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-renew.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** subscription-renew.tmpl 1 Nov 2004 22:52:53 -0000 1.1 --- subscription-renew.tmpl 9 Jun 2005 19:41:44 -0000 1.2 *************** *** 1,20 **** ! !
          !

          subscription renewal for

          !
          !
          ! ! "> !

          ">

          !

          Subscription length :

          !

          ">

          !

          ">

          !

          ">

          !

          Note for the librarian that will manage your renewal request

          !
          ! !
          --- 1,19 ---- ! Subscription Renewal for !
          !

          Subscription Renewal for

          !
          !
          !
          " />" />
          ! ! ! ! ! ! !
          Subscription Length:
          ">
          ">
          ">
          !

          !
          From oleonard at users.sourceforge.net Thu Jun 9 23:16:22 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:16:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-full-serial-issues.tmpl,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27685/koha-tmpl/opac-tmpl/npl/en Added Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content --- NEW FILE --- Catalog -- Serials

          Subscription information for

          " />
          " id="" class="tab" style="visibility:visible">
          Issues
          Date Number Status
          Arrived Waited Late Missing
          From oleonard at users.sourceforge.net Thu Jun 9 23:16:56 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:16:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-full-serial-issues.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27846/koha-tmpl/opac-tmpl/npl/en Added Files: opac-full-serial-issues.tmpl Log Message: Full view for opac-serials. Includes tabbed view ported from addbiblio in the intranet, but still haven't figured out how to get the container div to extend to the bottom of the content From oleonard at users.sourceforge.net Thu Jun 9 23:17:34 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:17:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes marc-editor.css,1.1,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28230/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 marc-editor.css Log Message: Updated to work with full serials display Index: marc-editor.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -r1.1 -r1.1.2.1 *** marc-editor.css 20 Oct 2004 19:15:06 -0000 1.1 --- marc-editor.css 9 Jun 2005 21:17:31 -0000 1.1.2.1 *************** *** 1,41 **** div.tabs { ! width:10px; ! position:absolute; ! margin-left:50px; ! margin-top:120px; } div.tabs a { display:block; ! font-size: small; ! border: thin solid black; ! margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tab { ! background-color: #FFFFCC; display: block; visibility:hidden; ! position:absolute; ! ! } ! td { ! border:0px; } ! .MARCtag { /* style for tag definition (700 - Statement of responsability) */ ! font-weight:bold; ! color:#FF6600; ! background-color:FFFFFF; ! background-image:none; ! border-bottom: 1px solid #999900; ! margin-right:30%; } ! .labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ ! float:left; ! width: 12em; ! margin-left:30px; } --- 1,91 ---- + div.tabbed { + /*border : 1px solid red; + position: absolute;*/ + margin-left:5%; + width:90%; + /* display:block;*/ + } + div.tabs { ! /* border : 1px solid aqua;*/ ! float : left; ! margin : 5px 0 0 0; ! /* position:absolute; ! margin-left: .5em; ! margin-top:110px;*/ } div.tabs a { display:block; ! background-color: #D8DEB8; ! color: #000066; ! font-weight : bold; ! text-decoration : none; ! border-bottom : 1px solid #999933; ! border-left : 1px solid #999933; ! border-right : 1px solid #FFFFCC; ! border-top : 1px solid #FFFFCC; ! margin : 0 0 2px 0; ! padding: 10px 5px 10px 5px; ! ! } ! ! div.tabs a:hover { ! background-color : #CCFF99; ! border-left : 1px solid #000066; ! border-bottom : 1px solid #000066; } div.tab { ! background-color : #FFFFCC; ! border : 1px solid #D8DEB8; ! border-top : 1px solid #FFFFCC; display: block; visibility:hidden; ! position : absolute; ! margin : 5px 0 0 55px; ! padding : 3px 3px 3px 10px; ! width : 70%; ! /*margin-top:110px;*/ } ! /* style for tag definition (e.g. 700 - Statement of responsibility) */ ! .MARCtag { ! clear : left; ! color : #000000; ! background-color : #FFFFCC; ! border-top : 7px solid #FFFFCC; ! border-bottom : thin solid #CCCC99; ! font-weight : bold; ! font-size : .8em; ! margin-top : 5px; } ! div.tab p { ! margin : 3px; ! } ! ! /* style for each subfield (e.g.: Publication year), just before the biblio subfield */ ! .labelsubfield { ! background-color : #FFFFE1; ! /* border : 1px solid red;*/ ! clear : left; ! float : left; ! font-size : .8em; ! font-weight : normal; ! width : 12em; ! margin-left : 30px; ! display : inline; } + + #loading { + position: absolute; + top: 3em; + left: 3em; + padding: 1em; + mozopacity: 50%; + background-color: #FFFFFF; + border: 10px solid #CCCC99; + font-size: 1.5em; + z-index: 999; + } \ No newline at end of file From oleonard at users.sourceforge.net Thu Jun 9 23:17:56 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:17:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes marc-editor.css,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28472/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: marc-editor.css Log Message: Updated to work with full serials display Index: marc-editor.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/marc-editor.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** marc-editor.css 20 Oct 2004 19:15:06 -0000 1.1 --- marc-editor.css 9 Jun 2005 21:17:54 -0000 1.2 *************** *** 1,41 **** div.tabs { ! width:10px; ! position:absolute; ! margin-left:50px; ! margin-top:120px; } div.tabs a { display:block; ! font-size: small; ! border: thin solid black; ! margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tab { ! background-color: #FFFFCC; display: block; visibility:hidden; ! position:absolute; ! ! } ! td { ! border:0px; } ! .MARCtag { /* style for tag definition (700 - Statement of responsability) */ ! font-weight:bold; ! color:#FF6600; ! background-color:FFFFFF; ! background-image:none; ! border-bottom: 1px solid #999900; ! margin-right:30%; } ! .labelsubfield { /* style for each subfield (like : a Publication year), just before the biblio subfield */ ! float:left; ! width: 12em; ! margin-left:30px; } --- 1,91 ---- + div.tabbed { + /*border : 1px solid red; + position: absolute;*/ + margin-left:5%; + width:90%; + /* display:block;*/ + } + div.tabs { ! /* border : 1px solid aqua;*/ ! float : left; ! margin : 5px 0 0 0; ! /* position:absolute; ! margin-left: .5em; ! margin-top:110px;*/ } div.tabs a { display:block; ! background-color: #D8DEB8; ! color: #000066; ! font-weight : bold; ! text-decoration : none; ! border-bottom : 1px solid #999933; ! border-left : 1px solid #999933; ! border-right : 1px solid #FFFFCC; ! border-top : 1px solid #FFFFCC; ! margin : 0 0 2px 0; ! padding: 10px 5px 10px 5px; ! ! } ! ! div.tabs a:hover { ! background-color : #CCFF99; ! border-left : 1px solid #000066; ! border-bottom : 1px solid #000066; } div.tab { ! background-color : #FFFFCC; ! border : 1px solid #D8DEB8; ! border-top : 1px solid #FFFFCC; display: block; visibility:hidden; ! position : absolute; ! margin : 5px 0 0 55px; ! padding : 3px 3px 3px 10px; ! width : 70%; ! /*margin-top:110px;*/ } ! /* style for tag definition (e.g. 700 - Statement of responsibility) */ ! .MARCtag { ! clear : left; ! color : #000000; ! background-color : #FFFFCC; ! border-top : 7px solid #FFFFCC; ! border-bottom : thin solid #CCCC99; ! font-weight : bold; ! font-size : .8em; ! margin-top : 5px; } ! div.tab p { ! margin : 3px; ! } ! ! /* style for each subfield (e.g.: Publication year), just before the biblio subfield */ ! .labelsubfield { ! background-color : #FFFFE1; ! /* border : 1px solid red;*/ ! clear : left; ! float : left; ! font-size : .8em; ! font-weight : normal; ! width : 12em; ! margin-left : 30px; ! display : inline; } + + #loading { + position: absolute; + top: 3em; + left: 3em; + padding: 1em; + mozopacity: 50%; + background-color: #FFFFFF; + border: 10px solid #CCCC99; + font-size: 1.5em; + z-index: 999; + } \ No newline at end of file From oleonard at users.sourceforge.net Thu Jun 9 23:18:50 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:18:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close.inc,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28870/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 doc-head-close.inc Log Message: Including marc-editor.css for full serials display Index: doc-head-close.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** doc-head-close.inc 17 Mar 2005 21:36:49 -0000 1.1.2.1 --- doc-head-close.inc 9 Jun 2005 21:18:44 -0000 1.1.2.2 *************** *** 5,8 **** --- 5,9 ---- From oleonard at users.sourceforge.net Thu Jun 9 23:19:08 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:19:08 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes doc-head-close.inc,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28956/koha-tmpl/opac-tmpl/npl/en/includes Modified Files: doc-head-close.inc Log Message: Including marc-editor.css for full serials display Index: doc-head-close.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** doc-head-close.inc 20 Oct 2004 19:15:06 -0000 1.1 --- doc-head-close.inc 9 Jun 2005 21:19:06 -0000 1.2 *************** *** 2,7 **** --- 2,9 ---- + /includes/favicon.ico" type="image/x-icon" /> From oleonard at users.sourceforge.net Thu Jun 9 23:20:55 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Thu, 09 Jun 2005 14:20:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes intranet.css,1.5.2.9,1.5.2.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29940/koha-tmpl/intranet-tmpl/npl/en/includes Modified Files: Tag: rel_2_2 intranet.css Log Message: Adding 'control box' styles for MARC detail screens Index: intranet.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css,v retrieving revision 1.5.2.9 retrieving revision 1.5.2.10 diff -C2 -r1.5.2.9 -r1.5.2.10 *** intranet.css 20 Apr 2005 21:30:48 -0000 1.5.2.9 --- intranet.css 9 Jun 2005 21:20:53 -0000 1.5.2.10 *************** *** 624,628 **** margin : 3px 0px 5px 0px; padding : 0px; ! width : 95%; } --- 624,628 ---- margin : 3px 0px 5px 0px; padding : 0px; ! width : auto; } *************** *** 1229,1231 **** --- 1229,1244 ---- .accesskey { text-decoration : underline; + } + + div#controls { + float: right; + margin-left : .7em; + width : 15%; + } + + div#controls form { + background-color : #FFFFCC; + font-size : 80%; + margin : .3em 0; + padding : .3em; } \ No newline at end of file From hdl at users.sourceforge.net Fri Jun 10 10:40:11 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Fri, 10 Jun 2005 01:40:11 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ selectbranchprinter.tmpl,1.6,1.6.2.1 branchtransfers.tmpl,1.12,1.12.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20263/koha-tmpl/intranet-tmpl/default/en/circ Modified Files: Tag: rel_2_2 selectbranchprinter.tmpl branchtransfers.tmpl Log Message: Fixing : css class error on titles. Index: selectbranchprinter.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/selectbranchprinter.tmpl,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -r1.6 -r1.6.2.1 *** selectbranchprinter.tmpl 19 Jul 2004 19:58:38 -0000 1.6 --- selectbranchprinter.tmpl 10 Jun 2005 08:40:09 -0000 1.6.2.1 *************** *** 2,6 ****
          !

          Circulation: Select Printer and Branch Settings

          --- 2,6 ----
          !

          Circulation: Select Printer and Branch Settings

          *************** *** 30,34 ****

          !

          --- 30,34 ----

          !

          Index: branchtransfers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -C2 -r1.12 -r1.12.2.1 *** branchtransfers.tmpl 5 Nov 2004 10:18:24 -0000 1.12 --- branchtransfers.tmpl 10 Jun 2005 08:40:09 -0000 1.12.2.1 *************** *** 1,15 ****
          - !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> --- 1,9 ----
          !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> *************** *** 17,21 **** !
          Reserve Found
          --- 11,15 ---- ! ! ! ! ! --- 28,35 ---- ! ! ! ! *************** *** 91,100 ****
          !

          Weitere Bestellung

          "> ">

          von einem vorhandenen Biblio

          !

          oder &basketno=" class="button acquisition"> für einen Anschaffungsvorschlag &basketno=" class="button acquisition"> Neuer Biblio

          --- 91,105 ----
          !

          Add order line

          "> ">

          von einem vorhandenen Biblio

          !

          oder ! &basketno=" class="button acquisition"> ! für einen Anschaffungsvorschlag ! &basketno=" class="button acquisition"> ! Neuer Biblio !

          Index: newbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/newbiblio.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** newbiblio.tmpl 4 Jun 2005 14:10:26 -0000 1.2 --- newbiblio.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 1,5 ****
          Reserve Found
          *************** *** 38,45 **** "> ! !

          --- 32,39 ---- "> ! !

          *************** *** 58,62 **** "> !

          --- 52,56 ---- "> !

          *************** *** 70,74 **** " value=""> !

          --- 64,68 ---- " value=""> !

          *************** *** 77,81 **** !
          Messages
          --- 71,75 ---- ! ! --- 35,52 ---- ! ! ! ! ! ! ! ! ! ! ! ! ! ! From hellen at users.sourceforge.net Sat Jun 25 14:58:55 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de mancredit.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de Modified Files: mancredit.tmpl Log Message: adjustments for 2.2.3 Index: mancredit.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/mancredit.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** mancredit.tmpl 17 May 2005 13:21:35 -0000 1.2 --- mancredit.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 10,14 **** ! --- 10,14 ---- ! From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bull statecollection.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/bull Modified Files: statecollection.tmpl Log Message: adjustments for 2.2.3 Index: statecollection.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bull/statecollection.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** statecollection.tmpl 17 May 2005 13:21:35 -0000 1.2 --- statecollection.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 35,43 **** --- 35,57 ---- *************** *** 55,59 **** --- 4,12 ----
          ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          *************** *** 11,17 **** "> ! !

          --- 15,21 ---- "> ! !

          *************** *** 19,22 **** --- 23,36 ----










          + +
          +

          Duplicate suspected with

          +

          You must either :

          + +
          + *************** *** 133,138 **** alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_missing_mandatory_tags +_("Pflichttags leer"); ! alertString2 += "\n- "+ total_missing_mandatory_subfields +_("Pflichtfeld leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } else { --- 147,152 ---- alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty"); ! alertString2 += "\n- "+ total_missing_mandatory_subfields +_(" mandatory fields empty (see bold subfields)"); alert(alertString2); } else { *************** *** 165,170 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 179,184 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/catalogue MARCdetail.tmpl,1.4,1.5 detail.tmpl,1.3,1.4 searchresults.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/catalogue Modified Files: MARCdetail.tmpl detail.tmpl searchresults.tmpl Log Message: adjustments for 2.2.3 Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/MARCdetail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** MARCdetail.tmpl 9 Jun 2005 17:54:31 -0000 1.4 --- MARCdetail.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 4,8 ****

          Biblionummer :

          ! " class="button catalogue"> Biblio bearbeiten &op=duplicate" class="button catalogue"> Duplizieren " class="button catalogue"> Exemplar bearbeiten Löschen " class="button catalogue"> Vollanzeige " class="button catalogue"> Normalanzeige " class="button catalogue"> ISBD ')" class="button catalogue"> zu virtuellem Regal hinzufügen ')" class="button catalogue"> Drucken " class="button catalogue"> --- 4,29 ----

          Biblionummer :

          !
          " class="button catalogue"> Biblio bearbeiten ! ! &op=duplicate" class="button catalogue"> ! Duplizieren ! " class="button catalogue"> ! Exemplar bearbeiten ! ! Löschen ! ! " class="button catalogue"> ! Vollanzeige ! ! " class="button catalogue"> Normalanzeige ! ! " class="button catalogue"> ISBD ! ! ')" class="button catalogue"> ! zu vituellem Regal hinzufügen ! ! ')" class="button catalogue"> ! Drucken ! " class="button catalogue"> *************** *** 363,367 **** function confirm_deletion() { ! var is_confirmed = confirm('Wollen Sie diesen Biblio wirklich löschen?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; --- 384,388 ---- function confirm_deletion() { ! var is_confirmed = confirm('Are you sure you want to delete this biblio?'); if (is_confirmed) { window.location="acqui.simple/addbiblio.pl?op=delete&bibid="; Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/detail.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** detail.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- detail.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 5,9 ****

          ()

          ! --- 94,98 ---- ! *************** *** 92,96 **** --- 114,118 ---- Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/catalogue/searchresults.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** searchresults.tmpl 17 May 2005 13:21:35 -0000 1.2 --- searchresults.tmpl 25 Jun 2005 12:58:53 -0000 1.3 *************** *** 63,67 **** Nicht verfügbar ()
          Exemplar vermißt ()
          ! Ausgemustert ()
          Entliehen ()
          --- 63,67 ---- Nicht verfügbar ()
          Exemplar vermißt ()
          ! Gelöscht ()
          Entliehen ()
          From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple addbiblio.tmpl,1.3,1.4 additem.tmpl,1.4,1.5 isbnsearch.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/acqui.simple Modified Files: addbiblio.tmpl additem.tmpl isbnsearch.tmpl Log Message: adjustments for 2.2.3 Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/addbiblio.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** addbiblio.tmpl 5 Jun 2005 14:45:17 -0000 1.3 --- addbiblio.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 2,6 ****
          !

          Biblionummer :

          --- 2,6 ----

          !

          Biblionumber :

          *************** *** 9,15 **** "> ! ! z3950 Suche --- 9,15 ---- "> ! ! z3950 Suche Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/additem.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** additem.tmpl 9 Jun 2005 17:54:31 -0000 1.4 --- additem.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 5,14 **** ">

          --- 5,19 ---- "> *************** *** 53,57 **** "> !
          FEHLER: Barcode ist bereits vorhanden
          --- 58,62 ---- "> !
          FEHLER: Strichcode ist bereits vorhanden
          *************** *** 100,106 **** document.f.submit(); } else { ! alertString2 = _("Formular nicht bearbeitet wegen der folgenden Probleme"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (siehe fett dargestellte Unterfelder)"); alert(alertString2); } --- 105,111 ---- document.f.submit(); } else { ! alertString2 = _("Form not submitted because of the following problem(s)"); alertString2 += "\n------------------------------------------------------------------------------------\n"; ! alertString2 += "\n- "+ total_errors+_("Pflichtfelder leer (sieh fett dargestellte Unterfelder)"); alert(alertString2); } Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** isbnsearch.tmpl 8 Jun 2005 11:28:08 -0000 1.3 --- isbnsearch.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 12,16 ****
          !

          Ergebnisse in der Datenbank

          --- 12,16 ----
          !

          Biblios in der Datenbank

          *************** *** 32,36 **** &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere >> --- 32,36 ---- &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere>> *************** *** 38,44 ****

          ! Treffer bis ! Keine Treffer

          --- 38,44 ----

          ! Ergebnisse to of ! Nichts gefunden.

          *************** *** 62,71 ****
          ! --- 62,71 ---- ! *************** *** 92,96 **** &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere >> --- 92,96 ---- &=&&resultsperpage=&type=intranet&op=do_search"> ! Weitere>> *************** *** 98,113 ****

          ! Treffer bis ! Keine Treffer

          !

          Keine

          !

          Bibliografische Daten im Fremddatenpool

          Messages
          *************** *** 125,130 ****

          ! ! ! --- 11,15 ---- ! *************** *** 28,32 **** "> ! --- 28,32 ---- "> ! *************** *** 106,110 ****
          !

          Shelf-Liste

          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> --- 119,124 ----

          ! ! - ! ! ! --- 61,71 ---- ! ! ! *************** *** 71,85 **** - - - - - - - - - - -
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> *************** *** 140,143 **** --- 134,143 ---- + From shedges at users.sourceforge.net Mon Jun 13 12:24:31 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:24:31 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac - New directory Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14570/fr/opac Log Message: Directory /cvsroot/koha/koha-doc/fr/opac added to the repository From shedges at users.sourceforge.net Mon Jun 13 12:25:00 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:25:00 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac/CatKOHAimages - New directory Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac/CatKOHAimages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14857/fr/opac/CatKOHAimages Log Message: Directory /cvsroot/koha/koha-doc/fr/opac/CatKOHAimages added to the repository From shedges at users.sourceforge.net Mon Jun 13 12:26:57 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:26:57 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr/opac CatKOHA.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/fr/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15727/fr/opac Added Files: CatKOHA.xml Log Message: Adding Bib. de soc. CNRS opac users guide --- NEW FILE ---
          Catalogue KOHA : mode d???emploi 2005-06-11 2005 Biblioth??que de sociologie du CNRS, Paris Document sous licence Gnu-GPL This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-11 Initial XML markup.
          Le catalogue Le catalogue rassemble tous les documents acquis par la biblioth??que. Il contient ??galement la liste compl??te des p??riodiques disponibles et environ 5000 notices descriptives correspondant ?? des articles de p??riodiques (20 revues analys??es). Il permet d???effectuer des recherches documentaires ?? partir du fonds de la biblioth??que et de conna??tre la disponibilit?? d???un document ?? emprunter ou ?? consulter.
          Page d???accueil et modes d???acc??s La catalogue se consulte sur le web : http://catalogue.bibliothequedesociologie.cnrs.fr. Il est vivement recommand?? d???utiliser le navigateur Mozilla, disponible gratuitement sur Internet. Vous avez le choix d???acc??der au catalogue de mani??re anonyme ou en vous identifiant (r??serv?? aux lecteurs inscrits ?? la biblioth??que).
          Page d???accueil
          Vous pouvez modifier la langue de l???interface si vous le souhaitez (mais la langue d???indexation des documents est le fran??ais. Seules quelques notices ont fait l???objet d???un r??sum?? dans une autre langue).
          Pour s???identifier Saisissez votre identifiant (nom de famille en minuscules) et le mot de passe fourni au moment de votre inscription (si vous avez oubli?? votre mot de passe, contactez la biblioth??que).
          Identification
          L???acc??s en mode ?? Identifi?? ?? vous permet de consulter vos informations personnelles, d???effectuer des suggestions d???achats pour la biblioth??que, de vous constituer des ??tag??res virtuelles. Attention : pensez ?? vous d??connecter ?? la fin de votre consultation.
          M??thode de recherche : quelques conseils Les recherches peuvent s'effectuer en texte int??gral ou porter sur des champs ou des crit??res pr??cis : auteur, titre, ann??e de publication, ??diteur ... Il n'est pas n??cessaire de respecter les combinaisons majuscules/minuscules, les signes diacritiques (accent, tr??ma) ... Une recherche est faite sur tous les mots que vous entrez. Les mots vides sont ignor??s. Si vous entrez, par exemple "les cadres en France" dans le titre, la liste de r??ponses contiendra tous les documents avec cadre ET France dans le titre ou le sous-titre. "Les" et ?? En ?? seront exclus. Si vous voulez entrer une partie de mot, mettez une * ou un % ?? la fin du mot. Par exemple, "urbanis*" donnera "urbanisme" mais aussi "urbanistique", ?? urbanisation ??, etc.
          Deux modes de recherche vous sont propos??s : Recherche simple Allez sur la page d???accueil et tapez un ou plusieurs termes dans la zone de saisie. Cliquez sur OK
          Recherche simple
          Les termes saisis dans cette zone sont par d??faut reli??s par l'op??rateur ET.
          Recherche avanc??e Cliquez sur Recherche avanc??e
          Recherche avanc??e
          Tapez un ou plusieurs termes dans la zone "N???importe o??". La recherche portera sur tous les ??l??ments de la notice du document. Les termes saisis dans cette zone sont par d??faut reli??s par l'op??rateur ET. ou Tapez un ou plusieurs termes dans les zones d??di??es aux informations souhait??es (auteur, titre, etc.). Entre chaque zone, l???op??rateur par d??faut est le ?? ET ??. Zone Titre : vous pouvez entrer un titre complet ou partiel. La recherche sera faite aussi sur les sous-titres et les autres champs relatifs au titre. Zone auteur : vous pouvez entrer un nom ou un pr??nom. La recherche est aussi faite sur les co-auteurs et les autres champs en relation (traducteur, illustrateur...). N'oubliez pas qu'un auteur peut concerner un auteur physique (Pierre Bourdieu) ou moral (CNRS...). Une recherche plus s??lective est possible en pr??cisant : un type de document : p??riodiques, article de p??riodiques, th??se, rapport, etc.
          Affichage des r??sultats
          Affichage sous forme de liste Cet affichage vous permet de v??rifier la disponibilit?? des documents et leur localisation (Cote) Cliquez sur le titre pour consulter la notice. Cochez les notices ?? ajouter dans votre panier. Cliquez sur ?? r??server ?? pour r??server un document : le document ne pourra pas ??tre emprunt?? par un autre lecteur. La r??servation s???annule automatiquement au bout de 3 semaines ou lorsque vous avez emprunt?? le document. Si le document est d??j?? r??serv?? par un autre lecteur, votre demande sera mise en file d???attente. Attention : la r??servation n'est pas une commande. Pour obtenir l???ouvrage r??serv??, il faut remplir un formulaire de pr??t en salle de lecture.
          Affichage sous forme de liste
          Format d???affichage SIMPLE Vous pouvez ?? rebondir ?? sur les mots cl??s de la notice pour une nouvelle recherche
          Format d???affichage SIMPLE
          Format d???affichage ISBD (International Standard Book Description) Vous pouvez r??cup??rer cette notice dans un traitement de texte en effectuant un Copier/Coller
          Format d???affichage ISBD
          Format d???affichage ?? Notice Compl??te ?? Cliquez sur les onglets (0/1/2/3) pour visualiser les informations. L???onglet ?? Items ?? contient les indications relatives aux exemplaires (la cote par exemple)
          Notice Compl??te
          Informations lecteurs Pour consulter vos informations, il faut vous identifier. Pour modifier vos coordonn??es, cliquez sur ??mettre ?? jour ?? et indiquez quelles sont les donn??es ?? corriger.
          Informations lecteurs
          Panier Pour se constituer un panier, cochez les notices dans la liste des r??sultats et cliquez sur ?? Ajoutez les ??l??ments coch??s au panier ??:
          Ajoutez les ??l??ments coch??s au panier
          Cliquez sur ?? Panier de notice ?? pour visualisez les notices s??lectionn??es
          Panier de notice
          Pour visualiser une notice dans un autre format d???affichage, cliquez sur le titre du document. Vous pouvez imprimer les notices du panier ou les envoyer par m??l.
          Les envoyer par m??l
          ??tag??res virtuelles Cette fonctionnalit?? vous permet de s??lectionner un ensemble de documents et de conserver la s??lection d???une session ?? l???autre (contrairement au Panier qui dispara??t ?? l???issue de chaque consultation du catalogue). Pour cr??er ou consulter une ??tag??re virtuelle, il faut vous identifier. Cliquez sur ?? ??tag??res virtuelles ?? ?? partir de la page d???accueil, pour consulter les ??tag??res d??j?? cr????es. Pour cr??er une nouvelle ??tag??re, cliquez sur cr??er une nouvelle ??tag??re. Il existe 3 cat??gories d?????tag??res : Une ??tag??re virtuelle priv??e est g??r??e par vous seul, et ne peut ??tre vue que de vous. Une ??tag??re publique peut ??tre vue par tous, mais g??r??e uniquement par vous. Une ??tag??re libre peut ??tre g??r??e par n'importe quel utilisateur.
          ??tag??res virtuelles
          Lorsque vous consultez le catalogue, vous pouvez s??lectionner une ou plusieurs notices ?? ajouter dans l'??tag??re : cliquez sur la notice et ensuite sur la fonction ?? Ajouter dans l?????tag??re ??. S??lectionnez l?????tag??re dans laquelle vous souhaitez d??poser la notice.
          Suggestions d???achat Cette fonctionnalit?? vous permet de proposer des suggestions d???acquisition ?? l?????quipe de la biblioth??que. Vous recevrez automatiquement un m??l en r??ponse ?? votre suggestion d???achat. Pour consulter vos suggestions, s??lectionnez ?? moi-m??me ?? dans la colonne ??Sugg??r?? par ?? et cliquez sur ?? Chercher ??
          Suggestions d???achat
          Lorsque vous saisissez une suggestion, remplissez la grille de mani??re la plus pr??cise possible. Ajoutez dans la zone ?? Note ?? les ??ventuels commentaires que vous auriez ?? formuler.
          Saisir une nouvelle suggestion
          From shedges at users.sourceforge.net Mon Jun 13 12:31:17 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 03:31:17 -0700 Subject: [Koha-cvs] CVS: koha-doc/fr migrer_ses_donnees.xml,1.2,NONE scripts ligne de commande.xml,1.2,NONE Message-ID: Update of /cvsroot/koha/koha-doc/fr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18139/fr Removed Files: migrer_ses_donnees.xml scripts ligne de commande.xml Log Message: Removing duplicate documents that have been moved to subdirectories. --- migrer_ses_donnees.xml DELETED --- ***** Bogus filespec: scripts ***** Bogus filespec: ligne ***** Bogus filespec: de --- commande.xml DELETED --- From shedges at users.sourceforge.net Mon Jun 13 13:08:53 2005 From: shedges at users.sourceforge.net (skemotah) Date: Mon, 13 Jun 2005 04:08:53 -0700 Subject: [Koha-cvs] CVS: koha-doc codingguidelines.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4193 Added Files: codingguidelines.xml Log Message: draft of coding standards and guidelines --- NEW FILE ---
          Koha Coding Standards and Guidelines for Contributors
          Introduction As in other free and open source software projects, Koha contains code that has been contributed to the project by many different developers. Koha is now a complex piece of software, and we'd like continue to improve the overall code standards to make it easier for new developers to join the project, and to make existing code easier to maintain. These standards and guidelines are intended to give Koha a reasonably consistent style throughout the code and to ensure maintainability. When you commit new code to Koha, please do your best to comply with these guidelines -- it will increase the chances of your code become part of a stable Koha release. And if you find code in Koha that doesn't comply with these guidelines, please feel free to fix it, just as you would correct any bug.
          Code style Koha code should conform to the guidelines defined in the perlstyle man page as they apply to code details (indenting, etc.). As for the general structure of the code, all Koha code must be separated into three types: the Perl code; the database (DB) access code; and the HTML code. These three code types, as well as the Koha naming conventions, are explained in the following sections.
          HTML All code controlling the "appearance layer" is contained in HTML::Template files. These files are located in the koha-tmpl directory in CVS (currently http://sourceforge.net/cvs/?group_id=16466). They must contain all the code controlling the presentation layer. There are at least two good reasons for this: the look of Koha can be changed by rewriting only the templates, changing nothing in the Perl code itself; and there is a tool to translate templates, so it's the only way to localise our preferred ILS. Almost all the actual Koha presentation pages use templates. Only a few exceptions (that can be considered bugs) remain at the time of writing.
          Templates location The koha-tmpl directory contains two different sub-directories: opac-tmpl and intranet-tmpl. Under those two are the themes directories, and one directory for each language -- for example, intranet-tmpl/default/en for English default templates. The templates should be stored in a directory that parallels the location of the Perl scripts. For example, the Perl scripts located in the $KOHA/acqui.simple directory should use templates located in $KOHA/koha-tmpl/intranet-tmpl/<theme>/<language>/acqui.simple. Exceptions: Scripts located in $KOHA/admin/ use templates located in $KOHA/intranet-tmpl/<theme>/<language>/parameters/ Some scripts in $KOHA/members/ use templates located in $KOHA/intranet-tmpl/<theme>/<language>/ Simple HTML "includes" files for placing standard headers and footers on Koha pages are located in $KOHA/intranet-tmpl/<theme>/<language>/includes/ When modifying templates, you should only modify the English one manually. All other languages are automatically generated from the English templates through a .po file and the script located in misc/translator/tmpl_process3.pl.
          Online help The $KOHA/koha-tmpl/<theme>/<language>/help directory contains online help. Under the help directory is a complete copy of the Koha directory structure, with templates using the same name as the "true" templates. These templates must contain online help. The $KOHA/help.pl script is called when the user clicks on "Help," which opens/shows the templates in this directory. PLEASE write online help when you add features.
          Template content There is usually only one template for a given .pl file. For example, the template related to circulation/returns.pl should be circulation/returns.tmpl. If there are different possible behaviours, they should be separated by a TMPL_IF. For example, $KOHA/koha-tmpl/intranet-tmpl/<theme>/<language>/parameters contains: <!-- TMPL_IF name="add_form" --> that controls what is shown when the user wants to add something (as determined by the Perl script): if ($op) { $template->param(script_name => $script_name, $op => 1); # We show only the TMPL_VAR names $op. } else { $template->param(script_name => $script_name, else => 1); # We show only the TMPL_VAR names $op. } Note that some scripts use two different templates, depending on what the user wants to do. This is sometimes a mistake in Koha design, sometimes not. For example, in $KOHA/opac/opac-search.pl, we can use the opac-search or opac-searchresults template, depending on the step of the search. Both templates are big, so merging them would not be a good idea for maintenance and readability of Koha code.
          DB access No database (DB) access routines should ever be included in .pl files. All DB access routines should be in the C4 directory, in .pm modules. There is one .pm module for each logical "librarian activity." For example, everything related to circulation must be in C4/Circulation/Circ2.pm. All inclusion of Perl variables in SQL commands should be done through prepare() statements with ? placeholders, and then using bind() and/or execute() calls. This helps with security and other testing. The C4/Context.pm module contains everything related to technical variables (creating a DB handler, getting a systempreference, etc.). The C4/Koha.pm module contains everything related to things that are useful everywhere in Koha, such as getting a branch list or a branch detail. (At the time of writing, this module probably should be improved. Some subroutines, for instance, are located in other modules but would be better here.) Exception: parameters management scripts. For historic reasons, and because they don't do anything complex in the database, all scripts in $KOHA/admin/ deal directly with the database. This is not really a bug, even if it does seem to break the rule. (Think of it as "the exception that proves the rule.")
          Perl scripts Perl scripts are the scripts that are run from cgi-bin (or mod_perl). They all have (almost) the same behaviour: read parameters; open an HTML::Template file (that checks the user rights to access the page if needed -- if the user doesn't have the correct permissions, show a "sorry no access" page and end); depending on the parameters (often, in a $op variable, but not always), run subroutines from a C4/*.pm package to do something in the database; using the parameters and the results of the previous operations, fill the template; and send the template to the user. Some scripts are run on the command line. They all are located in the misc directory. The misc directory does not contain any scripts that can be run as cgi-bin. Command line scripts executed without any parameters should return a "help" listing of possible parameters and exit without doing anything.
          Naming conventions
          Script names The script names must be related to what they do, and they must be located in a directory that is related to a logical "librarian activity". For example, all scripts related to circulation are in $KOHA/circ/. Exceptions: The acqui.simple directory contains all the code for MARC cataloguing. The directory name obviously is not related to the "librarian activity," but it's historic. The bull directory is related to serials management. Most of the code in this directory was developed in France, and "serials management" is "bulletinage" in French -- but in general, script and directory names should be in English. Some scripts related to borrowers are still in the $KOHA/ directory (pay.pl for example).
          Variable names Variables can be of three types: Perl variables; template variables; or hash entries from a SQL request. All three variables should have the same name. For example, if you get the field issuelength from the issuingrules table, then you should have a <!-- TMPL_VAR name="issuelength" --> in the template, and either a $issuelength or $issuingrules->{'issuelength'} variable in the Perl code. Sometimes you must use the same field/variable from two different points of view. In this case, use two variable names, with something distinctive before the "simple" name. For example if you need "librarian name" and "borrower name" from borrowers.surname, use librariansurname and borrowersurname.
          Commenting style Scripts and modules in Koha are expected to contain clear and helpful comments to assist other developers who want to work on the code. Despite the availability of external documentation, source code listings should be able to stand on their own, because external documentation may not adequately describe the details and intent of the developer(s). Please make sure you include enough comments to keep your coding intentions understandable, and try to follow these guidelines: Please write your comments in English or request translation. Write in complete sentences, capitalize the first word, and put two spaces after the end of each sentence (so that the Emacs sentence commands will work). Comments should start with a # and a single space. Comment your code when you do something that someone else may not think is "trivial." In other words, comment anything that is not readily obvious in the code. Each Koha file should begin with a block comment containing: basic information about the file, such as file name, version, date, author:# addbiblio.pl, v 1.52.2.6, 2005/05/19, tipaul the standard Koha copyright message:# Copyright 2000-2005 Katipo Communications # Copyright 2005 <author or employer> # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA All block comments should consist of one or more paragraphs built out of complete sentences, and each sentence should end in a period. Block comments generally apply to some (or all) code that follows them, and are indented to the same level as that code. Each line of a block comment starts with a # and a single space (unless it is indented text inside the comment). Paragraphs inside a block comment are separated by a line containing a single #. Block comments are best surrounded by a blank line above and below them. Provide comments at the beginning of every function (unless the function is very short and its purpose is obvious) indicating the function's purpose, assumptions, and limitations. The comments should be a brief introduction to understand why the function exists and what it can do. Document how it does it, too, if that is not obvious. Place a blank line between a function and its description. Include information about the sorts of arguments it gets, and what the possible values of arguments mean and are used for. Also explain the significance of the return value, if there is one. Use comments on code that consists of loops and logic branches. These are key areas that will assist the reader when reading source code. Try to avoid adding comments at the end of a line of code; end-line comments make code more difficult to read. End-line comments are appropriate, however, when annotating variable declarations. In this case, try to align all end-line comments at a common tab stop. (End-line comments should be separated by at least two spaces from the statement.) When modifying code, always keep the commenting around it up to date. Keeping the comments up-to-date when the code changes is a priority -- comments that contradict the code are worse than no comments! Identify the change with the date and your user name. Avoid using clutter comments, such as an entire line of asterisks. Instead, use white space to separate comments from code. Avoid the use of superfluous or inappropriate comments, such as humorous sidebar remarks. To prevent recurring problems, always use comments on bug fixes and work-around code, especially in this team environment. When you want to leave notes about functionalities to be added, put TODO: in front of the actual comments so developers can easily search for them. When you want to leave notes about bugs to be fixed, put FIXME: in front of the actual comments so developers can easily search for them. One other type of comment that developers may overlook is the cvs log message added when committing a file, but these comments are also very important. The messages should never be omitted and should give enough description to let other developers know what you are doing without having to read the code itself. In the case of bug fixes, it is also recommended that the messages include the bug number and the bug title, as well as a brief description of the fix.
          POD style (in modules) Koha modules should be documented with extensive comments written in POD ("Plain Old Documentation") format. Instructions for the POD markup language can be found in the perlpod man page. POD comments should include as least the following headings: NAME The name of the module and a very brief description of the type of functions contained in the module. SYNOPSIS This may give an example of how to access the module from a script, but it may also contain any general discussion of the purpose or behavior of the module's functions, and discussion of changes made to the module. DESCRIPTION If not included in the SYNOPSIS, a general description of the module's purpose should appear here. FUNCTIONS Descriptions of each function in the module, beginning with an example of how the function is called and continuing with a description of the behavior of the function. AUTHOR This will generally be the "Koha Development Team," but may also be an individual developer who has made significant contributions to the module. Give a contact e-mail address. For two examples, see the POD comments in the Search.pm module (perldoc Search.pm) and the Biblio.pm module.
          From tipaul at users.sourceforge.net Mon Jun 13 17:12:21 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 13 Jun 2005 08:12:21 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po css_opac_fr_FR.po,1.6.2.4,1.6.2.5 default_intranet_fr_FR.po,1.5.2.5,1.5.2.6 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10372/misc/translator/po Modified Files: Tag: rel_2_2 css_opac_fr_FR.po default_intranet_fr_FR.po Log Message: translation update for 2.2.3 release Index: css_opac_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/css_opac_fr_FR.po,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -C2 -r1.6.2.4 -r1.6.2.5 *** css_opac_fr_FR.po 31 Mar 2005 07:47:01 -0000 1.6.2.4 --- css_opac_fr_FR.po 13 Jun 2005 15:12:03 -0000 1.6.2.5 *************** *** 9,14 **** msgstr "" "Project-Id-Version: css_opac_fr_FR\n" ! "POT-Creation-Date: 2005-03-30 15:44+0200\n" ! "PO-Revision-Date: 2005-03-30 16:34+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: css_opac_fr_FR\n" ! "POT-Creation-Date: 2005-06-13 14:55+0200\n" [...2358 lines suppressed...] msgid "week" msgstr "semaine" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:40 msgid "year" msgstr "ann?e" --- 2296,2308 ---- msgstr "vol. %s" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:54 ! msgid "wednesday" ! msgstr "mercredi" ! ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:17 msgid "week" msgstr "semaine" ! #: ../../koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl:41 msgid "year" msgstr "ann?e" Index: default_intranet_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/default_intranet_fr_FR.po,v retrieving revision 1.5.2.5 retrieving revision 1.5.2.6 diff -C2 -r1.5.2.5 -r1.5.2.6 *** default_intranet_fr_FR.po 7 Apr 2005 12:02:10 -0000 1.5.2.5 --- default_intranet_fr_FR.po 13 Jun 2005 15:12:13 -0000 1.5.2.6 *************** *** 9,14 **** msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-04-06 14:34+0200\n" ! "PO-Revision-Date: 2005-04-06 14:45+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-07 16:19+0200\n" [...7442 lines suppressed...] #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:140 msgid "value" msgstr "valeur" *************** *** 13394,13399 **** msgstr "semaine" - #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-detail.tmpl:24 #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl:25 msgid "will result in the following issues numbers :" msgstr "Donnera les num?ros de parution suivants" --- 13585,13590 ---- msgstr "semaine" #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl:25 + #: ../../koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-detail.tmpl:24 msgid "will result in the following issues numbers :" msgstr "Donnera les num?ros de parution suivants" From joshferraro at users.sourceforge.net Tue Jun 14 20:24:25 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 11:24:25 -0700 Subject: [Koha-cvs] CVS: koha/misc/sql-datas/english sample_usmarc.readme,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/misc/sql-datas/english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24497 Added Files: Tag: rel_2_2 sample_usmarc.readme Log Message: readme for sample usmarc file. --- NEW FILE --- The included sample_usmarc.mrc can be used to demonstrate import of a set of MARC21 (iso2709) records. The set includes about 3K records. Note that if you want holdings to work correctly you'll have to tweak the records to match your local configuration. To import the records use the bulkmarcimport tool in misc/migration_tools/ If you have questions feel free to ask them on the list or email me directly. Joshua Ferraro jmf at liblime dot com From joshferraro at users.sourceforge.net Wed Jun 15 01:18:55 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 16:18:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en/includes favicon.ico,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19961/koha-tmpl/opac-tmpl/npl/en/includes Added Files: favicon.ico Log Message: to get rid of pesky log message complaining about favicon.ico From joshferraro at users.sourceforge.net Wed Jun 15 01:22:13 2005 From: joshferraro at users.sourceforge.net (Joshua Ferraro) Date: Tue, 14 Jun 2005 16:22:13 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl favicon.ico,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21595 Added Files: favicon.ico Log Message: Getting rid of pesky favicon.ico log message --- NEW FILE --- >???????67789:;??????010234?5??????,-./????????'()*+????????? $ ????????? ????????? From hdl at users.sourceforge.net Wed Jun 15 15:21:25 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 06:21:25 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.44,1.45 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31993/C4 Modified Files: SearchMarc.pm Log Message: Deleting joined tables without condition. Issues, reserves, items. Major Bug fixed : Catalogsearch would work no more. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -r1.44 -r1.45 *** SearchMarc.pm 3 Jun 2005 03:58:26 -0000 1.44 --- SearchMarc.pm 15 Jun 2005 13:21:22 -0000 1.45 *************** *** 281,289 **** my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,items,issues,reserves,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); --- 281,289 ---- my $sth; if ($sql_where2) { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc"); ! warn "Q2 : select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where2 and ($sql_where1) order by $orderby $desc_or_asc term is @$value"; } else { ! $sth = $dbh->prepare("select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"); ! warn "Q : select distinct m1.bibid from biblio,biblioitems,marc_biblio,$sql_tables where biblio.biblionumber=marc_biblio.biblionumber and biblio.biblionumber=biblioitems.biblionumber and m1.bibid=marc_biblio.bibid and $sql_where1 order by $orderby $desc_or_asc"; } $sth->execute(); From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-MARCdetail.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328/opac Modified Files: opac-MARCdetail.pl Log Message: Displaying dashed isbn. Index: opac-MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-MARCdetail.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-MARCdetail.pl 4 May 2005 09:02:38 -0000 1.6 --- opac-MARCdetail.pl 15 Jun 2005 16:09:42 -0000 1.7 *************** *** 118,121 **** --- 118,124 ---- if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{isurl}) { $subfield_data{marc_value}="$subf[$i][1]"; + } elsif ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{kohafield} eq "biblioitems.isbn") { + # warn " tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}. "ISBN : ".$subf[$i][1]."PosttraitementISBN :".DisplayISBN($subf[$i][1]); + $subfield_data{marc_value}=DisplayISBN($subf[$i][1]); } else { if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{authtypecode}) { From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.119,1.120 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328/C4 Modified Files: Biblio.pm Log Message: Displaying dashed isbn. Index: Biblio.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -r1.119 -r1.120 *** Biblio.pm 1 Jun 2005 20:43:58 -0000 1.119 --- Biblio.pm 15 Jun 2005 16:09:43 -0000 1.120 *************** *** 71,74 **** --- 71,75 ---- &FindDuplicate + &DisplayISBN ); *************** *** 476,479 **** --- 477,481 ---- my ( $dbh, $bibid ) = @_; my $record = MARC::Record->new(); + # warn "". $bidid; #---- TODO : the leader is missing *************** *** 2621,2625 **** return; } ! END { } # module clean-up code here (global destructor) --- 2623,2661 ---- return; } ! sub DisplayISBN { ! my ($isbn)=@_; ! my $seg1; ! if(substr($isbn, 0, 1) <=7) { ! $seg1 = substr($isbn, 0, 1); ! } elsif(substr($isbn, 0, 2) <= 94) { ! $seg1 = substr($isbn, 0, 2); ! } elsif(substr($isbn, 0, 3) <= 995) { ! $seg1 = substr($isbn, 0, 3); ! } elsif(substr($isbn, 0, 4) <= 9989) { ! $seg1 = substr($isbn, 0, 4); ! } else { ! $seg1 = substr($isbn, 0, 5); ! } ! my $x = substr($isbn, length($seg1)); ! my $seg2; ! if(substr($x, 0, 2) <= 19) { ! # if(sTmp2 < 10) sTmp2 = "0" sTmp2; ! $seg2 = substr($x, 0, 2); ! } elsif(substr($x, 0, 3) <= 699) { ! $seg2 = substr($x, 0, 3); ! } elsif(substr($x, 0, 4) <= 8399) { ! $seg2 = substr($x, 0, 4); ! } elsif(substr($x, 0, 5) <= 89999) { ! $seg2 = substr($x, 0, 5); ! } elsif(substr($x, 0, 6) <= 9499999) { ! $seg2 = substr($x, 0, 6); ! } else { ! $seg2 = substr($x, 0, 7); ! } ! my $seg3=substr($x,length($seg2)); ! $seg3=substr($seg3,0,length($seg3)-1) ; ! my $seg4 = substr($x, -1, 1); ! return "$seg1-$seg2-$seg3-$seg4"; ! } END { } # module clean-up code here (global destructor) *************** *** 2636,2639 **** --- 2672,2678 ---- # $Id$ # $Log$ + # Revision 1.120 2005/06/15 16:09:43 hdl + # Displaying dashed isbn. + # # Revision 1.119 2005/06/01 20:43:58 genjimoto # patch from Genji (Waylon R.) to update subjects in MARC tables when systempref has MARC=OFF From hdl at users.sourceforge.net Wed Jun 15 18:09:46 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 09:09:46 -0700 Subject: [Koha-cvs] CVS: koha MARCdetail.pl,1.26,1.27 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328 Modified Files: MARCdetail.pl Log Message: Displaying dashed isbn. Index: MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/MARCdetail.pl,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** MARCdetail.pl 1 Mar 2005 13:40:47 -0000 1.26 --- MARCdetail.pl 15 Jun 2005 16:09:44 -0000 1.27 *************** *** 116,121 **** --- 116,125 ---- $subfield_data{marc_lib}=$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{lib}; $subfield_data{link}=$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{link}; + # warn "tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}."lien koha? : "$subfield_data{link}; if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{isurl}) { $subfield_data{marc_value}="$subf[$i][1]"; + } elsif ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{kohafield} eq "biblioitems.isbn") { + # warn " tag : ".$tagslib->{$fields[$x_i]->tag()}." subfield :".$tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}. "ISBN : ".$subf[$i][1]."PosttraitementISBN :".DisplayISBN($subf[$i][1]); + $subfield_data{marc_value}=DisplayISBN($subf[$i][1]); } else { if ($tagslib->{$fields[$x_i]->tag()}->{$subf[$i][0]}->{authtypecode}) { From hdl at users.sourceforge.net Wed Jun 15 21:55:16 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 12:55:16 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.19,1.20 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22380/koha-tmpl/opac-tmpl/css/en/includes Modified Files: opac.css Log Message: Displaying overdues with red font. Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** opac.css 4 May 2005 08:58:30 -0000 1.19 --- opac.css 15 Jun 2005 19:55:14 -0000 1.20 *************** *** 268,271 **** --- 268,282 ---- /* BLOCS */ + #problem { + color: white; + font-weight:bold; + background-color:red; + } + .problem { + color: white; + font-weight:bold; + background-color:red; + } + /* the mainbloc : everything is in mainbloc, except menu */ #mainbloc { From hdl at users.sourceforge.net Wed Jun 15 21:55:17 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 15 Jun 2005 12:55:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-user.tmpl,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22380/koha-tmpl/opac-tmpl/css/en Modified Files: opac-user.tmpl Log Message: Displaying overdues with red font. Index: opac-user.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** opac-user.tmpl 4 May 2005 08:58:32 -0000 1.9 --- opac-user.tmpl 15 Jun 2005 19:55:14 -0000 1.10 *************** *** 61,69 ****
          OVERDUE
          ! ! ! YesNo
          YesNoYesNo
          --- 73,76 ---- From hdl at users.sourceforge.net Thu Jun 16 17:06:25 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 08:06:25 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes intranet-main.css,1.4,1.4.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32277/koha-tmpl/intranet-tmpl/default/en/includes Modified Files: Tag: rel_2_2 intranet-main.css Log Message: adding rapid links to pages inside Index: intranet-main.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/intranet-main.css,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -r1.4 -r1.4.2.1 *** intranet-main.css 30 Jul 2004 14:29:40 -0000 1.4 --- intranet-main.css 16 Jun 2005 15:06:22 -0000 1.4.2.1 *************** *** 55,59 **** text-align:center; background-color:#ad11ad; ! color: #FFFFFF; text-decoration: normal; font-weight: bold; --- 55,59 ---- text-align:center; background-color:#ad11ad; ! color: #000000; text-decoration: normal; font-weight: bold; *************** *** 84,87 **** --- 84,106 ---- } + h2 { + margin-top:0px; + margin-bottom:4px; + text-align:center; + padding:0px; + font-size:125%; + padding-left:10px; + padding-right:10px; + padding-bottom:3px; + padding-top:3px; + } + h2.reports{ + text-align:center; + background-color: #6b7cbe; + color: #FFFFFF; + text-decoration: normal; + font-weight: bold; + } + h1.circulation{ text-align:center; *************** *** 92,95 **** --- 111,123 ---- } + h1.authority { + text-align:center; + background-color: #6b7cbe; + color:#000000; + text-decoration: normal; + font-weight: bold; + background-image:none; + } + h1.parameters{ text-align:center; *************** *** 121,125 **** cursor: hand; background-color:#ad11ad; ! color:#FFFFFF; font-weight: bold; border:1px solid #000000; --- 149,153 ---- cursor: hand; background-color:#ad11ad; ! color:#000000; font-weight: bold; border:1px solid #000000; *************** *** 127,131 **** } ! a.members { font-weight: normal; text-decoration: none; --- 155,167 ---- } ! .little { ! font-weight: normal; ! font-size:10pt; ! padding:0px 0px 0px 0px; ! text-decoration: none; ! line-height:100%; ! } ! ! .members { font-weight: normal; text-decoration: none; *************** *** 135,139 **** line-height:200%; } ! a.members:hover { background-color: #86c268; border:1px solid #000000; --- 171,175 ---- line-height:200%; } ! .members:hover { background-color: #86c268; border:1px solid #000000; *************** *** 144,148 **** } ! a.acquisition { font-weight: normal; text-decoration: none; --- 180,200 ---- } ! a.authority { ! font-weight: normal; ! text-decoration: none; ! cursor: hand; ! color:#777777; ! font-weight: bold; ! line-height:200%; ! } ! a.authority:hover { ! background-color: #6b7cbe; ! border:1px solid #000000; ! color: #000000; ! text-decoration: none; ! font-weight: bold; ! } ! ! .acquisition { font-weight: normal; text-decoration: none; *************** *** 152,156 **** line-height:200%; } ! a.acquisition:hover { background-color: #ffdf61; border:1px solid #000000; --- 204,208 ---- line-height:200%; } ! .acquisition:hover { background-color: #ffdf61; border:1px solid #000000; *************** *** 169,172 **** --- 221,225 ---- line-height:200%; } + a.reports:hover { background-color: #6b7cbe; *************** *** 178,182 **** } ! a.circulation { font-weight: normal; text-decoration: none; --- 231,235 ---- } ! .circulation { font-weight: normal; text-decoration: none; *************** *** 186,190 **** line-height:200%; } ! a.circulation:hover { background-color: #be6170; border:1px solid #000000; --- 239,243 ---- line-height:200%; } ! .circulation:hover { background-color: #be6170; border:1px solid #000000; *************** *** 262,263 **** --- 315,323 ---- padding:0px; } + + #bloc25, .bloc25 { + float:left; + border:1px solid #000000; + margin:0px; + padding:0px; + } From hdl at users.sourceforge.net Thu Jun 16 17:06:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 08:06:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en intranet-main.tmpl,1.25,1.25.2.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32277/koha-tmpl/intranet-tmpl/default/en Modified Files: Tag: rel_2_2 intranet-main.tmpl Log Message: adding rapid links to pages inside Index: intranet-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -C2 -r1.25 -r1.25.2.1 *** intranet-main.tmpl 20 Sep 2004 15:25:22 -0000 1.25 --- intranet-main.tmpl 16 Jun 2005 15:06:23 -0000 1.25.2.1 *************** *** 43,46 **** --- 43,55 ---- layer.style.visibility = 'hidden'; } + function addauthority() { + X = document.forms["f"].authtype.value; + window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X; + } + function searchauthority() { + X = document.forms["f"].authtype2.value; + Y = document.forms["f"].value.value; + window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; + } --- 25,29 ---- var MSG_NO_RECORD_ADDED = _("No biblio added"); function Dopop(link) { ! newin=window.open(link,'popup','width=700,height=500,toolbar=false,scrollbars=yes'); } From tipaul at users.sourceforge.net Thu Jun 16 17:40:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:40:17 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac.css,1.17.2.6,1.17.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16476/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac.css Log Message: minor changes in css for better IE compliance Index: opac.css =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac.css,v retrieving revision 1.17.2.6 retrieving revision 1.17.2.7 diff -C2 -r1.17.2.6 -r1.17.2.7 *** opac.css 6 Jun 2005 14:06:14 -0000 1.17.2.6 --- opac.css 16 Jun 2005 15:40:15 -0000 1.17.2.7 *************** *** 169,173 **** vertical-align:top; position:static; - /* position:relative;*/ display:table-cell; } --- 169,172 ---- *************** *** 379,405 **** /* for SubscritptionHistory view */ div.tabsubs { ! width:25px; ! margin-left:10px; ! margin-top:100px; } div.tabsubs a { - display:block; font-size: small; border: thin solid black; margin-right: 2px; ! padding: 15px 30px; ! -moz-border-radius: 5px 0px 0px 5px; } div.tabsub { background-color: #ACE6E6; visibility:hidden; ! margin-left:72px; ! margin-top:100px; ! margin-right:10%; } - /* for MARC view */ div.tabs { --- 378,402 ---- /* for SubscritptionHistory view */ div.tabsubs { ! margin-left:150px; ! position:inline; } div.tabsubs a { font-size: small; border: thin solid black; margin-right: 2px; ! padding: 10px 10px; ! -moz-border-radius: 5px 5px 0px 0px; } div.tabsub { background-color: #ACE6E6; + position:absolute; visibility:hidden; ! margin-left:150px; ! margin-top:0px; ! border:4px; } /* for MARC view */ div.tabs { From tipaul at users.sourceforge.net Thu Jun 16 17:42:12 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:42:12 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.3,1.1.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17563/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-full-serial-issues.tmpl Log Message: * css change for better IE compliance * adding switch from complete to compact history view Index: opac-full-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -r1.1.2.3 -r1.1.2.4 *** opac-full-serial-issues.tmpl 6 Jun 2005 12:16:06 -0000 1.1.2.3 --- opac-full-serial-issues.tmpl 16 Jun 2005 15:42:03 -0000 1.1.2.4 *************** *** 3,7 **** -

          Subscription information for biblio # with title :

          " class="button catalogue">Back to biblio --- 3,6 ---- *************** *** 10,16 **** !
          " >)">
          --- 9,16 ---- ! )"> + &selectview=small">Compact view *************** *** 45,50 **** - "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123i.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; --- NEW FILE --- #!/usr/bin/perl # $Id: unimarc_field_123j.pl,v 1.1.2.2 2005/06/16 15:49:40 tipaul Exp $ # Copyright 2000-2002 Katipo Communications # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # Koha is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA use strict; use C4::Auth; use CGI; use C4::Context; use HTML::Template; use C4::Search; use C4::Output; =head1 plugin_parameters : other parameters added when the plugin is called by the dopop function =cut sub plugin_parameters { my ($dbh,$record,$tagslib,$i,$tabloop) = @_; return ""; } sub plugin_javascript { my ($dbh,$record,$tagslib,$field_number,$tabloop) = @_; my $function_name= "123j".(int(rand(100000))+1); my $res=" "; return ($function_name,$res); } sub plugin { my ($input) = @_; my %env; # my $input = new CGI; my $index= $input->param('index'); my $result= $input->param('result'); my $dbh = C4::Context->dbh; my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "value_builder/unimarc_field_123j.tmpl", query => $input, type => "intranet", authnotrequired => 0, flagsrequired => {parameters => 1}, debug => 1, }); my $f1 = substr($result,0,1); my $f2 = substr($result,1,3); my $f3 = substr($result,4,2); my $f4 = substr($result,6,2); $template->param(index => $index, "f1$f1" => $f1, f2 => $f2, f3 => $f3, f4 => $f4); print $input->header(-cookie => $cookie),$template->output; } 1; From tipaul at users.sourceforge.net Thu Jun 16 17:51:07 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:51:07 -0700 Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.13.2.1,1.13.2.2 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22225/z3950 Modified Files: Tag: rel_2_2 processz3950queue Log Message: fix for UNIMARC BNF behaviour (now work as expected) Index: processz3950queue =================================================================== RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -C2 -r1.13.2.1 -r1.13.2.2 *** processz3950queue 30 Mar 2005 09:53:39 -0000 1.13.2.1 --- processz3950queue 16 Jun 2005 15:51:05 -0000 1.13.2.2 *************** *** 281,292 **** for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata; ! # use render() or rawdata() depending on the type of the returned record ! if (ref($rec) eq "Net::Z3950::Record::USMARC") { ! $marcdata = $rec->rawdata(); ! } ! if (ref($rec) eq "Net::Z3950::Record::UNIMARC") { ! $marcdata = $rec->rawdata(); ! } $globalencoding = ref($rec); $result.=$marcdata; --- 281,285 ---- for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata = $rec->rawdata(); $globalencoding = ref($rec); $result.=$marcdata; From tipaul at users.sourceforge.net Thu Jun 16 17:50:24 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Thu, 16 Jun 2005 08:50:24 -0700 Subject: [Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.4.2.1 Message-ID: Update of /cvsroot/koha/koha/z3950/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21986/z3950/server Modified Files: Tag: rel_2_2 zed-koha-server.pl Log Message: bugfix in SQL query. Now the z3950 server works... Index: zed-koha-server.pl =================================================================== RCS file: /cvsroot/koha/koha/z3950/server/zed-koha-server.pl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -r1.4 -r1.4.2.1 *** zed-koha-server.pl 3 Jun 2004 01:48:19 -0000 1.4 --- zed-koha-server.pl 16 Jun 2005 15:50:22 -0000 1.4.2.1 *************** *** 58,62 **** use C4::Biblio; use strict; ! my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope --- 58,62 ---- use C4::Biblio; use strict; ! # my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope *************** *** 86,89 **** --- 86,90 ---- sub run_query { ## Run the query and store the biblionumbers: my ($sql_query, $query, $args) = @_; + my $dbh = C4::Context->dbh; my $sth_get = $dbh->prepare("$sql_query"); *************** *** 145,149 **** print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblio ON marc_biblio.biblionumber = biblio.biblionumber WHERE biblio.isbn LIKE ?"; &run_query($sql_query, $query, $args); --- 146,150 ---- print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblioitems ON marc_biblio.biblionumber = biblioitems.biblionumber WHERE biblioitems.isbn LIKE ?"; &run_query($sql_query, $query, $args); *************** *** 269,392 **** $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! my $recordstring=$MARCRecord->as_usmarc(); ! ## print "here is my record: $recordstring\n"; ! ! ## Troubleshooting: ! ## use Data::Dumper; ! ## Dumper $recordstring; ! ## open (MARC, ">/root/marc.dump"); ! ## print MARC "$recordstring"; ! ## close MARC; ! ! ## Convert from 852/4 to 952: ! ## 942a --> 852a Organization code ! ## 952b --> 852b Home branch ! ## 942k --> 852h Classification ! ## 952p --> 852p Barcode ! ! my $record = MARC::Record->new_from_usmarc($recordstring); ! my @fields942 = $record->field('942'); ! my $field842 = $fields942[0]; ! my ($field952, $sub852a, $sub852k, $sub852b, $sub852p, $sub852h); ! ! ! ## while ( my $record = $batch->next() ) { ! ## my @fields942 = $record->field('942'); ! ## my $field842 = $fields942[0]; ! ## #grab first 942 (only need one, they are same for all items) ! ## my $sub852a = ($field842->subfield('a') || ''); ! ## my $sub852h = ($field842->subfield('k') || ''); ! ! ## my @fields952 = $record->field('952'); ! ## foreach my $field952 (@fields952) { #get all 952s ! ## my $sub852b = ($field952->subfield('b') || ''); ! ## my $sub852p = ($field952->subfield('p') || ''); ! ! ! #grab first 942 (only need one, they are same for all items) ! unless (! $field952){ ! $sub852a = ($field952->subfield('a') || '') ; ! } ! unless (! $field952){ #->subfield('k')) { ! $sub852k = ($field952->subfield('k') || '') ; ! ! } ! ! my @fields952 = $record->field('952'); ! foreach my $field952 (@fields952) { #get all 952s ! ! unless (! $field952) { #->subfield('b')) { ! $sub852b = ($field952->subfield('b') || '') ; ! } ! unless (! $field952) { #->subfield('p')) { ! $sub852p = ($field952->subfield('p') || '') ; ! } ! #make it one big happy family ! my $new852 = MARC::Field->new( ! 852,'','', ! 'a' => $sub852a, ! 'b' => $sub852b, ! 'h' => $sub852h, ! 'p' => $sub852p, ! ); ! $record->append_fields($new852); ! ! } ! ! my $recordstringdone = $record->as_usmarc(); ! ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::usmarc; ## Return the record string to the client ! $args->{RECORD} = $recordstringdone; } - # That's all folks! - # - # OLD OLD OLD OLD - - sub fetch_handler_old { - my ($args) = @_; - # warn "in fetch_handler"; ## troubleshooting - my $offset = $args->{OFFSET}; - $offset -= 1; ## because $args->{OFFSET} 1 = record #1 - chomp (my $bibid = $bib_list[$offset]); ## Not sure about this - my $sql_query = "SELECT tag, subfieldcode, subfieldvalue FROM marc_subfield_table where bibid=?"; - my $sth_get = $dbh->prepare("$sql_query"); - $sth_get->execute($bibid); - - ## create a MARC::Record object - my $rec = MARC::Record->new(); - - ## create the fields - while (my @data=$sth_get->fetchrow_array) { - - my $tag = $data[0]; - my $subfieldcode = $data[1]; - my $subfieldvalue = $data[2]; - - my $field = MARC::Field->new( - $tag,'','', - $subfieldcode => $subfieldvalue, - ); - $rec->append_fields($field); - - ## build the marc string and put into $record - my $tmp_record = $rec->as_usmarc(); - my $reclen = length $tmp_record; - my $baseaddr = "$reclen + dirlen"; - # set_leader_lengths($reclen,$baseaddr); - my $record = $rec->as_usmarc(); - $args->{RECORD} = $record; - } - - } - - ## This stuff doesn't work yet...I should include boolean searching someday ## though --- 270,287 ---- $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $dbh = C4::Context->dbh; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! $MARCRecord->leader(' nac 22 1u 4500'); ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::unimarc; ## Return the record string to the client ! $args->{RECORD} = $MARCRecord->as_usmarc(); ! # $args->{RECORD} = $recordstringdone; } ## This stuff doesn't work yet...I should include boolean searching someday ## though From hellen at users.sourceforge.net Thu Jun 16 20:31:32 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 16 Jun 2005 11:31:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/bookshelves shelves.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22530/koha-tmpl/intranet-tmpl/default/de/bookshelves Modified Files: shelves.tmpl Log Message: translated by hellen Index: shelves.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/bookshelves/shelves.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** shelves.tmpl 9 Jun 2005 08:37:42 -0000 1.3 --- shelves.tmpl 16 Jun 2005 18:31:25 -0000 1.4 *************** *** 11,15 ****
          löschenStrichcode Titel Verfasser
          löschenBarcode Titel Verfasser
          --- 106,110 ----
          !

          Regalliste

          *************** *** 145,149 **** --- 145,149 ---- From hellen at users.sourceforge.net Thu Jun 16 20:31:32 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Thu, 16 Jun 2005 11:31:32 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters aqbudget.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22530/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: aqbudget.tmpl Log Message: translated by hellen Index: aqbudget.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/aqbudget.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** aqbudget.tmpl 12 May 2005 19:26:35 -0000 1.1 --- aqbudget.tmpl 16 Jun 2005 18:31:30 -0000 1.2 *************** *** 107,111 ****

          !

          --- 107,111 ----

          !

          From hdl at users.sourceforge.net Thu Jun 16 21:10:12 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 12:10:12 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull statecollection.tmpl,1.5,1.6 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11586/koha-tmpl/intranet-tmpl/default/en/bull Modified Files: statecollection.tmpl Log Message: Adding 2 status to serial issues : - delete : to delete the current issue - not issued : to distinguish missing from not issued serial number. Index: statecollection.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull/statecollection.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** statecollection.tmpl 4 May 2005 08:52:51 -0000 1.5 --- statecollection.tmpl 16 Jun 2005 19:10:09 -0000 1.6 *************** *** 54,57 **** --- 54,67 ---- + + + + + + + + + + *************** *** 98,101 **** --- 108,115 ----

          Missing issues

           

          + +

          Not issued

          +

           

          +

          Opac's note

           

          From hdl at users.sourceforge.net Thu Jun 16 21:10:15 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 16 Jun 2005 12:10:15 -0700 Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11586/C4 Modified Files: Bull.pm Log Message: Adding 2 status to serial issues : - delete : to delete the current issue - not issued : to distinguish missing from not issued serial number. Index: Bull.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Bull.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Bull.pm 4 May 2005 15:40:01 -0000 1.9 --- Bull.pm 16 Jun 2005 19:10:10 -0000 1.10 *************** *** 51,55 **** &Find_Next_Date, &Get_Next_Seq &hassubscriptionexpired &subscriptionexpirationdate &subscriptionrenew ! &getSupplierListWithLateIssues &GetLateIssues); sub getSupplierListWithLateIssues { --- 51,55 ---- &Find_Next_Date, &Get_Next_Seq &hassubscriptionexpired &subscriptionexpirationdate &subscriptionrenew ! &getSupplierListWithLateIssues &GetLateIssues &serialdelete); sub getSupplierListWithLateIssues { *************** *** 275,279 **** my $dbh = C4::Context->dbh; # status = 2 is "arrived" ! my $sth=$dbh->prepare("select serialid,serialseq, status, planneddate from serial where subscriptionid = ? and status <>2 and status <>4"); $sth->execute($subscriptionid); my @serials; --- 275,279 ---- my $dbh = C4::Context->dbh; # status = 2 is "arrived" ! my $sth=$dbh->prepare("select serialid,serialseq, status, planneddate from serial where subscriptionid = ? and status <>2 and status <>4 and status <>5"); $sth->execute($subscriptionid); my @serials; *************** *** 289,296 **** } ! sub serialchangestatus { ! my ($serialid,$serialseq,$planneddate,$status)=@_; ! # warn "($serialid,$serialseq,$planneddate,$status)"; ! # 1st, get previous status : if we change from "waited" to something else, then we will have to create a new "waited" entry my $dbh = C4::Context->dbh; my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); --- 289,294 ---- } ! sub serialdelete { ! my ($serialid,$serialseq)=@_; my $dbh = C4::Context->dbh; my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); *************** *** 298,314 **** my ($subscriptionid,$oldstatus) = $sth->fetchrow; # change status & update subscriptionhistory ! $sth = $dbh->prepare("update serial set serialseq=?,planneddate=?,status=? where serialid = ?"); ! $sth->execute($serialseq,$planneddate,$status,$serialid); $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); $sth->execute($subscriptionid); my ($missinglist,$recievedlist) = $sth->fetchrow; ! if ($status eq 2) { ! $recievedlist .= ",$serialseq"; ! } ! if ($status eq 4) { ! $missinglist .= ",$serialseq"; ! } $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); $sth->execute($recievedlist,$missinglist,$subscriptionid); # create new waited entry if needed (ie : was a "waited" and has changed) if ($oldstatus eq 1 && $status ne 1) { --- 296,336 ---- my ($subscriptionid,$oldstatus) = $sth->fetchrow; # change status & update subscriptionhistory ! my $sth = $dbh->prepare("delete * from serial where serialid = ?"); ! $sth->execute($serialid); $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); $sth->execute($subscriptionid); my ($missinglist,$recievedlist) = $sth->fetchrow; ! $recievedlist =~ s/",$serialseq"//; ! $missinglist =~ s/",$serialseq"//; $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); $sth->execute($recievedlist,$missinglist,$subscriptionid); + } + + sub serialchangestatus { + my ($serialid,$serialseq,$planneddate,$status)=@_; + # warn "($serialid,$serialseq,$planneddate,$status)"; + # 1st, get previous status : if we change from "waited" to something else, then we will have to create a new "waited" entry + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("select subscriptionid,status from serial where serialid=?"); + $sth->execute($serialid); + my ($subscriptionid,$oldstatus) = $sth->fetchrow; + # change status & update subscriptionhistory + if ($status eq 6){ + delissue($serialseq, $subscriptionid) + }else{ + $sth = $dbh->prepare("update serial set serialseq=?,planneddate=?,status=? where serialid = ?"); + $sth->execute($serialseq,$planneddate,$status,$serialid); + $sth = $dbh->prepare("select missinglist,recievedlist from subscriptionhistory where subscriptionid=?"); + $sth->execute($subscriptionid); + my ($missinglist,$recievedlist) = $sth->fetchrow; + if ($status eq 2) { + $recievedlist .= ",$serialseq"; + } + $missinglist .= ",$serialseq" if ($status eq 4) ; + $missinglist .= ",not issued $serialseq" if ($status eq 5); + $sth=$dbh->prepare("update subscriptionhistory set recievedlist=?, missinglist=? where subscriptionid=?"); + $sth->execute($recievedlist,$missinglist,$subscriptionid); + } + # create new waited entry if needed (ie : was a "waited" and has changed) if ($oldstatus eq 1 && $status ne 1) { *************** *** 335,338 **** --- 357,367 ---- } + sub delissue { + my ($serialseq,$subscriptionid) = @_; + my $dbh = C4::Context->dbh; + my $sth = $dbh->prepare("delete from serial where serialseq= ? and subscriptionid= ? "); + $sth->execute($serialseq,$subscriptionid); + } + sub Get_Next_Date(@) { my ($planneddate,$subscription) = @_; From tipaul at users.sourceforge.net Fri Jun 17 14:31:46 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Fri, 17 Jun 2005 05:31:46 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-auth.tmpl,1.3,1.3.2.1 opac-MARCdetail.tmpl,1.5.2.2,1.5.2.3 opac-user.tmpl,1.8.2.3,1.8.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2234/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-auth.tmpl opac-MARCdetail.tmpl opac-user.tmpl Log Message: last commits before 2.2.3 * css fixes for better IE compliance * adding LibraryName parameter in login screen Index: opac-auth.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-auth.tmpl,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -r1.3 -r1.3.2.1 *** opac-auth.tmpl 8 Dec 2004 10:26:32 -0000 1.3 --- opac-auth.tmpl 17 Jun 2005 12:31:44 -0000 1.3.2.1 *************** *** 1,38 ****
          ! ! !

          Sorry, KOHA doesnt think you have permission for this page.

          ! ! ! ! !

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

          ! ! ! ! !

          You are accessing koha from a different ip address! please login again.

          ! ! ! ! !

          You entered an incorrect username or password, please try again.

          ! ! ! ! ! !
          " method="post"> !

          Koha Login

          !

          !

          ! ! ! !

          ! ! !
          --- 1,39 ----
          !
          ! ! !

          Sorry, KOHA doesnt think you have permission for this page.

          ! ! ! ! !

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

          ! ! ! ! !

          You are accessing koha from a different ip address! please login again.

          ! ! ! ! !

          You entered an incorrect username or password, please try again.

          ! !

          !
          ! ! !
          " method="post"> !

          Koha Login

          !

          !

          ! ! ! !

          ! !
          !
          Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** opac-MARCdetail.tmpl 6 Jun 2005 12:38:16 -0000 1.5.2.2 --- opac-MARCdetail.tmpl 17 Jun 2005 12:31:44 -0000 1.5.2.3 *************** *** 28,32 **** ')">Add to basket -
          --- 28,31 ---- *************** *** 321,325 ****
          - + To /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + " type="text"> + + +
          *************** *** 77,79 **** --- 136,139 ----
           
          + From tipaul at users.sourceforge.net Mon Jun 20 16:16:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:16:06 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbiblio.tmpl,1.37,1.38 additem.tmpl,1.23,1.24 isbnsearch.tmpl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4672/koha-tmpl/intranet-tmpl/default/en/acqui.simple Modified Files: addbiblio.tmpl additem.tmpl isbnsearch.tmpl Log Message: synch'ing 2.2 and head Index: addbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** addbiblio.tmpl 4 May 2005 08:52:50 -0000 1.37 --- addbiblio.tmpl 20 Jun 2005 14:15:57 -0000 1.38 *************** *** 2,6 ****

          !

          Biblionumber :

          --- 2,6 ----

          !

          Biblionumber : With Framework :

          *************** *** 405,409 **** } else { document.getElementById(ong).style.visibility="hidden"; ! document.getElementById(link).style.color="#000000"; } } --- 405,412 ---- } else { document.getElementById(ong).style.visibility="hidden"; ! if (document.getElementById(link)) ! { ! document.getElementById(link).style.color="#000000"; ! } } } *************** *** 515,518 **** --- 518,525 ---- newin=window.open("../z3950/search.pl?bibid="+strQuery,"z3950search",'width=800,height=400,toolbar=false,scrollbars=yes'); } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk; + } function AddField(field) { Index: additem.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem.tmpl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** additem.tmpl 6 May 2005 08:25:18 -0000 1.23 --- additem.tmpl 20 Jun 2005 14:16:03 -0000 1.24 *************** *** 6,15 ****

          ( biblionumber #)

          ! " class="button catalogue"> Edit biblio - &op=duplicate" class="button catalogue"> - Duplicate - " class="button catalogue"> MARC --- 6,12 ----

          ( biblionumber #)

          !
          " class="button catalogue"> Edit biblio " class="button catalogue"> MARC Index: isbnsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** isbnsearch.tmpl 4 May 2005 08:52:51 -0000 1.20 --- isbnsearch.tmpl 20 Jun 2005 14:16:03 -0000 1.21 *************** *** 13,39 ****

          Biblios in koha

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! --- 13,55 ----
          TitleAuthor©  
          ! " class="button catalogue">Add items" class="button catalogue">Edit... &op=duplicate" class="button catalogue">Duplicate
          + + + + + ! *************** *** 86,98 **** No results found. ! ! ! &="> ! /images/numbers/next.gif" border="0"> ! ! ! /images/numbers/placeholder.gif" border="0"> ! !

          Biblios in reservoir

          --- 102,112 ---- No results found. !

          ! ! !

          None

          ! ! !

          Biblios in reservoir

          *************** *** 107,111 **** !
          --- 121,125 ---- ! From tipaul at users.sourceforge.net Mon Jun 20 16:17:07 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:17:07 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities authorities.tmpl,1.9,1.10 detail.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5197/koha-tmpl/intranet-tmpl/default/en/authorities Modified Files: authorities.tmpl detail.tmpl Log Message: synch'ing 2.2 and head Index: authorities.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/authorities.tmpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** authorities.tmpl 4 May 2005 08:52:51 -0000 1.9 --- authorities.tmpl 20 Jun 2005 14:17:04 -0000 1.10 *************** *** 4,8 ****
          !

          Authority number

          --- 4,12 ----

          ! !

          Modify authority # ()

          ! !

          Adding authority ()

          !

          *************** *** 21,28 ****

          !

          Duplicate suspected with

          You must either :

          --- 25,32 ----
          !

          Duplicate suspected with

          You must either :

          *************** *** 30,43 **** - -
          -

          Duplicate suspected with

          -

          You must either :

          -
            -

            confirm it's not a duplicate (and click on Add Auth again)

            -

            Go to " >edit items from this duplicate Authority

            -
          -
          - --- 34,37 ---- *************** *** 185,190 **** function AddField(field) { ! document.forms[0].op.value = "addfield"; ! document.forms[0].addfield_field.value=field; document.f.submit(); } --- 179,184 ---- function AddField(field) { ! document.forms[1].op.value = "addfield"; ! document.forms[1].addfield_field.value=field; document.f.submit(); } Index: detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/detail.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** detail.tmpl 4 May 2005 08:52:51 -0000 1.4 --- detail.tmpl 20 Jun 2005 14:17:04 -0000 1.5 *************** *** 2,6 **** /includes/marc-editor.css">
          --- 85,91 ----
          ! !

          Total Number of Items:

          ! Index: MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -r1.34 -r1.35 *** MARCdetail.tmpl 4 May 2005 08:52:52 -0000 1.34 --- MARCdetail.tmpl 20 Jun 2005 14:17:48 -0000 1.35 *************** *** 1,11 ****
          !

          Biblionumber :

          ! " class="button catalogue"> Edit biblio ! &op=duplicate" class="button catalogue"> Duplicate --- 1,15 ---- +
          ! !

          Biblionumber : With Framework : !

          ! ! Edit biblio ! Duplicate *************** *** 41,44 **** --- 45,50 ---- " class="button catalogue">Request + +
          *************** *** 398,401 **** --- 404,415 ---- newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes'); } + function Changefwk(FwkList) { + var fwk = FwkList.options[FwkList.selectedIndex].value; + window.location = "MARCdetail.pl?bib=&frameworkcode="+fwk; + } + function Addbiblio(op) { + var fwk = document.forms[0].Frameworks.options[document.forms[0].Frameworks.selectedIndex].value; + window.location = "acqui.simple/addbiblio.pl?oldbiblionumber=&frameworkcode="+fwk+"&op="+op; + } Index: searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** searchresults.tmpl 19 Nov 2004 21:37:20 -0000 1.16 --- searchresults.tmpl 20 Jun 2005 14:17:48 -0000 1.17 *************** *** 10,14 **** You searched on ! You did not specify any seach criteria

          --- 10,14 ---- You searched on ! You did not specify any search criteria

          From tipaul at users.sourceforge.net Mon Jun 20 16:18:44 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:44 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ branchtransfers.tmpl,1.12,1.13 circulation.tmpl,1.37,1.38 selectbranchprinter.tmpl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6439/koha-tmpl/intranet-tmpl/default/en/circ Modified Files: branchtransfers.tmpl circulation.tmpl selectbranchprinter.tmpl Log Message: synch'ing 2.2 and head Index: branchtransfers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/branchtransfers.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** branchtransfers.tmpl 5 Nov 2004 10:18:24 -0000 1.12 --- branchtransfers.tmpl 20 Jun 2005 14:18:41 -0000 1.13 *************** *** 1,15 ****
          - !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> --- 1,9 ----
          !

          Circulation: Transfers

          Branch:   Printer: ! Change Settings "> "> *************** *** 17,21 ****
          TitleAuthor©   
          ! Funci??n Teclado Ver el la cadena de texto anterior ReP??g Ver el la cadena de texto siguiente AvP??g Ver el la cadena de texto anterior no traducida Alt+ReP??g Ver el la cadena de texto siguiente no traducida Alt+AvP??g Copiar la cadena de texto que est?? en la ventana de Texto Original a la ventana de traducci??n Ctrl+Espacio
          Usando tmpl_process3.pl para generar ???templates??? traducidos Siguiendo los ejemplos anteriores, hemos creado, en primer lugar, un archivo '.po' con nombre circ_es.po conteniendo todas las cadenas de texto extra??das de todos los 'templates' que est??n en el directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ. Por otro lado, ya hemos utilizado KBABEL para realizar la traducci??n de todas esas cadenas de texto. Finalmente, s??lo resta la generaci??n de los nuevos 'templates' traducidos en un directorio a elecci??n, siempre y cuando tenga una copia de los 'templates' originales. A los efectos de este ejemplo, crearemos los templates traducidos en el directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ. Para lograr esto, utilizaremos nuevamente el script tmpl_process3.pl pero con par??metros ligeramente distintos: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl install -s /home/usuario/traduccion/ circ_es.po -r -i /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ/ -o /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ/ En el ejemplo anterior: 'install' indica que se generar??n 'templates' a partir de un archivo '.po'. -r indica que el proceso se realizar?? sobre un directorio. -i indica el directorio en el que se encuentran los 'templates' originales de los cuales se extrajeron las cadenas de texto. -s indica el directorio en el que se crear??n los 'templates' traducidos. Al igual que durante la creaci??n del archivo '.po', al ejecutar el comando sugerido, pueden producirse advertencias. La siguiente es la salida obtenido en el equipo de prueba: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//selectbranchprinter.tmpl... tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//returns.tmpl... tmpl_process3.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//circulation.tmpl... Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//branchtransfers.tmpl... tmpl_process3.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The install seems to be successful. A pesar de estas advertencias, la ??ltima l??nea (The install seems to be successful.) indica que el proceso ha tenido ??xito y que se cuenta con un juego de 'templates' traducidos en /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es/circ. Para comprobar el ??xito de este proceso, basta con abrir cualquiera de los 'templates' contenidos en el directorio mencionado con el editor de texto prefereido.
          Consultas, quejas y propuestas Si tiene alguna consulta acerca del proceso descrito en este documento, o quiere realizar alguna propuesta (o plantear una queja, ??por qu?? no?) que sirva para mejorarlo, puede contactarse con Mart??n Longo (jmlongo AT uncu.edu.ar)
          From shedges at users.sourceforge.net Thu Jun 23 13:29:51 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:29:51 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates/imagesfolder - New directory Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates/imagesfolder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9833/templates/imagesfolder Log Message: Directory /cvsroot/koha/koha-doc/en/sysadmin/templates/imagesfolder added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:29:16 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:29:16 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates - New directory Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9367/templates Log Message: Directory /cvsroot/koha/koha-doc/en/sysadmin/templates added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:30:20 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:30:20 -0700 Subject: [Koha-cvs] CVS: koha-doc/en/sysadmin/templates translation.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/en/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10138/templates Added Files: translation.xml Log Message: Initial xml markup --- NEW FILE ---
          KOHA's Template Translation 2005-06-22 J. Martin Longo jmlongo AT uncu.edu.ar 2005 J. Martin Longo This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-22 Initial XML markup.
          Introduction It's assumed, in every example, that you have downloaded the file koha-2.x.tar.gz and that you have unpacked it in the 'home' directory of the 'user' user. Provided this, you should have a koha-2.x directory under /home/user/ In each system, directory and user names should be replaced accordingly. KOHA internationalization can be achieved in several ways. Not so long ago, it was necesary to copy the entire /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/en directory into another (i.e. /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/es) then manually edit each one of the templates contained in the newly created directory, translating the text strings they contain, trying, of course, not to touch or change anything else. Once the translation was finished, it was only necesary to configure KOHA's 'opaclanguages' System Preference to use the new language (i.e. es). This procedure works and has produced acceptable results but is, obviously, very slow and difficult. Now, thanks to KOHA's developer team, we have the tmpl_process3.pl script (provided with the KOHA distribution). In short, this script takes the file or directory that we want to translate (i.e. /home/usuario/koha-2.x/intranet-html/intranet-tmpl/default/en) and generates a single '.po' file (.po comes from Portable Object) containing only the text strings contained inside KOHA's template files. This type of file is a format standard in the software internationalization work in the Free Software world and, because of this, there are several tools developed to edit them. The present tutorial aims to show how to use the tmpl_process3.pl script to generate a '.po' file from KOHA's templates, introduce the use of one of the tools developed for '.po' files treatment (Kbabel) and then the use of the tmpl_process3.pl script again, to generate a set of translated templates for use in our KOHA installation.
          Using tmpl_process3.pl to generate a '.po' file The tmpl_process3.pl script lives under the /home/usuario/koha-2.x/scripts/misc/translator/ directory and depends on some modules located under the same directory. Because of this, in order for it to work, the script must be run from inside that directory. Running tmpl_process3.pl user at host: cd /home/usuario/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl --help The previous command will produce, as output, a list of options and a little help about the script's usage, as shown below: Usage: ./tmpl_process3.pl create [OPTION] or: ./tmpl_process3.pl update [OPTION] or: ./tmpl_process3.pl install [OPTION] or: ./tmpl_process3.pl --help Create or update PO files from templates, or install translated templates. -i, --input=SOURCE Get or update strings from SOURCE file. SOURCE is a directory if -r is also specified. -o, --outputdir=DIRECTORY Install translation(s) to specified DIRECTORY --pedantic-warnings Issue warnings even for detected problems which are likely to be harmless -r, --recursive SOURCE in the -i option is a directory -s, --str-file=FILE Specify FILE as the translation (po) file for input (install) or output (create, update) -x, --exclude=REGEXP Exclude files matching the given REGEXP --help Display this help and exit The -o option is ignored for the "create" and "update" actions. Try `perldoc ./tmpl_process3.pl' for perhaps more information. To create a 'circ_es.po' containing the text strings of the English templates located in the 'circ' directory of the KOHA's intranet, the procedure would be: user at host: cd /home/user/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl create -r -i /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ/ -s /home/user/translation/circ_es.po In the above example: 'create' indicates that we want to create a new '.po' file. -r indicates that the source is a directory. -i indicates the path from where the text string will be extracted. -s indicates the path and name of the '.po' file that will be created. When running the script, there may be some 'warnings' about syntax errors in the original templates. Output will look like this: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Removing empty file /home/user/tmp/temp.po xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details xgettext.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The create seems to be successful. Despite these warnings, the last line (The create seems to be successful.) indicates that the process has ended successfully and that now we have our brand new 'circ_es.po' file in /home/user/translation/ so now we can use Kbabel to begin the translation process.
          Using KBabel to translate a '.po' file The KBabel application presents four areas, inside the mail window, each one oriented to a particular function. You'll work translating the text strings extracted from the templates one by one. To achieve this efficiently, KBabel gives you several tools, as can be seen in the next screenshot:
          Screenshot 1
          The area marked as Original Text is read only and displays the text string to be translated. The area marked as Translated Text is where we will write the translation of the string displayed in the Original Text area. The area marked as File Names displays the path and name of the template files where the text string being translated was extracted from. The area marked as Context displays the previous and next text strings to the one being translated, to provide some help about the context of the current text string.
          Examples Some tags and markups should not be modified during translation:
          Screenshot 2
          Whenever the translation implies the use of accented words or special characters, they should be replaced with the corresponding entities, to avoid visualisation problems or errors.
          Screenshot 3
          To navigate between text strings and launch some useful commands, there are shortcuts in the toolbar and many keyboard key combinations.
          Command Keyboard Next text string PgDown Previous text string PgUp Next not translated text string Alt+PgDown Previous not translated text string Alt+PgUp Copy the text string displayed on the Original Text area to the Translated Text area Ctrl+Space
          Using tmpl_process3.pl to generate translated templates Following the previous examples, we have created a '.po' file named circ_es.po containing all the text strings present in the templates located at /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ Afterwards, we used Kbabel to translate all those text strings. Finally, we only need to generate a new set of translated templates, using the original ones as a basis. For this example, we will create our new set of translated templates in the /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ directory. To achieve this, we'll use the tmpl_process3.pl script again, but with slightly different parameters: user at host: cd /home/user/koha-2.x/scripts/misc/translator/ user at host: ./tmpl_process3.pl install -s /home/user/translation/circ_es.po -r -i /home/user/koha-2.x/intranet-html/intranet-tmpl/default/en/circ/ -o /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ/ In the above example: 'install' indicates that we want to create a set of templates from a '.po' file. -r indicates that the target is a directory. -i indicates the path where the original templates are located (the ones we extracted the text strings from). -s indicates the path and name of the '.po' file that will be used in the process. -o indicates the path where the new set of translated templates will be created. As happened when we launched the script to create the '.po' file, there may be some 'warnings' about syntax errors in the original templates. Output will look like this: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//selectbranchprinter.tmpl... tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" tmpl_process3.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//returns.tmpl... tmpl_process3.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//circulation.tmpl... Creating /home/jmlongo/documentos/koha/koha-2.1.1/intranet-html/intranet-tmpl/default/pl/circ//branchtransfers.tmpl... tmpl_process3.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" tmpl_process3.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The install seems to be successful. Despite these warnings, the last line (The install seems to be successful.) indicates that the process has ended successfully and that now we have our brand new set of translated templates at /home/user/koha-2.x/intranet-html/intranet-tmpl/default/es/circ directory. To verify this you can use your favorite text editor to open one of the various templates located in that directory.
          Questions, complaints and proposals If you have any questions about the process outlined in this document or a comment that helps to improve it, you can reach me (Martin Longo) at jmlongo AT uncu.edu.ar.
          From slef at users.sourceforge.net Fri Jun 24 14:19:36 2005 From: slef at users.sourceforge.net (MJ Ray) Date: Fri, 24 Jun 2005 05:19:36 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.91,1.92 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29581 Modified Files: Install.pm Log Message: perldoc and prototype updates Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -r1.91 -r1.92 *** Install.pm 20 Jun 2005 14:28:10 -0000 1.91 --- Install.pm 24 Jun 2005 12:19:34 -0000 1.92 *************** *** 20,25 **** # Suite 330, Boston, MA 02111-1307 USA # ! # Recent Authors ! # MJR: my.cnf, etcdir, prefix, new display, apache conf, copying fixups use strict; --- 20,24 ---- # Suite 330, Boston, MA 02111-1307 USA # ! # Current maintainer MJR slef at users.sourceforge.net [...1186 lines suppressed...] =cut ! sub loadconfigfile { my %configfile; --- 2174,2186 ---- ! =item C ! Opens the existing koha.conf file and gets its values, saving the ! values to some global variables. If the existing koha.conf file ! cannot be opened for any reason, the file is silently ignored. =cut ! sub loadconfigfile () { my %configfile; From genjimoto at users.sourceforge.net Sat Jun 25 07:22:02 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:22:02 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-detail.pl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16290 Modified Files: opac-detail.pl Log Message: Added code to support search options sidebar ref to http://katipo.co.nz/gallery/koha2-4/search_ideas_details_001 Index: opac-detail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** opac-detail.pl 20 Jun 2005 14:33:32 -0000 1.20 --- opac-detail.pl 25 Jun 2005 05:22:00 -0000 1.21 *************** *** 33,40 **** $dat->{'count'}=@items; ! $dat->{'additional'}=$addauthor->[0]->{'author'}; for (my $i = 1; $i < $authorcount; $i++) { $dat->{'additional'} .= " ; " . $addauthor->[$i]->{'author'}; } # for --- 33,43 ---- $dat->{'count'}=@items; ! my @author; $dat->{'additional'}=$addauthor->[0]->{'author'}; for (my $i = 1; $i < $authorcount; $i++) { $dat->{'additional'} .= " ; " . $addauthor->[$i]->{'author'}; + my %authorpush; + $authorpush{author} =$addauthor->[$i]->{'author'}; + push @author, \%authorpush } # for *************** *** 61,64 **** --- 64,90 ---- my @results = ($dat,); + my @title; + + + foreach my $word (split(" ", $dat->{'title'})){ + unless (length($word) == 4){ + $word =~s/\%//g + } + unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { + my %titlepush; + $titlepush{title} =$word; + push @title, \%titlepush; + }#it's NOT a stopword => use it. Otherwise, ignore + } + foreach my $word (split(" ", $dat->{'author'})){ + unless (length($word) == 4){ + $word =~s/\%//g + } + unless (C4::Context->stopwords->{uc($word)} or length($word)==1) { + my %authorpush; + $authorpush{author}=$word; + push @author, \%authorpush; + }#it's NOT a stopword => use it. Otherwise, ignore + } my $resultsarray=\@results; *************** *** 66,69 **** --- 92,98 ---- my $webarray=\@webbiblioitems; my $sitearray=\@websites; + my $titlewords=\@title; + my $authorwords=\@author; + #coping with subscriptions *************** *** 89,92 **** --- 118,123 ---- suggestion => C4::Context->preference("suggestion"), virtualshelves => C4::Context->preference("virtualshelves"), + titlewords => $titlewords, + authorwords => $authorwords, ); ## Amazon.com stuff *************** *** 121,127 **** =cut output_html_with_http_headers $query, $cookie, $template->output; - - #output_html_with_http_headers $query, $cookie, $template->output; - - output_html_with_http_headers $query, $cookie, $template->output; - --- 152,153 ---- From genjimoto at users.sourceforge.net Sat Jun 25 07:26:16 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:26:16 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.30,1.31 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17784 Modified Files: opac-search.pl Log Message: restored search for available books functionality while ensuring that a search not asking about the availablity doesn't take longer than normal. Achieved via new parameter in SearchMarc::Catalogsearch called $extratables. Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** opac-search.pl 20 Jun 2005 14:33:32 -0000 1.30 --- opac-search.pl 25 Jun 2005 05:26:14 -0000 1.31 *************** *** 9,13 **** use C4::Database; use HTML::Template; ! use C4::SearchMarcTest; use C4::Acquisition; use C4::Biblio; --- 9,13 ---- use C4::Database; use HTML::Template; ! use C4::SearchMarc; use C4::Acquisition; use C4::Biblio; *************** *** 117,120 **** --- 117,121 ---- findseealso($dbh,\@tags); my $sqlstring; + my $extratables; if ($itemtypesstring ne ''){ $sqlstring = 'and (biblioitems.itemtype IN ('; *************** *** 134,137 **** --- 135,139 ---- $sqlstring .= 'and biblio.biblionumber=items.biblionumber and (items.holdingbranch IN ('; my $branchesloop=0; + $extratables = ',items'; foreach my $branch (@branches){ if ($branch ne ''){ *************** *** 146,154 **** } if ($avail){ $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, ! $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { --- 148,157 ---- } if ($avail){ + $extratables .= ',items,issues,reserves'; $sqlstring .= "and biblioitems.biblioitemnumber=items.biblioitemnumber and items.itemnumber !=issues.itemnumber and biblio.biblionumber !=reserves.biblionumber and (items.itemlost IS NULL or items.itemlost = 0) and (items.notforloan IS NULL or items.notforloan =0) and (items.wthdrawn IS NULL or items.wthdrawn =0) "; } my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or, \@excluding, \@operator, \@value, ! $startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc,$sqlstring, $extratables); if ($total ==1) { if (C4::Context->preference("BiblioDefaultView") eq "normal") { *************** *** 412,416 **** } # ADDED BY JF ! #if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result --- 415,419 ---- } # ADDED BY JF ! if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result From genjimoto at users.sourceforge.net Sat Jun 25 07:35:31 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:35:31 -0700 Subject: [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.46,1.47 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22287 Modified Files: SearchMarc.pm Log Message: New code making a search not needing to use tables not already used in searching.. doesn't take longer than normal. Achieved via new parameter in Catalogsearch called $extratables. Index: SearchMarc.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -r1.46 -r1.47 *** SearchMarc.pm 20 Jun 2005 14:10:01 -0000 1.46 --- SearchMarc.pm 25 Jun 2005 05:35:29 -0000 1.47 *************** *** 151,154 **** --- 151,159 ---- optional argument containing an sql string to be used in the 'where' statement. see usage in opac-search.pl. + =head2 $extratables + + optional argument containing extra tables to search. Used in conjunction with $sqlstring. See usage in opac-search.pl. + String... so ',items,issues,reserves' allows the items, issues and reserves tables to be used.in a where. + =head2 RETURNS *************** *** 170,174 **** sub catalogsearch { ! my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring) = @_; # build the sql request. She will look like : # select m1.bibid --- 175,179 ---- sub catalogsearch { ! my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby,$desc_or_asc,$sqlstring, $extratables) = @_; # build the sql request. She will look like : # select m1.bibid *************** *** 278,281 **** --- 283,287 ---- my ($sql_tables, $sql_where1, $sql_where2) = create_request($dbh,\@normal_tags, \@normal_and_or, \@normal_operator, \@normal_value); $sql_where1 .= $sqlstring; + $sql_tables .= $extratables; $sql_where1 .= "and TO_DAYS( NOW( ) ) - TO_DAYS( biblio.timestamp ) <30" if $orderby =~ "biblio.timestamp"; my $sth; From genjimoto at users.sourceforge.net Sat Jun 25 07:59:10 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 22:59:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.20,1.21 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1086 Modified Files: opac-detail.tmpl Log Message: New search options bar implemented as per http://katipo.co.nz/gallery/koha2-4/search_ideas_details_001 Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** opac-detail.tmpl 20 Jun 2005 14:25:00 -0000 1.20 --- opac-detail.tmpl 25 Jun 2005 05:59:08 -0000 1.21 *************** *** 1,5 **** /includes/marc-editor.css"> !
          Reserve Found
          --- 11,15 ---- !
          Reserve Found
          *************** *** 38,45 **** "> ! !

          --- 32,39 ---- "> ! !

          *************** *** 58,62 **** "> !

          --- 52,56 ---- "> !

          *************** *** 70,74 **** " value=""> !

          --- 64,68 ---- " value=""> !

          *************** *** 77,81 **** !
          Messages
          --- 71,75 ---- !
          Messages
          *************** *** 125,130 ****

          ! ! --- 79,85 ----

          ! !

          Total Number of Items:

          ! *************** *** 158,200 ****
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> --- 119,124 ----

          ! ! ! "> --- 214,218 ---- ! From tipaul at users.sourceforge.net Mon Jun 20 16:21:20 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:21:20 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports borrowers_out.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8392/koha-tmpl/intranet-tmpl/default/en/reports Modified Files: borrowers_out.tmpl Log Message: synch'ing 2.2 and head Index: borrowers_out.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/reports/borrowers_out.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** borrowers_out.tmpl 24 Mar 2005 15:19:48 -0000 1.1 --- borrowers_out.tmpl 20 Jun 2005 14:21:18 -0000 1.2 *************** *** 73,76 **** --- 73,92 ---- + + + + + +
          Transfered Items
          BarcodeTitleAuthorTypeFromTo
          "> *************** *** 140,143 **** --- 134,143 ---- + Index: circulation.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** circulation.tmpl 4 May 2005 08:52:53 -0000 1.37 --- circulation.tmpl 20 Jun 2005 14:18:41 -0000 1.38 *************** *** 184,187 **** --- 184,190 ----

          No more renewals possible

          + +

          Borrower card expired

          +
          Index: selectbranchprinter.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/selectbranchprinter.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** selectbranchprinter.tmpl 19 Jul 2004 19:58:38 -0000 1.6 --- selectbranchprinter.tmpl 20 Jun 2005 14:18:41 -0000 1.7 *************** *** 2,6 ****
          !

          Circulation: Select Printer and Branch Settings

          --- 2,6 ----
          !

          Circulation: Select Printer and Branch Settings

          *************** *** 30,34 ****

          !

          --- 30,34 ----

          !

          From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/circ circulation.tmpl,1.1,1.2 returns.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/circ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/circ Added Files: circulation.tmpl returns.tmpl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/admin marc_subfields_structure.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/admin Modified Files: marc_subfields_structure.tmpl Log Message: synch'ing 2.2 and head Index: marc_subfields_structure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/admin/marc_subfields_structure.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** marc_subfields_structure.tmpl 19 Nov 2004 15:13:11 -0000 1.1 --- marc_subfields_structure.tmpl 20 Jun 2005 14:18:55 -0000 1.2 *************** *** 21,25 ****
        • thesaurus : means that the value is not free, but can be searched in authority/thesaurus of the selected category
        • plugin : means the value is calculated or managed by a plugin. Plugins can do almost anything. For example, in UNIMARC there are plugins for every 1xx fields that are coded fields. The plugin is a huge help for cataloger ! There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically" find the editor from an ISBN, and the collection list for the editor)
        • !
        • link : useless for instance
        • --- 21,30 ----
        • thesaurus : means that the value is not free, but can be searched in authority/thesaurus of the selected category
        • plugin : means the value is calculated or managed by a plugin. Plugins can do almost anything. For example, in UNIMARC there are plugins for every 1xx fields that are coded fields. The plugin is a huge help for cataloger ! There are also two plugins (unimarc_plugin_210c and unimarc_plugin_225a that can "magically" find the editor from an ISBN, and the collection list for the editor)
        • !
        • link : If you enter a field/subfield here (200b), a little glass appears after the subfield. If the user clic on the glass, a search is done on the DB for the field/subfield with the same value. Can be used for 2 main topic : !
            !
          • on a field like author (200f in UNIMARC), put 200f here, you will be able to see all biblios with the same author
          • !
          • on a field that is a link (4xx) to reach another biblio. For example, put 011a in 464$x, will find the serial that was previously with this issn. With the 4xx pligin, you get a powerful tool to manage biblios connected to biblios
          • !
          !
        • From tipaul at users.sourceforge.net Mon Jun 20 16:18:57 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:18:57 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/export marc.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/export In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6503/koha-tmpl/intranet-tmpl/default/en/help/export Added Files: marc.tmpl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:19:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:19:53 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes/calendar calendar.js,1.1,1.2 calendar-setup.js,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/calendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/koha-tmpl/intranet-tmpl/default/en/includes/calendar Modified Files: calendar.js calendar-setup.js Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:19:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:19:53 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes acquisitions-top.inc,1.26,1.27 common-print.css,1.1,1.2 common-style.css,1.35,1.36 intranet-main.css,1.4,1.5 marc-top.inc,1.12,1.13 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7303/koha-tmpl/intranet-tmpl/default/en/includes Modified Files: acquisitions-top.inc common-print.css common-style.css intranet-main.css marc-top.inc Log Message: synch'ing 2.2 and head Index: acquisitions-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** acquisitions-top.inc 8 Mar 2005 14:15:29 -0000 1.26 --- acquisitions-top.inc 20 Jun 2005 14:19:50 -0000 1.27 *************** *** 6,9 **** --- 6,19 ---- /includes/common-print.css"> /includes/common-style.css"> + + /includes/calendar/calendar-system.css"> + + + + +
          +
          Index: printers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/printers.tmpl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** printers.tmpl 19 Jul 2004 19:20:29 -0000 1.12 --- printers.tmpl 20 Jun 2005 14:21:01 -0000 1.13 *************** *** 1,205 **** ! ! ! ! !

          Modify printer

          ! !

          Add printer

          ! !
          " name="Aform" method="post"> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer Name ! "> !
          Printer Name ! !
          Queue">
          Type">
          !
          ! ! ! ! ! Data recorded !
          " method="post"> ! !
          ! ! ! ! ! ! ! ! ! ! " method="post"> ! ! "> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer
          Queue
          Type
          CONFIRM DELETION
          ! ! !
          " method="post"> ! !
          !
          ! ! ! ! Data deleted !
          " method="post"> ! !
          ! ! ! !

          Printer admin

          !
          " method="post"> ! "> ! !
          ! ! ! You searched for - - - - - - - - - - - "> - - - - - - - -
          NameQueueType
          ?op=add_form&searchfield=">Edit?op=delete_confirm&searchfield=">Delete
          - -
          " method="post"> - ! ! ?offset="><< Prev ! !        ! ! ! ?offset=">Next >> ! ! !
          ! !
          !
          ! ! ! --- 1,181 ---- !
          !

          Printer admin

          ! ! !
          ! !

          Modify printer

          ! !

          Add printer

          ! ! !
          " name="Aform" method="post"> ! ! !

          ">

          ! !

          ! !

          ">

          !

          ">

          !

          !
          !
          ! ! ! Data recorded !
          " method="post"> ! !
          ! ! ! ! ! ! ! ! " method="post"> ! ! "> ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Printer
          Queue
          Type
          CONFIRM DELETION
          ! ! ! !
          " method="post"> ! !
          !
          ! ! Data deleted !
          " method="post"> ! !
          ! ! !
          " method="post"> ! "> ! !
          ! ! ! You searched for ! ! ! ! ! ! ! ! ! ! ! ! "> ! ! ! ! ! ! ! !
          NameQueueType
          ?op=add_form&searchfield=" class="button">Edit?op=delete_confirm&searchfield=" class="button">Delete
          ! !
          " method="post"> ! ! ! ! ?offset="><< Prev ! ! !        ! ! ! ?offset=">Next >> ! ! !
          ! !
          !
          ! ! !
          Index: z3950servers.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/z3950servers.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** z3950servers.tmpl 13 Sep 2004 15:31:13 -0000 1.16 --- z3950servers.tmpl 20 Jun 2005 14:21:01 -0000 1.17 *************** *** 214,218 ****
            Without issues since + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> +
          From tipaul at users.sourceforge.net Mon Jun 20 16:21:42 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:21:42 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en boraccount.tmpl,1.10,1.11 intranet-main.tmpl,1.25,1.26 mancredit.tmpl,1.3,1.4 maninvoice.tmpl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8503/koha-tmpl/intranet-tmpl/default/en Modified Files: boraccount.tmpl intranet-main.tmpl mancredit.tmpl maninvoice.tmpl Log Message: synch'ing 2.2 and head Index: boraccount.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/boraccount.tmpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** boraccount.tmpl 26 Nov 2004 20:32:17 -0000 1.10 --- boraccount.tmpl 20 Jun 2005 14:21:39 -0000 1.11 *************** *** 1,47 **** ! ! ! !

          Account for ">

          ! ">Create Manual Invoice !   ! ">Create Manual Credit !

          !

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          /images/background-mem.gif" colspan="2">FINES & CHARGES/images/background-mem.gif" colspan="1">AMOUNT/images/background-mem.gif" colspan="1">STILL OWING
          Total Due
          ! !
          !

           

          ! ! ! --- 1,39 ---- !
          ! ! !

          Account for ">

          ! ">Create Manual Invoice !   ! ">Create Manual Credit ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          FINES & CHARGESAMOUNTSTILL OWING
          Total Due
          ! ! !

          Index: intranet-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** intranet-main.tmpl 20 Sep 2004 15:25:22 -0000 1.25 --- intranet-main.tmpl 20 Jun 2005 14:21:39 -0000 1.26 *************** *** 43,46 **** --- 43,55 ---- layer.style.visibility = 'hidden'; } + function addauthority() { + X = document.forms["f"].authtype.value; + window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X; + } + function searchauthority() { + X = document.forms["f"].authtype2.value; + Y = document.forms["f"].value.value; + window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains"; + } --- 25,29 ---- var MSG_NO_RECORD_ADDED = _("No biblio added"); function Dopop(link) { ! newin=window.open(link,'popup','width=700,height=500,toolbar=false,scrollbars=yes'); } *************** *** 31,41 **** !
          !

          !

          This is a serial subscription (There are subscriptions associated with this title).

          ! ! Subscription # !

          ! !

          Here comes a list of the three latest issues related to this subscription :

          ! ! ! ! ! ! ! ! !
          ! ! ! ! ! Waited ! ! Arrived ! ! Late ! ! Missing ! ! Not Issued ! ! ! ! ! !
          ! ! !

          For more information : You can see " title="Serial issues"> for Issues we have and don't have

          !
          --- 160,169 ----
          !

          ! This is a serial subscription (we have subscriptions). You can see which ! " class="button catalogue" title="Serial issues"> ! Issues ! we have and don't have !

          Index: opac-main.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** opac-main.tmpl 4 May 2005 08:58:31 -0000 1.18 --- opac-main.tmpl 20 Jun 2005 14:25:00 -0000 1.19 *************** *** 15,19 ****
          ! koha
          --- 15,23 ----
          ! ! " title="koha" alt="koha" /> ! ! koha !
          Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-MARCdetail.tmpl 4 May 2005 08:58:32 -0000 1.6 --- opac-MARCdetail.tmpl 20 Jun 2005 14:25:00 -0000 1.7 *************** *** 28,32 **** ')">Add to basket -
          --- 28,31 ---- *************** *** 62,66 **** I
          t
          e
          m
          s
          !
          --- 61,65 ---- I
          t
          e
          m
          s
          !
          *************** *** 320,323 **** --- 319,323 ----
          + --- 172,179 ----

          A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.

          If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"

          +

          Dictionnary search

          +

          if you clic on ... on the right of title/author/subject, you can search existing values in the library.

          Index: opac-serial-issues.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** opac-serial-issues.tmpl 7 Mar 2005 08:55:30 -0000 1.4 --- opac-serial-issues.tmpl 20 Jun 2005 14:25:01 -0000 1.5 *************** *** 2,12 ****
          !

          Issues for a subscription

          ! " class="button catalogue">Back to biblio !
          ! !
          !

          Subscription information for

          !

          It began on and is issued every --- 2,13 ----

          !

          Issues for a subscription

          ! " class="button">Back to biblio ! &selectview=full">Complete view ! ! !
          !

          Subscription information for

          !

          It began on and is issued every *************** *** 44,71 **** - on - ! Monday ! Tuesday ! Wednesday ! Thursday ! Friday ! Saturday ! Sunday - for issues --- 45,69 ---- ! on monday ! on tuesday ! on wednesday ! on thursday ! on friday ! on saturday ! on sunday for issues *************** *** 73,86 **** months - since

          ! !

          Issues summary

          !

          ! !

          ! !
          --- 71,99 ---- months

          +

          Last renewal of subscription was

          +

          This subscription is now ended. The last issue was recieved on

          +

          ! !

          Issues summary

          !

          ! !

          ! ! !

          Recieved issues

          !

          ! !

          ! ! !

          Missing issues

          !

          ! !

          ! !
          !
          Index: opac-user.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** opac-user.tmpl 15 Jun 2005 19:55:14 -0000 1.10 --- opac-user.tmpl 20 Jun 2005 14:25:01 -0000 1.11 *************** *** 5,15 ****

          Are our records correct?

          Library Card:

          !

          !

          ,

          !

          ,

          !

          (hm)

          !

          (wk)

          Update Record

          --- 5,20 ----

          Are our records correct?

          Library Card:

          !

          !

          Work address: ,

          !

          Home address:

          !

          Home phone:

          !

          Fax:

          Update Record

          + +

          Message from the library

          + + + *************** *** 36,104 **** ! !
          !

          You have reserved items waiting:

          !
            ! !
          • , pick up at:
          • ! !
          !
          ! !
          ! !

          You have items currently issued.

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          Title AuthorDue dateItemtypeBarcodeChargesRenewable
          ! ! ! YesNoYesNo
          ! !

          You have no items on issue.

          - - -
          -

          You have items currently reserved.

          - - - - - - - - - - - - - -
          TitleAuthorReserve date
          -
          -
          - - --- 41,118 ---- ! !
          !

          You have reserved items waiting:

          !
            ! !
          • , pick up at:
          • ! !
          !
          ! ! !
          ! !

          You have items currently issued.

          ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
          TitleAuthorDue dateItemtypeBarcodeChargesRenewable
          OVERDUE YesNoYesNo
          YesNoYesNo
          ! !

          You have no items on issue.

          ! !
          ! !
          !

          You have items currently reserved.

          ! ! ! ! ! ! ! !
          Title AuthorReserve date
          !
          !
          Index: opac-userupdate.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-userupdate.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** opac-userupdate.tmpl 12 Nov 2004 16:28:10 -0000 1.5 --- opac-userupdate.tmpl 20 Jun 2005 14:25:01 -0000 1.6 *************** *** 8,19 **** !

          !

          !

          !

          !

          !

          !

          !

          --- 8,20 ----
          !

          !

          !

          !

          !

          !

          !

          !

          !

          From tipaul at users.sourceforge.net Mon Jun 20 16:26:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:06 -0700 Subject: [Koha-cvs] CVS: koha/localfile/modified_authorities DO_NOT_REMOVE,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/localfile/modified_authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10499/localfile/modified_authorities Added Files: DO_NOT_REMOVE Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:26:23 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:23 -0700 Subject: [Koha-cvs] CVS: koha/misc/release notes release_notes_223.txt,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/misc/release notes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10680/misc/release notes Added Files: release_notes_223.txt Log Message: synch'ing 2.2 and head ***** Bogus filespec: notes From tipaul at users.sourceforge.net Mon Jun 20 16:26:06 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:26:06 -0700 Subject: [Koha-cvs] CVS: koha/members memberentry.pl,1.9,1.10 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10499/members Modified Files: memberentry.pl Log Message: synch'ing 2.2 and head Index: memberentry.pl =================================================================== RCS file: /cvsroot/koha/koha/members/memberentry.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** memberentry.pl 4 May 2005 09:01:58 -0000 1.9 --- memberentry.pl 20 Jun 2005 14:26:03 -0000 1.10 *************** *** 129,138 **** print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$borrowernumber"); } - - if($destination eq "circ"){ - print $input->redirect("/cgi-bin/koha/circ/circulation.pl?findborrower=$data{'cardnumber'}"); - } else { - print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$data{'borrowernumber'}"); - } } } --- 129,132 ---- *************** *** 242,246 **** $template->param( actionType => $actionType, destination => $destination, ! member => $member, address => $data->{'streetaddress'}, firstname => $data->{'firstname'}, --- 236,240 ---- $template->param( actionType => $actionType, destination => $destination, ! borrowernumber => $borrowernumber, address => $data->{'streetaddress'}, firstname => $data->{'firstname'}, *************** *** 268,273 **** relshiploop => \@relshipdata, "title_".$data->{'title'} => " SELECTED ", ! dateenrolled => $data->{'dateenrolled'}, ! expiry => $data->{'expiry'}, cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, --- 262,267 ---- relshiploop => \@relshipdata, "title_".$data->{'title'} => " SELECTED ", ! joining => format_date($data->{'dateenrolled'}), ! expiry => format_date($data->{'expiry'}), cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, From tipaul at users.sourceforge.net Mon Jun 20 16:27:51 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:27:51 -0700 Subject: [Koha-cvs] CVS: koha/misc/sql-datas/english sample_usmarc.mrc,1.1,1.2 sample_usmarc.readme,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/misc/sql-datas/english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10788/misc/sql-datas/english Added Files: sample_usmarc.mrc sample_usmarc.readme Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:28:23 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:28:23 -0700 Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.90,1.91 overduenotices.pl,1.3,1.4 Message-ID: Update of /cvsroot/koha/koha/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11485/misc Modified Files: Install.pm overduenotices.pl Log Message: synch'ing 2.2 and head Index: Install.pm =================================================================== RCS file: /cvsroot/koha/koha/misc/Install.pm,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -r1.90 -r1.91 *** Install.pm 27 May 2005 13:33:42 -0000 1.90 --- Install.pm 20 Jun 2005 14:28:10 -0000 1.91 *************** *** 3,7 **** # Copyright 2000-2002 Katipo Communications ! # Contains parts Copyright 2003-5 MJ Ray # # This file is part of Koha. --- 3,7 ---- # Copyright 2000-2002 Katipo Communications ! # Contains parts Copyright 2003-4 MJ Ray # # This file is part of Koha. *************** *** 860,865 **** unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; - unless (eval {require PDF::API2}) { push @missing,"PDF::API2" }; # The following modules are not mandatory, depends on how the library want to use Koha unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal --- 860,869 ---- unless (eval {require MARC::Record}) { push @missing,"MARC::Record" }; unless (eval {require Mail::Sendmail}) { push @missing,"Mail::Sendmail" }; # The following modules are not mandatory, depends on how the library want to use Koha + unless (eval {require PDF::API2}) { + if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal + push @missing,"You will need PDF::API2 for barcode generator" + } + } unless (eval {require Net::LDAP}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal *************** *** 1952,1958 **** startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branches (branchcode,branchname,issuing) values ('$branchcode', '$branch', 1)\" '$database'"); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'IS')\" '$database'"); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'CU')\" '$database'"); my $printername='lp'; --- 1956,1962 ---- startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branches (branchcode,branchname,issuing) values ('$branchcode', '$branch', 1)\" $database"); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'IS')\" $database"); ! system("$mysqldir/bin/mysql -u$user -e \"insert into branchrelations (branchcode,categorycode) values ('MAIN', 'CU')\" $database"); my $printername='lp'; *************** *** 1973,1977 **** } startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"insert into printers (printername,printqueue,printtype) values ('$printername', '$printerqueue', '')\" '$database'"); } my $language; --- 1977,1981 ---- } startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"insert into printers (printername,printqueue,printtype) values ('$printername', '$printerqueue', '')\" $database"); } my $language; *************** *** 1983,1987 **** } startsysout(); ! system("$mysqldir/bin/mysql '-u$user' -e \"update systempreferences set value='$language' where variable='opaclanguages'\" '$database'"); my @dirs; if (-d "scripts/misc/sql-datas") { --- 1987,1991 ---- } startsysout(); ! system("$mysqldir/bin/mysql -u$user -e \"update systempreferences set value='$language' where variable='opaclanguages'\" $database"); my @dirs; if (-d "scripts/misc/sql-datas") { *************** *** 2154,2158 **** setmysqlclipass($pass); ! open (MD, "$mysqldir/bin/mysqldump '--user=$user' --host=$hostname '$database'|"); (open BF, ">$backupdir/Koha.backup_$date") || (die "Error opening up backup file $backupdir/Koha.backup_$date: $!\n"); --- 2158,2162 ---- setmysqlclipass($pass); ! open (MD, "$mysqldir/bin/mysqldump --user=$user --host=$hostname $database|"); (open BF, ">$backupdir/Koha.backup_$date") || (die "Error opening up backup file $backupdir/Koha.backup_$date: $!\n"); Index: overduenotices.pl =================================================================== RCS file: /cvsroot/koha/koha/misc/overduenotices.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** overduenotices.pl 4 May 2005 09:02:37 -0000 1.3 --- overduenotices.pl 20 Jun 2005 14:28:12 -0000 1.4 *************** *** 74,78 **** # The following fields are available : # ! my $mailtext = "\n\n\nDear library borrower\n\n\n \n\n According to our records, you have items that are at\n least a week overdue for return to the library or renewal.\n If you have registered a password with the library, you may use it\n and your library card to login at http://XXX.org\n to check the status of your account, or you may call any of our branch\n Please be advised that all library services will be blocked\n if items are allowed to go more than 30 days overdue.\n\n Thank you for using your public libraries.\n\n\n \n \n \n \n\n\n\n\n\n"; # # END OF PARAMETERS --- 74,79 ---- # The following fields are available : # ! my $mailtext = "\n\n\nDear library borrower\n\n\n \n\n According to our records, you have items, the description of which follows, that are at\n least a week overdue for return to the library or renewal:\n title author barcode\n\n ! If you have registered a password with the library, you may use it\n and your library card to login at http://XXX.org\n to check the status of your account, or you may call any of our branch\n Please be advised that all library services will be blocked\n if items are allowed to go more than 30 days overdue.\n\n Thank you for using your public libraries.\n\n\n \n \n \n \n\n\n\n\n\n"; # # END OF PARAMETERS *************** *** 85,89 **** my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare ("SELECT count(*), issues.borrowernumber,firstname,surname,streetaddress,physstreet,city,zipcode,emailaddress FROM issues,borrowers,categories WHERE returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500 AND issues.borrowernumber=borrowers.borrowernumber and borrowers.categorycode=categories.categorycode and categories.overduenoticerequired=1 group by issues.borrowernumber"); $sth->execute; # --- 86,92 ---- my $dbh = C4::Context->dbh; ! my $sth = $dbh->prepare ("SELECT COUNT(*), issues.borrowernumber,firstname,surname,streetaddress,physstreet,city,zipcode,emailaddress FROM issues,borrowers,categories WHERE returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500 AND issues.borrowernumber=borrowers.borrowernumber and borrowers.categorycode=categories.categorycode and categories.overduenoticerequired=1 group by issues.borrowernumber"); ! my $sth2 = $dbh->prepare("SELECT biblio.title,biblio.author,items.barcode FROM issues,items,biblio WHERE items.itemnumber=issues.itemnumber and biblio.biblionumber=items.biblionumber AND issues.borrowernumber=? AND returndate IS NULL AND TO_DAYS(NOW())-TO_DAYS(date_due) BETWEEN 0 and 500"); ! $sth->execute; # *************** *** 92,95 **** --- 95,99 ---- my $count = 0; # to keep track of how many notices are printed my $e_count = 0; # and e-mailed + my $date=localtime; my ($itemcount,$borrnum,$firstname,$lastname,$address1,$address2,$city,$postcode,$email); *************** *** 103,107 **** $notice =~ s/\/$city/g; $notice =~ s/\/$postcode/g; ! # if not using e-mail notices, comment out the following lines if ($email) { # or you might check for borrowers.preferredcont --- 107,120 ---- $notice =~ s/\/$city/g; $notice =~ s/\/$postcode/g; ! $notice =~ s/\/$date/g; ! ! $sth2->execute($borrnum); ! my $titles=""; ! my ($title, $author, $barcode); ! while (($title, $author, $barcode) = $sth2->fetchrow){ ! $titles .= " ".($title?$title:"")." ".($author?$author:"")." ".($barcode?$barcode:"")."\n"; ! } ! $notice =~ s/\/$titles/g; ! $sth2->finish; # if not using e-mail notices, comment out the following lines if ($email) { # or you might check for borrowers.preferredcont *************** *** 136,140 **** $notice .= ; if ($nomail) { ! print "TO => $email\n"; print "FROM => $from\n"; print "SUBJECT => Koha overdue\n"; --- 149,153 ---- $notice .= ; if ($nomail) { ! print "TO => $email\n" if $email; print "FROM => $from\n"; print "SUBJECT => Koha overdue\n"; From tipaul at users.sourceforge.net Mon Jun 20 16:33:35 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:33:35 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-dictionary.pl,1.1,1.2 opac-detail.pl,1.19,1.20 opac-main.pl,1.16,1.17 opac-search.pl,1.29,1.30 opac-sendbasket.pl,1.6,1.7 opac-serial-issues.pl,1.3,1.4 opac-user.pl,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14868/opac Modified Files: opac-detail.pl opac-main.pl opac-search.pl opac-sendbasket.pl opac-serial-issues.pl opac-user.pl Added Files: opac-dictionary.pl Log Message: synch'ing 2.2 and head Index: opac-detail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** opac-detail.pl 17 Jun 2005 13:44:25 -0000 1.19 --- opac-detail.pl 20 Jun 2005 14:33:32 -0000 1.20 *************** *** 30,33 **** --- 30,34 ---- my ($webbiblioitemcount, @webbiblioitems) = &getwebbiblioitems($biblionumber); my ($websitecount, @websites) = &getwebsites($biblionumber); + my $subscriptionsnumber = getsubscriptionfrombiblionumber($biblionumber); $dat->{'count'}=@items; *************** *** 85,89 **** SITE_RESULTS => $sitearray, subscriptionsnumber => $subscriptionsnumber, - subscriptions => \@subs, LibraryName => C4::Context->preference("LibraryName"), suggestion => C4::Context->preference("suggestion"), --- 86,89 ---- *************** *** 124,125 **** --- 124,127 ---- #output_html_with_http_headers $query, $cookie, $template->output; + output_html_with_http_headers $query, $cookie, $template->output; + Index: opac-main.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-main.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** opac-main.pl 4 Oct 2004 20:20:25 -0000 1.16 --- opac-main.pl 20 Jun 2005 14:33:32 -0000 1.17 *************** *** 53,56 **** --- 53,57 ---- languages => \@options, textmessaging => $borrower->{textmessaging}, + opaclargeimage => C4::Context->preference("opaclargeimage"), ); output_html_with_http_headers $input, $cookie, $template->output; Index: opac-search.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** opac-search.pl 3 Jun 2005 04:15:29 -0000 1.29 --- opac-search.pl 20 Jun 2005 14:33:32 -0000 1.30 *************** *** 9,13 **** use C4::Database; use HTML::Template; ! use C4::SearchMarc; use C4::Acquisition; use C4::Biblio; --- 9,13 ---- use C4::Database; use HTML::Template; ! use C4::SearchMarcTest; use C4::Acquisition; use C4::Biblio; *************** *** 412,416 **** } # ADDED BY JF ! if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result --- 412,416 ---- } # ADDED BY JF ! #if ($totalresults == 1){ # if its a barcode search by definition we will only have one result. # And if we have a result Index: opac-sendbasket.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-sendbasket.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** opac-sendbasket.pl 20 Jun 2005 01:01:06 -0000 1.6 --- opac-sendbasket.pl 20 Jun 2005 14:33:32 -0000 1.7 *************** *** 8,11 **** --- 8,12 ---- use C4::Context; use C4::Search; + use C4::Biblio; use C4::Auth; use C4::Interface::CGI::Output; *************** *** 15,106 **** my $query = new CGI; ! my ( $template, $borrowernumber, $cookie ) = get_template_and_user( ! { ! template_name => "opac-sendbasketform.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => { borrow => 1 }, ! } ! ); ! ! my $bib_list = $query->param('bib_list'); ! my $email_add = $query->param('email_add'); ! my $email_sender = $query->param('email_sender'); - my $dbh = C4::Context->dbh(); if ($email_add) { ! my $email_from = C4::Context->preference('KohaAdminEmailAddress'); ! my %mail = ( ! To => $email_add, ! From => $email_from ! ); ! ! my ( $template2, $borrowernumber, $cookie ) = get_template_and_user( ! { ! template_name => "opac-sendbasket.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => { borrow => 1 }, ! } ! ); ! ! my @bibs = split ( /\//, $bib_list ); ! my @results; ! my $iso2709; ! foreach my $biblionumber (@bibs) { ! $template2->param( biblionumber => $biblionumber ); ! ! my $dat = &bibdata($biblionumber); ! my ( $authorcount, $addauthor ) = &addauthor($biblionumber); ! my @items = &ItemInfo( undef, $biblionumber, 'opac' ); ! ! $dat->{'additional'} = $addauthor->[0]->{'author'}; ! for ( my $i = 1 ; $i < $authorcount ; $i++ ) { ! $dat->{'additional'} .= "|" . $addauthor->[$i]->{'author'}; ! } ! ! $dat->{'biblionumber'} = $biblionumber; ! $dat->{ITEM_RESULTS} = \@items; ! my $record = MARCgetbiblio( $dbh, $biblionumber ); ! $iso2709 .= $record->as_usmarc(); ! ! push ( @results, $dat ); ! } ! ! my $resultsarray = \@results; ! $template2->param( ! BIBLIO_RESULTS => $resultsarray, ! email_sender => $email_sender ! ); ! ! # Getting template result ! my $template_res = $template2->output(); ! ! # Analysing information and getting mail properties ! if ( $template_res =~ /\n(.*)\n/s ) { ! $mail{'subject'} = $1; ! } ! else { $mail{'subject'} = "no subject"; } ! ! my $email_header = ""; ! if ( $template_res =~ /
          \n(.*)\n/s ) { ! $email_header = $1; ! } ! ! my $email_file = "basket.txt"; ! if ( $template_res =~ /\n(.*)\n/s ) { ! $email_file = $1; ! } ! ! if ( $template_res =~ /\n(.*)\n/s ) { ! $mail{'body'} = $1; ! } ! my $boundary = "====" . time() . "===="; ! $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; $email_header = encode_qp($email_header); --- 16,73 ---- my $query = new CGI; ! my ($template, $borrowernumber, $cookie) ! = get_template_and_user({template_name => "opac-sendbasketform.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => {borrow => 1}, ! }); ! ! my $bib_list=$query->param('bib_list'); ! my $email_add=$query->param('email_add'); ! my $email_sender=$query->param('email_sender'); ! my $dbh=C4::Context->dbh; ! my $sth; ! $sth=$dbh->prepare("select bibid from marc_biblio where biblionumber=? order by bibid"); if ($email_add) { ! my $email_from = C4::Context->preference('KohaAdminEmailAddress'); ! ! my %mail = ( To => $email_add, ! From => $email_from); ! my ($template2, $borrowernumber, $cookie) ! = get_template_and_user({template_name => "opac-sendbasket.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! flagsrequired => {borrow => 1}, ! }); ! ! my @bibs = split(/\//, $bib_list); ! my @results; ! my $iso2709; ! foreach my $biblionumber (@bibs) { ! $template2->param(biblionumber => $biblionumber); ! ! my $dat = &bibdata($biblionumber); ! my ($authorcount, $addauthor) = &addauthor($biblionumber); ! my @items = &ItemInfo(undef, $biblionumber, 'opac'); ! ! $dat->{'additional'}=$addauthor->[0]->{'author'}; ! for (my $i = 1; $i < $authorcount; $i++) { ! $dat->{'additional'} .= "|" . $addauthor->[$i]->{'author'}; ! } ! ! $dat->{'biblionumber'} = $biblionumber; ! $dat->{ITEM_RESULTS} = \@items; ! $sth->execute($biblionumber); ! my ($bibid) = $sth->fetchrow; ! my $record = MARCgetbiblio($dbh,$bibid); ! $iso2709 .= $record->as_usmarc(); ! push (@results, $dat); ! } $email_header = encode_qp($email_header); *************** *** 108,113 **** $boundary = "--" . $boundary; ! # Writing mail ! $mail{body} = <\n(.*)\n/s) { $mail{'subject'} = $1; } ! else { $mail{'subject'} = "no subject"; } ! ! my $email_header = ""; ! if ($template_res =~ /
          \n(.*)\n/s) { $email_header = $1; } ! ! my $email_file = "basket.txt"; ! if ($template_res =~ /\n(.*)\n/s) { $email_file = $1; } ! ! if ($template_res =~ /\n(.*)\n/s) { $mail{'body'} = $1; } ! ! my $boundary = "====" . time() . "===="; ! # $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; ! # ! # $email_header = encode_qp($email_header); ! # ! # $boundary = "--".$boundary; ! # ! # # Writing mail ! # $mail{body} = ! $mail{'content-type'} = "multipart/mixed; boundary=\"$boundary\""; ! ! my $message = encode_qp( "" ); ! ! # $file = $^X; # This is the perl executable ! # ! # open (F, $file) or die "Cannot read $file: $!"; ! # binmode F; undef $/; ! $mail{body} = encode_base64($iso2709); ! # close F; ! ! $boundary = '--'.$boundary; ! $mail{body} = <param( SENT => "1" ); ! $template->param( email_add => $email_add ); ! } ! else { ! ! # do something if it doesnt work.... ! warn "Error sending mail: $Mail::Sendmail::error \n"; ! warn "$mail{'body'}"; ! } output_html_with_http_headers $query, $cookie, $template->output; } else { ! $template->param( bib_list => $bib_list ); ! $template->param( ! url => "/cgi-bin/koha/opac-sendbasket.pl", ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); ! output_html_with_http_headers $query, $cookie, $template->output; } --- 137,178 ---- END_OF_BODY ! $mail{attachment} = $iso2709; ! # $mail{body} = <param(SENT => "1"); ! $template->param(email_add => $email_add); ! } else { ! # do something if it doesnt work.... ! warn "Error sending mail: $Mail::Sendmail::error \n"; ! } output_html_with_http_headers $query, $cookie, $template->output; } else { ! $template->param(bib_list => $bib_list); ! $template->param(url => "/cgi-bin/koha/opac-sendbasket.pl", ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); ! output_html_with_http_headers $query, $cookie, $template->output; } Index: opac-serial-issues.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-serial-issues.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** opac-serial-issues.pl 4 May 2005 09:02:38 -0000 1.3 --- opac-serial-issues.pl 20 Jun 2005 14:33:32 -0000 1.4 *************** *** 15,41 **** my $op = $query->param('op'); my $dbh = C4::Context->dbh; my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); ! my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); ! ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "opac-serial-issues.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! debug => 1, ! }); ! ! # replace CR by
          in librarian note ! # $subscription->{opacnote} =~ s/\n/\/g; ! ! $template->param( ! biblionumber => $query->param('biblionumber'), ! subscription_LOOP => $subscriptions ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); output_html_with_http_headers $query, $cookie, $template->output; --- 15,77 ---- my $op = $query->param('op'); my $dbh = C4::Context->dbh; + my $selectview = $query->param('selectview'); + $selectview = C4::Context->preference("SubscriptionHistory") unless $selectview; + my $sth; # my $id; my ($template, $loggedinuser, $cookie); my $biblionumber = $query->param('biblionumber'); ! if ($selectview eq "full"){ ! my $subscriptions = get_full_subscription_list_from_biblionumber($biblionumber); ! ! my $title = $subscriptions->[0]{bibliotitle}; ! # warn "title ".$title; ! my $yearmin=$subscriptions->[0]{year}; ! # warn "yearmin ".$yearmin; ! my $yearmax=$subscriptions->[scalar(@$subscriptions)-1]{year}; ! # warn "yearmax ".$yearmax; ! ! ! ($template, $loggedinuser, $cookie) ! = get_template_and_user({template_name => "opac-full-serial-issues.tmpl", ! query => $query, ! type => "opac", ! authnotrequired => 1, ! debug => 1, ! }); ! ! # replace CR by
          in librarian note ! # $subscription->{opacnote} =~ s/\n/\/g; ! ! $template->param( ! biblionumber => $query->param('biblionumber'), ! years => $subscriptions, ! yearmin => $yearmin, ! yearmax =>$yearmax, ! bibliotitle => $title, ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! ); + } else { + my $subscriptions = get_subscription_list_from_biblionumber($biblionumber); + + ($template, $loggedinuser, $cookie) + = get_template_and_user({template_name => "opac-serial-issues.tmpl", + query => $query, + type => "opac", + authnotrequired => 1, + debug => 1, + }); + + # replace CR by
          in librarian note + # $subscription->{opacnote} =~ s/\n/\/g; + + $template->param( + biblionumber => $query->param('biblionumber'), + subscription_LOOP => $subscriptions, + suggestion => C4::Context->preference("suggestion"), + virtualshelves => C4::Context->preference("virtualshelves"), + ); + } output_html_with_http_headers $query, $cookie, $template->output; Index: opac-user.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-user.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** opac-user.pl 4 May 2005 09:02:38 -0000 1.16 --- opac-user.pl 20 Jun 2005 14:33:32 -0000 1.17 *************** *** 137,143 **** $template->param(WAITING => \@waiting); $template->param(waiting_count => $wcount, ! LibraryName => C4::Context->preference("LibraryName"), ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ); --- 137,144 ---- $template->param(WAITING => \@waiting); $template->param(waiting_count => $wcount, ! LibraryName => C4::Context->preference("LibraryName"), ! suggestion => C4::Context->preference("suggestion"), ! virtualshelves => C4::Context->preference("virtualshelves"), ! textmessaging => $borr->{textmessaging}, ); From tipaul at users.sourceforge.net Mon Jun 20 16:34:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:34:47 -0700 Subject: [Koha-cvs] CVS: koha/reports borrowers_out.pl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15651/reports Modified Files: borrowers_out.pl Log Message: synch'ing 2.2 and head Index: borrowers_out.pl =================================================================== RCS file: /cvsroot/koha/koha/reports/borrowers_out.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** borrowers_out.pl 4 May 2005 09:02:38 -0000 1.2 --- borrowers_out.pl 20 Jun 2005 14:34:45 -0000 1.3 *************** *** 160,164 **** # my @loopfilter; ! for (my $i=0;$i<=6;$i++) { my %cell; if ( @$filters[$i] ) { --- 160,164 ---- # my @loopfilter; ! for (my $i=0;$i<=2;$i++) { my %cell; if ( @$filters[$i] ) { *************** *** 168,171 **** --- 168,172 ---- $cell{filter} .= @$filters[$i]; $cell{crit} .="Bor Cat" if ($i==0); + $cell{crit} .="Without issues since" if ($i==1); push @loopfilter, \%cell; } *************** *** 229,239 **** my $strcalc ; ! # Processing average loanperiods $strcalc .= "SELECT CONCAT( borrowers.surname , \"\\t\",borrowers.firstname, \"\\t\", borrowers.cardnumber)"; $strcalc .= " , $colfield " if ($colfield); ! $strcalc .= " FROM borrowers LEFT JOIN issues ON issues.borrowernumber=borrowers.borrowernumber WHERE issues.borrowernumber is null"; @$filters[0]=~ s/\*/%/g if (@$filters[0]); $strcalc .= " AND borrowers.categorycode like '" . @$filters[0] ."'" if ( @$filters[0] ); ! $strcalc .= " group by borrowers.borrowernumber"; $strcalc .= ", $colfield" if ($column); --- 230,253 ---- my $strcalc ; ! # Processing calculation $strcalc .= "SELECT CONCAT( borrowers.surname , \"\\t\",borrowers.firstname, \"\\t\", borrowers.cardnumber)"; $strcalc .= " , $colfield " if ($colfield); ! $strcalc .= " FROM borrowers "; ! $strcalc .= "WHERE 1 "; @$filters[0]=~ s/\*/%/g if (@$filters[0]); $strcalc .= " AND borrowers.categorycode like '" . @$filters[0] ."'" if ( @$filters[0] ); ! if (@$filters[1]){ ! my $queryfilter = $dbh->prepare("SELECT DISTINCT borrowernumber FROM issues where issues.timestamp>?"); ! $queryfilter->execute(@$filters[1]); ! while (my ($bornum)=$queryfilter->fetchrow){ ! $strcalc .= " AND borrowers.borrowernumber <> $bornum "; ! } ! } else { ! my $queryfilter = $dbh->prepare("SELECT DISTINCT borrowernumber FROM issues "); ! $queryfilter->execute; ! while (my ($bornum)=$queryfilter->fetchrow){ ! $strcalc .= " AND borrowers.borrowernumber <> $bornum "; ! } ! } $strcalc .= " group by borrowers.borrowernumber"; $strcalc .= ", $colfield" if ($column); From tipaul at users.sourceforge.net Mon Jun 20 16:36:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:36:47 -0700 Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.104,1.105 Message-ID: Update of /cvsroot/koha/koha/updater In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/updater Modified Files: updatedatabase Log Message: synch'ing 2.2 and head Index: updatedatabase =================================================================== RCS file: /cvsroot/koha/koha/updater/updatedatabase,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -r1.104 -r1.105 *** updatedatabase 1 Jun 2005 21:35:05 -0000 1.104 --- updatedatabase 20 Jun 2005 14:36:44 -0000 1.105 *************** *** 834,837 **** --- 834,855 ---- { uniquefieldrequired => 'variable', + variable => 'opacsmallimage', + value => '', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Enter a complete URL to an image, will be on top/left instead of the Koha logo', + type => 'free', + }, + { + uniquefieldrequired => 'variable', + variable => 'opaclargeimage', + value => '', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'Enter a complete URL to an image, will be on the main page, instead of the Koha logo', + type => 'free', + }, + { + uniquefieldrequired => 'variable', variable => 'delimiter', value => ';', *************** *** 863,866 **** --- 881,904 ---- options => ';|tabulation|,|/|\|#' }, + { + uniquefieldrequired => 'variable', + variable => 'SubscriptionHistory', + value => ';', + forceupdate => { 'explanation' => 1, + 'type' => 1, + 'options' => 1}, + explanation => 'Define the information level for serials history in OPAC', + type => 'Choice', + options => 'simplified|full' + }, + { + uniquefieldrequired => 'variable', + variable => 'hidelostitems', + value => 'No', + forceupdate => { 'explanation' => 1, + 'type' => 1}, + explanation => 'show or hide "lost" items in OPAC.', + type => 'YesNo', + }, ], *************** *** 1448,1457 **** # $Log$ ! # Revision 1.104 2005/06/01 21:35:05 genjimoto ! # New Feature: catalogsearch() has a new parameter, $sqlstring. A developer puts into it whatever they want to tack onto the end of the where statement. See usage in opac-search.pl ! # ! # Revision 1.103 2005/05/04 09:04:52 tipaul # synch'ing 2.2 and head # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : --- 1486,1501 ---- # $Log$ ! # Revision 1.105 2005/06/20 14:36:44 tipaul # synch'ing 2.2 and head # + # Revision 1.100.2.5 2005/06/06 15:23:36 tipaul + # adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy ! + # + # Revision 1.100.2.4 2005/06/06 14:15:55 tipaul + # adding 2 systemparameters to define an alternate image as logo in opac (the image on main page & on each top-left page) + # + # Revision 1.100.2.3 2005/06/02 21:05:34 hdl + # adding variable SubscriptionHistory + # # Revision 1.100.2.2 2005/03/29 15:41:43 tipaul # * new permissions : management & tools. You now have 2 new permissions : From tipaul at users.sourceforge.net Mon Jun 20 16:36:47 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:36:47 -0700 Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/search.marc Modified Files: dictionary.pl Log Message: synch'ing 2.2 and head Index: dictionary.pl =================================================================== RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** dictionary.pl 1 Jun 2005 12:51:02 -0000 1.6 --- dictionary.pl 20 Jun 2005 14:36:44 -0000 1.7 *************** *** 106,110 **** } $listtags =~s/,$/)/; ! $strsth .= $listtags." and marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); --- 106,110 ---- } $listtags =~s/,$/)/; ! $strsth .= $listtags." and marc_word.tagsubfield=concat(marc_subfield_table.tag,marc_subfield_table.subfieldcode) group by subfieldvalue "; # warn "search in biblio : ".$strsth; my $value = uc($search[0]); From tipaul at users.sourceforge.net Mon Jun 20 16:37:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:17 -0700 Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_123i.pl,1.1,1.2 unimarc_field_123j.pl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/value_builder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16867/value_builder Modified Files: unimarc_field_123i.pl unimarc_field_123j.pl Log Message: synch'ing 2.2 and head From tipaul at users.sourceforge.net Mon Jun 20 16:37:17 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:17 -0700 Subject: [Koha-cvs] CVS: koha/z3950/server zed-koha-server.pl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/z3950/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16867/z3950/server Modified Files: zed-koha-server.pl Log Message: synch'ing 2.2 and head Index: zed-koha-server.pl =================================================================== RCS file: /cvsroot/koha/koha/z3950/server/zed-koha-server.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** zed-koha-server.pl 3 Jun 2004 01:48:19 -0000 1.4 --- zed-koha-server.pl 20 Jun 2005 14:37:15 -0000 1.5 *************** *** 58,62 **** use C4::Biblio; use strict; ! my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope --- 58,62 ---- use C4::Biblio; use strict; ! # my $dbh = C4::Context->dbh; my @bib_list; ## Stores the list of biblionumbers in a query ## I should eventually move this to different scope *************** *** 86,89 **** --- 86,90 ---- sub run_query { ## Run the query and store the biblionumbers: my ($sql_query, $query, $args) = @_; + my $dbh = C4::Context->dbh; my $sth_get = $dbh->prepare("$sql_query"); *************** *** 145,149 **** print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblio ON marc_biblio.biblionumber = biblio.biblionumber WHERE biblio.isbn LIKE ?"; &run_query($sql_query, $query, $args); --- 146,150 ---- print "The query was:\n"; print "$query\n"; ! my $sql_query = "SELECT marc_biblio.bibid FROM marc_biblio RIGHT JOIN biblioitems ON marc_biblio.biblionumber = biblioitems.biblionumber WHERE biblioitems.isbn LIKE ?"; &run_query($sql_query, $query, $args); *************** *** 269,392 **** $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! my $recordstring=$MARCRecord->as_usmarc(); ! ## print "here is my record: $recordstring\n"; ! ! ## Troubleshooting: ! ## use Data::Dumper; ! ## Dumper $recordstring; ! ## open (MARC, ">/root/marc.dump"); ! ## print MARC "$recordstring"; ! ## close MARC; ! ! ## Convert from 852/4 to 952: ! ## 942a --> 852a Organization code ! ## 952b --> 852b Home branch ! ## 942k --> 852h Classification ! ## 952p --> 852p Barcode ! ! my $record = MARC::Record->new_from_usmarc($recordstring); ! my @fields942 = $record->field('942'); ! my $field842 = $fields942[0]; ! my ($field952, $sub852a, $sub852k, $sub852b, $sub852p, $sub852h); ! ! ! ## while ( my $record = $batch->next() ) { ! ## my @fields942 = $record->field('942'); ! ## my $field842 = $fields942[0]; ! ## #grab first 942 (only need one, they are same for all items) ! ## my $sub852a = ($field842->subfield('a') || ''); ! ## my $sub852h = ($field842->subfield('k') || ''); ! ! ## my @fields952 = $record->field('952'); ! ## foreach my $field952 (@fields952) { #get all 952s ! ## my $sub852b = ($field952->subfield('b') || ''); ! ## my $sub852p = ($field952->subfield('p') || ''); ! ! ! #grab first 942 (only need one, they are same for all items) ! unless (! $field952){ ! $sub852a = ($field952->subfield('a') || '') ; ! } ! unless (! $field952){ #->subfield('k')) { ! $sub852k = ($field952->subfield('k') || '') ; ! ! } ! ! my @fields952 = $record->field('952'); ! foreach my $field952 (@fields952) { #get all 952s ! ! unless (! $field952) { #->subfield('b')) { ! $sub852b = ($field952->subfield('b') || '') ; ! } ! unless (! $field952) { #->subfield('p')) { ! $sub852p = ($field952->subfield('p') || '') ; ! } ! #make it one big happy family ! my $new852 = MARC::Field->new( ! 852,'','', ! 'a' => $sub852a, ! 'b' => $sub852b, ! 'h' => $sub852h, ! 'p' => $sub852p, ! ); ! $record->append_fields($new852); ! ! } ! ! my $recordstringdone = $record->as_usmarc(); ! ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::usmarc; ## Return the record string to the client ! $args->{RECORD} = $recordstringdone; } - # That's all folks! - # - # OLD OLD OLD OLD - - sub fetch_handler_old { - my ($args) = @_; - # warn "in fetch_handler"; ## troubleshooting - my $offset = $args->{OFFSET}; - $offset -= 1; ## because $args->{OFFSET} 1 = record #1 - chomp (my $bibid = $bib_list[$offset]); ## Not sure about this - my $sql_query = "SELECT tag, subfieldcode, subfieldvalue FROM marc_subfield_table where bibid=?"; - my $sth_get = $dbh->prepare("$sql_query"); - $sth_get->execute($bibid); - - ## create a MARC::Record object - my $rec = MARC::Record->new(); - - ## create the fields - while (my @data=$sth_get->fetchrow_array) { - - my $tag = $data[0]; - my $subfieldcode = $data[1]; - my $subfieldvalue = $data[2]; - - my $field = MARC::Field->new( - $tag,'','', - $subfieldcode => $subfieldvalue, - ); - $rec->append_fields($field); - - ## build the marc string and put into $record - my $tmp_record = $rec->as_usmarc(); - my $reclen = length $tmp_record; - my $baseaddr = "$reclen + dirlen"; - # set_leader_lengths($reclen,$baseaddr); - my $record = $rec->as_usmarc(); - $args->{RECORD} = $record; - } - - } - - ## This stuff doesn't work yet...I should include boolean searching someday ## though --- 270,287 ---- $offset -= 1; ## because $args->{OFFSET} 1 = record #1 chomp (my $bibid = $bib_list[$offset]); ## Not sure about this ! ## print "the bibid is:$bibid\n"; ! my $dbh = C4::Context->dbh; ! my $MARCRecord = &MARCgetbiblio($dbh,$bibid); ! $MARCRecord->leader(' nac 22 1u 4500'); ## Set the REP_FORM ! $args->{REP_FORM} = &Net::Z3950::OID::unimarc; ## Return the record string to the client ! $args->{RECORD} = $MARCRecord->as_usmarc(); ! # $args->{RECORD} = $recordstringdone; } ## This stuff doesn't work yet...I should include boolean searching someday ## though From tipaul at users.sourceforge.net Mon Jun 20 16:37:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:53 -0700 Subject: [Koha-cvs] CVS: koha/z3950 processz3950queue,1.14,1.15 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418/z3950 Modified Files: processz3950queue Log Message: synch'ing 2.2 and head Index: processz3950queue =================================================================== RCS file: /cvsroot/koha/koha/z3950/processz3950queue,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** processz3950queue 4 May 2005 09:04:52 -0000 1.14 --- processz3950queue 20 Jun 2005 14:37:51 -0000 1.15 *************** *** 281,292 **** for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata; ! # use render() or rawdata() depending on the type of the returned record ! if (ref($rec) eq "Net::Z3950::Record::USMARC") { ! $marcdata = $rec->rawdata(); ! } ! if (ref($rec) eq "Net::Z3950::Record::UNIMARC") { ! $marcdata = $rec->rawdata(); ! } $globalencoding = ref($rec); $result.=$marcdata; --- 281,285 ---- for ($i=1; $i<=(($numresults<80) ? ($numresults) : (80)); $i++) { my $rec=$rs->record($i); ! my $marcdata = $rec->rawdata(); $globalencoding = ref($rec); $result.=$marcdata; From tipaul at users.sourceforge.net Mon Jun 20 16:37:55 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:37:55 -0700 Subject: [Koha-cvs] CVS: koha help.pl,1.1,1.2 mainpage.pl,1.9,1.10 MARCdetail.pl,1.27,1.28 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418 Modified Files: help.pl mainpage.pl MARCdetail.pl Log Message: synch'ing 2.2 and head Index: help.pl =================================================================== RCS file: /cvsroot/koha/koha/help.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** help.pl 3 Jun 2004 10:22:59 -0000 1.1 --- help.pl 20 Jun 2005 14:37:51 -0000 1.2 *************** *** 30,34 **** unless (-e "$htdocs/$theme/$lang/$tmplbase") { $tmplbase="help/nohelp.tmpl"; ! my ($theme, $lang) = themelanguage($htdocs, $tmplbase, "intranet"); } my $template = HTML::Template->new(filename => "$htdocs/$theme/$lang/$tmplbase", --- 30,34 ---- unless (-e "$htdocs/$theme/$lang/$tmplbase") { $tmplbase="help/nohelp.tmpl"; ! ($theme, $lang) = themelanguage($htdocs, $tmplbase, "intranet"); } my $template = HTML::Template->new(filename => "$htdocs/$theme/$lang/$tmplbase", Index: mainpage.pl =================================================================== RCS file: /cvsroot/koha/koha/mainpage.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** mainpage.pl 22 Dec 2003 14:54:53 -0000 1.9 --- mainpage.pl 20 Jun 2005 14:37:52 -0000 1.10 *************** *** 8,13 **** --- 8,24 ---- use CGI; use C4::Auth; + use C4::AuthoritiesMarc; + use C4::Koha; my $query = new CGI; + my $authtypes = getauthtypes; + my @authtypesloop; + foreach my $thisauthtype (sort { $authtypes->{$a} <=> $authtypes->{$b} } keys %$authtypes) { + my %row =(value => $thisauthtype, + authtypetext => $authtypes->{$thisauthtype}{'authtypetext'}, + ); + push @authtypesloop, \%row; + } + my ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "intranet-main.tmpl", *************** *** 25,28 **** --- 36,40 ---- my $marc_p = C4::Context->boolean_preference("marc"); $template->param(NOTMARC => !$marc_p); + $template->param(authtypesloop => \@authtypesloop); output_html_with_http_headers $query, $cookie, $template->output; Index: MARCdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/MARCdetail.pl,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** MARCdetail.pl 15 Jun 2005 16:09:44 -0000 1.27 --- MARCdetail.pl 20 Jun 2005 14:37:52 -0000 1.28 *************** *** 66,74 **** my $biblionumber=$query->param('bib'); my $bibid = $query->param('bibid'); my $popup = $query->param('popup'); # if set to 1, then don't insert links, it's just to show the biblio $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid; $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber; ! my $itemtype = &MARCfind_frameworkcode($dbh,$bibid); my $tagslib = &MARCgettagslib($dbh,1,$itemtype); --- 66,78 ---- my $biblionumber=$query->param('bib'); my $bibid = $query->param('bibid'); + my $itemtype = $query->param('frameworkcode'); my $popup = $query->param('popup'); # if set to 1, then don't insert links, it's just to show the biblio $bibid = &MARCfind_MARCbibid_from_oldbiblionumber($dbh,$biblionumber) unless $bibid; $biblionumber = &MARCfind_oldbiblionumber_from_MARCbibid($dbh,$bibid) unless $biblionumber; ! $itemtype = &MARCfind_frameworkcode($dbh,$bibid) if not ($itemtype); ! $itemtype = '' if ($itemtype eq 'Default'); ! warn "itemtype :".$itemtype; ! my $tagslib = &MARCgettagslib($dbh,1,$itemtype); *************** *** 84,87 **** --- 88,115 ---- }); + #Getting the list of all frameworks + my $queryfwk =$dbh->prepare("select frameworktext, frameworkcode from biblio_framework"); + $queryfwk->execute; + my %select_fwk; + my @select_fwk; + my $curfwk; + push @select_fwk,"Default"; + $select_fwk{"Default"} = "Default"; + while (my ($description, $fwk) =$queryfwk->fetchrow) { + push @select_fwk, $fwk; + $select_fwk{$fwk} = $description; + } + $curfwk=$itemtype; + warn "current fwk :".$curfwk ; + my $framework=CGI::scrolling_list( -name => 'Frameworks', + -id => 'Frameworks', + -default => $curfwk, + -OnChange => 'Changefwk(this);', + -values => \@select_fwk, + -labels => \%select_fwk, + -size => 1, + -multiple => 0 ); + + $template->param( framework => $framework); # fill arrays my @loop_data =(); From tipaul at users.sourceforge.net Mon Jun 20 16:39:15 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Mon, 20 Jun 2005 07:39:15 -0700 Subject: [Koha-cvs] CVS: koha pay.pl,1.11,1.12 search.pl,1.35,1.36 Message-ID: Update of /cvsroot/koha/koha In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18131 Modified Files: pay.pl search.pl Log Message: synch'ing 2.2 and head Index: pay.pl =================================================================== RCS file: /cvsroot/koha/koha/pay.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** pay.pl 1 Mar 2005 13:40:47 -0000 1.11 --- pay.pl 20 Jun 2005 14:39:01 -0000 1.12 *************** *** 56,60 **** my $check=0; for (my $i=0;$i<@names;$i++){ ! my$temp=$input->param($names[$i]); if ($temp eq 'wo'){ $inp{$names[$i]}=$temp; --- 56,60 ---- my $check=0; for (my $i=0;$i<@names;$i++){ ! my $temp=$input->param($names[$i]); if ($temp eq 'wo'){ $inp{$names[$i]}=$temp; *************** *** 65,68 **** --- 65,69 ---- $user=~ s/Foxton/F/i; $user=~ s/Shannon/S/i; + # FIXME : using array +4, +5, +6 is dirty. Should use arrays for each accountline my $amount=$input->param($names[$i+4]); my $bornum=$input->param($names[$i+5]); *************** *** 146,150 **** } $bornum=$input->param('bornum'); ! print $input->redirect("/cgi-bin/koha/pay.pl?bornum=$bornum"); } --- 147,151 ---- } $bornum=$input->param('bornum'); ! print $input->redirect("/cgi-bin/koha/members/moremember.pl?bornum=$bornum"); } Index: search.pl =================================================================== RCS file: /cvsroot/koha/koha/search.pl,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -r1.35 -r1.36 *** search.pl 7 Apr 2004 22:43:04 -0000 1.35 --- search.pl 20 Jun 2005 14:39:11 -0000 1.36 *************** *** 20,23 **** --- 20,30 ---- # $Log$ + # Revision 1.36 2005/06/20 14:39:11 tipaul + # synch'ing 2.2 and head + # + # Revision 1.35.2.1 2005/05/27 10:02:50 hdl + # Bug Fixing : Using old search.pl with subjectitems In normal mode display. + # Problem : Changing Page doesn't work. + # # Revision 1.35 2004/04/07 22:43:04 rangi # Fix for bug 217 *************** *** 100,104 **** foreach my $term (qw(keyword subject author illustrator itemnumber isbn date-before class dewey branch title abstract ! publisher ttype)) { my $value = $query->param($term); --- 107,111 ---- foreach my $term (qw(keyword subject author illustrator itemnumber isbn date-before class dewey branch title abstract ! publisher ttype subjectitems)) { my $value = $query->param($term); From slef at users.sourceforge.net Mon Jun 20 19:05:20 2005 From: slef at users.sourceforge.net (MJ Ray) Date: Mon, 20 Jun 2005 10:05:20 -0700 Subject: [Koha-cvs] CVS: koha/z3950 z3950-daemon-launch.sh,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/z3950 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31711 Modified Files: z3950-daemon-launch.sh Log Message: Removed -s from su call after Thomas D reports it breaks FreeBSD Index: z3950-daemon-launch.sh =================================================================== RCS file: /cvsroot/koha/koha/z3950/z3950-daemon-launch.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** z3950-daemon-launch.sh 5 Nov 2003 23:33:45 -0000 1.4 --- z3950-daemon-launch.sh 20 Jun 2005 17:05:17 -0000 1.5 *************** *** 33,37 **** fi ! su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser & exit --- 33,38 ---- fi ! #MJR: removed -s option, as we have a #! at the start of z3950-daemon-shell.sh ! su -c $KohaZ3950Shell - $RunAsUser & exit *************** *** 39,42 **** --- 40,46 ---- #-------------- # $Log$ + # Revision 1.5 2005/06/20 17:05:17 slef + # Removed -s from su call after Thomas D reports it breaks FreeBSD + # # Revision 1.4 2003/11/05 23:33:45 slef # Now figures out what directory the scripts are in From hdl at users.sourceforge.net Tue Jun 21 09:39:23 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 00:39:23 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members member.tmpl,1.16,1.17 member-quicksearch-results.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23742/koha-tmpl/intranet-tmpl/default/en/members Modified Files: member.tmpl member-quicksearch-results.tmpl Log Message: Displaying line counter Index: member.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member.tmpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** member.tmpl 20 Jun 2005 10:14:12 -0000 1.16 --- member.tmpl 21 Jun 2005 07:39:20 -0000 1.17 *************** *** 22,25 **** --- 22,26 ---- + *************** *** 37,40 **** --- 38,42 ---- + Index: member-quicksearch-results.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/member-quicksearch-results.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** member-quicksearch-results.tmpl 20 Jun 2005 10:14:12 -0000 1.2 --- member-quicksearch-results.tmpl 21 Jun 2005 07:39:20 -0000 1.3 *************** *** 21,25 **** ! --- 21,25 ---- ! From hdl at users.sourceforge.net Tue Jun 21 09:42:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 00:42:26 -0700 Subject: [Koha-cvs] CVS: koha/members member.pl,1.6,1.7 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24852/members Modified Files: member.pl Log Message: Adding countlines Index: member.pl =================================================================== RCS file: /cvsroot/koha/koha/members/member.pl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** member.pl 20 Jun 2005 10:14:12 -0000 1.6 --- member.pl 21 Jun 2005 07:42:24 -0000 1.7 *************** *** 90,93 **** --- 90,94 ---- my %row = ( background => $background, + count => $i + 1, borrowernumber => $results->[$i]{'borrowernumber'}, cardnumber => $results->[$i]{'cardnumber'}, From hdl at users.sourceforge.net Tue Jun 21 12:09:41 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Tue, 21 Jun 2005 03:09:41 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui histsearch.tmpl,1.4,1.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv894/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: histsearch.tmpl Log Message: Adding line counter Index: histsearch.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/histsearch.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** histsearch.tmpl 20 Jun 2005 14:13:22 -0000 1.4 --- histsearch.tmpl 21 Jun 2005 10:09:39 -0000 1.5 *************** *** 109,113 **** --- 270,278 ---- *************** *** 276,280 **** --- 280,288 ---- From tipaul at users.sourceforge.net Wed Jun 22 14:45:39 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:45:39 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-top.inc,1.8.2.6,1.8.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14543/koha-tmpl/opac-tmpl/css/en/includes Modified Files: Tag: rel_2_2 opac-top.inc Log Message: changing image size (on top-left) Index: opac-top.inc =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/includes/opac-top.inc,v retrieving revision 1.8.2.6 retrieving revision 1.8.2.7 diff -C2 -r1.8.2.6 -r1.8.2.7 *** opac-top.inc 16 Jun 2005 15:41:09 -0000 1.8.2.6 --- opac-top.inc 22 Jun 2005 12:45:37 -0000 1.8.2.7 *************** *** 33,37 ****
          ! " height="50" alt="koha logo"/> /images/front-background-small.gif" height="50" alt="koha logo"/> --- 33,37 ----
          ! " height="65" alt="koha logo"/> /images/front-background-small.gif" height="50" alt="koha logo"/> From tipaul at users.sourceforge.net Wed Jun 22 14:46:55 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:46:55 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-dictionary.tmpl,1.1.2.1,1.1.2.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15133/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-dictionary.tmpl Log Message: small changes in template look Index: opac-dictionary.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-dictionary.tmpl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** opac-dictionary.tmpl 7 Jun 2005 10:23:13 -0000 1.1.2.1 --- opac-dictionary.tmpl 22 Jun 2005 12:46:52 -0000 1.1.2.2 *************** *** 20,27 **** !
          !

          Dictionary Search results

            Card Surname
          ">
          ','request','member'); return false;" />
          ">
          ','request','member'); return false;" />
          ">
          !   --- 109,113 ----
          ! From tipaul at users.sourceforge.net Tue Jun 21 16:50:30 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 07:50:30 -0700 Subject: [Koha-cvs] CVS: koha/authorities auth_finder.pl,1.5.2.2,1.5.2.3 Message-ID: Update of /cvsroot/koha/koha/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16360/authorities Modified Files: Tag: rel_2_2 auth_finder.pl Log Message: bugfix for next/previous and number links on result list, when long list of results Index: auth_finder.pl =================================================================== RCS file: /cvsroot/koha/koha/authorities/auth_finder.pl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** auth_finder.pl 7 Apr 2005 10:03:24 -0000 1.5.2.2 --- auth_finder.pl 21 Jun 2005 14:50:26 -0000 1.5.2.3 *************** *** 93,98 **** for(my $i = 0 ; $i <= $#marclist ; $i++) { ! push @field_data, { term => "marclist", val=>$marclist[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; --- 93,99 ---- + my @marclist_ini = $query->param('marclist'); # get marclist again, as the previous one has been modified by catalogsearch (mainentry replaced by field name for(my $i = 0 ; $i <= $#marclist ; $i++) { ! push @field_data, { term => "marclist", val=>$marclist_ini[$i] }; push @field_data, { term => "and_or", val=>$and_or[$i] }; push @field_data, { term => "excluding", val=>$excluding[$i] }; *************** *** 158,162 **** $template->param(authtypesloop => \@authtypesloop, authtypecode => $authtypecode); - warn "CAT : $authtypecode"; # Print the page --- 159,162 ---- From tipaul at users.sourceforge.net Tue Jun 21 16:50:31 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 07:50:31 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities searchresultlist-auth.tmpl,1.5.2.2,1.5.2.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16360/koha-tmpl/intranet-tmpl/default/en/authorities Modified Files: Tag: rel_2_2 searchresultlist-auth.tmpl Log Message: bugfix for next/previous and number links on result list, when long list of results Index: searchresultlist-auth.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/searchresultlist-auth.tmpl,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -C2 -r1.5.2.2 -r1.5.2.3 *** searchresultlist-auth.tmpl 18 Mar 2005 09:42:26 -0000 1.5.2.2 --- searchresultlist-auth.tmpl 21 Jun 2005 14:50:26 -0000 1.5.2.3 *************** *** 46,50 ****

          ! &&authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> --- 46,50 ----

          ! &&authtypecode=&=&op=do_search&type=intranet&index="> *************** *** 54,63 **** -highlight.gif"> ! &authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> .gif" border="0"> ! &&authtypecode=&and_or=and&operator=contains&value=&op=do_search&type=intranet&index="> --- 54,63 ---- -highlight.gif"> ! &authtypecode=&=&op=do_search&type=intranet&index="> .gif" border="0"> ! &&authtypecode=&=&op=do_search&type=intranet&index="> From tipaul at users.sourceforge.net Tue Jun 21 15:34:29 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Tue, 21 Jun 2005 06:34:29 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.6,1.27.2.7 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13758/koha-tmpl/intranet-tmpl/default/en/parameters Modified Files: Tag: rel_2_2 marctagstructure.tmpl Log Message: template creators : REMEMBER that TRANSLATOR tool really HATES inside a standard html tag, like :

          class="x"> or checked> pls alway write : Index: marctagstructure.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v retrieving revision 1.27.2.6 retrieving revision 1.27.2.7 diff -C2 -r1.27.2.6 -r1.27.2.7 *** marctagstructure.tmpl 1 Jun 2005 14:29:21 -0000 1.27.2.6 --- marctagstructure.tmpl 21 Jun 2005 13:34:26 -0000 1.27.2.7 *************** *** 125,130 **** "> !

          ! Display only used Tags/Subfields checked OnChange="javascript:document.f.submit()">

          --- 125,133 ---- "> !

          ! Display only used Tags/Subfields ! ! Display only used Tags/Subfields !

          From oleonard at users.sourceforge.net Wed Jun 22 00:05:33 2005 From: oleonard at users.sourceforge.net (Owen Leonard) Date: Tue, 21 Jun 2005 15:05:33 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.4,1.1.2.5 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv726/koha-tmpl/opac-tmpl/npl/en Modified Files: Tag: rel_2_2 opac-detail.tmpl Log Message: Removing extra junk from WorldCat query string Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -r1.1.2.4 -r1.1.2.5 *** opac-detail.tmpl 9 Jun 2005 19:21:10 -0000 1.1.2.4 --- opac-detail.tmpl 21 Jun 2005 22:05:30 -0000 1.1.2.5 *************** *** 22,27 ****

          Search for this title in:

          --- 22,27 ----

          Search for this title in:

          From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/acqui newbiblio.pl,1.21,1.22 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/acqui Modified Files: newbiblio.pl Log Message: Adding scrolling list for sort1 and sort2 Index: newbiblio.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** newbiblio.pl 14 Sep 2004 12:09:52 -0000 1.21 --- newbiblio.pl 22 Jun 2005 09:36:24 -0000 1.22 *************** *** 25,28 **** --- 25,29 ---- use CGI; use C4::Context; + use C4::Input; use C4::Database; use C4::Auth; *************** *** 140,143 **** --- 141,159 ---- -multiple => 0 ); + my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); + if ($CGIsort1) { + $template->param(CGIsort1 => $CGIsort1); + } else { + $template->param( sort1 => $data->{'sort1'}); + } + + my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); + if ($CGIsort2) { + $template->param(CGIsort2 =>$CGIsort2); + } else { + $template->param( sort2 => $data->{'sort2'}); + } + + # fill template $template->param( existing => $biblio, *************** *** 173,178 **** ecost => $data->{'ecost'}, notes => $data->{'notes'}, - sort1 => $data->{'sort1'}, - sort2 => $data->{'sort2'}, publishercode => $data->{'publishercode'}); --- 189,192 ---- From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/members memberentry.pl,1.10,1.11 Message-ID: Update of /cvsroot/koha/koha/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/members Modified Files: memberentry.pl Log Message: Adding scrolling list for sort1 and sort2 Index: memberentry.pl =================================================================== RCS file: /cvsroot/koha/koha/members/memberentry.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** memberentry.pl 20 Jun 2005 14:26:03 -0000 1.10 --- memberentry.pl 22 Jun 2005 09:36:24 -0000 1.11 *************** *** 61,64 **** --- 61,66 ---- my $destination=$input->param('destination'); + + my $nok; # if a add or modify is requested => check validity of data. *************** *** 233,237 **** --- 235,254 ---- -size => 1, -multiple => 0 ); + + my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); + if ($CGIsort1) { + $template->param(CGIsort1 => $CGIsort1); + } else { + $template->param( sort1 => $data->{'sort1'}); + } + + my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); + if ($CGIsort2) { + $template->param(CGIsort2 =>$CGIsort2); + } else { + $template->param( sort2 => $data->{'sort2'}); + } + $template->param( actionType => $actionType, destination => $destination, *************** *** 266,271 **** cardnumber => $cardnumber, dateofbirth => $data->{'dateofbirth'}, - sort1 => $data->{'sort1'}, - sort2 => $data->{'sort2'}, dateformat => display_date_format(), modify => $modify, --- 283,286 ---- From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/C4 Input.pm,1.16,1.17 Message-ID: Update of /cvsroot/koha/koha/C4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/C4 Modified Files: Input.pm Log Message: Adding scrolling list for sort1 and sort2 Index: Input.pm =================================================================== RCS file: /cvsroot/koha/koha/C4/Input.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** Input.pm 28 Nov 2003 14:06:57 -0000 1.16 --- Input.pm 22 Jun 2005 09:36:24 -0000 1.17 *************** *** 22,25 **** --- 22,26 ---- require Exporter; use C4::Context; + use CGI; use vars qw($VERSION @ISA @EXPORT); *************** *** 50,53 **** --- 51,55 ---- @EXPORT = qw( &checkdigit &checkvalidisbn + &buildCGIsort ); *************** *** 141,175 **** # of 10 digits and valid checksum sub checkvalidisbn { ! use strict; ! my ($q)=@_ ; # Input: ISBN number ! ! my $isbngood = 0; # Return: true or false ! ! $q=~s/x$/X/g; # upshift lower case X ! $q=~s/[^X\d]//g; ! $q=~s/X.//g; ! ! #return 0 if $q is not ten digits long ! if (length($q)!=10) { ! return 0; ! } ! #If we get to here, length($q) must be 10 ! my $checksum=substr($q,9,1); ! my $isbn=substr($q,0,9); ! my $i; ! my $c=0; ! for ($i=0; $i<9; $i++) { ! my $digit=substr($q,$i,1); ! $c+=$digit*(10-$i); ! } $c %= 11; ! ($c==10) && ($c='X'); ! $isbngood = $c eq $checksum; ! ! return $isbngood; } # sub checkvalidisbn END { } # module clean-up code here (global destructor) --- 143,214 ---- # of 10 digits and valid checksum sub checkvalidisbn { ! use strict; ! my ($q)=@_ ; # Input: ISBN number ! ! my $isbngood = 0; # Return: true or false ! ! $q=~s/x$/X/g; # upshift lower case X ! $q=~s/[^X\d]//g; ! $q=~s/X.//g; ! #return 0 if $q is not ten digits long ! if (length($q)!=10) { ! return 0; ! } ! ! #If we get to here, length($q) must be 10 ! my $checksum=substr($q,9,1); ! my $isbn=substr($q,0,9); ! my $i; ! my $c=0; ! for ($i=0; $i<9; $i++) { ! my $digit=substr($q,$i,1); ! $c+=$digit*(10-$i); ! } $c %= 11; ! ($c==10) && ($c='X'); ! $isbngood = $c eq $checksum; ! return $isbngood; } # sub checkvalidisbn + =item buildCGISort + + $CGIScrollingList = &BuildCGISort($name string, $input_name string); + + Returns the scrolling list with name $input_name, built on authorised Values named $name. + Returns NULL if no authorised values found + + =cut + #' + #-------------------------------------- + # Determine if a number is a valid ISBN number, according to length + # of 10 digits and valid checksum + sub buildCGIsort { + use strict; + my ($name,$input_name,$data) = @_; + my $dbh=C4::Context->dbh; + my $query=qq{SELECT * FROM authorised_values WHERE category=?}; + my $sth=$dbh->prepare($query); + $sth->execute($name); + my $CGISort; + if ($sth->rows>0){ + my @values; + my %labels; + for (my $i =0;$i<=$sth->rows;$i++){ + my $results = $sth->fetchrow_hashref; + push @values, $results->{authorised_value}; + $labels{$results->{authorised_value}}=$results->{lib}; + } + $CGISort= CGI::scrolling_list( + -name => $input_name, + -values => \@values, + -labels => \%labels, + -default=> $data, + -size => 1, + -multiple => 0); + } + return $CGISort; + } END { } # module clean-up code here (global destructor) From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbiblio.tmpl,1.19,1.20 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/koha-tmpl/intranet-tmpl/default/en/acqui Modified Files: newbiblio.tmpl Log Message: Adding scrolling list for sort1 and sort2 Index: newbiblio.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbiblio.tmpl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** newbiblio.tmpl 4 May 2005 08:52:49 -0000 1.19 --- newbiblio.tmpl 22 Jun 2005 09:36:24 -0000 1.20 *************** *** 199,207 ****

          ! ">

          ! ">

          --- 199,215 ----

          ! ! ! ! "> !

          ! ! ! ! "> !

          From hdl at users.sourceforge.net Wed Jun 22 11:36:26 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 02:36:26 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members memberentry.tmpl,1.36,1.37 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21033/koha-tmpl/intranet-tmpl/default/en/members Modified Files: memberentry.tmpl Log Message: Adding scrolling list for sort1 and sort2 Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -r1.36 -r1.37 *** memberentry.tmpl 20 Jun 2005 14:20:05 -0000 1.36 --- memberentry.tmpl 22 Jun 2005 09:36:24 -0000 1.37 *************** *** 270,274 ****

          Sorting field 1 ! ">
          Sorting field 1 ! ! ! ! "> !
          Sorting field 2 ! ">
          Sorting field 2 ! ! ! ! "> !
          ! !

          No results in Authorities

          --- 83,93 ----

          ! +
          +

          Values in biblios

          From tipaul at users.sourceforge.net Wed Jun 22 14:48:10 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:48:10 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-MARCdetail.tmpl,1.5.2.3,1.5.2.4 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15840/koha-tmpl/opac-tmpl/css/en Modified Files: Tag: rel_2_2 opac-MARCdetail.tmpl Log Message: minor css changes Index: opac-MARCdetail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -r1.5.2.3 -r1.5.2.4 *** opac-MARCdetail.tmpl 17 Jun 2005 12:31:44 -0000 1.5.2.3 --- opac-MARCdetail.tmpl 22 Jun 2005 12:48:08 -0000 1.5.2.4 *************** *** 77,81 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 77,81 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 101,105 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 101,105 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 125,129 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 125,129 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 149,153 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 149,153 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 173,177 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 173,177 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 197,201 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 197,201 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 221,225 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 221,225 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 245,249 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 245,249 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 269,273 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 269,273 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> *************** *** 293,297 **** ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> --- 293,297 ---- ! &operator==&type=intranet&value="> ///images/filefind.png" height="15" title="Search on "> From tipaul at users.sourceforge.net Wed Jun 22 14:49:30 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:49:30 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po default_intranet_fr_FR.po,1.5.2.6,1.5.2.7 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16133/misc/translator/po Modified Files: Tag: rel_2_2 default_intranet_fr_FR.po Log Message: updated french translation Index: default_intranet_fr_FR.po =================================================================== RCS file: /cvsroot/koha/koha/misc/translator/po/default_intranet_fr_FR.po,v retrieving revision 1.5.2.6 retrieving revision 1.5.2.7 diff -C2 -r1.5.2.6 -r1.5.2.7 *** default_intranet_fr_FR.po 13 Jun 2005 15:12:13 -0000 1.5.2.6 --- default_intranet_fr_FR.po 22 Jun 2005 12:49:22 -0000 1.5.2.7 *************** *** 9,14 **** msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-07 16:19+0200\n" ! "PO-Revision-Date: 2005-06-10 17:47+0200\n" "Last-Translator: POULAIN \n" "Language-Team: fr_FR\n" --- 9,14 ---- msgstr "" "Project-Id-Version: default_intranet_fr_FR\n" ! "POT-Creation-Date: 2005-06-21 15:28+0200\n" [...1547 lines suppressed...] --- 13443,13448 ---- #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:155 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:156 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:182 msgid "subfields" msgstr "sous-champs" *************** *** 13551,13555 **** #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:140 msgid "value" msgstr "valeur" --- 13609,13613 ---- #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/auth_tag_structure.tmpl:144 ! #: ../../koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl:143 msgid "value" msgstr "valeur" From tipaul at users.sourceforge.net Wed Jun 22 14:49:53 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:49:53 -0700 Subject: [Koha-cvs] CVS: koha/misc/translator/po css_opac_pl_PL.po,NONE,1.1.2.1 Message-ID: Update of /cvsroot/koha/koha/misc/translator/po In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16462/misc/translator/po Added Files: Tag: rel_2_2 css_opac_pl_PL.po Log Message: polish translation for OPAC --- NEW FILE --- # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # # --- !! WERSJA ROBOCZA !! --- # # bledy w tlumaczeniu sa sukcesywnie poprawiane # wszelkie bledy/sugestie prosze zglaszac na emaila # #, fuzzy msgid "" msgstr "" "Project-Id-Version: css_opac_pl\n" "POT-Creation-Date: 2005-06-20 14:04+0200\n" "PO-Revision-Date: 2005-06-21 00:29+0200\n" "Last-Translator: Wojciech Zatorski \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" [...2341 lines suppressed...] #~ msgid "Only show titles available (Not on loan)" #~ msgstr "Poka?? tylko tytu??y dost??pnych (nie wypo??yczonych)" #~ msgid "Search" #~ msgstr "Wyszukaj" #~ msgid "Search options" #~ msgstr "Opcje wyszukiwania" #~ msgid "Search using keywords or subject." #~ msgstr "Wyszukiwanie przy u??yciu hase?? kluczowych lub temat??w." #~ msgid "Select a category" #~ msgstr "Wybierz kategorie" #~ msgid "Unititle:" #~ msgstr "Tytu?? ujednolicony:" #~ msgid "since %s" #~ msgstr "od %s" From tipaul at users.sourceforge.net Wed Jun 22 14:51:12 2005 From: tipaul at users.sourceforge.net (Paul POULAIN) Date: Wed, 22 Jun 2005 05:51:12 -0700 Subject: [Koha-cvs] CVS: koha/opac opac-ISBDdetail.pl,1.5.2.3,1.5.2.4 Message-ID: Update of /cvsroot/koha/koha/opac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17046/opac Modified Files: Tag: rel_2_2 opac-ISBDdetail.pl Log Message: bugfix (in repeated subfield separator position) Index: opac-ISBDdetail.pl =================================================================== RCS file: /cvsroot/koha/koha/opac/opac-ISBDdetail.pl,v retrieving revision 1.5.2.3 retrieving revision 1.5.2.4 diff -C2 -r1.5.2.3 -r1.5.2.4 *** opac-ISBDdetail.pl 25 Mar 2005 17:04:27 -0000 1.5.2.3 --- opac-ISBDdetail.pl 22 Jun 2005 12:51:10 -0000 1.5.2.4 *************** *** 115,119 **** my $subfieldvalue = get_authorised_value_desc($tag, $subf[$i][0], $subf[$i][1], '', $dbh); my $tagsubf = $tag.$subfieldcode; ! $calculated =~ s/\{(.?.?.?)$tagsubf(.*?)\}/$1$subfieldvalue\{$1$tagsubf$2\}$2/g; } # field builded, store the result --- 115,119 ---- my $subfieldvalue = get_authorised_value_desc($tag, $subf[$i][0], $subf[$i][1], '', $dbh); my $tagsubf = $tag.$subfieldcode; ! $calculated =~ s/\{(.?.?.?)$tagsubf(.*?)\}/$1$subfieldvalue$2\{$1$tagsubf$2\}/g; } # field builded, store the result From hdl at users.sourceforge.net Wed Jun 22 15:12:22 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:12:22 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/acqui - New directory Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26549/koha-tmpl/intranet-tmpl/default/en/help/acqui Log Message: Directory /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui added to the repository From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/acqui newbiblio.tmpl,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/koha-tmpl/intranet-tmpl/default/en/help/acqui Added Files: newbiblio.tmpl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort --- NEW FILE ---

          Add Biblio help

          sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Asort1 or Asort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Biblio Page

          From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/help/members memberentry.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/members In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/koha-tmpl/intranet-tmpl/default/en/help/members Modified Files: memberentry.tmpl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort Index: memberentry.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/help/members/memberentry.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** memberentry.tmpl 22 Dec 2004 16:12:45 -0000 1.1 --- memberentry.tmpl 22 Jun 2005 13:14:12 -0000 1.2 *************** *** 1,4 **** --- 1,7 ----

          Add member help

          + +

          sort1 and sort2 may now be related to a list of Authorized Values. All you have to do is define a Bsort1 or Bsort2 category of authorised values and enter the desired values into these categories. You will then be able to use them through Add/Modify Member Page

          +

          Add Member, person

          This is the form for adding a new single member to the database. There is also a form for organisations, such as other libraries and non profit organisations you might lend to. You should use the Add Organisation tab at the top of the Member page for that.

          From hdl at users.sourceforge.net Wed Jun 22 15:14:14 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Wed, 22 Jun 2005 06:14:14 -0700 Subject: [Koha-cvs] CVS: koha/acqui newbiblio.pl,1.22,1.23 Message-ID: Update of /cvsroot/koha/koha/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27695/acqui Modified Files: newbiblio.pl Log Message: Online Help on Scrolling_list building for sort1 and sort2. Minor Bug Fix for newbiblio.pl : Bsort becomes Asort Index: newbiblio.pl =================================================================== RCS file: /cvsroot/koha/koha/acqui/newbiblio.pl,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** newbiblio.pl 22 Jun 2005 09:36:24 -0000 1.22 --- newbiblio.pl 22 Jun 2005 13:14:12 -0000 1.23 *************** *** 141,145 **** -multiple => 0 ); ! my $CGIsort1 = buildCGIsort("Bsort1","sort1",$data->{'sort1'}); if ($CGIsort1) { $template->param(CGIsort1 => $CGIsort1); --- 141,145 ---- -multiple => 0 ); ! my $CGIsort1 = buildCGIsort("Asort1","sort1",$data->{'sort1'}); if ($CGIsort1) { $template->param(CGIsort1 => $CGIsort1); *************** *** 148,152 **** } ! my $CGIsort2 = buildCGIsort("Bsort2","sort2",$data->{'sort2'}); if ($CGIsort2) { $template->param(CGIsort2 =>$CGIsort2); --- 148,152 ---- } ! my $CGIsort2 = buildCGIsort("Asort2","sort2",$data->{'sort2'}); if ($CGIsort2) { $template->param(CGIsort2 =>$CGIsort2); From hdl at users.sourceforge.net Thu Jun 23 10:58:34 2005 From: hdl at users.sourceforge.net (Henri-Damien LAURENT) Date: Thu, 23 Jun 2005 01:58:34 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc suggest.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27651/koha-tmpl/intranet-tmpl/default/en/search.marc Modified Files: suggest.tmpl Log Message: Closing suggest window after selection Index: suggest.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/suggest.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** suggest.tmpl 19 Jul 2004 20:59:34 -0000 1.2 --- suggest.tmpl 23 Jun 2005 08:58:30 -0000 1.3 *************** *** 45,49 **** // } // opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=&breedingid="+GetThisOne; ! // self.close(); // return false; } --- 45,49 ---- // } // opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=&breedingid="+GetThisOne; ! self.close(); // return false; } From shedges at users.sourceforge.net Thu Jun 23 13:25:04 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:25:04 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6880/sysadmin Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:25:28 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:25:28 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7085/sysadmin/templates Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin/templates added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:26:21 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:26:21 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates/imágenes - New directory Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates/im??genes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7514/sysadmin/templates/im??genes Log Message: Directory /cvsroot/koha/koha-doc/es/sysadmin/templates/im??genes added to the repository From shedges at users.sourceforge.net Thu Jun 23 13:27:11 2005 From: shedges at users.sourceforge.net (skemotah) Date: Thu, 23 Jun 2005 04:27:11 -0700 Subject: [Koha-cvs] CVS: koha-doc/es/sysadmin/templates traduccion.xml,NONE,1.1 Message-ID: Update of /cvsroot/koha/koha-doc/es/sysadmin/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7990/sysadmin/templates Added Files: traduccion.xml Log Message: Initial xml markup --- NEW FILE ---
          Traducci??n de ???Templates??? de KOHA 2005-06-22 J. Mart??n Longo jmlongo AT uncu.edu.ar 2005 J. Mart??n Longo El documento se entrega bajo licencia GNU-GPL This document is related to Koha and is licensed to you under the GNU General Public License version 2 or later (http://www.gnu.org/licenses/gpl.html). Koha-related documents may be reproduced and distributed in whole or in part, in any medium physical or electronic, as long as this copyright notice is retained on all copies. You may create a derivative work and distribute it provided that you: License the derivative work with this same license, or the Linux Documentation Project License (http://www.tldp.org/COPYRIGHT.html). Include a copyright notice and at least a pointer to the license used. Give due credit to previous authors and major contributors. Commercial redistribution is allowed and encouraged; however, the author would like to be notified of any such distributions. No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damaging to your system. Proceed with caution, and although this is highly unlikely, the author(s) do not take any responsibility. All copyrights are held by their by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements. 2.2.2 2005-06-22 Initial XML markup.
          Introducci??n Nota aclaratoria: Se supone, en todos los ejemplos, que se ha descargado el archivo koha-2.1.1.tar.gz y se lo ha desempaquetado en el directorio 'home' del usuario 'usuario'. Por lo tanto, se deber??a contar con un directorio koha-2.1.1 en el directorio /home/usuario/ En cada sistema, se deber??n adecuar los nombres de directorios y de usuarios como corresponda. La internacionalizaci??n de KOHA puede lograrse mediante la traducci??n de los textos contenidos en los archivos '.tmpl' (que viene de Template) contenidos en /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en En ocasiones anteriores, el procedimiento de traducci??n que se ha seguido ha sido el de copiar todo el contenido del directorio mencionado al directorio /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/es y, posteriormente, configurar KOHA para que utilice el idioma espa??ol. Este procedimiento, si bien ha dado resultados aceptables, es bastante lento y trabajoso, ya que se deben buscar una por una las cadenas de texto a traducir dentro de cada archivo '.tmpl', al tiempo que quien realiza el trabajo se debe cuidar de no modificar ninguna etiqueta o marca, ya que eso produce errores en la visualizaci??n. Por este motivo, se ha optado por la utilizaci??n del script tmpl_process3.pl (provisto en la distribuci??n de KOHA). Este script toma como entrada el archivo o un directorio que contenga los archivos que se quiera traducir y genera como salida un ??nico archivo con formato espec??fico y extensi??n '.po' (que viene de Portable Object) conteniendo todas las cadenas de texto que pueden ser traducidas. Este tipo de archivos es un est??ndar en el trabajo de internacionalizaci??n de software en el mundo del Software Libre y, por lo tanto, hay herramientas desarrolladas para su tratamiento. El presente tutorial pretende mostrar el uso del script tmpl_process3.pl y, posteriormente, sentar las bases para la utilizaci??n de una herramienta para el tratamiento del archivo '.po' generado por el mismo (en este caso, la herramienta Kbabel).
          Usando tmpl_process3.pl para generar archivos '.po' El script tmpl_process3.pl se encuentra ubicado en /home/usuario/koha-2.1.1/scripts/misc/translator/ y depende algunos m??dulos ubicados en ese mismo directorio. Por lo tanto, para poder ejecutarlo, se deber?? estar ubicado en el directorio /home/usuario/koha-2.1.1/scripts/misc/translator/ Ejemplo: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl --help Los comandos mostrados en el ejemplo producir??n como salida el listado de las opciones y el modo de uso del script, como se muestra a continuaci??n: Usage: ./tmpl_process3.pl create [OPTION] or: ./tmpl_process3.pl update [OPTION] or: ./tmpl_process3.pl install [OPTION] or: ./tmpl_process3.pl --help Create or update PO files from templates, or install translated templates. -i, --input=SOURCE Get or update strings from SOURCE file. SOURCE is a directory if -r is also specified. -o, --outputdir=DIRECTORY Install translation(s) to specified DIRECTORY --pedantic-warnings Issue warnings even for detected problems which are likely to be harmless -r, --recursive SOURCE in the -i option is a directory -s, --str-file=FILE Specify FILE as the translation (po) file for input (install) or output (create, update) -x, --exclude=REGEXP Exclude files matching the given REGEXP --help Display this help and exit The -o option is ignored for the "create" and "update" actions. Try `perldoc ./tmpl_process3.pl' for perhaps more information. Para crear un archivo 'circ_es.po' que contenga los textos de todos los templates contenidos en el directorio 'circ' de la intranet de KOHA que est??n en ingl??s, el procedimiento ser??a el siguiente: usuario at host: cd /home/usuario/koha-2.1.1/scripts/misc/translator/ usuario at host: ./tmpl_process3.pl create -r -i /home/usuario/koha-2.1.1/intranet-html/intranet-tmpl/default/en/circ/ -s /home/usuario/traduccion/circ_es.po En el ejemplo anterior: 'create' indica que se debe generar un archivo '.po'. -r indica que el proceso se realizar?? sobre un directorio. -i indica el directorio en el que se encuentran los archivos de los que se extraer??n las cadenas de texto. -s indica el directorio y el nombre del archivo '.po' a crear. Al ejecutar el comando anterior es posible que se generen algunas advertencias o 'warnings' por cuestiones de sintaxis. Al ejecutar el ejemplo sugerido, se produjo la siguiente salida en el equipo de prueba: Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 Removing empty file /home/jmlongo/tmp/temp.po xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: line 15: Suggest ESCAPE=HTML for TMPL_VAR in attribute "value": "<!-- TMPL_VAR NAME="value" -->" xgettext.pl: Warning (negligible): selectbranchprinter.tmpl: Further similar negligible warnings will not be reported, use --pedantic for details xgettext.pl: Warning: returns.tmpl: line 17: Strange attribute syntax: /cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->", "Member"); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 20: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 22: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 98: Probably missing whitespace before or missing quotation mark near: Member", 480, 640); return false;" xgettext.pl: Warning: branchtransfers.tmpl: line 128: Probably missing whitespace before or missing quotation mark near: Item", 480, 640); return false;" The create seems to be successful. A pesar de estas advertencias, la ??ltima l??nea (The create seems to be successful.) indica que el proceso ha tenido ??xito y que se cuenta con el archivo '.po' en el lugar y con el nombre seleccionados. Este archivo deber?? ser abierto usando KBabel para iniciar el proceso de traducci??n.
          Usando KBabel para traducir un archivo '.po' La aplicaci??n KBabel presenta cuatro ??reas, dentro de la ventana principal, cada una de ellas orientada a una utilidad en especial. Con esta aplicaci??n se trabaja traduciendo una a una las cadenas de texto que est??n contenidas en el archivo '.po' generado anteriormente. Para lograr esto de manera eficiente, KBabel pone a disposici??n distintas herramientas, como se muestra en la siguiente captura de pantalla:
          Screenshot 1
          El ??rea marcada en la figura como Texto Original es de s??lo lectura y presenta la cadena de texto que se est?? traduciendo. El ??rea marcada en la figura como Texto Traducido es el lugar donde se escribe la traducci??n de lo que aparece en el cuadro Texto Original. El ??rea marcada en la figura como Comentarios y Nombres de Archivos es el lugar donde aparecen los comentarios que los desarrolladores dejaron al momento de crear el template que se est?? traduciendo, con el objetivo de hacer alguna aclaraci??n. Adem??s, aparece el nombre del o los archivos en los cuales est?? contenida la cadena de texto que se est?? traduciendo. El ??rea marcada en la figura como Contexto es el lugar en el que aparecen las cadenas de texto anteriores y posteriores a la que se est?? traduciendo, como una ayuda para saber en qu?? contexto se encuentra la frase que se est?? traduciendo.
          Ejemplos Algunos delimitadores y etiquetas no deben ser modificados en la traducci??n
          Screenshot 2
          Cuando la traducci??n implique el uso de acentos y caracteres especiales, los mismos deber??n ser reemplazados por las entidades correspondientes, para evitar problemas a la hora de la visualizaci??n.
          Screenshot 3
          Para navegar entre las cadenas de texto y realizar algunas funciones ??tiles, se pueden utilizar los ??conos de la barra de herramientas o atajos de teclado.
          ! ! --- 82,86 ----

          !

          Total Number of Items:

          *************** *** 169,171 **** --- 171,206 ---- + +
          + +
          + Search Options:
          + Select keywords from list
          +
          +
          + + Titles:
          + + ">
          +
          + Authors:
          + + ">
          +
          + Subjects:
          + + + ">
          +
          + Itemtype:
          + "> + !-- TMPL_IF name="description" --> + + + + +
          + +
          +
          From genjimoto at users.sourceforge.net Sat Jun 25 08:56:50 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Fri, 24 Jun 2005 23:56:50 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.21,1.22 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26871 Modified Files: opac-detail.tmpl Log Message: minor fix Index: opac-detail.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** opac-detail.tmpl 25 Jun 2005 05:59:08 -0000 1.21 --- opac-detail.tmpl 25 Jun 2005 06:56:47 -0000 1.22 *************** *** 193,197 **** Itemtype:
          "> ! !-- TMPL_IF name="description" --> --- 193,197 ---- Itemtype:
          "> ! From genjimoto at users.sourceforge.net Sat Jun 25 09:26:52 2005 From: genjimoto at users.sourceforge.net (Waylon Robertson) Date: Sat, 25 Jun 2005 00:26:52 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.25,1.26 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7909 Modified Files: opac-searchresults.tmpl Log Message: Fix so clicking on numbers carries over the itemtype and availaiblity search parameters Index: opac-searchresults.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** opac-searchresults.tmpl 20 Jun 2005 14:25:00 -0000 1.25 --- opac-searchresults.tmpl 25 Jun 2005 07:26:49 -0000 1.26 *************** *** 17,29 ****

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search">Next >>

          --- 17,32 ----

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1">Next >>

          *************** *** 196,208 ****

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search">Next >>

          --- 199,214 ----

          ! &=&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"><<Previous ! =&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1"> ! &=&&resultsperpage=&orderby=&type=intranet&op=do_search ! &avail=1">Next >>

          From hellen at users.sourceforge.net Sat Jun 25 14:55:05 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:55:05 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/parameters admin-home.tmpl,1.1,1.2 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28983/koha-tmpl/intranet-tmpl/default/de/parameters Modified Files: admin-home.tmpl Log Message: adjustments for 2.2.3 Index: admin-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/parameters/admin-home.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** admin-home.tmpl 12 May 2005 19:26:35 -0000 1.1 --- admin-home.tmpl 25 Jun 2005 12:55:02 -0000 1.2 *************** *** 35,39 ****
          Medientypen definieren
          BenutzerkategorienMedientypen definieren
          ExemplarkategorienDefinition von Exemplarkategorien. (Sachliteratur, Schöne Literatur...)
          ExemplarunterkategorienDefinition der Unterkategorien. (Schöne Literatur Jugendliche, Sachliteratur Jugendliche.... Schöne Literatur Erwachsene.)
          ExemplarmedientypenDefinition der Exemplarmedientypen. (CD, Video, Buch, Spiel...)
          Benutzerkategorien
          "> ! "> ! Entliehen bis Zuletzt gesehenBarcode Band
          Entliehen bis Zuletzt gesehenStrichcode Band
          ! &item=">Medientyp ändern ! &item=">Fix Itemtype " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten &op=duplicate" class="button catalogue"> ! Duplizieren " class="button catalogue">Exemplare hinzufügen " class="button catalogue">Bearbeiten... &op=duplicate" class="button catalogue"> ! Duplikate
          --- 98,113 ----

          ! Ergebnisse to of ! Nichts gefunden.

          !

          None

          !

          Biblios im fremddatenpool

          *************** *** 129,133 **** ! --- 129,133 ---- ! *************** *** 139,143 ****
          !

          Biblio zur Datenbank hinzufügen

          --- 139,143 ----

          !

          Biblio hinzufügen

          From hellen at users.sourceforge.net Sat Jun 25 14:58:56 2005 From: hellen at users.sourceforge.net (Friedrich zur Hellen) Date: Sat, 25 Jun 2005 05:58:56 -0700 Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/de/acqui acqui-home.tmpl,1.4,1.5 basket.tmpl,1.3,1.4 newbiblio.tmpl,1.2,1.3 Message-ID: Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30254/koha-tmpl/intranet-tmpl/default/de/acqui Modified Files: acqui-home.tmpl basket.tmpl newbiblio.tmpl Log Message: adjustments for 2.2.3 Index: acqui-home.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/acqui-home.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** acqui-home.tmpl 9 Jun 2005 08:37:41 -0000 1.4 --- acqui-home.tmpl 25 Jun 2005 12:58:53 -0000 1.5 *************** *** 6,18 ****

          Beginnen, Eingangsbearbeitung, ändern von Bestellungen

          ! !

          Sie müssen unter Parameter ein Budget definieren

          ! ! Lieferantenname:

          oder Suche Bestellhistorie

          -
          --- 6,14 ----

          Beginnen, Eingangsbearbeitung, ändern von Bestellungen

          !
          Lieferantenname:

          oder Suche Bestellhistorie

          *************** *** 35,39 ****

          zu prüfende Vorschläge

          ! offene Anschaffungsvorschl%auml;ge Manage Keine Anschaffungsvorschläge offen --- 31,35 ----

          zu prüfende Vorschläge

          ! suggestions waiting Manage Keine Anschaffungsvorschläge offen *************** *** 43,58 ****
          !

          Etats und Budgets

          - -

          Sie müsen unter Parameter ein Budget definieren

          -
          " class="button catalogue">Biblio zur Datenbank hinzufügen
          " class="button catalogue">Biblio hinzufügen
          ! ! --- 39,51 ----
          !

          Etats und Budgets

          EtatsGesamt Geschenkt VerausgabtVerfügbar
          ! ! *************** *** 66,70 **** ! --- 59,63 ---- ! *************** *** 74,80 ****
          EtatsTotal Geschenkt VerausgabtVerfügbar
          Gesamt
          Total

          ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

          ! --- 67,73 ----

          ! Benutzen Sie den "neu laden"-Button des Browsers zur Anzeige der aktuellen Beträge. Die angezeigten Werte sind nur ungefähre Werte, da bei Zahlung eines Betrags der dann aktuelle Wechselkurs berechnet wird.

          ! Index: basket.tmpl =================================================================== RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/de/acqui/basket.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** basket.tmpl 5 Jun 2005 18:10:13 -0000 1.3 --- basket.tmpl 25 Jun 2005 12:58:53 -0000 1.4 *************** *** 1,4 **** !

          Neu Einkaufskorb für ">


          --- 1,4 ---- !

          Neu Einkaufskorb für ">


          *************** *** 7,12 ****

          Korb-Info

          !

          !

          --- 7,12 ----

          Korb-Info

          !

          !

          *************** *** 28,35 ****
          Titel VerfasserEK-PreisNettopreisMengeGesamt Etat &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung] Titel VerfasserrrpestQtyTotal Etat &order=aqorderbreakdown.bookfundid,biblioitems.publishercode">[Bestellung]