blob: 5db827e07fa4e5f886a887a90b953f7f55159461 [file] [log] [blame]
<?php
$rightColumn = <<<EOHTML
<DIV id=rightcolumn>
<DIV class=sideitem>
<H6>Related links</H6>
<UL>
<LI><A href="http://www.eclipse.org/proposals/actf">Project proposal</A></LI>
<LI><A href="http://www.eclipse.org/proposals/actf/ACTF_CreationReview.pdf">Creation Review Slides </A></LI>
</UL></DIV>
<DIV class=sideitem>
<H6 align="center">Incubation</H6>
<DIV align=center><A href="http://www.eclipse.org/projects/gazoo.php">
<IMG src="http://www.eclipse.org/images/egg-incubation.png" align="center" border="0" alt="about Incubation"></A>
</DIV></DIV></DIV></DIV></DIV>
EOHTML;
?>