[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/cmsd/catalogue searchresults.tmpl,NONE,1.1

Steve Tonnesen tonnesen at users.sourceforge.net
Tue May 14 21:08:47 CEST 2002


Update of /cvsroot/koha/koha-html/intranet-html/includes/templates/cmsd/catalogue
In directory usw-pr-cvs1:/tmp/cvs-serv23432/cmsd/catalogue

Added Files:
	searchresults.tmpl 
Log Message:
First attempt at a template layout, following Paul's suggestion of putting each
"theme" under it's own directory under templates.  Here are two "themes", one
named default, one named cmsd.


--- NEW FILE ---

<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>Title</th>
<th>Author</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">>Previous Records</a>
    </td><td align=right>
    <a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a>
    </td></tr>
    </table>
</td></tr>
</table>
<br>
Results <TMPL_VAR NAME="startfrom"> through <TMPL_VAR NAME="endat"> of <TMPL_VAR NAME="numrecords"> records.
<hr>
<TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-bottom.inc">





More information about the Koha-cvs mailing list