[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/fr/includes opac-bottom.inc,1.3,1.4 cat-class-list.inc,1.1,1.2 opac-top.inc,1.4,1.5

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 11 13:39:46 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/fr/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv22863/koha-tmpl/opac-tmpl/default/fr/includes

Modified Files:
	cat-class-list.inc opac-top.inc 
Added Files:
	opac-bottom.inc 
Log Message:
reintroducing opac-bottom dropped by mistake


Index: cat-class-list.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/fr/includes/cat-class-list.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cat-class-list.inc	19 Dec 2002 11:02:26 -0000	1.1
--- cat-class-list.inc	11 Dec 2003 12:39:44 -0000	1.2
***************
*** 1,16 ****
  <!--
!  list of Classes to be included in /catalogue/index.html and cat/index.html
   This is a qick-fix - These should really be fetched from the database
  -->
! <option value="E">Easy / Picture Books
! <option value="ER">Easy Reader	
! <option value="JNF">Junior Non-Fiction
! <option value="JF">Junior Fiction
! <option value="TREF">Teacher Reference
! <option value="FYA">Young Adult Fiction	
! <option value="REF">Reference Books
  <option value="F">Fiction
! <option value="NF">Non-Fiction
! <option value="CD">Compact Disc
  <!--	<option value="E|ER">Easy Books-->
  
--- 1,16 ----
  <!--
!  list de Classes to be included dans /catalogue/index.html and cat/index.html
   This is a qick-fix - These should really be fetched from the database
  -->
! <option value="E">BD
! <option value="ER">Lecture facile	
! <option value="JNF">Junior NF
! <option value="JF">Junior
! <option value="TREF">Ref. prof.
! <option value="FYA">Ado fiction	
! <option value="REF">Références
  <option value="F">Fiction
! <option value="NF">NF
! <option value="CD">CD
  <!--	<option value="E|ER">Easy Books-->
  

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/fr/includes/opac-top.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-top.inc	4 Dec 2003 09:32:21 -0000	1.4
--- opac-top.inc	11 Dec 2003 12:39:44 -0000	1.5
***************
*** 1,8 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by rachel at katipo.co.nz 10:46 24/12/99-->
  
  <html>
  <head>
! <title>KOHA: Rechercher dans le catalogue</title>
  
  </head>
--- 1,8 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>Recherche OPAC</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
  
  </head>
***************
*** 20,34 ****
  
  -->
! 
  <!------------------------MENUS-------------------------------->
  
! <table cellpadding=0 cellspacing=0 border=0 width="40%">
! <tr   bgcolor="#fecc99" >
  
! <td align=right><a href="/cgi-bin/koha/opac-main.pl">Accueil</a>
! <td align=right><a href="/cgi-bin/koha/opac-search.pl">Rechercher</a>
! <td align=right><a href="/cgi-bin/koha/opac-user.pl">Votre compte lecteur</a>
          </TR>
  </TABLE>
! <br/><br/>
  <!-------------------------MAIN BODY OF PAGE-------------------------->
--- 20,60 ----
  
  -->
! <style>
! a.white {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! </style>
  <!------------------------MENUS-------------------------------->
  
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr BGCOLOR="#339999" >
  
! 	<td width="7%">
! 		<img src="<TMPL_VAR name="themelang">/images/front-background-small.gif" height=50 align="center"><b>KOHA</b>
! 	</td>
!         <td width="10%">
! 		<a href="/cgi-bin/koha/opac-search.pl" title="Chercher dans le catalogue" class="white">
! 			Search
! 		</a>
! 	</td>
!         <td width="10%">
! 		<a href="/cgi-bin/koha/opac-user.pl" title="S'inscrire" class="white">
! 			Rejoindre
! 		</a>
! 	</td>
! 	<td align="left" width="10%">
! 		<a href="/cgi-bin/koha/opac-main.pl" title="Accueil" class="white">Accueil</a>
! 	</td>
! 	<td width="60%">
! 		&nbsp;
! 	</td>
          </TR>
  </TABLE>
! 
  <!-------------------------MAIN BODY OF PAGE-------------------------->
+ <BLOCKQUOTE>





More information about the Koha-cvs mailing list