c05e9d5363f89cd384a47248c5781a52b017fea3
[koha_fer] / koha-tmpl / intranet-tmpl / default / fr / search.marc / result.tmpl
1 <TMPL_IF NAME="opac">
2     <TMPL_INCLUDE NAME="opac-top.inc">
3 <TMPL_ELSE>
4     <TMPL_INCLUDE NAME="cat-top.inc">
5 </TMPL_IF>
6
7 <center>
8
9 <table border=0 cellspacing=0 cellpadding=2 width="90%">
10 <thead>
11         <tr
12         <TMPL_IF NAME="opac">
13                         bgcolor=#99cccc background=/images/background-opac.gif
14                 <TMPL_ELSE>
15                         bgcolor="#ad11ad"
16                 </TMPL_IF>
17         >
18         <th>Notice #</th>
19         <th>Auteur</th>
20         <th>Titre</th>
21         </tr>
22 <tbody>
23         <TMPL_LOOP name="result">
24                 <tr>
25                         <td><a href="../MARCdetail.pl?bibid=<TMPL_VAR name="bibid">"><TMPL_VAR name="bibid"></a></td>
26                         <td><TMPL_VAR name="author"></td>
27                         <td><TMPL_VAR name="title"></td>
28                 </tr>
29         </TMPL_LOOP>
30 </table>
31 <TMPL_IF NAME="opac">
32     <TMPL_INCLUDE NAME="opac-bottom.inc">
33 <TMPL_ELSE>
34     <TMPL_INCLUDE NAME="cat-bottom.inc">
35 </TMPL_IF>