blob: 7eb86e37b202bf689813df73db772518e5f352d2 [file] [log] [blame]
<?php
/**
* Copyright (c) 2016, 2017, 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:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
* Eric Poirier (Eclipse Foundation)
*
* SPDX-License-Identifier: EPL-2.0
*/
require_once ($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
$theme = NULL;
$Nav = new Nav();
$Nav->setType("collapse");
$Nav->addNavSeparator("Legal", "/legal");
$Nav->addCustomNav("ECA", "", "_self", 1);
$Nav->addCustomNav("About", "/legal/ECA.php", "_self", 2);
$Nav->addCustomNav("Sign", "https://accounts.eclipse.org/user/eca", "_self", 2);
$Nav->addCustomNav("Validation Tool", "/contribute/cla", "_self", 2);
$Nav->addCustomNav("EPL-2.0", "#", "_self", 1);
$Nav->addCustomNav("About", "/legal/epl-2.0", "_self", 2);
$Nav->addCustomNav("Plain HTML", "/org/documents/epl-2.0/EPL-2.0.html", "_self", 2);
$Nav->addCustomNav("Plain Text", "/org/documents/epl-2.0/EPL-2.0.txt", "_self", 2);
$Nav->addCustomNav("PDF", "/org/documents/epl-2.0/EPL-2.0.pdf", "_self", 2);
$Nav->addCustomNav("FAQ", "/legal/epl-2.0/faq.php", "_self", 2);
$Nav->addCustomNav("EPL-1.0", "#", "_self", 1);
$Nav->addCustomNav("About", "/org/documents/epl-v10.php", "_self", 2);
$Nav->addCustomNav("Plain HTML", "/org/documents/epl-v10.html", "_self", 2);
$Nav->addCustomNav("Plain Text", "/org/documents/epl-1.0/EPL-1.0.txt", "_self", 2);
$Nav->addCustomNav("FAQ", "/legal/eplfaq.php", "_self", 2);
$Nav->addCustomNav("Licenses", "#", "_self", 1);
$Nav->addCustomNav("Approved 3rd Party", "/legal/licenses.php#approved", "_self", 2);
$Nav->addCustomNav("Non Approved", "/legal/licenses.php#nonapproved", "_self", 2);
$Nav->addCustomNav("File Headers", "/projects/handbook/#ip-copyright-headers", "_self", 2);
$Nav->addCustomNav("Docs &amp; examples", "/legal/noncodelicenses.php", "_self", 2);
$Nav->addCustomNav("Specifications", "#", "_self", 1);
$Nav->addCustomNav("Specification Process", "/projects/efsp", "_self", 2);
$Nav->addCustomNav("Specification Operations", "/projects/efsp/operations.php", "_self", 2);
$Nav->addCustomNav("Specification License", "/legal/efsp.php", "_self", 2);
$Nav->addCustomNav("TCK License", "/legal/tck.php", "_self", 2);