Remove GNOME specific text in headers, footers and related places.
This commit is contained in:
parent
2e2dc1f01e
commit
07433c6609
6 changed files with 7 additions and 27 deletions
|
@ -8,33 +8,13 @@ cat <<-FOOT
|
|||
</div>
|
||||
|
||||
<div id="hdr">
|
||||
<div id="logo"><a href="$ROOT/"><img src="https://www.gnome.org/img/spacer" alt="Home" /></a></div>
|
||||
<div id="banner"><img src="https://www.gnome.org/img/spacer" alt="" /></div>
|
||||
<p class="none"></p>
|
||||
<div id="hdrNav">
|
||||
<a href="https://www.gnome.org/about/">About GNOME</a> ·
|
||||
<a href="https://www.gnome.org/start/stable/">Download</a> ·
|
||||
<!--<a href="http://www.gnome.org/contribute/"><i>Get Involved!</i></a> ·-->
|
||||
<a href="https://www.gnome.org/">Users</a> ·
|
||||
<a href="https://help.gnome.org/devel">Developers</a> ·
|
||||
<a href="https://foundation.gnome.org/"><b>Foundation</b></a> ·
|
||||
<a href="https://www.gnome.org/contact/">Contact</a>
|
||||
<a href="https://www.sfconservancy.org/">Conservancy's website</a> ·
|
||||
<a href="mailto:elections@sfconservancy.org">Email problems to: <elections@sfconservancy.org></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://webstats.gnome.org/" : "http://webstats.gnome.org/");
|
||||
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script><script type="text/javascript">
|
||||
try {
|
||||
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 5);
|
||||
piwikTracker.trackPageView();
|
||||
piwikTracker.enableLinkTracking();
|
||||
} catch( err ) {}
|
||||
</script><noscript><p><img src="https://webstats.gnome.org/piwik.php?idsite=5" style="border:0" alt=""/></p></noscript>
|
||||
<!-- End Piwik Tag -->
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||
<title>GNOME Foundation Elections and Referenda</title>
|
||||
<title>Elections and Referenda For Conservancy Projects</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||
<title>The GNOME Foundation - Votes</title>
|
||||
<title>Votes</title>
|
||||
<meta name="cvsdate" content="$Date$" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||
<title>The GNOME Foundation - Vote Verification</title>
|
||||
<title>Vote Verification</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||
</head>
|
||||
|
|
|
@ -105,7 +105,7 @@ cursor: pointer;
|
|||
<?php
|
||||
}
|
||||
?>
|
||||
<title>The GNOME Foundation - Votes</title>
|
||||
<title>Votes</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<?php
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||
<title>The GNOME Foundation - Votes</title>
|
||||
<title>Votes</title>
|
||||
<meta name="cvsdate" content="$Date$" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue