We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b78322 commit 034fe94Copy full SHA for 034fe94
search_template.html
@@ -24,11 +24,16 @@
24
</script>
25
<style type="text/css">
26
#buffer { height: 0; width: 0; border: none; }
27
-
+noscript p { padding: .5em; }
28
</style>
29
</head>
30
31
<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
+
37
<div id="search" class="ui-widget">
38
<label for="query">Search for: </label>
39
<input id="query" style="z-index: 100; position: relative" title="Enter Perl 6 document to search for" />
0 commit comments