blob: afbda85e9be6fd2a061e9e4e1762e781e141f186 [file] [log] [blame]
<?php
$rightColumn = <<<EOHTML
<div id="rightcolumn">
<div class="sideitem">
<h6><img src="/projects/images/ok.gif" align="right"/>Incubation is over!</h6>
<div style="text-align:center">
<a href="http://wiki.eclipse.org/Development_Resources/HOWTO/Mature_Phase"><img src="logo/leaving-incubation.png" border="0" alt="Mature" /></a>
</div>
<div class="sideitem">
<h6>Part of</h6>
<div style="text-align:center">
<a href="/eclipsert"><img align="center" src="/eclipsert/rtlogo.png" border="0" width="100" height="100"/></a>
</div>
<div class="sideitem">
<h6>Links</h6>
<ul>
<li><a href="http://wiki.eclipse.org/SMILA" target="_blank">Wiki</a></li>
<li><a href="http://www.youtube.com/user/SMILAChannel" target="_blank">SMILA YouTube channel</a></li>
</ul>
<div class="sideitem">
<h6><img src="http://dev.eclipse.org/large_icons/actions/go-home.png" width="20" height="20" align="right"/>Supporting Organizations</h6>
<div style="text-align:center">
<br>
<a href="http://www.attensity.com">
<img src="http://www.eclipse.org/membership/scripts/get_image.php?id=887&size=small" align="center" alt="Attensity Europe GmbH" title="Attensity Europe GmbH" />
</a>
</div>
<div style="text-align:center">
<br>
<a href="http://www.brox.de">
<img src="http://www.eclipse.org/membership/scripts/get_image.php?id=892&size=small" align="center" alt="brox IT-Solutions GmbH" title="brox IT-Solutions GmbH" />
</a>
<br>
</div>
<div class="sideitem">
<h6>Meet us at</h6>
<div align="center">
<p>
<a href="http://www.theseus.joint-research.org/en/theseus-kongress-2012/smila-tutorial/">SMILA Tutorial at THESEUS final congress, Berlin, Germany</a>
</p>
<p>
<a href="http://www.eclipsecon.org/2012/program/session-schedule">SMILA BoF session at EclipseCon 2012</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
EOHTML;
?>