Skip to content

Commit

Permalink
Add a noscript banner to search_template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Broadwell committed Jul 20, 2012
1 parent 1b78322 commit 034fe94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion search_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
</script>
<style type="text/css">
#buffer { height: 0; width: 0; border: none; }

noscript p { padding: .5em; }
</style>
</head>

<body>
<noscript>
<p class="ui-state-error ui-corner-all">This search page requires JavaScript. Please enable it in your browser,
or use the <a href="index.html">index page</a> instead.</p>
</noscript>

<div id="search" class="ui-widget">
<label for="query">Search for: </label>
<input id="query" style="z-index: 100; position: relative" title="Enter Perl 6 document to search for" />
Expand Down

0 comments on commit 034fe94

Please sign in to comment.