Author: kschenk
Date: Sun Jun 16 21:24:28 2013
New Revision: 1493588

URL: http://svn.apache.org/r1493588
Log:
Mockup of new AOO distributor page. Format mostly from old selllers.html. For 
review.

Added:
    openoffice/ooo-site/trunk/content/distribution/distributors.html   (with 
props)

Added: openoffice/ooo-site/trunk/content/distribution/distributors.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/distribution/distributors.html?rev=1493588&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/distribution/distributors.html (added)
+++ openoffice/ooo-site/trunk/content/distribution/distributors.html Sun Jun 16 
21:24:28 2013
@@ -0,0 +1,119 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+  <html>
+  <head>
+    <title>Distributor Listing page</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <meta name="GENERATOR" content="Quanta Plus">
+    <script type="text/javascript" src="tableDecorate.js"></script>
+  <style type="text/css">
+  <!--
+    .oddRow {background:#EEEEEE}
+    .oddCol {color:black}
+  --></style>
+
+  </head>
+  <body>
+  <script language="JavaScript" type="text/javascript">
+  <!-- Start clocking device.
+  /*
+  *  Returns an array with the <div> tags for the countries
+  */
+  function getRegions() {
+    tags  = document.getElementsByTagName("div");
+    regions = new Array();
+  
+    for (i=0; i < tags.length; i++) {
+        if (tags[i].getAttribute("class") == "region" ) {
+            regions.push( tags[i] )
+        }
+    }
+    return regions;
+  }
+  
+  function setRegion (value) {
+    regions = getRegions();
+  
+    // Go through each region.
+    for (i=0; i < regions.length; i++) {
+        if (value == "all") {
+            regions[i].style.display = "block";
+        } else if (regions[i].getAttribute("id") == value) {
+            regions[i].style.display = "block";
+        } else {
+            regions[i].style.display = "none";
+        }
+    }
+  }
+  // End clocking device. -->
+  </script>
+  <style type="text/css">
+    div.region { display: block }
+  </style>
+  
+  <div class="Acta1">
+  <h2>Third Party Distributors of Apache OpenOffice</h2>
+    <p>This page lists third party distributors who have directly contacted 
Apache OpenOffice regarding
+    their distribution and who have been <font color="red">reviewed???</font> 
in accordance with the project's 
+    <a 
href="http://www.openoffice.org/distribution/best-practices.html";>Distribution 
Best Practices</a>.
+    </p>
+
+    <p>If you would like to be added to this list, please see the main <a 
href=>>Distribution</a> page.</p>  
+    
+     
+    <!--<a 
href="http://distribution.openoffice.org/cdrom/distributors.html";><br />
+      <img src="img/sell_round.png" width="195" height="29" border="0" /><br />
+      click this button.</a>
+    
+    
+      <h3>Please select your region from the list:</h3>
+  <form method="post" action="">
+      View vendors from only one region
+    <select name="region" onChange="setRegion(region.value)" size="1">
+      <option value="global">  Global </option>
+      <option value="latino">  Latin America </option>
+
+      <option value="namerica">North America </option>
+      <option value="baltic">  Baltic        </option>
+      <option value="weurope"> Western Europe</option>
+      <option value="eeurope"> Eastern Europe</option>
+      <option value="africa">  Africa        </option>
+
+      <option value="asia">    Asia          </option>
+      <option value="india">   India         </option>
+      <option value="emed">    Eastern Mediterranean</option>
+      <option value="sea">     South-East Asia    </option>
+      <option value="oceania"> Oceania       </option>
+
+      <option value="all" selected="selected">All</option>
+    </select>
+  </form>
+  
+  <p><a name="consumers"></a>The distributors below are listed alphabetically 
by country here as a courtesy; OpenOffice.org does not endorse any of them nor 
do we guarantee the contents of the CDs they sell.  We also do not post any 
advertisements on behalf of any distributor.</p> 
+  <p class="Header">CD-ROM Distributors</p><p>All offer the latest release. 
Check the particular distributor for the CD's contents (for example, localized 
builds).</p> 
+  <p class="fontredochre"><strong>Note: OpenOffice.org makes no claims about 
the contents of any CD-ROM you may purchase from a distributor listed here. We 
list these only as a courtesy to the community.</strong></p> 
+    <hr noshade="true">
+  <div id="global">
+  -->
+  <table width="100%" cellspacing="0" cellpadding="4" 
+  summary="Table of distributors." class="decorate">
+  
+  <tr>
+    <td class="alt2"><div align="center">Distributor</div></td>
+    <td class="alt2"><div align="center">Location</div></td>
+    <td class="alt2"><div align="center">Additional Information</div></td>
+
+  </tr>
+    <tr>
+    <td><a href="http://www.openoffice.org";><font color="red">does not texist 
AOO CD</font></a></td>
+    <td>global</td>
+    <td>AOO 3.4.1</td>
+  </tr>
+  
+ 
+
+  </table>
+  </div>
+  </div>
+ 
+  </body>
+  </html>

Propchange: openoffice/ooo-site/trunk/content/distribution/distributors.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to