Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(264)

Side by Side Diff: Documentation/search-box.ihtml

Issue 559470043: Update web infrastructure (Closed)
Patch Set: perl Created 4 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Documentation/macros.itexi ('k') | Documentation/web.texi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 we depend on an external entity here, which we cannot control. Suppose 2 we depend on an external entity here, which we cannot control. Suppose
3 we go from 2.15.x to 2.17.x and put the documentation under "v2.17". 3 we go from 2.15.x to 2.17.x and put the documentation under "v2.17".
4 For some time, Google won't have the new location in its index, so the 4 For some time, Google won't have the new location in its index, so the
5 search would get nothing. It would be better to keep "v2.15" in the 5 search would get nothing. It would be better to keep "v2.15" in the
6 search for a while and have a redirection from "v2.15" to "v2.17". 6 search for a while and have a redirection from "v2.15" to "v2.17".
7 --> 7 -->
8 8
9 <form action="http://google.com/search" 9 <form action="https://www.google.com/search"
10 method="get" 10 method="get"
11 name="search" 11 name="search"
12 onSubmit="search.q.value='site:lilypond.org/doc/v2.19 ' 12 onSubmit="search.q.value='site:lilypond.org/doc/v2.19 '
13 + search.brute_query.value" 13 + search.brute_query.value"
14 onMouseMove="search.q.value='site:lilypond.org/doc/v2.19 ' 14 onMouseMove="search.q.value='site:lilypond.org/doc/v2.19 '
15 + search.brute_query.value" 15 + search.brute_query.value"
16 onKeyUp="search.q.value='site:lilypond.org/doc/v2.19 ' 16 onKeyUp="search.q.value='site:lilypond.org/doc/v2.19 '
17 + search.brute_query.value"> 17 + search.brute_query.value">
18 <input type="hidden" name="btnG" value="Google Search"> 18 <input type="hidden" name="btnG" value="Google Search">
19 <input type="text" name="brute_query" onfocus="this.value=''" value="Search"> 19 <input type="text" name="brute_query" onfocus="this.value=''" value="Search">
20 <input type="hidden" name="q" value=""> 20 <input type="hidden" name="q" value="">
21 </form> 21 </form>
OLDNEW
« no previous file with comments | « Documentation/macros.itexi ('k') | Documentation/web.texi » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b