Files @ 4669d6724dab
Branch filter:

Location: website/www/conservancy/templates/base_compliance.html

Bradley M. Kuhn
Generalize VMWare links page into a previous litigation links page

More will need to be added to make it true, this is the first step.
{% 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="content-with-donate-sidebar">
    <div id="container">
         <div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
            <h2>What We Do</h2>
            {% include 'submenus/what_we_do_partial.html' %}
            <h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2>
            <ul>
            <li class="AboutCompliance"><a href="/copyleft-compliance/about.html">About</a></li>
            <li class="HelpComply"><a href="/copyleft-compliance/help.html">How To Help</a></li>
            <li class="EnforcementStrategy"><a href="/copyleft-compliance/enforcement-strategy.html">Strategic GPL Enforcement Initiative</a></li>
            <li class="CopyleftPrinciples"><a href="/copyleft-compliance/principles.html">Principles of Community-Oriented GPL Enforcement</a></li>
            <li class="LiberateFirmware"><a href="/copyleft-compliance/firmware-liberation.html">Liberate IoT Firmware via GPL Enforcement</a></li>
            <li class="PastLawsuits"><a href="/copyleft-compliance/past-lawsuits.html">Previous Copyleft Litigation</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 class="donate-sidebar">
  <details>
    <summary>Support Now!</summary>

    <h3>Support Copyleft Enforcement Now!</h3>

    <p>
      To support our copyleft compliance &amp; enforcement work,
      please <a href="/sustainer/#annual"><span class="donate-box-highlight">become a Conservancy
      Sustainer <strong>right now</strong></span></a>.  We can't sustain
      this work without ongoing support from donors like you!</p>
  </details>
</div>
</div>
{% endblock %}