| <? | |
| $documentRoot = $_SERVER['DOCUMENT_ROOT']; | |
| include ($documentRoot . "/downloads/content/distro_functions.php"); | |
| include ($documentRoot . "/downloads/content/ganymede_distros.php"); | |
| $randomized = randomSeed ($companyinfo); | |
| # Paste your HTML content between the EOHTML markers! | |
| ?> | |
| <table width="100%" class="contentTable" cellspacing=0 style="font-size:95%;"> | |
| <? | |
| $i = 0; | |
| $count = count($companyinfo); | |
| while ($i < $count) | |
| { | |
| $index = $randomized[$i]; | |
| ?> | |
| <tr class="tableData"> | |
| <td width="80" align="center"> | |
| <img src="<?=$companyinfo[$index]->companyLogo;?>" height="64" width="64"> | |
| </td> | |
| <td> | |
| <a class="packageTitle" href="<?=$companyinfo[$index]->linkTo;?>"><?=$companyinfo[$index]->companyName;?></a><br/> | |
| <?=$companyinfo[$index]->companyBlurb;?> | |
| </td> | |
| </tr> | |
| <? | |
| $i++; | |
| } | |
| ?> | |
| </table> | |
| <p class="smallType">Details for participating in Members Downloads can be found <a href="http://www.eclipse.org/membership/special_programs/member-downloads-program.php">HERE</a>. If you would like to host Eclipse projects and more while helping to promote your organization to the Eclipse Ecosystem, please send an email to <a href="mailto:membership@eclipse.org">membership@eclipse.org</a>. If you are experiencing technical difficulties with any of the links, please open a <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Phoenix">bug report</a>. If you are experiencing problems with a member site, please contact their webmaster or persons noted on their landing page.</p> |