Skip to content
Extraits de code Groupes Projets
Valider 3a5605b5 rédigé par tetue's avatar tetue
Parcourir les fichiers

Formulaire de recherche : eviter de repeter 3 fois le mot "rechercher" :-/

parent 7d74fdf0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -279,7 +279,7 @@ dist/puce.gif -text ...@@ -279,7 +279,7 @@ dist/puce.gif -text
dist/puce_prive.gif -text dist/puce_prive.gif -text
dist/puce_prive_rtl.gif -text dist/puce_prive_rtl.gif -text
dist/puce_rtl.gif -text dist/puce_rtl.gif -text
dist/recherche.png -text dist/rechercher.png -text
dist/spip.png -text dist/spip.png -text
dist/spip_style.css -text dist/spip_style.css -text
dist/style_prive.html -text dist/style_prive.html -text
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
[(#ENV{lien}|form_hidden)] [(#ENV{lien}|form_hidden)]
[<input type="hidden" name="lang" value="(#ENV{lang})" />] [<input type="hidden" name="lang" value="(#ENV{lang})" />]
<label for="recherche"><:info_rechercher:></label> <label for="recherche"><:info_rechercher:></label>
<input type="text" class="forml" size="10" name="recherche" id="recherche" value="[(#ENV{recherche}|sinon{<:info_rechercher:>})]" onfocus='this.value = "";' onblur='if (this.value == "") { this.value = "[(#ENV{recherche}|sinon{<:info_rechercher:>})]"; }' accesskey="4" /> <input type="text" class="forml" size="10" name="recherche" id="recherche"[ value="(#ENV{recherche})"] accesskey="4" />
<input type="image" src="#CHEMIN{recherche.png}" class="bouton" value="<:info_rechercher:>" /> <input type="image" src="#CHEMIN{rechercher.png}" class="bouton" value="<:info_rechercher:>" />
</div> </div>
</form> </form>
</div> </div>
\ No newline at end of file
...@@ -58,7 +58,7 @@ div#page { width: 750px; margin: 0 auto; text-align: left; } ...@@ -58,7 +58,7 @@ div#page { width: 750px; margin: 0 auto; text-align: left; }
div#top { margin: 0; border-bottom: 2px solid #8B6F92; padding-top: 1em; } div#top { margin: 0; border-bottom: 2px solid #8B6F92; padding-top: 1em; }
div#top #nom_site_spip, #top a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.50em; } div#top #nom_site_spip, #top a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.50em; }
div#top .formulaire_recherche { float: right; width: 30%; background: none; margin: 0; padding: 1em 0; } div#top .formulaire_recherche { float: right; width: 30%; background: none; margin: 0; padding: 1em 0; }
div#top .formulaire_recherche label { display: none; } div#top .formulaire_recherche label {}
div#top .formulaire_recherche input.forml { width: 70%; } div#top .formulaire_recherche input.forml { width: 70%; }
div#top .formulaire_recherche input.bouton { vertical-align: middle; } div#top .formulaire_recherche input.bouton { vertical-align: middle; }
......
Fichier déplacé
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter