Skip to content

Commit 034fe94

Browse files
author
Geoffrey Broadwell
committed
Add a noscript banner to search_template.html
1 parent 1b78322 commit 034fe94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

search_template.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,16 @@
2424
</script>
2525
<style type="text/css">
2626
#buffer { height: 0; width: 0; border: none; }
27-
27+
noscript p { padding: .5em; }
2828
</style>
2929
</head>
3030

3131
<body>
32+
<noscript>
33+
<p class="ui-state-error ui-corner-all">This search page requires JavaScript. Please enable it in your browser,
34+
or use the <a href="index.html">index page</a> instead.</p>
35+
</noscript>
36+
3237
<div id="search" class="ui-widget">
3338
<label for="query">Search for: </label>
3439
<input id="query" style="z-index: 100; position: relative" title="Enter Perl 6 document to search for" />

0 commit comments

Comments
 (0)