Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 175875 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse.org-common/themes/Lazarus/nav.php (-1 / +1 lines)
Lines 34-40 Link Here
34
	}
34
	}
35
	?> 
35
	?> 
36
  </li>
36
  </li>
37
  <li style="background-image: url(/eclipse.org-common/themes/Phoenix/images/leftnav_fade.jpg); background-repeat: repeat-x; border-style: none;">
37
  <li style="background-image: url(<?= $App->getWWWPrefix() ?>/eclipse.org-common/themes/Phoenix/images/leftnav_fade.jpg); background-repeat: repeat-x; border-style: none;">
38
			<br /><br /><br /><br /><br />
38
			<br /><br /><br /><br /><br />
39
  </li>
39
  </li>
40
</ul>
40
</ul>
(-)eclipse.org-common/themes/Lazarus/footer.php (-4 / +4 lines)
Lines 1-10 Link Here
1
</div><div id="footer">
1
</div><div id="footer">
2
	<ul id="footernav">
2
	<ul id="footernav">
3
		<li class="first"><a href="/">Home</a></li>
3
		<li class="first"><a href="/">Home</a></li>
4
		<li><a href="/legal/privacy.php">Privacy Policy</a></li>
4
		<li><a href="<?= $App->getWWWPrefix() ?>/legal/privacy.php">Privacy Policy</a></li>
5
		<li><a href="/legal/termsofuse.php">Terms of Use</a></li>
5
		<li><a href="<?= $App->getWWWPrefix() ?>/legal/termsofuse.php">Terms of Use</a></li>
6
		<li><a href="/org/foundation/contact.php">Contact</a></li>
6
		<li><a href="<?= $App->getWWWPrefix() ?>/org/foundation/contact.php">Contact</a></li>
7
		<li><a href="/legal/">Legal</a></li>
7
		<li><a href="<?= $App->getWWWPrefix() ?>/legal/">Legal</a></li>
8
		<li class="spacer">&nbsp;</li>
8
		<li class="spacer">&nbsp;</li>
9
		<li class="first"><a class="smallText" title="Small Text" href="#" onclick="setActiveStyleSheet('small');return false;">A</a> <a class="largeText" title="Large Text" href="#" onclick="setActiveStyleSheet('large');return false;">A</a></li>
9
		<li class="first"><a class="smallText" title="Small Text" href="#" onclick="setActiveStyleSheet('small');return false;">A</a> <a class="largeText" title="Large Text" href="#" onclick="setActiveStyleSheet('large');return false;">A</a></li>
10
	</ul>
10
	</ul>
(-)eclipse.org-common/themes/Lazarus/menu.php (-2 / +2 lines)
Lines 34-40 Link Here
34
34
35
35
36
	<div id="searchbar">
36
	<div id="searchbar">
37
		<form method="get" action="/search/search.cgi">
37
		<form method="get" action="<?= $App->getWWWPrefix() ?>/search/search.cgi">
38
		Search:
38
		Search:
39
			<input type="hidden" name="t" value="All" />
39
			<input type="hidden" name="t" value="All" />
40
			<input type="hidden" name="t" value="Doc" />
40
			<input type="hidden" name="t" value="Doc" />
Lines 42-48 Link Here
42
			<input type="hidden" name="t" value="Wiki" />
42
			<input type="hidden" name="t" value="Wiki" />
43
			<input type="hidden" name="wf" value="574a74" />
43
			<input type="hidden" name="wf" value="574a74" />
44
			<input type="text" class="textfield" name="q" value="" />
44
			<input type="text" class="textfield" name="q" value="" />
45
			<input type="image" class="button" src="/eclipse.org-common/themes/Phoenix/images/searchbar_submit.gif" alt="Submit" onclick="this.submit();" />
45
			<input type="image" class="button" src="<?= $App->getWWWPrefix() ?>/eclipse.org-common/themes/Phoenix/images/searchbar_submit.gif" alt="Submit" onclick="this.submit();" />
46
		</form>	
46
		</form>	
47
	</div>
47
	</div>
48
48
(-)eclipse.org-common/themes/Lazarus/header.php (-7 / +29 lines)
Lines 1-14 Link Here
1
<?
2
/*******************************************************************************
3
 * Copyright (c) 2006 Eclipse Foundation and others.
4
 * All rights reserved. This program and the accompanying materials
5
 * are made available under the terms of the Eclipse Public License v1.0
6
 * which accompanies this distribution, and is available at
7
 * http://www.eclipse.org/legal/epl-v10.html
8
 *
9
 * Contributors:
10
 *    Denis Roy (Eclipse Foundation) - initial API and implementation
11
 * 	  Matt Chapman (contributor) - modification and skin (bug 144911)
12
 *******************************************************************************/
13
 
14
	$www_prefix = "";
15
		
16
	global $App;
17
18
	if(isset($App)) {
19
		$www_prefix = $App->getWWWPrefix();
20
	}
21
?>
22
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
24
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head><title><?= $pageTitle ?></title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
25
<head><title><?= $pageTitle ?></title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
4
<meta name="author" content="<?= $pageAuthor ?>" />
26
<meta name="author" content="<?= $pageAuthor ?>" />
5
<meta name="keywords" content="<?= $pageKeywords ?>" />
27
<meta name="keywords" content="<?= $pageKeywords ?>" />
6
<link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Lazarus/css/small.css" title="small" />
28
<link rel="stylesheet" type="text/css" href="<?= $www_prefix ?>/eclipse.org-common/themes/Lazarus/css/small.css" title="small" />
7
<link rel="alternate stylesheet" type="text/css" href="/eclipse.org-common/themes/Lazarus/css/large.css" title="large" />
29
<link rel="alternate stylesheet" type="text/css" href="<?= $www_prefix ?>/eclipse.org-common/themes/Lazarus/css/large.css" title="large" />
8
<link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Lazarus/css/visual.css" media="screen" />
30
<link rel="stylesheet" type="text/css" href="<?= $www_prefix ?>/eclipse.org-common/themes/Lazarus/css/visual.css" media="screen" />
9
<link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Lazarus/css/layout.css" media="screen" />
31
<link rel="stylesheet" type="text/css" href="<?= $www_prefix ?>/eclipse.org-common/themes/Lazarus/css/layout.css" media="screen" />
10
<link rel="stylesheet" type="text/css" href="/eclipse.org-common/themes/Phoenix/css/print.css" media="print" />
32
<link rel="stylesheet" type="text/css" href="<?= $www_prefix ?>/eclipse.org-common/themes/Phoenix/css/print.css" media="print" />
11
<script type="text/javascript" src="/eclipse.org-common/themes/Phoenix/styleswitcher.js"></script>
33
<script type="text/javascript" src="<?= $www_prefix ?>/eclipse.org-common/themes/Phoenix/styleswitcher.js"></script>
12
	<?php if( isset($extraHtmlHeaders) ) echo $extraHtmlHeaders; ?>
34
	<?php if( isset($extraHtmlHeaders) ) echo $extraHtmlHeaders; ?>
13
</head>
35
</head>
14
36
Lines 18-23 Link Here
18
40
19
<div id="headerlogo">
41
<div id="headerlogo">
20
42
21
	<a href="/"><img src="/eclipse.org-common/themes/Lazarus/images/header_logo.gif" alt="Eclipse Logo" class="logo" border="0" height="75" width="241" /></a>
43
	<a href="/"><img src="<?= $www_prefix ?>/eclipse.org-common/themes/Lazarus/images/header_logo.gif" alt="Eclipse Logo" class="logo" border="0" height="75" width="241" /></a>
22
44
23
</div>
45
</div>

Return to bug 175875