[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/circ boraccount.tmpl,NONE,1.1 branchtransfers.tmpl,NONE,1.1 circulation.tmpl,NONE,1.1 returns.tmpl,NONE,1.1

Paul POULAIN tipaul at users.sourceforge.net
Fri Apr 4 10:35:54 CEST 2003


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

Added Files:
	boraccount.tmpl branchtransfers.tmpl circulation.tmpl 
	returns.tmpl 
Log Message:
french templates for 1.9.1

--- NEW FILE ---
<TMPL_INCLUDE Name="circulation-top.inc">

<FONT SIZE=6><em>Circulation: Choisir paramètre imprimante et site</em></FONT><br>

<center>
<form method=post action=/cgi-bin/koha/circ/circulation.pl>
<table border=1 cellpadding=5 cellspacing=0>
<tr><td colspan=2 bgcolor=<TMPL_VAR Name="headerbackgroundcolor"> align=center background=<TMPL_VAR Name="backgroundimage">>
<font color=black><b>Sélectionner le site et une imprimante</b></font></td></tr>
<tr><td>
<!--branchselection-->
<TMPL_IF Name="onebranch">
Site : <TMPL_VAR Name="branchname"><br>
<TMPL_ELSE>
	<select name=branch>
	<TMPL_LOOP Name="branchloop">
		<option value=<TMPL_VAR Name="value"><TMPL_IF Name="selected"> selected</TMPL_IF>><TMPL_VAR Name="name">
	</TMPL_LOOP>
	</select>
</TMPL_IF>
</td>
<td>
<!--printerselection-->
<TMPL_IF Name="oneprinter">
Imprimante : <TMPL_VAR Name="printername"><br>
<TMPL_ELSE>
	<select name=printer>
	<TMPL_LOOP Name="printerloop">
		<option value=<TMPL_VAR Name="value"><TMPL_IF Name="selected"> selected</TMPL_IF>><TMPL_VAR Name="name">
	</TMPL_LOOP>
	</select>
</TMPL_IF>
</td></tr>
</table>
<input type="hidden" name="setcookies" value=1>
<input type="submit" value="Submit" type="changesettings">
</form>
</center>


<TMPL_INCLUDE Name="circulation-bottom.inc">


--- NEW FILE ---
<TMPL_INCLUDE Name="circulation-top.inc">

<table align=right><tr><td>
<a href=circulation.pl>
<img src="<TMPL_VAR name="themelang">/images/button-issues.gif" width="99" height="42" border="0" alt="Next Borrower"></a> &nbsp
<a href=returns.pl>
<img src="<TMPL_VAR name="themelang">/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
</td></tr></table>

<FONT SIZE=6><em>Circulation: Transferts</em></FONT><br>
<b>Branch:</b> <TMPL_VAR Name="genbrname"> &nbsp
<b>Printer:</b> <TMPL_VAR Name="genprname"><br>
<a href=selectbranchprinter.pl>Modifier paramètres</a>
<input type=hidden name=branch value=<TMPL_VAR Name="branch">>
<input type=hidden name=printer value=<TMPL_VAR Name="printer">>
<p>

<TMPL_IF Name="found">
	<table border=1 cellpadding=5 cellspacing=0 bgcolor='#dddddd'>
	<tr><th background="<TMPL_VAR name="themelang">/images/background-mem.gif"><font>Réservation</font></th></tr>
	<tr><td> <font color='red' size='+2'>
		<TMPL_IF Name="reserved">Réservé :</font> Réservation trouvée pour <TMPL_VAR Name="name"> (<a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="bornum"> onClick="openWindow(this,'Member', 480, 640)"><TMPL_VAR Name="borcnum"></a>).</TMPL_IF>
		<TMPL_IF Name="waiting"> Exemplaire en attente :</font><br>
    L'exemplaire est marqué en attente à <TMPL_VAR Name="branchname"> pour <TMPL_VAR Name="name"> (<a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="bornum"> onClick="openWindow(this,'Member', 480, 640)"><TMPL_VAR Name="borcnum"></a>).<br></TMPL_IF>
		<table border=1 cellpadding=5 cellspacing=0>
		<tr><td>
			<TMPL_IF Name="reserved">Marquer reservation et transférer exemplaire à <b><TMPL_VAR Name="branchname"> </b>: </TMPL_IF>
			<TMPL_IF Name="waiting">Supprimer réservation et transférer : </TMPL_IF>
		</td>
		<td>
			<form method=post action='branchtransfers.pl'>
				<TMPL_LOOP Name="trsfitemloop">
					<input type=hidden name=bc-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
					<input type=hidden name=fb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="frombrcd">>
					<input type=hidden name=tb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="tobrcd">>
				</TMPL_LOOP>
				<input type=hidden name=itemnumber value=<TMPL_VAR Name="itemnumber">>
				<input type=hidden name=borrowernumber value=<TMPL_VAR Name="bornum">>
				<TMPL_IF Name="waiting"><input type=hidden name=barcode value=<TMPL_VAR Name="barcode">>
					<input type=hidden name=request value='KillWaiting'>
					<input type=submit value="Cancel">
				</TMPL_IF>
				<TMPL_IF Name="reserved"><input type=hidden name=request value='SetWaiting'>
					<input type=submit value="Waiting"></TMPL_IF>
			</form>
		</td></tr>
		<TMPL_IF Name="reserved"><tr><td>supprimer réservation et transférer:</td>
			<td>
			<form method=post action='branchtransfers.pl'>

			<TMPL_LOOP Name="trsfitemloop">
				<input type=hidden name=bc-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
				<input type=hidden name=fb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="frombrcd">>
				<input type=hidden name=tb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="tobrcd">>
			</TMPL_LOOP>

			<input type=hidden name=biblionumber value=<TMPL_VAR Name="biblionumber">>
			<input type=hidden name=borrowernumber value=<TMPL_VAR Name="bornum">>
			<input type=hidden name=tobranchcd value=<TMPL_VAR Name="tobranchcd">>
			<input type=hidden name=barcode value=<TMPL_VAR Name="barcode">>
			<input type=hidden name=request value='KillReserved'>
			<input type=submit value="Cancel">
			</form>
		</TMPL_IF>
		</td></tr>
		<tr><td>Ignorer et retourner au transfert: </td>
			<td>
			<form method=post action='branchtransfers.pl'>
			<input type=hidden name=tobranchcd value=<TMPL_VAR Name="tobranchcd">>
			<input type=hidden name=barcode value=0>
			<TMPL_LOOP Name="trsfitemloop">
				<input type=hidden name=bc-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
				<input type=hidden name=fb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="frombrcd">>
				<input type=hidden name=tb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="tobrcd">>
			</TMPL_LOOP>
			<input type=submit value="Ignore">
			</form>
			</td>
		</tr></table>
	</td></tr></table>

<TMPL_ELSE>
	<table border=1 cellpadding=5 cellspacing=0 bgcolor='#dddddd'>
	<tr><th background="<TMPL_VAR name="themelang">/images/background-mem.gif"><font>Messages</font></th></tr>
	<tr><td>
	<TMPL_IF Name="reqmessage">
		<TMPL_IF Name="cancelled">
			Réservation annulée<br>
		</TMPL_IF>
		<TMPL_IF Name="setwaiting">
			Exemplaire marqué en attente au site : <TMPL_VAR Name="reqbrchname"><br>
		</TMPL_IF>
	</TMPL_IF>
	<TMPL_LOOP Name="errmsgloop">
		<font color='red' size='+2'>
		<TMPL_IF Name="errbadcode">
			Pas d'exemplaire avec le code barre : <TMPL_VAR Name="msg">
		</TMPL_IF>
		<TMPL_IF Name="errispermanent">
			Renvoyer exemplaire à son propriétaire : <TMPL_VAR Name="msg">
		</TMPL_IF>
		<TMPL_IF Name="errdesteqholding">
			L'exemplaire est déjà noté arrivé.
		</TMPL_IF>
		<TMPL_IF Name="errwasreturned">
			Exemplaire emprunté par <a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="bornum">
onClick="openWindow(this,'Member', 480, 640)"><TMPL_VAR Name="borcnum"></a>
<TMPL_VAR Name="name"> et rendu
		</TMPL_IF>
		</font>
		<BR>
	</TMPL_LOOP>
	</td></tr></table>
	<img src="<TMPL_VAR name="themelang">/images/holder.gif" width=24 height=24>
	<form method=post action=/cgi-bin/koha/circ/branchtransfers.pl>
	<table border=1 cellpadding=5 cellspacing=0 align=left>
	<tr><td colspan=2 align=center background="<TMPL_VAR name="themelang">/images/background-mem.gif">
	<font color=black><b>Selectionner site</b></font></td></tr>
	<tr><td>Site destination :</td>
		<td><select name=tobranchcd>
			<TMPL_LOOP Name="branchoptionloop">
				<option value=<TMPL_VAR Name="code"> <TMPL_VAR Name="selected">><TMPL_VAR Name="name"> <br>
			</TMPL_LOOP>
		</select></td></tr></table>

	<img src="<TMPL_VAR name="themelang">/images/holder.gif" width=24 height=50 align=left>

	<table border=1 cellpadding=5 cellspacing=0 ><tr>
	<td colspan=2 align=center background="<TMPL_VAR name="themelang">/images/background-mem.gif">
	<font color=black><b>Code barre de l'exemplaire</b></font></td></tr>
	<tr><td>Code barre exemplaire:</td><td><input name=barcode size=10></td></tr>
	</table>
	<input type=hidden name=tobranchcd value=<TMPL_VAR Name="tobrancd">>

	<TMPL_LOOP Name="trsfitemloop">
		<input type=hidden name=bc-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
		<input type=hidden name=fb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="frombrcd">>
		<input type=hidden name=tb-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="tobrcd">>
	</TMPL_LOOP>

	</form>
	<TMPL_IF Name="transferred">
		<p>
		<table border=1 cellpadding=5 cellspacing=0 bgcolor=#dddddd>
		<tr><th colspan=6  background="<TMPL_VAR name="themelang">/images/background-mem.gif"><font color=black>Exemplaires transférés</font></th></tr>
		<tr><th>Code barre</th><th>Titre</th><th>Auteur</th><th>Type</th><th>de</th><th>à</th></tr>
		<TMPL_LOOP Name="trsfitemloop">
			<tr><td bgcolor=<TMPL_VAR Name="color"> align=center>
			<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="biblionumber">
			&type=intra onClick=\"openWindow(this, 'Item', 480, 640)\"><TMPL_VAR Name="barcode"></a></td>
			<td bgcolor=<TMPL_VAR Name="color">><TMPL_VAR Name="title"></td>
			<td bgcolor=<TMPL_VAR Name="color">><TMPL_VAR Name="author"></td>
			<td bgcolor=<TMPL_VAR Name="color"> align=center><TMPL_VAR Name="itemtype"></td>
			<td bgcolor=<TMPL_VAR Name="color"> align=center><TMPL_VAR Name="frbrname"></td>
			<td bgcolor=<TMPL_VAR Name="color"> align=center><TMPL_VAR Name="tobrname"></td>
			</tr>
		</TMPL_LOOP>
		</table>
	</TMPL_IF>
</TMPL_IF>


<TMPL_INCLUDE Name="circulation-bottom.inc">

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

<TMPL_IF name="borrowernumber">
	<table align="right">
		<tr>
			<td>
				<a href=circulation.pl?borrnumber=<TMPL_VAR name="borrowernumber">&branch=<TMPL_VAR name="branch">&printer=<TMPL_VAR name="printer">&print=yes>
				<img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/2rightarrow.png" border="0" alt="Next Borrower"></a> &nbsp;
				<a href=returns.pl>
				<img src="<TMPL_VAR name="themelang">/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
				&nbsp;<a href=branchtransfers.pl><img src="<TMPL_VAR name="themelang">/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers"></a>
			</td>
		</tr>
	</table>
	<FONT SIZE=6><em>Circulation: Retours</em></FONT><br>
	<b>Site:</b> <TMPL_VAR name="branchname">&nbsp;
	<b>Imprimante:</b> <TMPL_VAR name="printername"><br>
	<a href=selectbranchprinter.pl>Modification paramètres</a></td>
	<input type=hidden name=branch value=<TMPL_VAR name="branch">>
	<input type=hidden name=printer value=<TMPL_VAR name="printer">>
	<p>
<TMPL_ELSE>
	<table align="right">
		<tr>
			<td>
				<a href=returns.pl>
				<img src="<TMPL_VAR name="themelang">/images/button-returns.gif" width="110" height="42" border="0" alt="Returns"></a>
				&nbsp<a href=branchtransfers.pl><img src="<TMPL_VAR name="themelang">/images/button-transfers.gif" width="127" height="42" border="0" alt="Transfers"></a>
			</td>
		</tr>
	</table>
	<FONT SIZE=6><em>Circulation: Emprunts</em></FONT><br>
	<b>Branch:</b> <TMPL_VAR name="branchname"> &nbsp;
	<b>Printer:</b> <TMPL_VAR name="printername"><br>
	<a href=selectbranchprinter.pl>Modification paramètres</a></td>
	<input type=hidden name=branch value=<TMPL_VAR name="branch">>
	<input type=hidden name=printer value=<TMPL_VAR name="printer">>
	<p>
</TMPL_IF>

<TMPL_IF name="question">
	<table border=1 cellpadding=5 cellspacing=0 bgcolor="#dddddd">
		<tr>
			<th background="<TMPL_VAR name="themelang">/images/background-mem.gif">
				<font size=+2 color=red><b>Question</b></font>
			</th>
		</tr>
		<tr>
			<td>
				<table border=0 cellpadding=10>
					<tr>
						<td>
							tentative d'emprunt de <TMPL_VAR name="title">
							par <TMPL_VAR name="author"> to <TMPL_VAR name="firstname"> <TMPL_VAR name="surname">.
							<p><TMPL_VAR name="question">
						</td>
					</tr>
				</table>
			</td>
		</tr>
		<tr>
			<td align=center>
				<table border=0>
					<tr>
						<td>
							<form method=get>
							<input type=hidden name=borrnumber value=<TMPL_VAR name="borrowernumber">>
							<input type=hidden name=barcode value=<TMPL_VAR name="barcode">>
							<input type=hidden name=questionnumber value=<TMPL_VAR name="questionnumber">>
							<input type=hidden name=day value=<TMPL_VAR name="day">>
							<input type=hidden name=month value=<TMPL_VAR name="month">>
							<input type=hidden name=year value=<TMPL_VAR name="year">>
							<input type=hidden name=stickyduedate value=<TMPL_VAR name="stickyduedate">>
							<input type=hidden name=branch value=<TMPL_VAR name="branch">>
							<input type=hidden name=printer value=<TMPL_VAR name="printer">>
							<TMPL_VAR name="responsesform">
							<input type=hidden name=answer value=Y>
							<input type=submit value=Yes>
							</form>
						</td>
						<td>
							<form method=get>
							<input type=hidden name=borrnumber value=<TMPL_VAR name="borrowernumber">>
							<input type=hidden name=barcode value=<TMPL_VAR name="barcode">>
							<input type=hidden name=questionnumber value=<TMPL_VAR name="questionnumber">>
							<input type=hidden name=day value=<TMPL_VAR name="day">>
							<input type=hidden name=month value=<TMPL_VAR name="month">>
							<input type=hidden name=year value=<TMPL_VAR name="year">>
							<input type=hidden name=stickyduedate value=<TMPL_VAR name="stickyduedate">>
							<input type=hidden name=branch value=<TMPL_VAR name="branch">>
							<input type=hidden name=printer value=<TMPL_VAR name="printer">>
							<TMPL_VAR name="responsesform">
							<input type=hidden name=answer value=N>
							<input type=submit value=No>
							</form>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	</td>
</TMPL_IF>

<TMPL_IF name="rejected">
	<table border=1 cellpadding=5 cellspacing=0 bgcolor="#dddddd">
		<tr><th><font color=black size=5>Erreur emprunt</font></th></tr>
		<tr><td><font color=red size=5><TMPL_VAR name="rejected"></font></td></tr>
	</table>
	<br>
</TMPL_IF>

<TMPL_IF name="message">
	<table border=1 cellpadding=5 cellspacing=0 bgcolor='#dddddd'>
		<tr><th background="<TMPL_VAR name="themelang">/images/background-mem.gif">Messages</th></tr>
		<tr><td><TMPL_VAR name="message"></td></tr>
	</table>
</TMPL_IF>

<TMPL_IF name="CGIselectborrower">
	<form method=post action=/cgi-bin/koha/circ/circulation.pl>
	<input type=hidden name=branch value=<TMPL_VAR name="branch">>
	<input type=hidden name=printer value=<TMPL_VAR name="printer">>
	<table border=1 cellspacing=0 cellpadding=5 bgcolor="#dddddd">
		<tr>
			<th background="<TMPL_VAR name="themelang">/images/background-mem.gif">
				<font color=black><b>Selectionner lecteur</b></font>
			</th>
		</tr>
		<tr>
			<td align=center>
				<TMPL_VAR name="CGIselectborrower">
				<br>
				<input type=submit>
			</td>
		</tr>
	</table>
<TMPL_ELSE>
	<form method=post action=/cgi-bin/koha/circ/circulation.pl>
	<table border=1 cellpadding=5 cellspacing=0 bgcolor="#dddddd">
		<tr>
			<th background="<TMPL_VAR name="themelang">/images/background-mem.gif">
				<font color=black><b>entrer un numéro de carte lecteur<br> ou une partie de son nom</b></font>
			</th>
		</tr>
		<tr>
			<td>
				<input name=findborrower>
				<input type=hidden name=branch value=<TMPL_VAR name="branch">>
				<input type=hidden name=printer value=<TMPL_VAR name="printer">>
			</td>
		</tr>
	</table>
	</form>
</TMPL_IF>
<TMPL_IF name="borrowernumber">
	<TMPL_VAR name="patrontable">
	<TMPL_VAR name="flaginfotable">
</TMPL_IF>

<TMPL_IF name="borrowernumber">
<form method=post action=/cgi-bin/koha/circ/circulation.pl>
<table border=1 cellpadding=5>
	<tr>
	<td align=center valign=top>
		<table border=0 cellspacing=0 cellpadding=5>
			<tr>
				<th background="<TMPL_VAR name="themelang">/images/background-mem.gif">
					<font color=black><b>Code barre exemplaire</b></font>
				</th>
			</tr>
			<tr>
				<td align=center>
					<table border=0>
						<tr>
							<td>code barre :</td>
							<td><input name=barcode size=10></td>
							<td><input type=submit value=Issue></td>
						</tr>
						<tr>
							<td colspan=3 align=center>
								<table border=0 cellpadding=0 cellspacing=0>
									<tr>
										<td>
											<select name=day><option value=0>Day<TMPL_VAR name="dayoptions"></select>
										</td>
										<td>
											<select name=month><option value=0>Month<TMPL_VAR name="monthoptions"></select>
										</td>
										<td>
											<select name=year><option value=0>Year<TMPL_VAR name="yearoptions"></select>
										</td>
									</tr>
								</table>
								<input type=checkbox name=stickyduedate <TMPL_VAR name="selected">> Fixer date retour
							</td>
						</tr>
					</table>
					<input type=hidden name=borrnumber value=<TMPL_VAR name="borrowernumber">>
					<input type=hidden name=branch value=<TMPL_VAR name="branch">>
					<input type=hidden name=printer value=<TMPL_VAR name="printer">>
					<input type=hidden name=print value=maybe>
					<TMPL_IF name="CHARGES">
						<input type=hidden name=charges value=yes>
						<input type=hidden name=oldamount value=<TMPL_VAR name="amountold">>
					</TMPL_IF>
				</td>
			</tr>
		</table>
	</td>
	</tr>
</table>
</form>
</TMPL_IF>
<p clear=all><br><br>
<TMPL_IF name="todayissues">
<table border=1 cellpadding=5 cellspacing=0 width=80%>
	<tr>
		<th colspan=5 background="<TMPL_VAR name="themelang">/images/background-mem.gif">
			<font color=black>
			<b>Emprunts du jour</b></font>
		</th>
	</tr>
	<tr>
		<th>retour pour le</th><th>Code barre</th><th>Titre</th><th>Auteur</th><th>Class</th>
	</tr>
	<TMPL_VAR name="todayissues">
</table>
</TMPL_IF>

<TMPL_IF name="previssues">
	<table border=1 cellpadding=5 cellspacing=0 width=80%>
		<tr>
			<th colspan=5  background="<TMPL_VAR name="themelang">/images/background-mem.gif">
				<font color=black>
				<b>Autres emprunts</b></font>
			</th>
		</tr>
		<tr>
			<th>Retour pour le</th><th>Code barre</th><th>Titre</th><th>Auteur</th><th>Class</th>
		</tr>
		<TMPL_VAR name="previssues">
	</table>
</TMPL_IF>


--- NEW FILE ---
<TMPL_INCLUDE Name="circulation-top.inc">

<table align="right"><tr><td>
<a href=circulation.pl>
<img src="<TMPL_VAR name="themelang">/images/button-issues.gif" width="99" height="42" border="0" alt="Issues"></a>
&nbsp<a href=branchtransfers.pl><img src="<TMPL_VAR name="themelang">/images/button-transfers.gif" width="127" height="42" border="0" alt="Issues"></a>
</td></tr></table>
<FONT SIZE=6><em>Circulation: Retours</em></FONT><br>
<b>Site:</b> <TMPL_VAR Name="genbrname"> &nbsp;
<b>Imprimante:</b> <TMPL_VAR Name="genprname"><br>
<a href=selectbranchprinter.pl>Modifier</a>
<input type=hidden name=branch value=<TMPL_VAR Name="branch">>
<input type=hidden name=printer value=<TMPL_VAR Name="printer">>
<p>

<table cellpadding=5 cellspacing=0 width=100%>

<TMPL_IF Name="found">
	<tr>
	<td colspan=2>
		<table border=1 cellpadding=5 cellspacing=0 bgcolor='#dddddd'>
		<tr><th background="<TMPL_VAR name="themelang">/images/background-mem.gif"><font>Réservations trouvées</font></th></tr>
		<tr><td>
		<TMPL_IF Name="waiting">
			<font color='red' size='+2'>Exemplaires en attente :</font><br>
		L'exemplaire <TMPL_VAR Name="itemtitle"> (<TMPL_VAR Name="itemauthor">) <br>
		est en attente à <b><TMPL_VAR Name="branchname"></b> pour <TMPL_VAR Name="name"> (<a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="bornum"> onClick='openWindow(this,'Member', 480, 640)'><TMPL_VAR Name="borcnum"></a>).
			<center><form method=post action='returns.pl'>
			<TMPL_LOOP Name="inputloop">
				<input type=hidden name=ri-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
				<input type=hidden name=dd-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="duedate">>
				<input type=hidden name=bn-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="bornum">>
			</TMPL_LOOP>
			<input type=hidden name=barcode value=0>
			<input type=submit value="OK">
			</form></center>
		</TMPL_IF>
		<TMPL_IF Name="diffbranch">
			<font color='red' size='+2'>Item marked Waiting:</font><br>
		L'exemplaire : <TMPL_VAR Name="itemtitle"> (<TMPL_VAR Name="itemauthor">)<br>
		doit être transféré à <b><TMPL_VAR Name="branchname"></b> <br>
		pour être emprunté par <TMPL_VAR Name="name"> (<a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="bornum"> onClick='openWindow(this,'Member', 480, 640)'><TMPL_VAR Name="borcnum"></a>).
			<center><form method=post action='returns.pl'>
			<TMPL_LOOP Name="inputloop">
				<TMPL_UNLESS Name="first">
					<input type=hidden name=ri-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
					<input type=hidden name=dd-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="duedate">>
					<input type=hidden name=bn-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="bornum">>
				</TMPL_UNLESS>
			</TMPL_LOOP>
			<input type=hidden name=barcode value=0>
			<input type=submit value="OK">
			</form></center>
		</TMPL_IF>
		<TMPL_IF Name="reserved">
			<font color='red' size='+2'>Réservation trouvée :</font> Exemplaire : <TMPL_VAR Name="itemtitle"> (<TMPL_VAR Name="itemauthor">) <a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="itembiblionumber">&type=intra onClick=\"openWindow(this, 'Item', 480, 640)\"><TMPL_VAR Name="itembarcode"></a> <br>
			pour <TMPL_VAR Name="name"> (<a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="bornum"> onClick='openWindow(this,'Member', 480, 640)'><TMPL_VAR Name="borcnum"></a>) Pour être ramassé à <b><TMPL_VAR Name="branchname"></b>.
			<table cellpadding=5 cellspacing=0>
			<tr><td valign="top">Modifier statut ("attente") et imprimer <a href="" onClick='alert(document.forms[0].resslip.value); return false'>déplacer</a>?: </td>
			<td valign="top">
			<form method=post action='returns.pl'>
			<TMPL_LOOP Name="inputloop">
				<input type=hidden name=ri-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
				<input type=hidden name=dd-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="duedate">>
				<input type=hidden name=bn-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="bornum">>
			</TMPL_LOOP>
			<input type=hidden name=itemnumber value=<TMPL_VAR Name="itemnumber">>
			<input type=hidden name=borrowernumber value=<TMPL_VAR Name="borrowernumber">>
			<input type=hidden name=resbarcode value=<TMPL_VAR Name="barcode">>
			<input type=hidden name=resslip value="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Date: <TMPL_VAR Name="today">

Exemplaire réservé :<TMPL_VAR Name="itemtitle"> (<TMPL_VAR Name="itemauthor">)
Code barre : <TMPL_VAR Name="itembarcode">
Type : <TMPL_VAR Name="itemtype">
Provenant de : <TMPL_VAR Name="branchname">

Emprunté par :
<TMPL_VAR Name="bortitle"> <TMPL_VAR Name="borfirstname"> <TMPL_VAR Name="borsurname">
carte N°: <TMPL_VAR Name="borcnum">
Tel : <TMPL_VAR Name="borphone">
<TMPL_VAR Name="borstraddress">
<TMPL_VAR Name="borsub">
<TMPL_VAR Name="bortown">
<TMPL_VAR Name="boremail">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

">
			<input type=submit value="Print">
			</form>
			</td></tr>
			</table>
		</TMPL_IF>
		</td></tr></table>
	</td>
	</tr>
	<tr>
	<td colspan=2>
<TMPL_ELSE>
	<tr>
	<td valign=top align=left>
		<form method=post action=/cgi-bin/koha/circ/returns.pl>
			<table border=1 cellpadding=5 cellspacing=0>
			<tr><td colspan=2 background="<TMPL_VAR name="themelang">/images/background-mem.gif">
			<font color=black><b>code barre exemplaire</b></font></td></tr>
			<tr><td>code barre :</td><td><input name=barcode size=10></td></tr>
			</table>
			<TMPL_LOOP Name="inputloop">
				<input type=hidden name=ri-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="barcode">>
				<input type=hidden name=dd-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="duedate">>
				<input type=hidden name=bn-<TMPL_VAR Name="counter"> value=<TMPL_VAR Name="bornum">>
			</TMPL_LOOP>
		</form>
	</td>
	<td valign=top align=left>
</TMPL_IF>
		<table border=1 cellpadding=5 cellspacing=0 bgcolor='#dddddd'>
		<tr><th  background="<TMPL_VAR name="themelang">/images/background-mem.gif"><font>Messages</font></th></tr>
		<tr><td>
			<TMPL_LOOP Name="errmsgloop">
				<font color='red' size='+2'>
				<TMPL_IF Name="badbarcode">
					code barre inconnu: <TMPL_VAR Name="msg">
				</TMPL_IF>
				<TMPL_IF Name="ispermanent">
					Retourner à <TMPL_VAR Name="msg">
				</TMPL_IF>
				<TMPL_IF Name="notissued">
					Pas emprunté.
				</TMPL_IF>
				<TMPL_IF Name="waslost">
					Exemplaire perdu. Marqué retrouvé.
				</TMPL_IF>
				<TMPL_IF Name="withdrawn">
					Exemplaire éliminé
				</TMPL_IF>
				</font>
				<BR>
			</TMPL_LOOP>
		</td></tr></table>
	</td>
	</tr>
<TMPL_IF Name="returned">
	<tr>
	<td valign=top align=left>
		<table border=1 cellpadding=5 cellspacing=0>
		<tr><th background="<TMPL_VAR name="themelang">/images/background-mem.gif">
		<font color=black>Retour d'exemplaire</font></th></tr>
		<tr><td>
		Titre: <TMPL_VAR Name="itemtitle"><br>
		</td></tr>
		</table>
	</td>
	<td valign=top align=left>
		<table border=1 cellpadding=5 cellspacing=0>
		<tr><td colspan=2 background="<TMPL_VAR name="themelang">/images/background-mem.gif">
		<font color=black><b>Information emprunteur</b></font></td></tr>
		<tr><td colspan=2>
		<a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="ribornum"> onClick="openWindow(this,'Member', 480, 640)"><TMPL_VAR Name="riborcnum"></a>
		<TMPL_VAR Name="riborsurname">, <TMPL_VAR Name="ribortitle"> <TMPL_VAR Name="riborfirstname"><br>
		</td></tr>
		<TMPL_IF Name="flagset">
			<tr><td  background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=2>
			<b>indicateurs</b></td></tr>
			<TMPL_LOOP Name="flagloop">
				<tr><td valign=top><TMPL_IF Name="redfont"><font color="red"></TMPL_IF><TMPL_VAR Name="flag"><TMPL_IF Name="redfont"></font></TMPL_IF></td>
				<TMPL_IF Name="charges">
					<td bgcolor=<TMPL_VAR Name="color">><b><TMPL_VAR Name="msg"></b><a href=/cgi-bin/koha/pay.pl?bornum=<TMPL_VAR Name="borrowernumber"> onClick="openWindow(this, 'Payment', 480,640)">Paiement</a></td></tr>
				</TMPL_IF>
				<TMPL_IF Name="waiting">
					<td bgcolor=<TMPL_VAR Name="color">>
					<TMPL_LOOP Name="itemloop">
						<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="biblionum">&type=intraonClick="openWindow(this, 'Item', 480, 640)"><TMPL_VAR Name="barcode"></a><TMPL_VAR Name="title">(<TMPL_VAR Name="brname">)<br>
					</TMPL_LOOP>
					</td></tr>
				</TMPL_IF>
				<TMPL_IF Name="overdue">
					<td bgcolor=<TMPL_VAR Name="color">>
					<TMPL_LOOP Name="itemloop">
					<font color=red><TMPL_VAR Name="duedate"></font>
						<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="biblionum">&type='intra' onClick="openWindow(this, 'Item', 480, 640)">
							<TMPL_VAR Name="barcode">
						</a>
						<TMPL_VAR Name="title">
						<br>
					</TMPL_LOOP>
					</td></tr>
				</TMPL_IF>
				<TMPL_IF Name="other">
					<td bgcolor=<TMPL_VAR Name="color">><b><TMPL_VAR Name="msg"></b></td></tr>
				</TMPL_IF>
			</TMPL_LOOP>
		</TMPL_IF>
	</td>
	<tr>
</TMPL_IF>
<TMPL_IF Name="returneditems">
    <tr><td colspan=2>
		<table border=1 cellpadding=5 cellspacing=0>
		<tr><th colspan=6 background="<TMPL_VAR name="themelang">/images/background-mem.gif">
		<font color=black>Exemplaires rendus</font></th></tr>
		<tr><th>Retour pour le</th><th>Code barre</th><th>Titre</th><th>Auteur</th><th>Type</th><th>Emprunteur</th></tr>
		<TMPL_LOOP Name="returneditemloop">
			<tr><td bgcolor=<TMPL_VAR Name="color">>
				<TMPL_IF Name="duedate">
					<TMPL_IF Name="early">
						<font color=red>
					</TMPL_IF>
						<TMPL_VAR Name="year">/<TMPL_VAR Name="month">/<TMPL_VAR Name="day">
					<TMPL_IF Name="early">
						</font>
					</TMPL_IF>
				<TMPL_ELSE>
					Non emprunté
				</TMPL_IF>
			</td>
			<td bgcolor=<TMPL_VAR Name="color">> align=center>
			<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="itembiblionumber">&type=intra onClick=\"openWindow(this, 'Item', 480, 640)\"><TMPL_VAR Name="barcode"></a></td>
			<td bgcolor=<TMPL_VAR Name="color">><TMPL_VAR Name="itemtitle"></td>
			<td bgcolor=<TMPL_VAR Name="color">><TMPL_VAR Name="itemauthor"></td>
			<td bgcolor=<TMPL_VAR Name="color"> align=center><TMPL_VAR Name="itemtype"></td>
			<td bgcolor=<TMPL_VAR Name="color">>
			<TMPL_IF Name="duedate">
				<a href=/cgi-bin/koha/moremember.pl?bornum=<TMPL_VAR Name="bornum"> onClick=\"openWindow(this,'Member', 480, 640)\">
					<TMPL_VAR Name="borcnum">
				</a> <TMPL_VAR Name="borfirstname"> <TMPL_VAR Name="borsurname">
			<TMPL_ELSE>
				<TMPL_VAR Name="bornum">
			</TMPL_IF>
			</td></tr>
		</TMPL_LOOP>
		</table>
	</td></tr>
</TMPL_IF>

</table>

<TMPL_INCLUDE Name="circulation-bottom.inc">





More information about the Koha-cvs mailing list