summaryrefslogtreecommitdiff
path: root/httemplate/misc/edge_browser_check-fail_notice.html
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-09-12 23:32:52 -0400
committerMitch Jackson <mitch@freeside.biz>2018-09-12 23:34:09 -0400
commitfe293dc0ca4ea3939de9c2ad28d3aaf7c8980644 (patch)
tree3e5522fff0d474437891e1db234133a9e2aa0098 /httemplate/misc/edge_browser_check-fail_notice.html
parentc7ca3214418c5ccf928d385b9f8ca08ceab87790 (diff)
RT# 80624 Detect and warn for bad MS Edge version
Diffstat (limited to 'httemplate/misc/edge_browser_check-fail_notice.html')
-rw-r--r--httemplate/misc/edge_browser_check-fail_notice.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/httemplate/misc/edge_browser_check-fail_notice.html b/httemplate/misc/edge_browser_check-fail_notice.html
new file mode 100644
index 000000000..fb42ffe8e
--- /dev/null
+++ b/httemplate/misc/edge_browser_check-fail_notice.html
@@ -0,0 +1,25 @@
+<& /elements/header.html, "Edge browser bug" &>
+
+<div id="edgebug" style="border: solid 1px #888; border-radius: 4px; margin: 5em; max-width: 400px; text-align: left; padding: 0 1em; background-color: #ffe; box-shadow: 2px 2px 4px">
+ <div style="text-align: center; font-size: 3em; color: #933; text-shadow: 1px 1px 2px black;">
+ &#9888;
+ </div>
+ <h4 style="border-bottom: solid 1px #888; margin: 1em 0; text-align: center;">
+ Edge Browser Bug
+ </h4>
+ <p>
+ Your copy of Microsoft Edge has a data corrupting bug.
+ </p>
+ <p>
+ Microsoft fixed this bug with the <b>July RS4 Windows 10 Update</b>.
+ Please update your copy of Windows.
+ </p>
+ <p>
+ Alternatively, you may choose to use
+ <a href="https://mozilla.org/en-US/firefox/new/">Mozilla Firefox</a>
+ or <a href="https://chrome.google.com">Google Chrome</a>. They
+ are not affected by this bug.
+ </p>
+</div>
+
+<& /elements/footer.html &> \ No newline at end of file