Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-detailprint.tmpl
2008-09-26 09:06:13 -05:00

91 lines
4.2 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; Details for: <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --><!-- TMPL_VAR NAME="title" escape="html" --><!-- /TMPL_LOOP -->
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Language" content="en-us" />
<style type="text/css">
@import url(<!-- TMPL_VAR NAME="themelang" -->/css/print.css);
</style>
</head>
<body>
<div id="window">
<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
<h2><!-- TMPL_VAR NAME="title" escape="html" --> <!-- TMPL_IF NAME="subtitle" -->: <!-- TMPL_VAR NAME="subtitle" --><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="author" -->; By <!-- TMPL_VAR NAME="author" --></h2><!-- /TMPL_IF -->
<table>
<!-- TMPL_IF NAME="abstract" --><tr><th scope="row">Format:</th><td><!-- TMPL_VAR NAME="abstract" --></td></tr><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="copyrightdate" -->
<tr><th scope="row">Copyright:</th><td><!-- TMPL_VAR NAME="copyrightdate" --></td></tr>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="isbn" -->
<tr><th scope="row">ISBN:</th><td><!-- TMPL_VAR NAME="isbn" --></td></tr>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="lccn" -->
<tr><th scope="row">LCCN:</th><td><!-- TMPL_VAR NAME="lccn" --></td></tr>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="publishercode" -->
<tr><th scope="row">Publisher:</th><td><!-- TMPL_VAR NAME="place" --> <!-- TMPL_VAR NAME="publishercode" --> <!-- TMPL_VAR NAME="publicationyear" --></td></tr>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="pages" -->
<tr><th scope="row">Physical Details: </th><td><!-- TMPL_VAR NAME="pages" --> <!-- TMPL_VAR NAME="illus" --> <!-- TMPL_VAR NAME="size" --></td></tr>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="notes" -->
<tr><th scope="row">Notes:</th><td><!-- TMPL_VAR NAME="notes" --></td></tr>
<!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
<!-- TMPL_UNLESS NAME="MARCSUBJCTS" -->
<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
<!-- TMPL_IF name="subjects" --><tr><th scope="row">Subject(s):</th><td><!-- TMPL_LOOP name="subjects" --><a href="/cgi-bin/koha/opac-search.pl?op=do_search&amp;marclist=bibliosubject.subject&amp;and_or=and&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject" --></a>, <!-- /TMPL_LOOP --></td></tr><!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
<!-- /TMPL_UNLESS -->
<!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
<tr><th scope="row">Record No.:</th><td><!-- TMPL_VAR NAME="biblionumber" --></td></tr> <!-- /TMPL_LOOP -->
<!-- TMPL_IF NAME="MARCNOTES" -->
<tr>
<th scope="row">Detailed notes:</th>
<td><ul><!-- TMPL_LOOP NAME="MARCNOTES" --><li><!-- TMPL_VAR NAME="marcnote" --></li><!-- /TMPL_LOOP --></ul></td></tr>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="MARCSUBJCTS" -->
<tr>
<th scope="row">Related links:</th>
<td><ul><!-- TMPL_LOOP NAME="MARCSUBJCTS" --><li><a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="marcsubjct" escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct" --></a></li><!-- /TMPL_LOOP --></ul></td></tr>
<!-- /TMPL_IF -->
</table>
<!-- TMPL_IF NAME="ITEM_RESULTS" -->
<table>
<!--HOLDINGS INFORMATION HEADER TABLE ROWS-->
<tr>
<th>Type/Format</th>
<th>Call Number</th>
<th>Location</th>
<th>Due Date</th>
<th>Last Seen</th>
<th>Barcode</th></tr>
<!--INFORMATION ROWS-->
<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
<tr><td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="description" -->.gif" align="left" title="<!-- TMPL_VAR NAME="barcode" -->" alt="" /><!-- TMPL_VAR NAME="description" --></td>
<td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
<td><!-- TMPL_VAR NAME="branchname" --></td>
<td><!-- TMPL_VAR NAME="datedue" --></td>
<td><!-- TMPL_VAR NAME="datelastseen" --></td>
<td><!-- TMPL_VAR NAME="barcode" --></td></tr>
<!-- /TMPL_LOOP -->
</table>
<!-- TMPL_ELSE -->
<table><tr><td>No copies available.</td></tr></table>
<!-- /TMPL_IF -->
</div>
<script language="javascript" type="text/javascript">
function docprint() {
window.print();
window.close();
}
</script>
</body>
</html>