blob: 565296e1397ccd4e55cc27cab3ba88b03b35da2a [file] [log] [blame]
<?php
/**
* Copyright (c) 2018 Eclipse Foundation and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*/
?>
<div class="col-xs-24">
<h1><?php print $pageTitle; ?></h1>
<p>The Eclipse member companies are offering a series of training classes. This is your opportunity to learn Eclipse techniques, tips and tricks from experts. The instructor-led training courses will be held from Oct 21, 2013 to Nov 30, 2013 and feature classes on <strong>Eclipse Rich Client Platform (RCP), Eclipse4 RCP, Eclipse BIRT, Building OSGI/RCP applications with Maven/Tycho and Modeling Technologies</strong>. Classes are available in various languages, such as English, French, German, Dutch, Spanish, and Italian.</p>
<p>To register, choose a course below and click on a city near you.</p>
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href=#birt aria-controls="birt" role="tab" data-toggle="tab">BIRT</a></li>
<li role="presentation"><a href=#rcp aria-controls="rcp" role="tab" data-toggle="tab">Developing with RCP</a></li>
<li role="presentation"><a href=#eclipse4 aria-controls="eclipse4" role="eclipse4" data-toggle="tab">Eclipse 4 RCP</a></li>
<li role="presentation"><a href=#osgi aria-controls="osgi" role="tab" data-toggle="tab">Building OSGI/RCP with Maven/Tycho</a></li>
<li role="presentation"><a href="#modeling" aria-controls="modeling" role="tab" data-toggle="tab">Modeling</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="birt"><?php include ('fetch/birt.php'); ?></div>
<div role="tabpanel" class="tab-pane" id="rcp"><?php include ('fetch/developingRCP.php'); ?></div>
<div role="tabpanel" class="tab-pane" id="eclipse4"><?php include ('fetch/eclipse4.php'); ?></div>
<div role="tabpanel" class="tab-pane" id="osgi"><?php include ('fetch/osgi.php'); ?></div>
<div role="tabpanel" class="tab-pane" id="modeling"><?php include ('fetch/modeling.php'); ?></div>
</div>
</div>
<h3>Sponsored by:</h3>
<ul class="sponsor list-inline text-center">
<li><a target="blank" href="http://www.eclipse.org"><img class="padding-20 img-responsive" src="https://www.regonline.com/custImages/240004//EclipseLogoSmall.jpg" /></a></li>
<li><a href="http://eclipsesource.com/en/services/eclipse-training/" target="blank"><img class="padding-20 img-responsive" width="125" src="images/EclipseSourceLogo.jpg" /></a></li>
<li><a href="http://www.industrial-tsi.com" target="blank"><img class="padding-20 img-responsive" width="125" height="28" src="http://eclipse.org/membership/scripts/get_image.php?id=1040&size=small" /></a></li>
<li><a href="http://www.obeo.fr" target="blank"><img class="padding-20 img-responsive" width="125" src="http://eclipse.org/membership/scripts/get_image.php?id=863&size=small" /></a></li>
</ul>
<ul class="sponsor list-inline text-center">
<li><a href="http://www.opcoach.com" target="blank"><img class="padding-20 img-responsive" width="125" src="http://eclipse.org/membership/scripts/get_image.php?id=987&size=small" /></a></li>
<li><a href="http://www.actuate.com/home/" target="blank"><img class="padding-20 img-responsive" width="125" src="http://www.eclipse.org/membership/scripts/get_image.php?id=652&size=small" /></a></li>
<li><a href="http://www.rcp-vision.com" target="blank"><img class="padding-20 img-responsive" width="125" src="http://www.eclipse.org/membership/scripts/get_image.php?id=978&size=small" /></a></li>
</ul>
</div>