]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/it/search-box.ihtml
Merge remote-tracking branch 'origin/translation' into master
[lilypond.git] / Documentation / it / search-box.ihtml
1 <!--
2     Translation of GIT committish: 55cabbf80554d813284d7f1dc0e08965e2b3644d
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
8 <!--
9 we depend on an external entity here, which we cannot control.  Suppose
10 we go from 2.15.x to 2.17.x and put the documentation under "v2.17".
11 For some time, Google won't have the new location in its index, so the
12 search would get nothing.  It would be better to keep "v2.15" in the
13 search for a while and have a redirection from "v2.15" to "v2.17".
14 -->
15 <form action="http://google.com/search"
16       method="get"
17       name="search"
18       onSubmit="search.q.value='site:lilypond.org/doc/v2.17 '
19                 + search.brute_query.value"
20       onMouseMove="search.q.value='site:lilypond.org/doc/v2.17 '
21                    + search.brute_query.value"
22       onKeyUp="search.q.value='site:lilypond.org/doc/v2.17 '
23                + search.brute_query.value">
24   <input type="hidden" name="btnG" value="Cerca con Google">
25   <input type="text" name="brute_query" onfocus="this.value=''" value="Cerca">
26   <input type="hidden" name="q" value="">
27 </form>