graphic improvments
[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 <span style="font-size:2em; text-align:left;">MARC Search</span>
8 <br/>
9
10 <center>
11
12 <table border=0 cellspacing=0 cellpadding=2 width="90%">
13 <thead>
14         <tr
15         <TMPL_IF NAME="opac">
16                         bgcolor=#99cccc background=/images/background-opac.gif
17                 <TMPL_ELSE>
18                         bgcolor="#ad11ad"
19                 </TMPL_IF>
20         >
21         <th align="left"><span style="color:#FFFFFF;">Notice #</span></th>
22         <th align="left"><span style="color:#FFFFFF;">Auteur</span></th>
23         <th align="left"><span style="color:#FFFFFF;">Titre</span></th>
24         </tr>
25 <tbody>
26         <TMPL_LOOP name="result">
27                 <tr>
28                         <td><a href="../MARCdetail.pl?bibid=<TMPL_VAR name="bibid">"><TMPL_VAR name="bibid"></a></td>
29                         <td><TMPL_VAR name="author"></td>
30                         <td><TMPL_VAR name="title"></td>
31                 </tr>
32         </TMPL_LOOP>
33 </table>
34 <TMPL_IF NAME="opac">
35     <TMPL_INCLUDE NAME="opac-bottom.inc">
36 <TMPL_ELSE>
37     <TMPL_INCLUDE NAME="cat-bottom.inc">
38 </TMPL_IF>