koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catal


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha-html/intranet-html/includes/templates/default/catalogue subject.tmpl,NONE,1.1
Date: Tue, 14 May 2002 15:19:59 -0700

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

Added Files:
        subject.tmpl 
Log Message:
Template for doing subject searches, (these function differently from other
searches)



--- NEW FILE ---
<TMPL_INCLUDE NAME="cat-top.inc">
<center>

<table border=0 cellspacing=0 cellpadding=2>
<tr bgcolor=#cccc99 background="/images/background-mem.gif">
<th>Subject</th></tr>
<TMPL_LOOP NAME=SEARCH_RESULTS>
  <tr>
  <td><a href=/cgi-bin/koha/subjectsearch.pl?type=intra&subject=<TMPL_VAR 
NAME=subject ESCAPE=HTML>><TMPL_VAR NAME=subject></a></td>
  </tr>
</TMPL_LOOP>
<tr bgcolor=#cccc99 backgound="/images/background-mem.gif"><td colspan=4 
background="/images/background-mem.gif">
    <table border=0 cellpadding=0 cellspacing=0 width=100% 
background="/images/background-mem.gif">
    <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="cat-bottom.inc">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]