Sha256: d8052bf6a81bf989ccb7dd37fcf7601d8479bc82249217d4d3805716d6862671
Contents?: true
Size: 913 Bytes
Versions: 29
Compression:
Stored size: 913 Bytes
Contents
<h4>Please try one of the following options:</h4> <ul> <li>Check the Web address you’ve entered to make sure if it’s correct.</li> <li>Go back to the <%= link_to "Home page", "/" %> and try finding the information you are looking for.</li> <li>Click the Back button to try another link.</li> <li>Try searching this site using <%= link_to "Google", "http://www.google.com/" %> for the information you want:</li> </ul> <form action="https://www.google.com/search" method="get" onSubmit="googleSearch( this );"> <input name="q" type="hidden" /> <input name="qinput" type="text" class="text with_button" /> <button type="submit" class="clean-gray">Search</button> </form> <script type="text/javascript"> function googleSearch( form ) { var domainroot = "<%= request.env['HTTP_HOST'] %>"; var query = "site:" + domainroot + " " + form.qinput.value form.q.value = query; } </script>
Version data entries
29 entries across 29 versions & 1 rubygems