Author: buildbot
Date: Sat Mar 29 12:22:37 2014
New Revision: 904150
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 29 12:22:37 2014
@@ -1 +1 @@
-1582992
+1582993
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 29 12:22:37 2014
@@ -1 +1 @@
-1582992
+1582993
Modified:
websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
(original)
+++ websites/staging/ooo-site/trunk/content/download/test/index_droplist.html
Sat Mar 29 12:22:37 2014
@@ -8,7 +8,7 @@
<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>
+ <script type="text/javascript" src="download_droplist.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
@@ -42,13 +42,15 @@
// 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 );
+ var LINK = getLink();
+
/*
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;'>"
@@ -57,7 +59,7 @@
+ "<div>"
+ "<form name='download'>"
- + "<select name='os' onchange=''>"
+ + "<select name='os' onchange='get_os()'>"
+ "<option value='e1' selected='selected'>Choose OS</option>"
+ "<option value='e2'
>----------------</option>"
+ "<option value='win32' >Windows
</option>"
@@ -69,7 +71,7 @@
+ "<option value='mac64' >Mac OS X x86-64
</option>"
+ "</select>"
- + "<select name='lang' onchange=''>"
+ + "<select name='lang' onchange='get_lang()'>"
+ "<option value='e1' selected='selected'>Choose
language</option>"
+ "<option value='e2'
>---------------</option>"
+ "<option value='en-US' >English (US)
</option>"
@@ -80,7 +82,7 @@
+ "<option value='nl' >Dutch
</option>"
+ "</select>"
- + "<select name='type' onchange=''>"
+ + "<select name='type' onchange='get_type()'>"
+ "<option value='e1' selected='selected'>Choose install
type</option>"
+ "<option value='e2'
>-------------------</option>"
+ "<option value='full' >Full Installation
</option>"
@@ -88,16 +90,9 @@
+ "</select>"
+ "</form>"
- + "<h3><a href='" + LINK + "' title='" + LINK + "'>Download
Now!</h3>"
+ + "<h3><a href='" + LINK + "' title='" + LINK + "'>Download
Now!</a></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'>"