|
|
@@ -24,6 +24,7 @@ if ($SYNTAXHIGHLIGHTING):
|
|
|
endif;
|
|
|
endif;
|
|
|
?>
|
|
|
+ <noscript><link type="text/css" rel="stylesheet" href="css/noscript.css" /></noscript>
|
|
|
<script type="text/javascript" src="js/jquery-3.1.1.js" integrity="sha512-U6K1YLIFUWcvuw5ucmMtT9HH4t0uz3M366qrF5y4vnyH6dgDzndlcGvH/Lz5k8NFh80SN95aJ5rqGZEdaQZ7ZQ==" crossorigin="anonymous"></script>
|
|
|
<script type="text/javascript" src="js/sjcl-1.0.4.js" integrity="sha512-BqVQ8GgWfMCcdsDuP6Ggm1BV7+mmoWH3PC4UqcYpEKSdEq1rthy6NUsa6gu5sydewbi/ilI3E3ohdCxlPPF9ww==" crossorigin="anonymous"></script>
|
|
|
<?php
|
|
|
@@ -280,7 +281,6 @@ if (!strlen($ERROR)):
|
|
|
endif;
|
|
|
?>alert alert-danger"><span class="glyphicon glyphicon-alert" aria-hidden="true"></span> <?php echo htmlspecialchars($ERROR); ?></div>
|
|
|
<noscript><div id="noscript" role="alert" class="nonworking alert alert-warning"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> <?php echo I18n::_('JavaScript is required for PrivateBin to work.<br />Sorry for the inconvenience.'); ?></div></noscript>
|
|
|
- <noscript><link type="text/css" rel="stylesheet" href="css/noscript.css" /></noscript>
|
|
|
<div id="oldienotice" role="alert" class="hidden nonworking alert alert-danger"><span class="glyphicon glyphicon-alert" aria-hidden="true"></span> <?php echo I18n::_('PrivateBin requires a modern browser to work.'); ?></div>
|
|
|
<div id="ienotice" role="alert" class="hidden alert alert-warning"><span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span> <?php echo I18n::_('Still using Internet Explorer? Do yourself a favor, switch to a modern browser:'), PHP_EOL; ?>
|
|
|
<a href="https://www.mozilla.org/firefox/">Firefox</a>,
|
|
|
@@ -324,12 +324,12 @@ endif;
|
|
|
<div id="comments"></div>
|
|
|
</div>
|
|
|
</section>
|
|
|
- <section class="container">
|
|
|
- <div id="noscript" role="alert" class="nonworking alert alert-info noscript-hide"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true">
|
|
|
- <span> <?php echo I18n::_('Loading...'); ?></span><br>
|
|
|
- <span class="smallErrorText"><?php echo I18n::_('In case this message never disappears please have a look at <a href="">this FAQ for information to troubleshoot</a>.'); ?></span>
|
|
|
- </div>
|
|
|
- </section>
|
|
|
+ <section class="container">
|
|
|
+ <div id="noscript" role="alert" class="nonworking alert alert-info noscript-hide"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true">
|
|
|
+ <span> <?php echo I18n::_('Loading…'); ?></span><br>
|
|
|
+ <span class="small"><?php echo I18n::_('In case this message never disappears please have a look at <a href="">this FAQ for information to troubleshoot</a>.'); ?></span>
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
<footer class="container">
|
|
|
<div class="row">
|
|
|
<h4 class="col-md-5 col-xs-8"><?php echo I18n::_('PrivateBin'); ?> <small>- <?php echo I18n::_('Because ignorance is bliss'); ?></small></h4>
|