[cc-commits] [SCM] cc.engine: License chooser, public domain chooser, deeds (branch next) updated. e23a694a5254b8c3944bcd99ec33b0d8d610ed01
Gitosis User
git at gandi0.creativecommons.org
Tue Jan 17 16:51:47 EST 2012
The branch, next has been updated
via e23a694a5254b8c3944bcd99ec33b0d8d610ed01 (commit)
from 275b91702c9ec951895a12bbafa3a55f1acad38b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e23a694a5254b8c3944bcd99ec33b0d8d610ed01
Author: Nathan Kinkade <nkinkade at creativecommons.org>
Date: Tue Jan 17 16:51:38 2012 -0500
Added Stop SOPA banners to deeds and chooser.
-----------------------------------------------------------------------
Summary of changes (followed by patch):
cc/engine/templates/macros_templates/deed.html | 14 ++++++++++++++
cc/engine/templates/macros_templates/engine.html | 16 ++++++++++++++++
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/cc/engine/templates/macros_templates/deed.html b/cc/engine/templates/macros_templates/deed.html
index 6347943..3500c5d 100644
--- a/cc/engine/templates/macros_templates/deed.html
+++ b/cc/engine/templates/macros_templates/deed.html
@@ -68,6 +68,20 @@
<body typeof="cc:License" about="{{ license.uri }}"
class="yui-skin-sam">
+<!-- Start Stop SOPA banner -->
+<div id="stop-sopa-banner" style="background-color: black; color: white; font-weight: bold; font-size: 170%; padding: 1.5em;>
+ <div class="container">
+ <div class="row">
+ <div class="sixteen columns">
+ <div>Help the Internet remain free: <a href="http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout" style="color: yellow;">Join Wikipedia</a> and other orgs to <a href="http://americancensorship.org" style="color: yellow;">stop SOPA/PIPA</a>.</div>
+ <div style="margin-top: 1em;">Help public research remain free: <a href="http://www.thepetitionsite.com/207/support-the-open-access-movement-stop-the-research-works-act/?cid=FB_TAF" style="color: blue;">Sign the petition</a> to <a href="http://www.taxpayeraccess.org/action/action_access/12-0106.shtml" style="color: blue;">stop the Research Works Act</a>.</div>
+ </div>
+ </div>
+ </div>
+</div>
+<!-- End Stop SOPA banner -->
+
+
{% block page_top %}{% endblock %}
<div id="deed"
diff --git a/cc/engine/templates/macros_templates/engine.html b/cc/engine/templates/macros_templates/engine.html
index aae1f7e..b683d4c 100644
--- a/cc/engine/templates/macros_templates/engine.html
+++ b/cc/engine/templates/macros_templates/engine.html
@@ -33,6 +33,22 @@
</head>
<body>
+
+<!-- Start Stop SOPA banner -->
+<div id="stop-sopa-banner" style="background-color: black; color: white; font-weight: bold; font-size: 170%; padding: 1.5em;">
+ <div class="container">
+ <div class="row">
+ <div class="sixteen columns">
+ <div>Help the Internet remain free: <a href="http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout" style="color: yellow;">Join Wikipedia</a> and other orgs to <a href="http://americancensorship.org" style="color: yellow;">stop SOPA/PIPA</a>.</div>
+ <div style="margin-top: 1em;">Help public research remain free: <a href="http://www.thepetitionsite.com/207/support-the-open-access-movement-stop-the-research-works-act/?cid=FB_TAF" style="color: blue;">Sign the petition</a> to <a href="http://www.taxpayeraccess.org/action/action_access/12-0106.shtml" style="color: blue;">stop the Research Works Act</a>.</div>
+ </div>
+ </div>
+ </div>
+</div>
+<!-- End Stop SOPA banner -->
+
+
+
<div id="container">
<header>
<div class="topbar">
hooks/post-receive
--
cc.engine: License chooser, public domain chooser, deeds
More information about the cc-commits
mailing list