blob: 70c9606b038df99716c61d5d16324e009204acb3 [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) 2006 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:
* Wayne Beaton (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
#*****************************************************************************
#
# rightcol.php
#
# Author: Wayne Beaton
# Date: June 5, 2008
#
# Description: Provides a right-column for pages that care to import this file
#
#
#****************************************************************************
?>
<div id="rightcolumn">
<div class="sideitem">
<h6>More information</h6>
<ul>
<li><a href="faq.php">Technical FAQ</a></li>
</ul>
<p>The following pages are hosted by The Eclipse Foundation</p>
<ul>
<li><a href="/org/usagedata/userguide.php">User Guide</a></li>
<li><a href="/org/usagedata/terms.php">Terms of Use</a></li>
<li><a href="/org/usagedata/faq.php">Data Capture and Use FAQ</a></li>
</ul>
</div>
<div class="sideitem">
<h6>Code</h6>
<ul>
<li><a href="/epp/usagedata/new_and_noteworthy.php">New and Noteworthy</a></li>
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.epp/?root=Technology_Project">Browse the code online</a></li>
<li><a href="/epp/usagedata/UsageData.psf">Add the code to your workspace</a></li>
</ul>
</div>
</div>