svn commit: r49932 - head/en_US.ISO8859-1/htdocs

Allan Jude allanjude at FreeBSD.org
Sun Feb 5 22:07:33 UTC 2017


Author: allanjude
Date: Sun Feb  5 22:07:31 2017
New Revision: 49932
URL: https://svnweb.freebsd.org/changeset/doc/49932

Log:
  Remove the dropdown menu of mirrors of the website
  
  There is nothing to be gained by loading from www.au vs www

Modified:
  head/en_US.ISO8859-1/htdocs/index.xsl

Modified: head/en_US.ISO8859-1/htdocs/index.xsl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/index.xsl	Sun Feb  5 21:43:05 2017	(r49931)
+++ head/en_US.ISO8859-1/htdocs/index.xsl	Sun Feb  5 22:07:31 2017	(r49932)
@@ -133,20 +133,6 @@
 				</ul>
 			</div> <!-- LANGUAGENAV -->
 
-			<div id="mirror">
-			  <form action="&cgibase;/mirror.cgi" method="get">
-				<div>
-				  <h2 class="blockhide"><label for="MIRRORSEL">Mirror</label></h2>
-				  <select id="mirrorsel" name="goto">
-					  <xsl:call-template name="html-index-mirrors-options-list">
-					    <xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
-					  </xsl:call-template>
-				  </select>
-				</div> <!-- unnamed -->
-				<input type="submit" value="Go" />
-			  </form>
-			</div> <!-- MIRROR -->
-
 			<div id="frontshortcuts">
 			  <div id="frontshortcutscontent" class="txtshortcuts">
 				  <h2>SHORTCUTS</h2>


More information about the svn-doc-all mailing list