You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/03/16 21:32:05 UTC

svn commit: r901885 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/index_droplist.html

Author: buildbot
Date: Sun Mar 16 20:32:04 2014
New Revision: 901885

Log:
Staging update by buildbot for ooo-site

Added:
    websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 16 20:32:04 2014
@@ -1 +1 @@
-1578156
+1578157

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 16 20:32:04 2014
@@ -1 +1 @@
-1578156
+1578157

Added: websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_droplist.html (added)
+++ websites/staging/ooo-site/trunk/content/download/test/index_droplist.html Sun Mar 16 20:32:04 2014
@@ -0,0 +1,117 @@
+<!--#include virtual="/doctype.html" -->
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <title>Apache OpenOffice Downloads - Official Site</title>
+  <script type="text/javascript" src="globalvars.js"></script>
+  <script type="text/javascript" src="languages.js"></script>
+  <script type="text/javascript" src="release_matrix.js"></script>
+  <script type="text/javascript" src="download.js"></script>
+  <style type="text/css">
+  /* <![CDATA[ */
+  /*-------------------- Exceptions on standard css -----------------------*/
+  @import "styles.css";
+  @import "exceptions.css";
+  /* ]]> */
+  </style>
+
+<!--#include virtual="/google-analytics.js" --> 
+<!--#include virtual="/scripts/entourage.js" -->
+</head>
+<body>
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a href="/download/">download</a>&nbsp;&raquo;&nbsp;<a href="/download/test/">test</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+
+<div class="optionset">
+
+	<!-- Grey: Listboxes -->
+	<script type="text/javascript">
+	<!--
+	// Set a specific language ISO code to force to assemble a certain localized build as download URL
+	var NL_LANGUAGE = "";
+	// Get the download URL for released install files (0 = release mode)
+	var LINK        = getLink( 0 );
+	/*
+	document.write ( "Language ISO: " + LANG_ISO + " - has MirrorLink()?: " + hasMirrorLink() + "<br />"
+	+ "SourceForge: " + SOURCEFORGE + " - Other: " + OTHER + " - Archive: " + ARCHIVE + "<br />"
+	+ "UI_PLATFORM: " + UI_PLATFORM + " - URL_PLATFORM: " + URL_PLATFORM + " - EXTENSION: " + EXTENSION + "<br />"
+	+ "LINK: " + LINK );
+	*/
+	document.write( "<div class='button grey' id='optionitem1'>"
+		+ "<h2><a>Searching for another version?</a></h2>"
+		+ "<p style='cursor: default;'>"
+		+ "<a>Select from all available full installation sets and language packs "
+		+ "to download your favorite version.</a></p>"
+
+		+ "<div>"
+		+ "<form name='download'>"
+		+ "<select name='os' onchange=''>"
+		+ "<option value='e1' selected='selected'>Choose OS</option>"
+		+ "<option value='e2'                    >----------------</option>"
+		+ "<option value='win32'                 >Windows         </option>"
+		+ "<option value='lnx32r'                >Linux 32-bit RPM</option>"
+		+ "<option value='lnx32d'                >Linux 32-bit DEB</option>"
+		+ "<option value='lnx64r'                >Linux 64-bit RPM</option>"
+		+ "<option value='lnx64d'                >Linux 64-bit DEB</option>"
+		+ "<option value='mac32'                 >Mac OS X x86    </option>"
+		+ "<option value='mac64'                 >Mac OS X x86-64 </option>"
+		+ "</select>"
+
+		+ "<select name='lang' onchange=''>"
+		+ "<option value='e1' selected='selected'>Choose language</option>"
+		+ "<option value='e2'                    >---------------</option>"
+		+ "<option value='en-US'                 >English (US)   </option>"
+		+ "<option value='de'                    >German         </option>"
+		+ "<option value='fr'                    >French         </option>"
+		+ "<option value='it'                    >Italian        </option>"
+		+ "<option value='es'                    >Spanish        </option>"
+		+ "<option value='nl'                    >Dutch          </option>"
+		+ "</select>"
+
+		+ "<select name='type' onchange=''>"
+		+ "<option value='e1' selected='selected'>Choose install type</option>"
+		+ "<option value='e2'                    >-------------------</option>"
+		+ "<option value='full'                  >Full Installation  </option>"
+		+ "<option value='lp'                    >Language Pack      </option>"
+		+ "</select>"
+		+ "</form>"
+
+		+ "<h3><a href='" + LINK + "' title='" + LINK + "'>Download Now!</h3>"
+		+ "<br />"
+		+ "</div>"
+
+//		+ "<p><a>"
+//		+ "Which OS? "           + document.os.options[1].index + "<br />"
+//		+ "Which lanuage? "      + document.lang.options[1].value + "<br />"
+//		+ "Which install type? " + document.type.options[1].value
+//		+ "</a></p>"
+
+	+ "</div>" );
+	document.write( "<div class='sub-grey' id='optionitem1_2'>"
+		+ "<p><a href='other.html'>"
+		+ "Get all platforms, languages, language packs</a> | "
+		+ "<a href='http://development.openoffice.org/releases/" + VERSION
+		+ ".html'>Release Notes</a></p>"
+	+ "</div>" );
+	//-->
+	</script>
+
+</div>
+
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>