Author: olamy
Date: Wed Dec 26 00:01:52 2012
New Revision: 1425799

URL: http://svn.apache.org/viewvc?rev=1425799&view=rev
Log:
add select for change used mirror

Modified:
    maven/site/trunk/content/xdoc/download-fast.xml.vm

Modified: maven/site/trunk/content/xdoc/download-fast.xml.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/download-fast.xml.vm?rev=1425799&r1=1425798&r2=1425799&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/download-fast.xml.vm (original)
+++ maven/site/trunk/content/xdoc/download-fast.xml.vm Wed Dec 26 00:01:52 2012
@@ -51,6 +51,56 @@ under the License.
       extent possible, there are still a few significant changes.
       </p>
 
+      <a name="mirror"/>
+      <subsection name="Mirror">
+
+        <p>
+          [if-any logo]
+          <a href="[link]">
+            <img align="right" src="[logo]" border="0"
+                 alt="logo"/>
+          </a>
+          [end]
+          The currently selected mirror is
+          <b>[preferred]</b>.
+          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="[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>
+          You may also consult the
+          <a href="http://www.apache.org/mirrors/";>complete list of
+            mirrors.</a>
+        </p>
+
+      </subsection>
+
       <table>
         <thead>
           <tr>


Reply via email to