You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2013/01/09 07:18:51 UTC

svn commit: r845667 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/v2/installerbadge/index.chtml content/v2/installerbadge/index.html

Author: buildbot
Date: Wed Jan  9 06:18:51 2013
New Revision: 845667

Log:
Staging update by buildbot for flex

Added:
    websites/staging/flex/trunk/content/v2/installerbadge/index.html
Removed:
    websites/staging/flex/trunk/content/v2/installerbadge/index.chtml
Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan  9 06:18:51 2013
@@ -1 +1 @@
-1430694
+1430702

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan  9 06:18:51 2013
@@ -1 +1 @@
-1430694
+1430702

Added: websites/staging/flex/trunk/content/v2/installerbadge/index.html
==============================================================================
--- websites/staging/flex/trunk/content/v2/installerbadge/index.html (added)
+++ websites/staging/flex/trunk/content/v2/installerbadge/index.html Wed Jan  9 06:18:51 2013
@@ -0,0 +1,153 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/css/flex.css" rel="stylesheet" type="text/css">
+
+<title></title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+</head>
+
+<body>
+  <div id="bannera">
+    <div id="bannerleft"><img id="flex-logo" alt="Apache Flex" src="/images/flex.png"/></div>
+    <div id="bannerright">
+      <a title="An Apache Project" href="http://www.apache.org"><img id="asf-logo" alt="An Apache Project" src="http://apache.org/images/feather-small.gif"/></a>
+    </div>
+    <div id="bannercenter">&nbsp;</div>
+  </div>
+  <div id="topbara">
+    
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo&nbsp;<a href="/v2/">v2</a>&nbsp;&raquo&nbsp;<a href="/v2/installerbadge/">installerbadge</a></div>
+  </div>
+  <div id="clear"></div>
+  <div id="leftnav"><h1 id="general">General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/license.html">License</a></li>
+<li><a href="/trademarks.html">Trademarks</a></li>
+<li><a href="/news.html">News Archive</a></li>
+</ul>
+<h1 id="distribution">Distribution</h1>
+<ul>
+<li><a href="/download.html">Download the SDK</a></li>
+<li><a href="/installer.html">Download the Installer</a></li>
+<li><a href="/about-binaries.html">About Binaries</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/team.html">Team</a></li>
+<li><a href="http://blogs.apache.org/flex">Blog</a></li>
+<li><a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki">Project Wiki</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/logoassets.html">Logo and Assets</a></li>
+<li><a href="/utilities.html">Utilities</a></li>
+<li><a href="/timeline.html">Timeline</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/source.html">Source Code</a></li>
+<li><a href="https://issues.apache.org/jira/browse/FLEX">Jira</a></li>
+<li><a href="/developer-faqs.html">Developer FAQs</a></li>
+</ul>
+<h1 id="the-apache-software-foundation">The Apache Software Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org/">Website</a></li>
+<li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+</ul></div>
+  
+  <div id="content">
+    
+    <div id="flashContent">
+    <script type="text/javascript"> 
+        var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); 
+        document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='" 
+                        + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" ); 
+    </script> 
+</div>
+
+<!-- 
+    SWFObject v2.2 <http://code.google.com/p/swfobject/> 
+    is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
+-->
+<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
+
+<script type="text/javascript">
+    /* use strict */
+    
+    var _widget;
+    
+    function displayType() {
+        if ((window.top != window.self) && window.parent)
+            return window.name;
+            
+        return "";
+    }
+    
+    function init() {
+        var prefix, theElement, theHeight, theWidth;
+        
+		if (displayType() != "") {
+    		if (typeof window.innerWidth === 'number') {
+    			theHeight = window.innerHeight;
+    			theWidth = window.innerWidth;
+    		} else {
+        		theElement = window.document.documentElement;
+
+    			theHeight = theElement.clientHeight;
+    			theWidth = theElement.clientWidth;
+    		}
+
+            _widget.style.height = (theHeight - 2) + "px";
+            _widget.style.width = (theWidth - 2) + "px";
+            
+            _widget.style.border = "1px solid #172647";
+        }
+    }
+    
+    function start() {
+        var swfVersionStr, params, attributes;
+        
+        swfVersionStr = "11.1.0";
+        flashVars = { serviceURL: "http://flex.apache.org/" };
+        params = { quality: "high", bgcolor: "#ffffff", allowscriptaccess: "sameDomain",
+            allowfullscreen: "true" };
+        attributes = { id: "InstallApacheFlexBadge", name: "InstallApacheFlexBadge" };
+    
+        swfobject.embedSWF("InstallApacheFlexBadge.swf", "flashContent", "10", "10", 
+            swfVersionStr, "", flashVars, params, attributes);
+    
+        swfobject.createCSS("#flashContent", "display: block;");
+    
+        waitForWidget();
+    }
+    
+    function waitForWidget() {
+        _widget = document.getElementById("InstallApacheFlexBadge");
+        
+        if (!_widget)
+            setTimeout(function () { waitForWidget(); }, 1000);
+        else
+            init();
+    }
+    
+    start();
+    
+</script>
+
+  </div>
+
+  <div id="footera">
+    <div id="copyrighta">
+      <p>Copyright © 2012 The Apache Software Foundation, Licensed under the 
+	<a href="/license.html">Apache License, Version 2.0</a>
+	<br />Apache Flex, Apache and the Apache feather logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>