| <?php |
| /** |
| * Copyright (c) 2006-2014, 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: |
| * Denis Roy (Eclipse Foundation) - initial API and implementation |
| * Christopher Guindon (Eclipse Foundation) |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| */ |
| ?> |
| <div class="row"> |
| <div class="col-md-18"> |
| <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 class="col-md-6"> |
| <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> |