Dictionary feature implemented
[koha.git] / koha-tmpl / intranet-tmpl / default / en / default.tmpl
1 <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
2
3 <table border="0" cellspacing="0" cellpadding="2">
4 <tr bgcolor="#ccccff" background="/images/background-mem.gif">
5 <th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>
6 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
7   <tr>
8   <td><a href="/cgi-bin/koha/detail.pl?type=intra&amp;bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=HTML -->"><!-- TMPL_VAR NAME="title" --></a></td>
9   <td> <!-- TMPL_VAR NAME="author" --> </td>
10   <td align="center"> <!-- TMPL_VAR NAME="itemcount" --> </td>
11   <td> <!-- TMPL_VAR NAME="biblionumber" --> </td>
12   </tr>
13 <!-- /TMPL_LOOP -->
14 <tr bgcolor="#ccccff" backgound="/images/background-mem.gif"><td colspan="4">
15     <table border="0" cellpadding="0" cellspacing="0" width="100%" background="/images/background-mem.gif">
16     <tr><td align="left">
17     <a href="search.pl?template=<!-- TMPL_VAR NAME="template" -->&amp;startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->">Previous Records</a>
18     </td><td align="right">
19     <a href="search.pl?template=<!-- TMPL_VAR NAME="template" -->&amp;startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Next Records</a>
20     </td></tr>
21     </table>
22 </td></tr>
23 </table>
24 <br>
25 Results <i><!-- TMPL_VAR NAME="startfrom" --></i> through <i><!-- TMPL_VAR NAME="endat" --></i> of <i><!-- TMPL_VAR NAME="numrecords" --></i> records.
26 <hr>
27 <!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->