rel_3_0 moved to HEAD
[koha.git] / koha-tmpl / opac-tmpl / css / fr / opac-main.tmpl
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6         <!-- TMPL_IF name="opacstylesheet" -->
7                 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="opacstylesheet"-->" />
8         <!-- TMPL_ELSE -->
9                 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"-->/includes/opac.css" />
10         <!-- /TMPL_IF -->
11         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
12         <title><!--TMPL_VAR name="LibraryName"--></title>
13 </head>
14
15 <body>
16 <div id="leftbloc">
17         <img class="relative" src="<!-- TMPL_VAR NAME='themelang' -->/images/front-background-med.gif" title="Koha" alt="Koha">
18 </div>
19
20 <div id="homebloc">
21         <h1 class="LibraryName"><TMPL_VAR name="LibraryName"></h1>
22         <h2>Chercher</h2>
23         <form action="/cgi-bin/koha/opac-search.pl">
24                 <p>
25                         <input type="hidden" name="op" value="do_search" />
26                         <input type="hidden" name="type" value="opac" />
27                         <input type="hidden" name="marclist" value="" />
28                         <input type="hidden" name="and_or" value="and" />
29                         <input type="hidden" name="excluding" value="" />
30                         <input type="hidden" name="operator" value="contains" />
31                         Recherche simple : <input type="text" size="27" name="value" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
32                 </p>
33                 <p>
34                         <a href="/cgi-bin/koha/opac-search.pl" class="button">Recherche Avancée, Plus d'Options </a>
35                 </p>
36         </form>
37
38         <h2>Acquisitions récentes</h2>
39         <form action="/cgi-bin/koha/opac-search.pl">
40                 <p>
41                         <!-- TMPL_VAR name="CGIitemtype" --> acquis récemment (les plus récents en premier)
42                         <input type="hidden" name="marclist" value="biblioitems.itemtype" />
43                         <input type="hidden" name="and_or" value="and" />
44                         <input type="hidden" name="excluding" value="" />
45                         <input type="hidden" name="operator" value="=" />
46                         <input type="hidden" name="op" value="do_search" />
47                         <input type="hidden" name="type" value="opac" />
48                         <input type="hidden" name="orderby" value="biblio.timestamp desc">
49                         <input type="submit" value="OK" class="button" />
50                 </p>
51         </form>
52         <h2>Autres options</h2>
53         <!-- TMPL_IF NAME="loggedinusername" -->
54                 <!-- TMPL_IF name="virtualshelves" -->
55                         <a href="/cgi-bin/koha/opac-shelves.pl" class="button">Etagères virtuelles</a>
56                 <!-- /TMPL_IF -->
57                 <!-- TMPL_IF name="suggestion" -->
58                         <a href="opac-suggestions.pl" class="button">Voir et gérer les suggestions</a>
59                 <!-- /TMPL_IF -->
60                 <a href="/cgi-bin/koha/opac-user.pl" class="button"> <!-- TMPL_VAR NAME="loggedinusername" --> accueil </a> <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button"> Déconnexion </a>
61                 <!-- TMPL_IF name="textmessaging"-->
62                         <h2>Commandé par la bibliothèque</h2>
63                         <!-- TMPL_VAR name="textmessaging" -->
64                 <!-- /TMPL_IF -->
65         <!-- TMPL_ELSE -->
66                 <p><a href="/cgi-bin/koha/opac-user.pl">S'identifier</a> pour accéder à votre dossier personnel</p>
67         <!-- /TMPL_IF -->
68         <form action="/cgi-bin/koha/changelanguage.pl" method="post">
69                 <select name="language">
70                         <TMPL_LOOP NAME="languages">
71                                 <option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
72                         </TMPL_LOOP>
73                 </select>
74                 <input type="submit" value="Changer la langue" class="button">
75         </form>
76         <p class="copyright">
77                 Cette bibliothèque est équipée de <a href="http://www.koha.org">Koha</a>, SIGB sous licence libre, respectueuse des standards du web <a href="http://validator.w3.org/check/referer">
78                         <img src="http://www.w3.org/Icons/valid-xhtml10" alt="XHTML 1.0 valide !" height="16" width="44">
79                 </a>
80         </p>
81 </div>
82
83 </body>
84 </html>