[cc-commits] [CC SVN] r15469 - themes/creativecommons.org/branches/production

webmaster at creativecommons.org webmaster at creativecommons.org
Tue Jan 17 15:19:19 EST 2012


Author: jpalecek
Date: 2012-01-17 20:19:19 +0000 (Tue, 17 Jan 2012)
New Revision: 15469

Modified:
   themes/creativecommons.org/branches/production/
   themes/creativecommons.org/branches/production/page-footer.php
Log:
Merged revisions 15468 via svnmerge from 
svn+ssh://svn@code.creativecommons.org/svnroot/themes/creativecommons.org/trunk

........
  r15468 | jpalecek | 2012-01-17 14:05:17 -0600 (Tue, 17 Jan 2012) | 2 lines
  
  Updated the rdfa in footer to be real rdfa.
........



Property changes on: themes/creativecommons.org/branches/production
___________________________________________________________________
Modified: svnmerge-integrated
   - /themes/creativecommons.org/trunk:1-15196,15200-15255,15264-15274,15276-15286,15288,15290-15293,15296,15298-15304,15308-15311,15313-15319,15323-15379,15382-15385,15387,15389,15391-15393,15400,15402,15405,15409,15413,15420-15422,15424,15426-15429,15446,15448,15455,15466
   + /themes/creativecommons.org/trunk:1-15196,15200-15255,15264-15274,15276-15286,15288,15290-15293,15296,15298-15304,15308-15311,15313-15319,15323-15379,15382-15385,15387,15389,15391-15393,15400,15402,15405,15409,15413,15420-15422,15424,15426-15429,15446,15448,15455,15466,15468

Modified: themes/creativecommons.org/branches/production/page-footer.php
===================================================================
--- themes/creativecommons.org/branches/production/page-footer.php	2012-01-17 20:05:17 UTC (rev 15468)
+++ themes/creativecommons.org/branches/production/page-footer.php	2012-01-17 20:19:19 UTC (rev 15469)
@@ -14,13 +14,35 @@
 							</div>
 						</div>
 						<div class="four offset-by-six columns">
-							<div class="bucket">
-								<p><a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution 3.0 License"><img src="<?php get_http_security(); ?>://i.creativecommons.org/l/by/3.0/88x31.png" alt="License"/></a></p>
-							<div style="display: inline;" xmlns:cc="http://creativecommons.org/ns#" about="http://creativecommons.org">
-						<p><small>Except where otherwise <a class="subfoot" href="/policies#license">noted</a>, content on <span property="cc:attributionName" content="Creative Commons"></span><span property="cc:attributionURL" content="http://creativecommons.org">this site</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/" class="subfoot">Creative Commons Attribution 3.0 License</a></small></p>
+						  <div class="bucket">
+						    <p>
+						      <a rel = "license"
+							 href="http://creativecommons.org/licenses/by/3.0/"
+							 title="Creative Commons Attribution 3.0 License"
+							 ><img src="http://i.creativecommons.org/l/by/3.0/88x31.png"
+							       alt="License"/></a>
+						    </p>
+						    <div style="display: inline;" xmlns:cc="http://creativecommons.org/ns#"
+							 about="http://creativecommons.org">
+						      <p>
+							<small>
+							  Except where otherwise
+							  <a class="subfoot" href="/policies#license">noted</a>,
+							  content on
+							  <span 
+							     href="http://creativecommons.org" 
+							     property="cc:attributionName" 
+							     rel="cc:attributionURL">this site</span> 
+							  is licensed under a 
+							  <a rel="license" 
+							     href="http://creativecommons.org/licenses/by/3.0/"
+							     class="subfoot">
+							    Creative Commons Attribution 3.0 License</a>.
+							</small>
+						      </p>
+						    </div>
+						  </div>
 						</div>
-						</div>
-						</div>
 					</div>
 				</div>
 				<div class="sixteen columns">



More information about the cc-commits mailing list