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>
|
||||||
|
|
||||||
<div id="hdr">
|
<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>
|
<p class="none"></p>
|
||||||
<div id="hdrNav">
|
<div id="hdrNav">
|
||||||
<a href="https://www.gnome.org/about/">About GNOME</a> ·
|
<a href="https://www.sfconservancy.org/">Conservancy's website</a> ·
|
||||||
<a href="https://www.gnome.org/start/stable/">Download</a> ·
|
<a href="mailto:elections@sfconservancy.org">Email problems to: <elections@sfconservancy.org></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>
|
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
<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" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||||
<title>The GNOME Foundation - Votes</title>
|
<title>Votes</title>
|
||||||
<meta name="cvsdate" content="$Date$" />
|
<meta name="cvsdate" content="$Date$" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
<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" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -105,7 +105,7 @@ cursor: pointer;
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<title>The GNOME Foundation - Votes</title>
|
<title>Votes</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="vote.css" />
|
<link rel="stylesheet" type="text/css" href="vote.css" />
|
||||||
<title>The GNOME Foundation - Votes</title>
|
<title>Votes</title>
|
||||||
<meta name="cvsdate" content="$Date$" />
|
<meta name="cvsdate" content="$Date$" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue