Author: rhillegas
Date: Sat Feb 29 17:29:14 2020
New Revision: 1057161
Log:
DERBY-7066: Attempt to fix the 10.15.2.0 download page by making its mirroring
annotations look more like those in the 10.14.2.0 download page; commit
/Users/rhillegas/derby/SUBMISSIONS/derby-7066-06-aa-tweak-generated-10.15.2.0-download-html.
Modified:
websites/production/db/content/derby/releases/release-10.15.2.0.html
Modified: websites/production/db/content/derby/releases/release-10.15.2.0.html
==============================================================================
--- websites/production/db/content/derby/releases/release-10.15.2.0.html
(original)
+++ websites/production/db/content/derby/releases/release-10.15.2.0.html Sat
Feb 29 17:29:14 2020
@@ -522,8 +522,20 @@ document.write("Last Published: " + docu
<p>Use the links below to download a distribution of Apache Derby. You should
<strong>always</strong> <a href="#Verifying+Releases">verify the integrity</a>
of distribution files downloaded from a mirror.</p>
<p>You are currently using <strong>[preferred]</strong>. If you encounter a
problem with this mirror, then please select another. If all mirrors are
failing, there are backup mirrors at the end of the list. See <a
class="external" href="https://www.apache.org/mirrors/">status</a> of
mirrors.</p>
<a name="SelectMirror"></a>
-<form action="[location]" method="get" id="SelectMirror">Other mirrors:
<select name="Preferred"><option value="[http]">[http]</option><option
value="[ftp]">[ftp]</option><option value="[backup]">[backup]
(backup)</option></select> <input type="submit" value="Change">
+<form action="[location]" method="get" id="SelectMirror">
+ Other mirrors: <select name="Preferred">
+[if-any http] [for http]
+ <option value="[http]">[http]</option>
+[end] [end]
+[if-any ftp] [for ftp]
+ <option value="[ftp]">[ftp]</option>
+[end] [end]
+[if-any backup] [for backup]
+ <option value="[backup]">[backup] (backup)</option>
+[end] [end]
+ </select> <input type="submit" value="Change">
</form>
+
<p>There are four different distributions:</p>
<ul>
<li>bin distribution - contains the documentation, javadoc, and jar files for
Derby.</li>