Author: dsetrakyan Date: Thu Mar 26 18:01:35 2015 New Revision: 1669385 URL: http://svn.apache.org/r1669385 Log: fixing download
Modified: incubator/ignite/site/trunk/download-mirrors.html Modified: incubator/ignite/site/trunk/download-mirrors.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/download-mirrors.html?rev=1669385&r1=1669384&r2=1669385&view=diff ============================================================================== --- incubator/ignite/site/trunk/download-mirrors.html (original) +++ incubator/ignite/site/trunk/download-mirrors.html Thu Mar 26 18:01:35 2015 @@ -47,6 +47,32 @@ </td> </tr> </table> + The currently selected download mirror is + <a + id="apache_ignite_mirror_download" + href="[preferred]incubator/ignite/" + onclick="ga('send', 'event', 'apache_ignite_download', 'download', 'apache ignite v1.0 RC3');">[preferred]</a>. + If you encounter a problem with this mirror, please select another mirror. + If all mirrors are failing, there are <i>backup</i> mirrors + (at the end of the mirrors list) that should be available.</p> + <form action="/download.html" method="get" id="SelectMirror"> + Other mirrors: + <select name="Preferred" onchange="submit()"> + [if-any http] + [for http]<option value="[http]"[is http preferred] selected="selected"[end]>[http]</option>[end] + [end] + [if-any ftp] + [for ftp]<option value="[ftp]"[is ftp preferred] selected="selected"[end]>[ftp]</option>[end] + [end] + [if-any backup] + [for backup]<option value="[backup]"[is backup preferred] selected="selected"[end]>[backup] (backup)</option>[end] + [end] + </select> + <input type="submit" value="Change" /> + </form> + + <p><br>You may also consult the + <a href="http://www.apache.org/mirrors/">complete list of mirrors</a>.</p> </section><!-- download-binary --> <section id="mirror" class="feature-block">