Add biblio using C4::Acquisitions newbiblio
[koha.git] / html-template / searchresults.tmpl
1 <TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-top.inc">
2 <TMPL_INCLUDE NAME="searchheader.tmpl">
3 <table border=0 cellspacing=0 cellpadding=0>
4 <tr bgcolor=#ccccff><th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>
5 <TMPL_LOOP NAME=SEARCH_RESULTS>
6   <tr>
7   <td> <TMPL_VAR NAME=title> </td>
8   <td> <TMPL_VAR NAME=author> </td>
9   <td align=center> <TMPL_VAR NAME=itemcount> </td>
10   <td> <TMPL_VAR NAME=biblionumber> </td>
11   </tr>
12 </TMPL_LOOP>
13 <tr><td colspan=4 bgcolor=#ccccff>
14     <table border=0 cellpadding=0 cellspacing=0 width=100%>
15     <tr><td align=left>
16     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
17     </td><td align=right>
18     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a>
19     </td></tr>
20     </table>
21 </td></tr>
22 </table>
23 <br>
24 Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records.
25 <hr>
26 </body>
27 </html>