On the CGI pages, use the same style of "donate" links as the rest of the
site uses.
This commit is contained in:
parent
2511fd8ae9
commit
20c5805b7d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45923
1 changed files with 15 additions and 9 deletions
|
@ -64,15 +64,21 @@ $i_topbar = qq`
|
||||||
<div id="headerlogoright">
|
<div id="headerlogoright">
|
||||||
<h2 class="blockhide">Peripheral Links</h2>
|
<h2 class="blockhide">Peripheral Links</h2>
|
||||||
|
|
||||||
<div id="searchnav">
|
<div class="frontdonateroundbox">
|
||||||
<ul id="searchnavlist">
|
<div class="frontdonatetop">
|
||||||
<li><a href="$hsty_base/donations/"
|
<div>
|
||||||
title="Donate">Donate</a></li>
|
<b style="display: none;">.</b>
|
||||||
|
</div>
|
||||||
<li class="last-child"><a href="$hsty_base/mailto.html"
|
</div>
|
||||||
title="Contact">Contact</a></li>
|
<div class="frontdonatecontent">
|
||||||
</ul>
|
<a href="https://www.FreeBSDFoundation.org/donate/">Donate to FreeBSD</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="frontdonatebot">
|
||||||
|
<div>
|
||||||
|
<b style="display: none;">.</b>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="search">
|
<div id="search">
|
||||||
<form method="get" id="search" action="https://duckduckgo.com/">
|
<form method="get" id="search" action="https://duckduckgo.com/">
|
||||||
|
|
Loading…
Reference in a new issue