NIHVIVO-760 added noscript message to menu pages
This commit is contained in:
parent
e3f9caced1
commit
ffce3efe91
1 changed files with 10 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
||||||
<#-- Template for browsing individuals in class groups for menupages -->
|
<#-- Template for browsing individuals in class groups for menupages -->
|
||||||
|
|
||||||
<#import "lib-string.ftl" as str>
|
<#import "lib-string.ftl" as str>
|
||||||
|
<noscript>
|
||||||
|
<p style="padding: 20px 20px 20px 20px;background-color:#f8ffb7">This browse page requires javascript, but your browser is set to disable javascript. Either enable javascript or use the <a href="http://localhost:8080/vivo/browse" title="index page">index page</a> to browse for information.</p>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
<section id="noJavascriptContainer" class="hidden">
|
||||||
<section id="browse-by" role="region">
|
<section id="browse-by" role="region">
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<ul id="browse-classes">
|
<ul id="browse-classes">
|
||||||
|
@ -34,7 +38,12 @@
|
||||||
|
|
||||||
<section id="individuals-in-class" role="region">
|
<section id="individuals-in-class" role="region">
|
||||||
<ul role="list">
|
<ul role="list">
|
||||||
|
|
||||||
<#-- Will be populated dynamically via AJAX request -->
|
<#-- Will be populated dynamically via AJAX request -->
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
</section>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$('section#noJavascriptContainer').removeClass('hidden');
|
||||||
|
</script>
|
Loading…
Add table
Reference in a new issue