]> git.wh0rd.org Git - tt-rss.git/commitdiff
add noscript notices to entry pages
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 4 Oct 2006 13:38:18 +0000 (14:38 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 4 Oct 2006 13:38:18 +0000 (14:38 +0100)
prefs.php
tt-rss.css
tt-rss.php

index 16c65e2ada5959de198cb87a126bb208b852d326..35b639e5539f704d5b8f77517016cf5c5e2de120 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -120,6 +120,12 @@ window.onload = init;
 
 <div id="prefContent">
        <p>Loading, please wait...</p>
+       <noscript>
+               <div class="error">
+               Your browser doesn't support Javascript, which is required
+               for this application to function properly. Please check your
+               browser settings.</div>
+       </noscript>
 </div>
 
 <div id="prefFooter">
index a24a7968caaff2877417b8e976db5dc28b079f80..9e34721284716323f5ed3bcc4cc1b63c80575140 100644 (file)
@@ -564,19 +564,20 @@ div.notice {
        font-size : small;
 }
 
+div.error {
+       border : 1px solid #ff0000;
+       background : #ffcccc;
+       padding : 5px;
+       margin : 0px 0px 5px 0px;
+       font-size : small;
+}
+
 ul.nomarks {
        list-style-type : none;
        margin : 0px;
        padding : 10px; 
 }
 
-div.bigErrorMsg {
-       border : 1px solid #c0c0c0;
-       background : #fff0f0;
-       padding : 30px;
-       margin : 20px;
-}
-
 div.prefHelp, td.prefHelp {
        font-size : small;
        color : gray;
index a71436b98f4c04abc20fdc4042b51df93a7446c9..b99cfad904046e5afa18deef6daaad94d92e8d57 100644 (file)
 
 <iframe id="backReqBox"></iframe>
 
-<div id="overlay"><div id="overlay_inner">Loading, please wait...</div></div> 
+<div id="overlay">
+       <div id="overlay_inner">
+       <p>Loading, please wait...</p>
+       <noscript>
+               <div class="error">
+               Your browser doesn't support Javascript, which is required
+               for this application to function properly. Please check your
+               browser settings.</div>
+       </noscript>
+       </div>
+</div> 
 
 <div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>