blob: e481b8aa8146c55661a9bf32f7f1aa2112bb6c3a [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) 2009-2010 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://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Christopher Guindon (Eclipse Foundation)
* Nathan Gervais (Eclipse Foundation)
*
*******************************************************************************/
require_once 'includes/friendsFunctions.php';
$progress = (getWantedCount()*100)/500;
$friend_count = getWantedCount();
#
# Begin: page-specific settings. Change these.
$pageTitle = "Eclipse.org - Kelper Simultaneous Release : Highlights";
$pageKeywords = "eclipse kepler, release, simultaneous, release train, kepler";
$pageAuthor = "Christopher Guindon";
# Paste your HTML content between the EOHTML markers!
ob_start();
?>
<div id="fullcolumn" class="kepler subpage friends">
<div id="page-left">
<div class="page-container">
<h2 id="h2_highlights">Highlights</h2>
<ul id="ul_highlights" class="no_bullets">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In faucibus lectus sed justo molestie eu luctus massa viverra.</li>
<li>Donec est leo, tincidunt ut blandit quis, sodales eu neque. Cras fringilla tristique hendrerit.</li>
<li>Etiam laoreet fermentum orci, at aliquet risus lobortis vitae. Fusce id dolor dui.</li>
<li>Duis viverra, dui scelerisque ultrices egestas, nisl leo iaculis ante, at aliquet neque mauris ut dolor. Etiam malesuada convallis lectus varius pulvinar.</li>
<li>Nunc nec eros et magna rhoncus vestibulum in nec elit. Sed et turpis non sem euismod cursus.</li>
<li>Etiam ut elementum metus. Nulla eget elit nulla, ut sagittis mi. Vestibulum accumsan nibh ut neque auctor vulputate. Nulla rhoncus quam auctor enim blandit eleifend.</li>
</ul>
</div>
</div>
<div id="page-right">
<div class="page-container">
<h2 id="h2_friends">Friends of Kepler</h2>
<div id="friend-scale" class="<?php print ($progress <= 59) ? 'scale-normal' : 'scale-invert'; ?>">
<div id="friend-scale-level" style="width: <?php print $progress;?>%;"></div>
<div id="friend-scale-count"><?php print $friend_count;?> Friends</div>
</div>
<ul id="ul_donorList" class="clearfix no_bullets"><?php sideDonorList(10);?></ul>
<a class="button-more" href="/donate/donorlist.php?showAll=0">More</a>
<h2 id="h2_twitter">Twitter</h2>
<a class="twitter-timeline" href="https://twitter.com/search?q=%23eclipse2013" data-widget-id="325248019601686529">Tweets about "#eclipse2013"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<ul id="page-nav" class="no_bullets">
<li class="page-nav-1" id="page-nav-kepler"><a href="/kepler/">Kepler</a></li>
<li class="page-nav-2" id="page-nav-projects"><a href="/kepler/projects.php">Projects</a></li>
</ul>
<div class="preload">
<img src="images/nav_projects_ov.png" alt="Projects"/>
<img src="images/nav_kepler_ov.png" alt="Kepler"/>
</div>
</div>
<?
$html = ob_get_clean();
# Generate the web page
$App->Promotion = TRUE;
//$App->AddExtraHtmlHeader('<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js"></script>');
//$App->AddExtraHtmlHeader('<script type="text/javascript" src="/juno/scripts/smooth-add.js"></script>');
$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css">');
$App->AddExtraHtmlHeader('<link type="text/css" href="/kepler/css/styles.min.css" rel="stylesheet"/>');
$App->AddExtraHtmlHeader('<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/><![endif]-->');
$App->generatePage('Nova', $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html);
?>