blob: 5d668676ae3b2f78870aa77e019239e4a5e4255a [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2014 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:
* Denis Roy (Eclipse Foundation)
* Christopher Guindon (Eclipse Foundation)
*******************************************************************************/
//if name of the file requested is the same as the current file, the script will exit directly.
if(basename(__FILE__) == basename($_SERVER['PHP_SELF'])){exit();}
?>
<div id="fullcolumn">
<div id="midcolumn">
<h1><?php print $pageTitle;?></h1>
<p>We're sorry, the page you requested cannot be found. Below are some links that may be useful.</p>
<ul>
<li><a href="//eclipse.org">Eclipse home</a></li>
<li><a href="//eclipse.org/projects/searchpage.php">Search</a> our site</li>
<li>Website <a href="//eclipse.org/legal/privacy.php">privacy policy</a> and <a href="//eclipse.org/legal/termsofuse.php">terms of use</a></li>
<li><a href="//eclipse.org/legal">Legal documents</a></li>
<li><a href="//eclipse.org/artwork/">Logos</a> and artwork</li>
<li><a href="//wiki.eclipse.org/index.php/Webmaster_FAQ">webmaster FAQ</a></li>
<li><a href="mailto:webmaster@eclipse.org">Email the webmaster</a></li>
</ul>
<br /><br />
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>Useful links</h6>
<ul>
<li><a href="//archive.eclipse.org">Eclipse project archives</a></li>
<li><a href="//download.eclipse.org/eclipse/downloads">Eclipse project downloads</a></li>
</ul>
</div>
</div>
</div>