Skip to content
Snippets Groups Projects
Commit 78de705c authored by kairo's avatar kairo
Browse files

some hopefully final tweaks for the start page

parent 09a192a8
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@
// unstable build, test if nagging box should be displayed
document.getElementById("stable").style.display = "none";
document.getElementById("unstable").style.display = "block";
document.getElementById("stablenote").style.display = "none";
document.getElementById("unstablenote").style.display = "block";
// milliseconds per day
const msecsPerDay = 86400000;
......@@ -88,15 +90,17 @@
</script>
<div id="nagBox" class="important" style="display: none;">
<p><span class="shout">Hey!</span> Your copy of SeaMonkey is more than four
weeks old. Unless you are using the latest release or nightly build, bug
reports get rapidly less useful the older your copy is.</p>
<p>So <b>if you're not running the <a href="../releases/">latest release</a>
([% releasename %])</b>, we could use your help testing either that or the
<a href="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/">latest
nightly build</a>. (Be warned that nightly builds are development software,
and there is no guarantee that they won't fry your processor, insult your
mother, or cause you to break out in a nasty rash.)</p>
<p><span class="shout">Hey!</span> Your copy of SeaMonkey is more than four
weeks old. Unless you are using the latest release or nightly build, bug
reports get rapidly less useful the older your copy is.
</p>
<p>So <b>if you're not running the <a href="../releases/">latest release</a>
([% releasename %])</b>, we could use your help testing either that or the
<a href="http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/">latest
nightly build</a>. (Be warned that nightly builds are development software,
and there is no guarantee that they won't fry your processor, insult your
mother, or cause you to break out in a nasty rash.)
</p>
</div>
<div id="stable" class="key-point">
......@@ -115,7 +119,7 @@
<div class="key-info-desc">
<strong class="very-strong shout">Warning!</strong> You're using an old
stable version of SeaMonkey<span id="oldvernumber"></span>, while we offer
a newer version which probably contains
a newer version which contains
<a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html#SeaMonkey">important
security fixes</a>.
......@@ -204,7 +208,8 @@
<li><a href="../releases/">SeaMonkey Releases</a></li>
<li><a href="https://addons.mozilla.org/seamonkey/">Get Add-Ons</a></li>
<li><a href="http://plugindoc.mozdev.org/" class="ex-ref">Plugin Help</a></li>
<li><a href="http://www.cafepress.com/SeaMonkeySuite" class="ex-ref">SeaMonkey Merchandising Shop</a></li>
<li><a href="http://www.cafepress.com/SeaMonkeySuite" class="ex-ref">SeaMonkey
Merchandise</a></li>
</ul>
</div>
......@@ -215,8 +220,8 @@
<li><a href="../community">SeaMonkey Community</a></li>
<li><a href="http://www.mozilla.org/dev/get-involved.html">Get Involved</a></li>
<li><a href="http://kb.mozillazine.org/Mozilla_Suite"
title="Community-contributed Wiki" class="ex-ref">Knowledge Base</a></li>
title="Community-contributed Wiki" class="ex-ref">More Help - Knowledge Base</a></li>
</ul>
</div>
<div style="clear: both;">
......@@ -219,8 +224,13 @@
</ul>
</div>
<div style="clear: both;">
<p>Note: if the build you are using is not an official release, then it has
been made available for <strong>testing purposes only</strong>, with no
end-user support.
<p id="stablenote" class="note">As SeaMonkey is volunteer community project,
we can not provide direct end-user support through our development team.
The <a href="../community">SeaMonkey Community</a> can usually provide
you with any help you need on using our software, though.
</p>
<p id="unstablenote" class="note" style="display: none;">The build you are
using is not an official release, then it has been made available for
<strong>testing purposes only</strong>, with no end-user support.
If that sounds scary, you'd probably be better off with the latest
......@@ -226,5 +236,5 @@
If that sounds scary, you'd probably be better off with the latest
<a href="../releases/">final release</a>.
<a href="../releases/">stable release</a>.
</p>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment