Author: buildbot Date: Mon Jun 2 20:18:21 2014 New Revision: 910997 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/analyze_droplist.html Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jun 2 20:18:21 2014 @@ -1 +1 @@ -1599330 +1599340 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jun 2 20:18:21 2014 @@ -1 +1 @@ -1599330 +1599340 Modified: websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html ============================================================================== --- websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html (original) +++ websites/staging/ooo-site/trunk/content/download/test/analyze_droplist.html Mon Jun 2 20:18:21 2014 @@ -45,18 +45,13 @@ + "<p>" + "<ol style='padding: 0px 0px 0px 15px; list-style: disc outside none;'>" - + "<li>Select your favorite operating system, language and version below.</li>" - + "<li>Verify that these options do not lead to valid download links.</li>" - + "<li>Click on the following link to update the table below:</li>" - + "<ol style='list-style: none none none;'>" - + "<li><a style='font-size: 1.2em; color: red;' href='javascript:void( 0 )'" - + "title='Put the selected options as values into the table below.' onclick='updateTable(); return false;'>" - + "<b><u>Update the table below</u></b></a></li>" - + "</ol>" + + "<li>Select your favorite operating system, language and version in the green below.</li>" + + "<li>Verify that these options <b>still do not</b> lead to valid download links.</li>" + + "<li>Click on the link \"Update the table\" below the green box.</li>" + "<li>Copy the complete table (really, from top to bottom).</li>" + "<br />" + "<li>Then create a new mail.</li>" - + "<li>Write a problem description (what do you see and what do you expect).</li>" + + "<li>Write a problem description (what does not work and what do you expect).</li>" + "<li>Also add details about your operating system.</li>" + "<li>Paste the copied data at the end.</li>" + "<li>Finally, send the mail to: " @@ -182,7 +177,18 @@ <p> </p> </div> -<div style="float: left;"> +<div style="clear: both; float: left;"> + <p> + <a style="padding: 0px 0px 0px 15px; font-size: 1.2em;" href="javascript:void( 0 )" + title="Put the selected options as values into the table below." onclick="updateTable(); return false;"> + <b>Click here to update the table</b> + </a> + </p> + + <p> </p> +</div> + +<div style="clear: both; float: left;"> <script type="text/javascript"> document.write( "<div style='float: left;'>" @@ -229,7 +235,9 @@ + "<tr><td>Release matrix language array data </td><td></td></tr>" /* RELEASE_LANG */ + "<tr><td>UI platform name </td><td></td></tr>" /* UI_PLATFORM */ + "<tr><td>UI platform name (not supported) </td><td></td></tr>" /* UI_PLATFORM_NO_SUP */ - + "<tr><td>URL platform name </td><td></td></tr>" /* URL_PLATFORM */ + + "<tr><td>Platform (short) </td><td></td></tr>" /* PLATFORM */ + + "<tr><td>URL platform name (full) </td><td></td></tr>" /* PLATFORM_FULL */ + + "<tr><td>URL platform name (lp) </td><td></td></tr>" /* PLATFORM_LP */ + "<tr><td>URL platform name (from select box) </td><td></td></tr>" /* PLATFORM_SEL */ + "<tr><td>Version (from select box) </td><td></td></tr>" /* VERSION_SEL */ + "<tr><td>File name (full) </td><td></td></tr>" /* FILENAME_FULL */ @@ -258,10 +266,10 @@ function updateTable() { // All variables and functions that should be shown in the table. elements = [ LANG_ARRAY[ 2 ], LANG_ISO, LANG_SEL, LANG_ARRAY, RELEASE_PLATFORM_POS_FULL, RELEASE_PLATFORM_POS_LP, - RELEASE_PLATFORM, RELEASE_LANG, UI_PLATFORM, UI_PLATFORM_NO_SUP, URL_PLATFORM, PLATFORM_SEL, - VERSION_SEL, FILENAME_FULL, FILENAME_LP, EXTENSION, FILESIZE_FULL, FILESIZE_LP, REL_TEXT, LINK_FULL, - LINK_LP, LINK_CHK_MD5_FULL, LINK_CHK_MD5_LP, SOURCEFORGE_BASE_URL, ASF_ARC_BASE_URL, getLinkSel(), - isLangSupported(), OLD_PLATFORM, SF, OTHER, ARCHIVE, ERROR ]; + RELEASE_PLATFORM, RELEASE_LANG, UI_PLATFORM, UI_PLATFORM_NO_SUP, PLATFORM, PLATFORM_FULL, PLATFORM_LP, + PLATFORM_SEL, VERSION_SEL, FILENAME_FULL, FILENAME_LP, EXTENSION, FILESIZE_FULL, FILESIZE_LP, + REL_TEXT, LINK_FULL, LINK_LP, LINK_CHK_MD5_FULL, LINK_CHK_MD5_LP, SOURCEFORGE_BASE_URL, + ASF_ARC_BASE_URL, getLinkSel(), isLangSupported(), OLD_PLATFORM, SF, OTHER, ARCHIVE, ERROR ]; // Assign the respective table cell with the variable or function. // Start with the 20th row (i = 19) in the 2nd cell (1), count through the elements array (j): @@ -276,7 +284,6 @@ <!-- Every new element and text that is defined below the previous DIV will be actually dislayed wrapped below this DIV (because of "clear: both" instead of floated around the previous DIVs. This is really needed. --> - <div style="clear: both;"></div> <!-- No JavaScript enabled -->