synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / value_builder / unimarc_field_60X.tmpl
1 <html>
2 <head>
3         <title>Recherche Thésaurus</title>
4 </head>
5 <body>
6         <script>
7                 function report(value2report) {
8                         if (document.f_pop.result.value.length==0) {
9                                 document.f_pop.result.value = value2report;
10                         } else {
11                                 document.f_pop.result.value = document.f_pop.result.value+'|'+value2report;
12                         }
13                         return true;
14                 }
15         </script>
16         <script>
17                 function finish() {
18                         opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= document.f_pop.result.value;
19                         self.close();
20                         return false;
21                 }
22         </script>
23         <form name="f_pop" action="plugin_launcher.pl" method="post">
24                 <input type="hidden" name="plugin_name" value="unimarc_field_60X.pl">
25                 <textarea name="result" rows=10 cols=50><!-- TMPL_VAR name="result" --></textarea>
26                 <br/><input type="button" value="OK" onClick="javascript:finish()">
27                 <p><h2>Recherche</h2>
28                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=A">A</a>
29                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=B">B</a>
30                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=C">C</a>
31                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=D">D</a>
32                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=E">E</a>
33                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=F">F</a>
34                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=G">G</a>
35                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=H">H</a>
36                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=I">I</a>
37                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=J">J</a>
38                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=K">K</a>
39                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=L">L</a>
40                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=M">M</a>
41                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=N">N</a>
42                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=O">O</a>
43                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=P">P</a>
44                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=Q">Q</a>
45                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=R">R</a>
46                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=S">S</a>
47                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=T">T</a>
48                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=U">U</a>
49                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=V">V</a>
50                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=W">W</a>
51                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=X">X</a>
52                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=Y">Y</a>
53                         <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=Z">Z</a>
54                         <br/>
55                         <input type="text" name="search_string" value="<!-- TMPL_VAR name="search_string" -->">
56                         <input type="hidden" name="category" value="<!-- TMPL_VAR name="category" -->">
57                         <input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->">
58                         <input type="hidden" name="op" value="search">
59                         <input type="submit" value="Chercher">
60                 </p>
61         </form>
62         <table>
63         <tr>
64                 <td valign="top">
65                 <h2>Résultats</h2>
66                         <table>
67                                 <!-- TMPL_LOOP name="results" -->
68                                         <tr>
69                                         <td>
70                                                 <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&index=<!-- TMPL_VAR name="index" -->&level=<!-- TMPL_VAR name="level" -->&search_string=<!-- TMPL_VAR name=value ESCAPE=URL -->">
71                                                         <!-- TMPL_VAR name="value" -->
72                                                 </a>
73                                         </td>
74                                         <td>
75                                                 <input type="button" value="Reporter" OnClick="javascript:report('<!-- TMPL_VAR name="value" -->')"><br/>
76                                         </td>
77                                         </tr>
78                                 <!-- /TMPL_LOOP -->
79                         </table>
80                 </td>
81                 <td>
82                 <!-- TMPL_IF name=deeper -->
83                 <td valign="top">
84                         <h2>Subordinations</h2>
85                         <!-- /TMPL_IF -->
86                         <table>
87                         <!-- TMPL_LOOP name="deeper" -->
88                                 <tr><td>
89                                 <a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&index=<!-- TMPL_VAR name="index" -->&level=<!-- TMPL_VAR name="level" -->&search_string=<!-- TMPL_VAR ESCAPE="URL" name="father" -->+<!-- TMPL_VAR ESCAPE="URL" name="stdlib" -->">
90                                         <!-- TMPL_VAR name="father" --> <!-- TMPL_VAR name="stdlib" -->
91                                 </a></td>
92                                 <td>
93                                         <input type="button" value="Reporter" OnClick="javascript:report('<!-- TMPL_VAR ESCAPE=HTML name="father" --> <!-- TMPL_VAR ESCAPE=HTML name="stdlib" -->')"><br/>
94                                 </td></tr>
95                         <!-- /TMPL_LOOP -->
96                         </table>
97                 </td>
98         </tr>
99         </table>
100 <h2>Ajout</h2>
101 <form name="f3_pop"  action="thesaurus_popup.pl" method="post">
102         <input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->">
103         <input type="hidden" name="op" value="add">
104         <input type="hidden" name="category" value="<!-- TMPL_VAR name="category" -->">
105         Create a new authority/thesaurus entry : <input type="text" name="insert" value="<!-- TMPL_VAR name="search_string" -->">
106         <input type="submit" name="NEW" value="Ajouter">
107         </form>
108 </body>
109 </html>