detail-opac.tmpl doesn't seem to serve any purpose
authoroleonard <oleonard>
Tue, 16 Nov 2004 20:24:56 +0000 (20:24 +0000)
committeroleonard <oleonard>
Tue, 16 Nov 2004 20:24:56 +0000 (20:24 +0000)
koha-tmpl/intranet-tmpl/npl/en/catalogue/detail-opac.tmpl [deleted file]

diff --git a/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail-opac.tmpl b/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail-opac.tmpl
deleted file mode 100644 (file)
index 3811bc4..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-<!-- TMPL_INCLUDE NAME="opac-top.inc" -->
-
-
-<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
-<font SIZE=6><em><!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->)
-<!-- TMPL_VAR NAME="class" --></em></font><p>
-<!-- FIXME - "callpadding" should be "cellpadding", right? -->
-<table cellspacing="0" callpadding="5" border="1" align="left" width="220">
-<!-----------------BIBLIO RECORD TABLE--------->
-<tr valign="top">
-
-<td bgcolor="#99cccc">
-<b>BIBLIO RECORD</b>
-
-<!-- TMPL_VAR NAME="biblionumber" -->
-</td>
-</tr>
-<tr valign="top">
-<td>
-<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="seriestitle" --><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 border="0" cellspacing=0 cellpadding=2>
-<tr bgcolor="#99cccc">
-<td>Item Type</td>
-<td>Class</td>
-<td>Location</td>
-<td>Date Due</td>
-<td>Last Seen</td>
-</tr>
-<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
-<tr>
-<td><!-- TMPL_VAR NAME="itemtype" --></td>
-<td><!-- TMPL_VAR NAME="class" --></td>
-<td><!-- TMPL_VAR NAME="branchname" --></td>
-<td><!-- TMPL_VAR NAME="datedue" --></td>
-<td><!-- TMPL_VAR NAME="datelastseen" --></td>
-</tr>
-<!-- /TMPL_LOOP -->
-<!-- TMPL_LOOP NAME="WEB_RESULTS" -->
-<tr>
-<td><!-- TMPL_VAR NAME="itemtype" --></td>
-<td>Website</td>
-<td>Online</td>
-<td>Available</td>
-<td></td>
-<td><a href="/cgi-bin/koha/moredetail.pl?item=<TMPL_VAR
-NAME="itemnumber>&bib=<!-- TMPL_VAR NAME="biblionumber" -->&bi=<TMPL_VAR
-NAME="biblioitemnumber">">http://<!-- TMPL_VAR NAME="url" --></a></td>
-</tr>
-<!-- /TMPL_LOOP -->
-</table>
-<p>
-</center>
-<br clear=all>
-<p />
-<p />
-
-<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->