blob: 3ef7e1f5c1eee3961bab28a93c739858eac31b27 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2014, 2016 Eclipse Foundation 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://eclipse.org/legal/epl-v10.html
*
* Contributors:
* Eric Poirier (Eclipse Foundation) - Initial implementation
*******************************************************************************/
?>
<!-- Featured story and ad -->
<div class="featured-story downloads-header">
<div class="container">
<div class="row">
<div class="col-sm-15 col-md-16 featured-story-block padding-top-20 padding-bottom-20">
<h1 class="h1-container">Download <span class="text-nowrap">Eclipse Technology</span><br>that is right for you</h1>
</div>
<div class="col-sm-9 col-md-8 featured-ad featured-story-block padding-top-20 padding-bottom-20">
<div class="featured-ad-content">
<?php print $Downloads->getPromoAd(); ?>
<p class="featured-story-description">Sponsored Ad</p>
</div>
</div>
</div>
</div>
</div>
<?php print $Downloads->getBannerAd(); ?>
<?php print $Downloads->getAllDownloadsProjects(); ?>
<!-- ALL PROJECTS -->
<div id="all-projects" class="downloads-section">
<div class="container">
<h2><span class="downloads-title">All Projects</span></h2>
<div class="downloads-items">
<p>Find an Eclipse open source project.</p>
<form id="form-discover-search" class="col-md-8 col-md-offset-8 form-inline form-search-projects input-group custom-search-form text-center" role="form" action="https://projects.eclipse.org">
<input id="discover-search-box" class="form-control" type="text" size="25" name="combine" placeholder="Search">
<span class="input-group-btn">
<button class="btn btn-default" type="submit">
<i class="fa fa-search"></i>
</button>
</span>
</form>
<br/>
<p><a class="btn btn-info" href="//projects.eclipse.org">List of projects</a></p>
</div>
</div>
</div>