memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / z3950 / searchresult.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Z39.50 Search Results</title>
2 <meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR NAME="refresh" -->" />
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
4 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
5 <style type="text/css"> 
6         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
7 </style>
8 </head>
9 <body>
10
11         <h2>Z3950 Search Results</h2>
12         
13         <!-- TMPL_IF NAME="breeding_loop" -->
14 <table>
15         <tr>
16                 <th>Title</th>
17                 <th>Author</th>
18                 <th>ISBN</th>
19                 <th>coming from</th>
20                 <th>&nbsp;</th>
21                 <th>&nbsp;</th>
22         </tr>
23                                 <!-- TMPL_LOOP NAME="breeding_loop" -->
24                 <tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
25                                                 <td><!-- TMPL_VAR NAME="title" --></td>
26                         <td><!-- TMPL_VAR NAME="author" --></td>
27                         <td><!-- TMPL_VAR NAME="isbn" --></td>
28                         <td><!-- TMPL_VAR NAME="file" --></td>
29                         <td><a href="javascript:Import(<!-- TMPL_VAR NAME="id" -->)">Import this biblio</a></td>
30                 </tr>
31         <!-- /TMPL_LOOP -->
32                 </table>
33         <!-- TMPL_ELSE -->
34                                 <p>Nothing found</p>
35         <!-- /TMPL_IF -->
36         <!-- TMPL_IF NAME="numberpending" --><h1>Still <!-- TMPL_VAR NAME="numberpending" --> requests to go</h1><!-- /TMPL_IF -->
37         <script language="javascript" type="text/javascript">
38         function Import(GetThisOne) {
39                 opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=<!-- TMPL_VAR NAME="oldbiblionumber" -->&breedingid="+GetThisOne;
40                 self.close();
41                 return false;
42         }
43 </script>
44
45 </body>
46 </html>