blob: cc78879a8de63a0d4b13d640923c62baecf7b0cc [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 = "Register for the Eclipse Fall Training Series";
$pageKeywords = "eclipse, training, rcp, birt, modeling";
$pageAuthor = "Lynn Gayowski";
# 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
<style>
.paddedlist li { padding-bottom:7px; }
</style>
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>Community Bulletin</h2>
<p>
The Eclipse Foundation and Eclipse member companies are pleased to announce the <a href="http://www.eclipse.org/community/training/classes.php">fall 2010
training class series</a>. The training is an excellent opportunity for software
developers and architects to learn more about Eclipse Rich Client Platform (RCP), BIRT and Modeling technologies.
Eclipse experts will lead the sessions, providing practical experience through classroom
instruction and hands-on labs. Virtual and on-site classes have been scheduled in
several countries from September 20 to November 5, 2010.
</p>
<p>
Students who register at least 2 weeks in advance will receive a 10% discount on the
registration price. <a href="http://www.eclipse.org/community/training/classes.php">See
the schedule</a> for a complete list of courses and course descriptions.
</p>
<p>
Eclipse members participating in the training series are <a href="http://www.avantsoft.com/" target="blank">AvantSoft</a>,
<a href="http://eclipsesource.com/en/services/eclipse-training/" target="blank">EclipseSource</a>, <a href="http://www.industrial-tsi.com/" target="blank">
Industrial TSI</a>, <a href="http://www.obeo.fr/" target="blank">Obeo</a>, <a href="http://www.opcoach.com/" target="blank">OPCoach</a>, <a href="http://rcp-company.com/" target="blank">The
RCP Company</a>, <a href="http://www.rcp-vision.com" target="blank">RCP Vision</a> and <a href="http://www.weiglewilczek.com/index.php?id=29&L=1" target="blank">Weigle Wilczek</a>.
</p>
<p>
Take advantage of this excellent learning opportunity and register for an Eclipse training
class today!
</p>
<br><br>
</div>
<!-- remove the entire <div> tag to omit the right column! -->
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="http://www.eclipse.org/community/training/classes.php">Eclipse Training, Fall 2010</a></li>
</ul>
</div>
<a href="../../community/training/classes.php">
<img src="../../community/training/traininggraphic_125x125.jpg" alt="Eclipse Training" border="0">
</a>
</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
*/
?>