road to 1.3.1 : marc viewing from biblio search
[koha.git] / koha-tmpl / intranet-tmpl / default / en / catalogue / searchresults.tmpl
1 <TMPL_INCLUDE NAME="cat-top.inc">
2 <a href=search.pl?template=cmsdsearchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Results with dewey</a>
3 | <a href=search.pl?template=searchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Results with biblionumber</a>
4 <hr>
5 <table border=0 cellspacing=0 cellpadding=5>
6 <tr bgcolor=#ccccff><th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th><th>MARC detail</th></tr>
7 <TMPL_LOOP NAME=SEARCH_RESULTS>
8   <tr>
9   <td> <TMPL_VAR NAME=title> </td>
10   <td> <TMPL_VAR NAME=author> </td>
11   <td align=center> <TMPL_VAR NAME=itemcount> </td>
12   <td> <TMPL_VAR NAME=biblionumber> </td>
13   <td> <a href="MARCdetail.pl?biblionumber=<TMPL_VAR name="biblionumber">">MARC</a>
14   </tr>
15 </TMPL_LOOP>
16 <tr><td colspan=5 bgcolor=#ccccff>
17     <table border=0 cellpadding=0 cellspacing=0 width=100%>
18     <tr><td align=left>
19     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
20     </td><td align=right>
21     <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a>
22     </td></tr>
23     </table>
24 </td></tr>
25 </table>
26 <br>
27 Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records.
28 <hr>
29 </body>
30 </html>