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