synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / catalogue / catalogue-home.tmpl
1 <!-- TMPL_IF name="opac" -->
2         <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
3 <!-- TMPL_ELSE -->
4         <!-- TMPL_INCLUDE NAME="cat-top.inc" -->
5 <!-- /TMPL_IF -->
6
7 <!-- ----------------------- MAIN BODY OF PAGE ------------------------ -->
8 <FORM ACTION="/cgi-bin/koha/search.pl" method=post>
9
10 <h1>Recherche Catalogue</h1>
11
12 <CENTER>
13
14 <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=0 >
15         <TR VALIGN=TOP>
16                 <TD>Code barre</TD>
17                 <TD><INPUT TYPE="text"  SIZE="25"   NAME="itemnumber"></td>
18                 <td><b> &nbsp; &nbsp; OU</b></TD></TR>
19         <!-- <TR VALIGN=TOP>
20         <TD>ISBN</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="isbn"></TD></TR>
21         -->
22         <TR VALIGN=TOP>
23                 <TD colspan=2 > &nbsp;</td>
24         </TR>
25         <TR VALIGN=TOP>
26                 <TD  bgcolor="#ad11ad" colspan=2>
27                         <span style="color:#FFFFFF;">
28                                 <b>AIDE</b><br>
29                                 <b>Chercher :</b>L'utilisation de plusieurs critères pour votre recherche ralentit le système.<p>
30                         </span>
31                 </td>
32         </TR>
33 </table>
34
35
36
37 <TABLE border=0>
38         <TR VALIGN=TOP>
39                 <TD>Mots-clés</TD>
40                 <TD><INPUT TYPE="text"  SIZE="25"   NAME="keyword"></TD>
41         </TR>
42         <TR VALIGN=TOP>
43                 <TD>Titre</TD>
44                 <TD><INPUT TYPE="text"  SIZE="25" NAME="title"></TD>
45                 <td>
46                         <input type=radio name=ttype value=normal checked>Normal
47                         <input type=radio name=ttype value=exact>Exact
48                 </td>
49         </TR>
50         <TR VALIGN=TOP>
51                 <TD>Auteur</TD>
52                 <TD><INPUT TYPE="text"  SIZE="25"   NAME="author"></TD>
53         </TR>
54         <TR VALIGN=TOP>
55                 <TD>Illustrateur</TD>
56                 <TD><INPUT TYPE="text"  SIZE="25"   NAME="illustrator"></TD>
57         </TR>
58                 <TR VALIGN=TOP>
59                 <TD>Dewey</TD><TD><INPUT TYPE="text"  SIZE="25"   NAME="dewey"></TD>
60         </TR>
61
62         <TR VALIGN=TOP>
63         <TD>Catégorie</TD>
64                 <td>
65                         <select name="class" size="1">
66                         <option value=""> Tout
67                         <!-- TMPL_VAR name="classlist" -->
68                         </select>
69                 </td>
70         </tr>
71         <!-- <TR VALIGN=TOP>
72         <td>Annexe</td><td><select name=branch>
73         <option value="F">Foxton
74         </select>
75         </td></tr> -->
76
77         <!-- <TD>Pub Date (before)</TD> <TD><INPUT TYPE="text"  SIZE="8"   NAME="date-before"> &nbsp; &nbsp; (after) <INPUT TYPE="text"  SIZE="8"   NAME="date-after"></TD></TR>
78         -->
79         <TR VALIGN=TOP>
80         <TD><b>OU</b></TD>
81         </TR>
82
83         <TR VALIGN=TOP>
84                 <TD>Sujet</TD>
85                 <TD><INPUT TYPE="text"  SIZE="25"   NAME="subject"></TD>
86         </TR>
87         <tr>
88                 <TD colspan=3>
89                         <table width="100%" cellpadding=0 cellspacing=0>
90                                 <tr align="center">
91                                         <td>
92                                                 <input type="hidden" name="type" value="intra">
93                                                 <input type="submit" class="button" value="Lancer la recherche">
94                                         </td>
95                                         <td>
96                                                 <INPUT TYPE="reset"  VALUE= "Effacer" class="button">
97                                         </td>
98                                         <td>
99                                                 <a href="/cgi-bin/koha/shelves.pl" class="button">Rayonnages virtuels</a>
100                                         </td>
101                                 </tr>
102                         </table>
103                 </TD>
104         </TR>
105 </TABLE>
106         </FORM>
107         <p>
108         </CENTER>
109 <!--#include virtual="/includes/cat-bottom.inc" -->
110