french templates for 1.9.1
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / catalogue / detail-opac.tmpl
1 <TMPL_INCLUDE NAME="opac-top.inc">
2
3 <TMPL_IF NAME="loggedinuser">
4     <p align=left>Connect&eacute;: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>D&eacute;connexion</a>]</p>
5 <TMPL_ELSE>
6     <p align=left><a href=/cgi-bin/koha/userpage.pl>Se connecter</a> &agrave; Koha</p>
7 </TMPL_IF>
8
9
10 <TMPL_LOOP NAME="BIBLIO_RESULTS">
11 <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
12 <TMPL_VAR NAME="class"></em></font><p>
13 <!-- FIXME - "callpadding" should be "cellpadding", right? -->
14 <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
15 <!-----------------BIBLIO RECORD TABLE--------->
16 <tr valign="top">
17
18 <td bgcolor="#99cccc">
19 <b>NOTICE</b>
20
21 <TMPL_VAR NAME="biblionumber">
22 </td>
23 </tr>
24 <tr valign="top">
25 <td>
26 <br>
27 <FONT SIZE=2  face="arial, helvetica">
28 <b>Sous-titre:</b> <TMPL_VAR NAME="subtitle"><br>
29 <b>Auteur:</b> <TMPL_VAR NAME="author"><br>
30 <b>Autre auteur:</b> <TMPL_VAR NAME="additional"><br>
31 <b>Collection:</b> <TMPL_VAR NAME="seriestitle"><br>
32 <b>Sujet:</b> <TMPL_VAR NAME="subject"><br>
33 <b>Date de publi.:</b> <TMPL_VAR NAME="copyrightdate"><br>
34 <b>Notes:</b> <TMPL_VAR NAME="notes"><br>
35 <b>Unititle:</b> <TMPL_VAR NAME="unititle"><br>
36 <b>P&eacute;rio.:</b> <TMPL_VAR NAME="serial"><br>
37 <b>Nombre d'ex.:</b> <TMPL_VAR NAME="count">
38 <p>
39 </font></td>
40 </tr>
41 </table>
42 </TMPL_LOOP>
43 <center>
44 <table border=0 cellspacing=0 cellpadding=2>
45 <tr bgcolor="#99cccc">
46 <td>Type de doc.</td>
47 <td>Cote</td>
48 <td>Localisation</td>
49 <td>Retour le</td>
50 <td>Derni&egrave;re transaction</td>
51 </tr>
52 <TMPL_LOOP NAME="ITEM_RESULTS">
53 <tr>
54 <td><TMPL_VAR NAME="itemtype"></td>
55 <td><TMPL_VAR NAME="class"></td>
56 <td><TMPL_VAR NAME="branchname"></td>
57 <td><TMPL_VAR NAME="datedue"></td>
58 <td><TMPL_VAR NAME="datelastseen"></td>
59 </tr>
60 </TMPL_LOOP>
61 <TMPL_LOOP NAME="WEB_RESULTS">
62 <tr>
63 <td><TMPL_VAR NAME="itemtype"></td>
64 <td>Site web</td>
65 <td>disponible</td>
66 <td>en ligne</td>
67 <td></td>
68 <td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR
69 NAME="itemnumber>&bib=<TMPL_VAR NAME="biblionumber">&bi=<TMPL_VAR
70 NAME="biblioitemnumber">">http://<TMPL_VAR NAME="url"></a></td>
71 </tr>
72 </TMPL_LOOP>
73 </table>
74 <p>
75 </center>
76 <br clear=all>
77 <p />
78 <p />
79
80 <TMPL_INCLUDE NAME="opac-bottom.inc">