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 213224 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse.org-common/themes/Lazarus/menu.php (-11 / +6 lines)
Lines 35-51 Link Here
35
35
36
36
37
	<div id="searchbar">
37
	<div id="searchbar">
38
		<form method="get" action="<?= $App->getWWWPrefix() ?>/search/search.cgi">
38
<form action="http://www.google.com/cse" id="searchbox_001774807050229944597:xrjquhh7kg8">
39
		Search:
39
  <input type="hidden" name="cx" value="001774807050229944597:xrjquhh7kg8" />
40
			<input type="hidden" name="t" value="All" />
40
  <input class="input" type="text" name="q" size="20" />
41
			<input type="hidden" name="t" value="Doc" />
41
  <input class="button" type="image" name="sa" value="Search" onclick="this.submit();" alt="Search" title="Search" src="/eclipse.org-common/themes/Phoenix/images/search_btn.gif"/>
42
			<input type="hidden" name="t" value="Downloads" />
42
</form>
43
			<input type="hidden" name="t" value="Wiki" />
43
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_001774807050229944597%3Axrjquhh7kg8&lang=en"></script>
44
			<input type="hidden" name="t" value="Live" />
45
			<input type="hidden" name="wf" value="574a74" />
46
			<input type="text" class="textfield" name="q" value="" />
47
			<input type="image" class="button" src="/eclipse.org-common/themes/Phoenix/images/searchbar_submit.gif" alt="Submit" onclick="this.submit();" />
48
		</form>	
49
	</div>
44
	</div>
50
45
51
<div id="topnavsep">
46
<div id="topnavsep">
(-)eclipse.org-common/themes/Miasma/header.php (-11 / +6 lines)
Lines 34-50 Link Here
34
<div id="header">
34
<div id="header">
35
	<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>
35
	<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>
36
	<div id="searchbar">
36
	<div id="searchbar">
37
		<form method="get" action="<?= $www_prefix ?>/search/search.cgi">
37
<form action="http://www.google.com/cse" id="searchbox_001774807050229944597:xrjquhh7kg8">
38
			<input name="t" value="All" type="hidden" />
38
  <input type="hidden" name="cx" value="001774807050229944597:xrjquhh7kg8" />
39
			<input name="t" value="Doc" type="hidden" />
39
  <input class="input" type="text" name="q" size="60" />
40
			<input name="t" value="Downloads" type="hidden" />
40
  <input class="button" type="button" name="sa" value="Search" onclick="this.submit();" alt="Search" title="Search" />
41
			<input name="t" value="Wiki" type="hidden" />
41
</form>
42
			<input type="hidden" name="t" value="Live" />
42
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_001774807050229944597%3Axrjquhh7kg8&lang=en"></script>
43
			<input name="wf" value="574a74" type="hidden" />
44
			<label for="q">Search:</label>
45
			<input name="q" id="q" value="" type="text" />			
46
			<input class="button" alt="Submit" onclick="this.submit();" type="submit" value="Go" name="searchbtn" id="searchbtn" />
47
		</form>
48
	</div>
43
	</div>
49
	<ul id="headernav">
44
	<ul id="headernav">
50
		<li class="first"><a href="<?= $www_prefix ?>/org/foundation/contact.php">Contact</a></li>
45
		<li class="first"><a href="<?= $www_prefix ?>/org/foundation/contact.php">Contact</a></li>
(-)eclipse.org-common/themes/Phoenix/menu.php (-4 / +6 lines)
Lines 41-50 Link Here
41
		</ul>
41
		</ul>
42
	</div>
42
	</div>
43
	<div id="header-utils">
43
	<div id="header-utils">
44
		<form action="/search/search.cgi" method="get">
44
<form action="http://www.google.com/cse" id="searchbox_001774807050229944597:xrjquhh7kg8">
45
				<input class="input" type="text" value="" name="q"/>
45
  <input type="hidden" name="cx" value="001774807050229944597:xrjquhh7kg8" />
46
				<input class="button" type="image" onclick="this.submit();" alt="Search" title="Search" src="/eclipse.org-common/themes/Phoenix/images/search_btn.gif"/>
46
  <input class="input" type="text" name="q" size="60" />
47
		</form>
47
  <input class="button" type="image" name="sa" value="Search" onclick="this.submit();" alt="Search" title="Search" src="/eclipse.org-common/themes/Phoenix/images/search_btn.gif"/>
48
</form>
49
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_001774807050229944597%3Axrjquhh7kg8&lang=en"></script>
48
		<ul>
50
		<ul>
49
			<?php
51
			<?php
50
				if($pageRSS != "") {
52
				if($pageRSS != "") {

Return to bug 213224