blob: f0a6241e061ebef9654fff8f13f0e56f4dca6b86 [file] [log] [blame]
<div id="bigbuttons">
<h3>Primary Links</h3>
<ul>
<li><a id="buttonDownload" href="downloads" title="Download">Eclipse
Distribution, Update Site, Dropins</a></li>
<li><a id="buttonDocumentation" href="http://wiki.eclipse.org/EEF"
title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
<li><a id="buttonSupport" href="index.php?section=support" title="Download">Bug
Tracker, Newsgroup, Professional Support</a></li>
<li><a id="buttonInvolved" href="#" title="Getting Involved">CVS,
Workspace Setup, Wiki, Committers</a></li>
</ul>
</div>
<div id="midcolumn">
<?php
if ($_GET['section'] == "support") {
$html = get_include_contents('support.html');
if ($html == false) {
$html = "Error! Couldn't load file support.html";
}
} else {
$html = get_include_contents('_index.html');
}
if ($html == false) {
$html = "Error! Couldn't load file _index.html";
}
echo $html;
?>
</div>
<div id="rightcolumn">
<div class="sideitem" id="obeo">
<a href="http://www.obeo.fr" title="Main Obeo website" rel="nofollow"><img src="images/logos/logo_obeo.png"/></a>
</div>
<div>
<h3>Project Summary</h3>
<p >
Read more
<a style="float: right;" href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emft.eef" title="about">
about this project
</a>
and get all useful information and links about it in a nutshell.
</p>
</div>
<div id="headlines">
<h3>News and Noteworthy</h3>
<ul>
<li>08/07/2012 - This brand new website for EEF.</li>
<li>06/27/2012 - Like each year since the project creation, EEF takes part of the annual Eclipse release train.</li>
<li>05/10/2012 - EEF 1.1 is released!</li>
</ul>
</div>
</div>