Koha/koha-tmpl/intranet-tmpl/default/es/cmsd.tmpl
2002-12-02 08:42:08 +00:00

33 lines
1.3 KiB
Cheetah

<TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-top.inc">
<center>
<table border=0 cellspacing=0 cellpadding=2>
<tr bgcolor=#ccccff background="/images/background-mem.gif">
<th>Título</th>
<th>Autor</th>
<th>Dewey</th></tr>
<TMPL_LOOP NAME=SEARCH_RESULTS>
<tr>
<td><a href=/cgi-bin/koha/detail.pl?type=intra&bib=<TMPL_VAR NAME=biblionumber ESCAPE=HTML>><TMPL_VAR NAME=title></a></td>
<td><a href=/cgi-bin/koha/search.pl?type=intra&author=<TMPL_VAR NAME=author ESCAPE=HTML>><TMPL_VAR NAME=author></a></td>
<td align=right><TMPL_VAR NAME=dewey></td>
</tr>
</TMPL_LOOP>
<tr background="/images/background-mem.gif"><td colspan=3 bgcolor=#ccccff>
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr><td align=left>
<a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Registros Anteriores</a>
</td><td align=right>
<a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Registros Posteriores</a>
</td></tr>
</table>
</td></tr>
</table>
<br>
Resultados desde el <TMPL_VAR NAME="startfrom"> hasta el <TMPL_VAR NAME="endat"> de un total de <TMPL_VAR NAME="numrecords"> registros.
<hr>
<TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-bottom.inc">