fixing misplaced apostrophe
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / authorities / authorities-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Autorités</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
5 <script language="JavaScript" type="text/javascript">
6 //<![CDATA[
7 function Help() {
8     newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
9 }
10
11 function addauthority() {
12     X = document.forms[0].authtype.value;
13     window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
14 }
15 function searchauthority() {
16     X = document.forms[0].authtype2.value;
17     Y = document.forms[0].value.value;
18     window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
19 }
20 //]]>
21 </script>
22 </head>
23 <body class="yui-skin-sam">
24 <!-- TMPL_INCLUDE NAME="header.inc" -->
25 <!-- TMPL_INCLUDE NAME="authorities-search.inc" -->
26
27 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Accueil</a> &rsaquo; Autorités</div>
28
29 <div id="doc" class="yui-t7">
30    
31    <div id="bd">
32         <div id="yui-main">
33         <div class="yui-g">
34         
35         <!-- TMPL_INCLUDE NAME="authorities-toolbar.inc" -->
36
37 <fieldset id="authorities_authorities_home_search">
38   <legend>Recherche autorité</legend>
39
40   <form name="f" action="/cgi-bin/koha/authorities/authorities-home.pl" method="post">
41     <input type="hidden" name="op" value="do_search" />
42     <input type="hidden" name="type" value="intranet" />
43     <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
44
45     <p><label for="authtypecode">Rechercher</label>
46           <select id="authtypecode" name="authtypecode">
47 <!-- TMPL_LOOP NAME="authtypesloop" -->
48   <!-- TMPL_IF name="selected" -->
49             <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
50   <!-- TMPL_ELSE -->
51             <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="authtypetext" --></option>
52   <!-- /TMPL_IF -->
53 <!-- /TMPL_LOOP -->
54           </select>
55           <label for="value_mainmainentry">Vedette principale (seulement $a)</label>
56           <input type="hidden" name="marclist" value="mainmainentry" />
57           <select name="operator">
58             <option value="contains">contient</option>
59             <option value="start">commence par</option>
60             <option value="is">est exactement</option>
61         </select>
62         <input id="value_mainmainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
63     </p>
64     <p>
65         <label for="value_mainentry">Vedette principale</label>
66         <input type="hidden" name="marclist" value="mainentry" />
67         <input type="hidden" name="and_or" value="and" />
68         <input type="hidden" name="excluding" value="" />
69         <select name="operator">
70             <option value="contains">contient</option>
71             <option value="start">commence par</option>
72             <option value="is">est exactement</option>
73         </select>
74         <input id="value_mainentry" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
75       </p>
76     <p><label for="value_anywhere">Partout</label>
77           <input type="hidden" name="marclist" value="" />
78           <input type="hidden" name="and_or" value="and" />
79           <input type="hidden" name="excluding" value="" />
80           <select name="operator">
81             <option value="contains">contient</option>
82             <option value="start">commence par</option>
83             <option value="is">est exactement</option>
84           </select>
85           <input id="value_anywhere" type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
86     </p>
87
88     <div id="action">
89           <p><label>Trié par :</label><select name="orderby">
90          <option value="">Aucun</option>
91             <option value="HeadingAsc" selected="SELECTED">Vedette croissant</option>
92             <option value="HeadingDsc">Vedette décroissant</option>
93           </select>
94       <input type="submit" value="Rechercher">
95       </p>
96     </div>
97   </form>
98 </fieldset>
99     
100
101
102 </div>
103 </div>
104
105 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->