]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/search-box.ihtml
51674e2cf1ee1ab0e71d2566f1805ba50a8c94fa
[lilypond.git] / Documentation / es / search-box.ihtml
1 <!--
2     Translation of GIT committish: 9d074d78d7c25852afa87005e21c118630f4f83b
3
4     When revising a translation, copy the HEAD committish of the
5     version that you are working on.  See TRANSLATION for details.
6
7 we depend on an external entity here, which we cannot control.  Suppose
8 we go from 2.15.x to 2.17.x and put the documentation under "v2.17".
9 For some time, Google won't have the new location in its index, so the
10 search would get nothing.  It would be better to keep "v2.15" in the
11 search for a while and have a redirection from "v2.15" to "v2.17".
12 -->
13
14 <form action="http://google.com/search"
15       method="get"
16       name="search"
17       onSubmit="search.q.value='site:lilypond.org/doc/v2.17 '
18                 + search.brute_query.value"
19       onMouseMove="search.q.value='site:lilypond.org/doc/v2.17 '
20                    + search.brute_query.value"
21       onKeyUp="search.q.value='site:lilypond.org/doc/v2.17 '
22                + search.brute_query.value">
23   <input type="hidden" name="btnG" value="Búsqueda en Google">
24   <input type="text" name="brute_query" onfocus="this.value=''" value="Buscar">
25   <input type="hidden" name="q" value="">
26 </form>