blob: 45603c1b897add8973a2e6159e227f8881d9b554 [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include("_projectCommon.php"); # All on the same line to unclutter the user's desktop'
#
# Begin: page-specific settings. Change these.
$pageTitle = "Eclipse Foundation Announces 2007 Board Member Election Results";
$pageKeywords = "Eclipse Foundation, foundation, governance, board, elections";
$pageAuthor = "Nathan Gervais";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank)
# $Nav->addCustomNav("My Link", "mypage.php", "_self");
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank");
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>Community Bulletin</h2>
<p><br />
The Eclipse Foundation announced the results of the Add-in Provider and Committer elections for representatives to the board of directors.
<br/><br/>Congratulations to Howard Lewis, Todd Williams and Mike Taylor for being re-elected and Elaine Fourgeau and Tracy Ragan as new Add-in Provider representatives.
<br/><br/>Jeff McAffer will be returning as a Committer representative, along with the newly elected Chris Aniszczyk, Darin Swanson, Ed Merks, and Konstantin Komissarchik.
We're looking forward to working with you on the Eclipse Foundation Board of Directors. <br />
<br />
The Eclipse Foundation would also like to recognize the contribution of Scott Lewis, Tim Wagner, and Kai-Uwe Maetzel who are leaving the Eclipse Board after having served positions last year.
The Eclipse community owes them a great deal for their many hours of effort on behalf of the Eclipse community.
</p>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>
<?php
/*
* Created on 20-Jan-2006
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
*/
?>