Files
@ a8122c846bd6
Branch filter:
Location: website/www/conservancy/templates/base_compliance.html - annotation
a8122c846bd6
2.8 KiB
text/html
img: Rotate image from last commit.
58b8f22abefe 60d016134f50 b88b6bd211bd 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 42117ddb1eef 58b8f22abefe 42117ddb1eef 42117ddb1eef 4ed58f28676b 58b8f22abefe efe90bd2d04e 9cd9c2b5d058 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe efe90bd2d04e efe90bd2d04e 7212a3fef829 58b8f22abefe 58b8f22abefe 32e9164d48fc 58b8f22abefe 58b8f22abefe 506cd5ebdf7a 58b8f22abefe 9ef8a62f0bad 9ef8a62f0bad 9ef8a62f0bad 9f4f3ffcc4f9 9884c81441a4 9ef8a62f0bad 9cd9c2b5d058 9ef8a62f0bad f58a9233c682 58b8f22abefe 58b8f22abefe 58b8f22abefe 58b8f22abefe f518115a3291 58b8f22abefe | {% extends "base_conservancy.html" %}
{% load cache %}
{% load humanize %}
{% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="/forms.css" rel="stylesheet" type="text/css"/>
{% endblock %}
{% block outercontent %}
<div class="donate-sidebar">
<table style="background-color:#afe478;width:100%;">
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
<div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Support
Now!</h1></div>
<h3>Support Compliance Now!</h3>
<p>
To support our copyleft compliance work,
please… </p>
<p><span class="donate-box-highlight">Donate now via PayPal:</span>
</p>
<!-- PayPal start -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4ZKJN4F9BMFAS">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" style="border:0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" style="border:0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<!-- PayPal end -->
<p>Or, <a href="/supporter/#annual"><span class="donate-box-highlight">become a Conservancy
Supporter</span></a> (— a better option if you're donating more
than $120, since you'll get a t-shirt!).</p>
</td></tr></table>
</div>
<div class="content-with-donate-sidebar">
<div id="container">
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
<h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2>
<ul>
<li class="AboutCompliance"><a href="/copyleft-compliance/about.html">About</a></li>
<li class="CopyleftPrinciples"><a href="/copyleft-compliance/principles.html">Principles of Community-Oriented GPL Enforcement</a></li>
<li class="VMwareLawsuitAppeal"><a href="/copyleft-compliance/vmware-lawsuit-appeal.html">Stand Up For GPL!</a></li>
<li><a href="/news/2015/mar/05/vmware-lawsuit/">VMware Lawsuit: Original Press Release</a></li>
<li><a href="/news/2016/aug/09/vmware-appeal/">VMware Lawsuit: Announcement of Appeal</a></li>
<li class="VMwareLawsuitFAQ"><a href="/copyleft-compliance/vmware-lawsuit-faq.html">
<abbr title="Frequently Asked Questions">FAQ</abbr> on VMware Lawsuit</a></li>
<li class="VMwareCodeSimilarity"><a href="/copyleft-compliance/vmware-code-similarity.html">VMware's & Christoph's Code Similarity Analysis</a></li>
<li class="CopyleftOrg"><a href="https://copyleft.org/">copyleft.org</a></li>
</ul>
</div>
<div id="mainContent">{% block content %}{% endblock %}
</div>
</div></div>
{% endblock %}
|