blob: 8744182a1ad98c9b562bdaa971c555f942bcb1fc [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($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# Copyright (c) 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# Contributors:
# IBM Corporation - initial implementation
#
# Author: Debug Team
# Date: November 10, 2006
#
# Description: this page is a description for the eclipse fifth b-day party
#
#
#****************************************************************************
$pageTitle = "Eclipse is Five!!!";
$pageKeywords = "debug, platform, debugging, debugger, breakpoints, launching";
$pageAuthor = "Debug Team";
include("_sideCommon.php");
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<p>Eclipse turned five years old, and the debug team, known for its outragous parties, celebrated
with supporting students and faculty members at the University of Manitoba.</p>
<p>Check out some pictures of the <a href="/eclipse/debug/images/eclipse_cake.gif" target="_blank">cake</a> and the <a href="/eclipse/debug/images/no_i_in_team.gif" target="_blank">team showing off the cake</a></p>
</div>
<div id="rightcolumn">
$commonside
</div>
</div>
EOHTML;
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>