merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha_gimpoz] / koha-tmpl / opac-tmpl / css / fr / opac-main.tmpl
index 6a1948e..3c3947f 100644 (file)
@@ -3,13 +3,13 @@
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-       <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css" />
+       <!-- TMPL_IF name="opacstylesheet" -->
+               <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="opacstylesheet"-->" />
+       <!-- TMPL_ELSE -->
+               <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang"-->/includes/opac.css" />
+       <!-- /TMPL_IF -->
+       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <title><!--TMPL_VAR name="LibraryName"--></title>
-       <style type="text/css">
-       input {
-               background-color: #ACE6E6;
-       }
-       </style>
 </head>
 
 <body>
@@ -19,7 +19,7 @@
 
 <div id="homebloc">
        <h1 class="LibraryName"><TMPL_VAR name="LibraryName"></h1>
-       <h2>Chercher dans le catalogue</h2>
+       <h2>Chercher</h2>
        <form action="/cgi-bin/koha/opac-search.pl">
                <p>
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
-                       <input type="text" size="27" name="value" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
+                       Recherche simple : <input type="text" size="27" name="value" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
                </p>
                <p>
-                       <a href="/cgi-bin/koha/opac-search.pl">Recherche Avancée, Plus d'Options        </a>
+                       <a href="/cgi-bin/koha/opac-search.pl" class="button">Recherche Avancée, Plus d'Options </a>
                </p>
        </form>
 
@@ -63,7 +63,7 @@
                        <!-- TMPL_VAR name="textmessaging" -->
                <!-- /TMPL_IF -->
        <!-- TMPL_ELSE -->
-               <p><a href="/cgi-bin/koha/opac-user.pl">S'identifier</a> pour avoir des fonctionnalités personnelles</p>
+               <p><a href="/cgi-bin/koha/opac-user.pl">S'identifier</a> pour accéder à votre dossier personnel</p>
        <!-- /TMPL_IF -->
        <form action="/cgi-bin/koha/changelanguage.pl" method="post">
                <select name="language">
@@ -74,7 +74,7 @@
                <input type="submit" value="Changer la langue" class="button">
        </form>
        <p class="copyright">
-               Cette bibliothèque est équipée de <a href="http://www.koha.org">Koha</a>, SIGB sous licence libre, respectueux des standards du web <a href="http://validator.w3.org/check/referer">
+               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">
                        <img src="http://www.w3.org/Icons/valid-xhtml10" alt="XHTML 1.0 valide !" height="16" width="44">
                </a>
        </p>