blob: 07e5e05bbc60a7ebe61b64c637f012de7e94779c [file] [log] [blame]
<?php
/**
* Copyright (c) 2014, 2015, 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
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
?>
<style type="text/css">
<!--
/* Relevance button */
.gsc-control-cse div{
width:auto!important;
}
.cse .gsc-control-cse, .gsc-control-cse,
.gsc-results .gsc-cursor-box,
.gsc-result-info, .gsc-thumbnail-inside, .gsc-url-top{
padding:0!important;
margin-left:0!important;
margin-right:0!important;
}
.gsc-results .gsc-cursor-box{
text-align:center;
border-top:1px solid #ccc;
padding-top:20px!important;
}
.gsc-result .gs-title{
height:1.4em!important;
overflow: visible !important;
}
-->
</style>
<div class="row">
<div class="col-md-19">
<div class="reset-box-sizing">
<h1><?php print $pageTitle;?></h1>
<script>
(function() {
var cx = '011805775785170369411:<?php print $searchID; ?>';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only <?php print $searchParams; ?>></gcse:searchbox-only>
<gcse:searchresults-only<?php print $searchParams; ?>></gcse:searchresults-only>
</div>
</div>
<div class="col-md-5" id="home-sidebar" style="margin-top:2.5em;">
<div class="eclipsefdn-promo-content text-center" data-ad-format="ads_square,ads_medium_banner" data-ad-publish-to="eclipse_org_home"></div>
</div>
</div>