We don't want the sidebar / footer on vote.g.o, removing them.
This commit is contained in:
parent
72f7373065
commit
4e410e4455
1 changed files with 0 additions and 30 deletions
|
@ -40,23 +40,6 @@
|
|||
<xsl:copy-of select="@*" />
|
||||
<xsl:apply-templates select="node()" />
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<p class="section">Foundation</p>
|
||||
<ul>
|
||||
<li><a href="{$root}/about/">About the Foundation</a></li>
|
||||
<li><a href="http://blogs.gnome.org/foundation/">Blog</a></li>
|
||||
<li><a href="{$root}/reports/">Reports</a></li>
|
||||
<li><a href="{$root}/membership/">Membership</a></li>
|
||||
<li><a href="{$root}/vote/">Elections and Referenda</a></li>
|
||||
<li><a href="{$root}/legal/">Legal</a></li>
|
||||
<li><a href="{$root}/finance/">Finance</a></li>
|
||||
<li><a href="{$root}/contact/">Contact</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="http://www.gnome.org/press/">Press</a></li>
|
||||
<li><a href="http://www.gnome.org/friends/">Donate to GNOME</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="hdr">
|
||||
<div id="logo"><a href="{$root}/"><img src="http://www-old.gnome.org/img/spacer" alt="Home" /></a></div>
|
||||
|
@ -73,19 +56,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
Copyright © 2005-<xsl:value-of select="date:year()" />,
|
||||
<a href="http://www.gnome.org/">The GNOME Project</a>.<br />
|
||||
<!-- disabling output escaping in order to leave the email
|
||||
addresses obfuscated -->
|
||||
<xsl:text disable-output-escaping="yes"><![CDATA[
|
||||
Maintained by the GNOME Foundation <a href="mailto:board-list@gnome.org">Board of Directors</a> and <a href="mailto:membership-committee@gnome.org">Membership Committee</a>.
|
||||
]]></xsl:text><br />
|
||||
<a href="http://validator.w3.org/check/referer">Optimised</a> for
|
||||
<a href="http://www.w3.org/">standards</a>.
|
||||
Hosted by <a href="http://www.redhat.com/">Red Hat</a>.
|
||||
</div>
|
||||
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var pkBaseURL = (("https:" == document.location.protocol) ? "https://webstats.gnome.org/" : "http://webstats.gnome.org/");
|
||||
|
|
Loading…
Reference in a new issue