[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui newbasket2.tmpl,NONE,1.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Apr 1 15:46:46 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv14064/acqui

Added Files:
	newbasket2.tmpl 
Log Message:
french translation update

--- NEW FILE ---
<TMPL_INCLUDE NAME="acquisitions-top.inc">

 <H1>Panier pour: <TMPL_VAR name="bookselname"></H1>

<TMPL_IF name ="testdonation">
	<a href="newbiblio.pl?id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&sub=<TMPL_VAR name="parsub">">
	<img src=/images/add-biblio.gif width=187 heigth=42 border=0 align=right alt="Ajouter Notice"></a>
<TMPL_ELSE>
	<a href="newdonation.pl?id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&sub=<TMPL_VAR name="parsub">">
	<img src=/images/add-biblio.gif width=187 heigth=42 border=0 align=right alt="Ajouter Notice"></a>
</TMPL_IF>

<a href="basket.pl?basket=<TMPL_VAR name="basket">">
<img src=/images/view-basket.gif width=187 heigth=42 border=0 align=right alt="Voir Panier"></a>
<FORM ACTION="/cgi-bin/koha/acqui/newbasket2.pl">
<input type=hidden name=id value=<TMPL_VAR name="id">>
<input type=hidden name=basket value=<TMPL_VAR name="basket">>
<b>Nouvelle Recherche: </b><INPUT TYPE="text"  SIZE="25"   NAME="search"></form>
<br clear=all>

<CENTER>

Votre recherche:
<B>
<TMPL_LOOP name="loopsearch">
	<TMPL_VAR name="key"> <TMPL_VAR name="value">
</TMPL_LOOP>
</B>
<BR>
<TMPL_VAR name="count">  r&eacute;sultats.

<br> Affichage des r&eacute;sultats <TMPL_VAR name="dispnum"> &agrave; <TMPL_VAR name="offset2">.

<TABLE  CELLSPACING=0  CELLPADDING=6 border=0 background="/images/background-mem.gif" Color="<TMPL_VAR name="main">">
	<TR  VALIGN=TOP>
		<TD><b>TITRE</b></TD>
		<TD><b>AUTEUR</b></TD>
		<TD><b>ANNEE</b></TD>
		<TD><b>NOMBRE</b></TD>
		<TD><b>LOCALISATION</b></TD>
	</TR>

<TMPL_LOOP name="loopresult">
	<TR VALIGN=TOP bgcolor="<TMPL_VAR name="coltab">">
		<TD>
			<TMPL_IF name="testdonation">
				<A HREF="/cgi-bin/koha/acqui/newbiblio.pl?sub=<TMPL_VAR name="sub">&author=<TMPL_VAR name="author2">&copyright=<TMPL_VAR name="copyright">&id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&biblio=<TMPL_VAR name="biblionumber">&title=<TMPL_VAR name="title2">">
				<TMPL_VAR name="title">
				</A>
			<TMPL_ELSE>
				<A HREF="/cgi-bin/koha/acqui/newdonation.pl?author=<TMPL_VAR name="author2">&copyright=<TMPL_VAR name="copyright">&id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&biblio=<TMPL_VAR name="biblionumber">&title=<TMPL_VAR name="title2">">
				<TMPL_VAR name="title">
				</A>
			</TMPL_IF>
		</TD>
		<TD>
			<A HREF="/cgi-bin/koha/search.pl?author=<TMPL_VAR name="word">&type=<TMPL_VAR name="type">">
			<TMPL_VAR name="author">
			</A>
		</TD>
		<TD>
			<TMPL_VAR name="copyright">
		</TD>
		<TD>
			<TMPL_VAR name="itemcount">
		</TD>
		<TD>
			<TMPL_VAR name="location">
		</TD>
	</TR>

</TMPL_LOOP>

	<TR VALIGN=TOP>
		<TD>
			&nbsp;
		</TD>
		<TD>
			&nbsp;
		</TD>
		<TD>
			&nbsp;
		</TD>
		<TD>
			&nbsp;
		</TD>
		<TD>
			&nbsp;
		</TD>
	</TR>
</TABLE>

<TMPL_IF name="offsetover">
<A HREF="/cgi-bin/koha/acqui/newbasket2.pl?num=<TMPL_VAR name="num">&offset=<TMPL_VAR name="offset">&type=<TMPL_VAR name="type">&id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&search=<TMPL_VAR name="title">&author=<TMPL_VAR name="author">">
Next
</A>
</TMPL_IF>
</CENTER>

<TMPL_INCLUDE NAME="acquisitions-bottom.inc">





More information about the Koha-cvs mailing list