Make the heading more meaningful
[koha.git] / koha-tmpl / intranet-tmpl / default / en / 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 <TMPL_IF NAME="loggedinuser">
8     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/logout.pl>Log Out</a>]</p>
9 <TMPL_ELSE>
10     <p align=left><a href=/cgi-bin/koha/userpage.pl>Log In</a> to Koha</p>
11 </TMPL_IF>
12
13 <center>
14
15 <table border=0 cellspacing=0 cellpadding=2>
16 <thead>
17         <tr
18         <TMPL_IF NAME="opac">
19                         bgcolor=#99cccc background=/images/background-opac.gif
20                 <TMPL_ELSE>
21                         background="/images/background-mem.gif"
22                 </TMPL_IF>
23         >
24 <!--
25                 <th colspan=5>Result</th>
26 -->
27         <th>Biblio#</th>
28         <th>Author</th>
29         <th>Title</th>
30         </tr>
31 <tbody>
32         <TMPL_LOOP name="result">
33                 <tr>
34                         <td><TMPL_VAR name="bibid"></td>
35                         <td><TMPL_VAR name="author"></td>
36                         <td><TMPL_VAR name="title"></td>
37                 </tr>
38         </TMPL_LOOP>
39 </table>
40 <TMPL_IF NAME="opac">
41     <TMPL_INCLUDE NAME="opac-bottom.inc">
42 <TMPL_ELSE>
43     <TMPL_INCLUDE NAME="cat-bottom.inc">
44 </TMPL_IF>