Koha/koha-tmpl/intranet-tmpl/default/fr/acqui/newbasket2.tmpl
2003-09-17 13:34:11 +00:00

100 lines
3.1 KiB
Cheetah

<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="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" align=right alt="Ajouter Notice" border=0></a>
<TMPL_ELSE>
<a href="newdonation.pl?id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&sub=<TMPL_VAR name="parsub">">
<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" border=0 align=right alt="Ajouter Notice"></a>
</TMPL_IF>
<a href="basket.pl?basket=<TMPL_VAR name="basket">">
<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1uparrow.png" 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 Color="<TMPL_VAR name="main">">
<TR VALIGN=TOP background="<TMPL_VAR name="themelang">/images/background-mem.gif">
<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">