<?php | |
#***************************************************************************** | |
# | |
# Copyright (c) 2008 IBM Corporation 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: | |
# IBM Corporation - initial implementation | |
# | |
# Author: API Tools Team | |
# Date: August 27, 2008 | |
# | |
# Description: This is a contributed item that provides a common side bar for links etc. | |
# | |
#**************************************************************************** | |
$commonside = <<<EOHTML | |
<div class="sideitem"> | |
<h6>Quick Links</h6> | |
<ul> | |
<li><a href="/pde/pde-api-tools/index.php">Home</a></li> | |
<li><a href="/pde/pde-api-tools/nan/new_and_noteworthy.php">New and Noteworthy</a></li> | |
<li><a href="/pde/pde-api-tools/test_plans/test_plans.php">Test Plans</a></li> | |
<li><a href="http://wiki.eclipse.org/ApiTools_Milestones">Milestone Plans</a></li> | |
<li><a href="http://wiki.eclipse.org/API_Tools">WIKI</a></li> | |
<li><a href="http://wiki.eclipse.org/PDE/API_Tools/User_Guide">API Tools User Guide</a></li> | |
<li><a href="/pde/pde-api-tools/about.php">About This Content</a></li> | |
</ul> | |
</div> | |
EOHTML | |
?> |