Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / de / z3950 / searchresult.tmpl
1 <HTML>
2 <head>
3         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4         <!-- TMPL_IF NAME="refresh" -->
5                 <meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR NAME="refresh" -->">
6         <!-- /TMPL_IF -->
7         <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
8         <style type="text/css">
9         .catalogue {
10                 background-color:#ad11ad;
11                 color:#FFFFFF;
12                 background-image:none;
13                 text-decoration: normal;
14                 }
15         a.catalogue:hover {
16                 background-color: #ad11ad;
17                 color: #FFFFFF;
18                 text-decoration: none;
19                 }
20         </style>
21 </head>
22 <body>
23 <div id="mainbloc">
24         <h2 class="catalogue">Z3950 Suchergebnisse</h2>
25         
26         <!-- TMPL_IF NAME="breeding_loop" -->
27                 <table>
28                         <tr>
29                                 <th class="catalogue">Titel</th>
30                                 <th class="catalogue">Verfasser</th>
31                                 <th class="catalogue">ISBN</th>
32                                 <th class="catalogue">kommt von</th>
33                                 <th class="catalogue">&nbsp;</th>
34                                 <th class="catalogue">&nbsp;</th>
35                         </tr>
36                                 <!-- TMPL_LOOP NAME="breeding_loop" -->
37                                         <tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
38                                                 <td><!-- TMPL_VAR NAME="title" --></td>
39                                                 <td><!-- TMPL_VAR NAME="author" --></td>
40                                                 <td><!-- TMPL_VAR NAME="isbn" --></td>
41                                                 <td><!-- TMPL_VAR NAME="file" --></td>
42                                                 <td><a href="javascript:Import(<!-- TMPL_VAR NAME="id" -->)">Diesen Biblio importieren</a></td>
43                                         </tr>
44                                 <!-- /TMPL_LOOP -->
45                 </table>
46         <!-- TMPL_ELSE -->
47                                 <p>Nichts gefunden</p>
48         <!-- /TMPL_IF -->
49         <!-- TMPL_IF NAME="numberpending" --><h1 class="catalogue">Noch <!-- TMPL_VAR NAME="numberpending" --> Anfrage(n) zu erledigen</h1><!-- /TMPL_IF -->
50         <script language="javascript" type="text/javascript">
51                 function Import(GetThisOne) {
52                         opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=<!-- TMPL_VAR NAME="oldbiblionumber" -->&breedingid="+GetThisOne;
53                         self.close();
54                         return false;
55                 }
56         </script>
57 </div>
58 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->