css & html fixes
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-detailprint.tmpl
1 <html>
2 <body onLoad="window.print();self.close();">
3 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
4         <table cellspacing="0" cellpadding="1" border="1" width=500>
5         <tr valign="top">
6                 <td bgcolor="#cccc99" background="/images/background-mem.gif">
7                         <b>BIBLIO RECORD <!-- TMPL_VAR NAME="biblionumber" --></b>
8                 </td>
9         </tr>
10         <tr valign="top">
11                 <td>
12                         <!-- TMPL_VAR NAME="author" --><br>
13                         <b><!-- TMPL_VAR NAME="title" --></b><!-- TMPL_VAR NAME="subtitle" --><br>
14                         <!-- TMPL_VAR NAME="additional" --><br>
15                         <!-- TMPL_IF NAME="publishercode" --><b>Published by :</b><!-- TMPL_VAR NAME="publishercode" --><!-- /TMPL_IF -->
16                         <!-- TMPL_IF NAME="publicationyear" --><b>in </b><!-- TMPL_VAR NAME="publicationyear" --><!-- /TMPL_IF -->
17                         <!-- TMPL_IF NAME="pages" -->, <!-- /TMPL_IF --><!-- TMPL_VAR NAME="pages" -->
18                         <!-- TMPL_IF NAME="size" -->, <!-- /TMPL_IF --><!-- TMPL_VAR NAME="size" --><br>
19                         <!-- TMPL_IF NAME="collection" --><b>Collection:</b> <!-- TMPL_VAR NAME="seriestitle" --><!-- /TMPL_IF --><br>
20                         <!-- TMPL_IF NAME="subject" --><b>Subject:</b> <!-- TMPL_VAR NAME="subject" --><!-- /TMPL_IF --><br>
21                         <!-- TMPL_IF NAME="copyrightdate" --><b>Year :</b> <!-- TMPL_VAR NAME="copyrightdate" --><!-- /TMPL_IF --><br>
22                         <!-- TMPL_IF NAME="notes" --><b>Notes:</b> <!-- TMPL_VAR NAME="notes" --><!-- /TMPL_IF --><br>
23                         <!-- TMPL_IF NAME="unititle" --><b>Unititle:</b> <!-- TMPL_VAR NAME="unititle" --><!-- /TMPL_IF --> <br>
24                         <!-- TMPL_IF NAME="dewey" --><b>Dewey:</b> <a href="/cgi-bin/koha/opac-searchresults.pl?type=opac&amp;dewey=<!-- TMPL_VAR NAME="dewey" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="dewey" --></a><!-- /TMPL_IF --><br>
25                         <!-- TMPL_IF NAME="classification" --><b>Classification:</b> <!-- TMPL_VAR NAME="classification" --><!-- /TMPL_IF --><br>
26                         <!-- TMPL_IF NAME="lccn" --><b>LCCN:</b> <!-- TMPL_VAR NAME="lccn" --><!-- /TMPL_IF --><br>
27                         <!-- TMPL_IF NAME="url" --><b>URL:</b> <a href="<!-- TMPL_VAR NAME="url" -->"><!-- TMPL_VAR NAME="url" --></a><!-- /TMPL_IF --><br>
28                         <b>ISBN:</b><!-- TMPL_VAR NAME="ISBN" --><br>
29                         </font>
30                 </td>
31         </tr>
32         </table>
33 <!-- /TMPL_LOOP -->
34
35 <table border="0" cellspacing="0" cellpadding="2">
36         <!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
37                 <tr>
38                         <td><!-- TMPL_VAR NAME="description" --></td>
39                         <td><!-- TMPL_VAR NAME="branchname" -->, <!-- TMPL_VAR NAME="itemcallnumber" --></td>
40                         <td><!-- TMPL_VAR NAME="barcode" --></td>
41                         <td><!-- TMPL_VAR NAME="volumeddesc" --></td>
42                 </tr>
43         <!-- /TMPL_LOOP -->
44 </table>
45 <script language="javascript" type="text/javascript">
46 function docprint() {
47         window.print();
48         window.close();
49 }
50 </script>
51 </body>
52 </html>