removing a lot of useless files in misc
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / cataloguing / z3950_search.tmpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>Résultats de la recherche Z39.50</title>
6     <!-- TMPL_IF NAME="TemplateEncoding" --><meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR NAME="TemplateEncoding" -->"><!-- TMPL_ELSE --><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- /TMPL_IF -->
7 <link rel="shortcut icon" href="/intranet-tmpl/prog/en/includes/favicon.ico" type="image/x-icon" />
8 <style type="text/css"> 
9     <!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);<!-- /TMPL_IF -->
10     <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
11 </style>
12 </head>
13
14 <body>
15 <div id="main-compact">
16 <!-- TMPL_IF name="opsearch" -->
17     <h2>Rechercher</h2>
18     
19     <form method="post" action="z3950_search.pl" name="f">
20     
21     <input type="hidden" name="op" id="op" value="do_search" />
22     <input type="hidden" name="title" value="<!-- TMPL_VAR NAME="title" -->" />
23     <input type="hidden" name="author" value="<!-- TMPL_VAR NAME="author" -->" />
24     <input type="hidden" name="isbn" value="<!-- TMPL_VAR NAME="isbn" -->" />
25     <input type="hidden" name="issn" value="<!-- TMPL_VAR NAME="issn" -->" />
26     <input type="hidden" name="frameworkcode" value="<!-- TMPL_VAR NAME="frameworkcode" -->" />
27     <input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="oldbiblionumber" -->" />
28     
29     <!-- TMPL_LOOP name="serverloop" -->
30         <p>
31         <label><!-- TMPL_VAR NAME="host" --></label>
32             <!-- TMPL_IF name="checked" -->
33                 <input type="checkbox" name="id" value="<!-- TMPL_VAR NAME="id" -->" checked />
34             <!-- TMPL_ELSE -->
35                 <input type="checkbox" name="id" value="<!-- TMPL_VAR NAME="id" -->" />
36             <!-- /TMPL_IF -->
37         </p>
38     <!-- /TMPL_LOOP -->
39     <input type="submit" class="submit" value="Recherche internet" onclick="cursor :'wait'">
40     </form>
41 <!-- TMPL_ELSE -->
42     <h2>Réponses</h2>
43     <table>
44     <tr>
45         <th>Serveur</th>
46         <th>Titre</th>
47         <th>Auteur</th>
48         <th>ISBN</th>
49         <th>&nbsp;</th>
50         <th>&nbsp;</th>
51     </tr>
52     <!-- TMPL_IF name="breeding_loop" -->
53     <!-- TMPL_LOOP name="breeding_loop" --> 
54         <tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
55             <td><!-- TMPL_VAR name="server" --></td>
56             <td><!-- TMPL_VAR NAME="title" --></td>
57             <td><!-- TMPL_VAR NAME="author" --></td>
58             <td><!-- TMPL_VAR NAME="isbn" --></td>
59             <td><a href="javascript:Import(<!-- TMPL_VAR NAME="breedingid" -->,<!-- TMPL_VAR NAME="biblionumber" -->)">Importer</a></td> 
60         
61         </tr>
62     <!-- /TMPL_LOOP --> 
63     <!-- TMPL_ELSE -->
64         <tr><td colspan="6">Aucune réponse</td></tr>
65     <!-- /TMPL_IF -->
66 </table>
67 <!-- /TMPL_IF -->
68
69 </div>
70 <!-- TMPL_IF name="numberpending" --><h3 align="center">Encore <!-- TMPL_VAR NAME="numberpending" --> recherches en cours</h3><!-- /TMPL_IF -->
71 <script language="JavaScript" type="text/javascript">
72     function Import(GetThisOne,biblionumber) {
73         opener.document.location= "../cataloguing/addbiblio.pl?biblionumber="+biblionumber+"&z3950=1&frameworkcode=<!-- TMPL_VAR name="frameworkcode" -->&breedingid="+GetThisOne;
74         self.close();
75         return false;
76     }
77 </script>
78 </div>
79 </body>
80 </html>
81