Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 208376 | Differences between
and this patch

Collapse All | Expand All

(-)a/web/templates/layout.html (-1 / +7 lines)
Lines 68-73 def alpha_url(baseurl): Link Here
68
        <div id="banner">
68
        <div id="banner">
69
			<a href="/"><img src="/media/packages_gentoo_logo.jpg" alt="Gentoo Logo" /></a>
69
			<a href="/"><img src="/media/packages_gentoo_logo.jpg" alt="Gentoo Logo" /></a>
70
		</div>
70
		</div>
71
        <div id="search">
72
            <form method="get" action="http://www.google.com/custom">
73
                <input type="submit" name="sa" value="Search" />
74
                <input type="text" name="q" size="16" maxlength="255" value="" />
75
                <input type="hidden" name="sitesearch" value="packages.gentoo.org" />
76
            </form>
77
        </div>
71
		<div py:for="day, pvs in daylist">
78
		<div py:for="day, pvs in daylist">
72
			<p>${day}</p>
79
			<p>${day}</p>
73
			<ul>
80
			<ul>
74
- 

Return to bug 208376