Sha256: 6286993eb78fabe13f721554761f9184e42a37a6cbd611edab2aff84b3495cc0

Contents?: true

Size: 912 Bytes

Versions: 6

Compression:

Stored size: 912 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="http://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

6 entries across 6 versions & 1 rubygems

Version Path
pages_core-3.6.2 app/views/errors/_generic_help.html.erb
pages_core-3.6.1 app/views/errors/_generic_help.html.erb
pages_core-3.6.0 app/views/errors/_generic_help.html.erb
pages_core-3.4.3 app/views/errors/_generic_help.html.erb
pages_core-3.5.1 app/views/errors/_generic_help.html.erb
pages_core-3.4.2 app/views/errors/_generic_help.html.erb