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

Chris Cormack rangi at users.sourceforge.net
Wed May 15 00:06:05 CEST 2002


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

Added Files:
	detail.tmpl 
Log Message:
First cut of template for the detail.pl page



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

<a href=request.pl?bib=$bib><img height=42  WIDTH=120 BORDER="0"
src=\"/images/requests.gif\" align="right" border="0"></a>
<table cellspacing="0" callpadding="5" border="1" align="left" width="220">
<!-----------------BIBLIO RECORD TABLE--------->
<tr valign="top">

<td bgcolor="#cccc99" background="/images/background-mem.gif">
<b>BIBLIO RECORD</b>
<TMPL_LOOP NAME="SEARCH_RESULTS">
<TMPL_VAR NAME="biblionumber">
</td>
</tr>
<tr valign="top">
<td>
<form action="/cgi-bin/koha/modbib.pl" method="post">
<input type="hidden" name="bibnum" value="$bib">
<input type="image" name="submit" value="modify" height="42" width="93"
border="0" src="/images/modify-mem.gif">
<input type="image" name="delete" value="delete" height="42" width="93"
border="0" src="/images/delete-mem.gif">
</form>
<br>
<FONT SIZE=2  face="arial, helvetica">
<b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
<b>Author:</b> <TMPL_VAR NAME="author"><br>
<b>Additional Author:</b> <TMPL_VAR NAME="additional"><br>
<b>Series Title:</b> <TMPL_VAR NAME="series"><br>
<b>Subject:</b> <TMPL_VAR NAME="subject"><br>
<b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
<b>Notes:</b> <TMPL_VAR NAME="notes"><br>
<b>Unititle:</b> <TMPL_VAR NAME="unititle"><br>
<b>Serial:</b> <TMPL_VAR NAME="serial"><br>
<b>Total Number of Items:</b> <TMPL_VAR NAME="count">
<p>
</font></td>
</tr>
</table>
</TMPL_LOOP>
<center>
<table>
<tr bgcolor="#cccc99" background="/images/background-mem.gif">
<td>Item Type</td>
<td>Class</td>
<td>Location</td>
<td>Date Due</td>
<td>Last Seen</td>
<td>Barcode</td>
</tr>
</table>


<TMPL_INCLUDE NAME="cat-bottom.inc">





More information about the Koha-cvs mailing list