blob: e8fbcf4d0f46d5d450edc33cdccbc4cadd2f0725 [file] [log] [blame]
<?
/*******************************************************************************
* 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:
* Denis Roy (Eclipse Foundation) - initial API and implementation
*******************************************************************************/
$www_prefix = "";
global $App;
if(isset($App)) {
$www_prefix = $App->getWWWPrefix();
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title><?= $pageTitle ?></title>
<meta name="author" content="<?= $pageAuthor ?>" />
<meta name="keywords" content="<?= $pageKeywords ?>" />
<link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Miasma/css/visual.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Miasma/css/layout.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Phoenix/css/print.css" media="print" />
<?php if( isset($extraHtmlHeaders) ) echo $extraHtmlHeaders; ?>
</head>
<body>
<div id="header">
<a href="/"><img src="/eclipse.org-common/themes/Miasma/images/header_logo.gif" alt="Eclipse Logo" class="logo" border="0" height="71" width="128" /></a>
<div id="searchbar">
<form action="http://www.google.com/cse" id="searchbox_001774807050229944597:xrjquhh7kg8">
<input type="hidden" name="cx" value="001774807050229944597:xrjquhh7kg8" />
<input class="input" type="text" name="q" size="60" />
<input class="button" type="button" name="sa" value="Search" onclick="this.submit();" alt="Search" title="Search" />
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_001774807050229944597%3Axrjquhh7kg8&lang=en"></script>
</div>
<ul id="headernav">
<li class="first"><a href="<?= $www_prefix ?>/org/foundation/contact.php">Contact</a></li>
<li><a href="<?= $www_prefix ?>/legal/">Legal</a></li>
</ul>