Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 521508
Collapse All | Expand All

(-)a/web/templates/layout.html (-2 / +8 lines)
Lines 91-97 def alpha_url(baseurl): Link Here
91
                    customSearchControl.draw('searchresults', options);
91
                    customSearchControl.draw('searchresults', options);
92
                }, true);
92
                }, true);
93
            </script>
93
            </script>
94
			<div id="cse" style="width: 100%;">Loading</div>
94
			<div id="cse" style="width: 100%;">
95
			<form class="search" method="GET" action="http://www.google.com/search">
96
			<input type="text" name="as_q" value="" size="16" maxlength="127">
97
			<input type="hidden" name="hl" value="en">
98
			<input type="hidden" name="as_sitesearch" value="packages.gentoo.org">
99
			<input type="submit" value="Search">
100
			</form>
101
			</div>
95
      </div>
102
      </div>
96
		<div py:for="day, pvs in daylist">
103
		<div py:for="day, pvs in daylist">
97
			<p>${day}</p>
104
			<p>${day}</p>
98
- 

Return to bug 521508