blob: b6a17fa8e4f9d9e8549852a98812745db43abdfe [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 2006 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.
Congratulations to Howard Lewis and Todd Williams for being re-elected and Jochen Krause and Mike Taylor as new Add-in Provider representatives.
Scott Lewis and Kai-Uwe Maetzel will be returning as Committer representatives, along with the newly elected Jeff McAffer and Tim Wagner.
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 Rich Main and John Wiegand
who are leaving the Eclipse Board after having served since its inception. 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
*/
?>