[Ktutorial-commits] SF.net SVN: ktutorial:[286] trunk/web-src
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-10-31 20:33:57
|
Revision: 286 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=286&view=rev Author: danxuliu Date: 2010-10-31 20:33:51 +0000 (Sun, 31 Oct 2010) Log Message: ----------- Add Creative Commons license button in page footer. Modified Paths: -------------- trunk/web-src/data/style/style.css trunk/web-src/transformers/footer.xsl Added Paths: ----------- trunk/web-src/data/images/cc-by-sa-88x31.png trunk/web-src/data/images/cc-by-sa.png Added: trunk/web-src/data/images/cc-by-sa-88x31.png =================================================================== (Binary files differ) Property changes on: trunk/web-src/data/images/cc-by-sa-88x31.png ___________________________________________________________________ Added: svn:mime-type + image/png Added: trunk/web-src/data/images/cc-by-sa.png =================================================================== (Binary files differ) Property changes on: trunk/web-src/data/images/cc-by-sa.png ___________________________________________________________________ Added: svn:mime-type + image/png Modified: trunk/web-src/data/style/style.css =================================================================== --- trunk/web-src/data/style/style.css 2010-10-30 15:02:44 UTC (rev 285) +++ trunk/web-src/data/style/style.css 2010-10-31 20:33:51 UTC (rev 286) @@ -220,7 +220,7 @@ display: inline; } -#validation { +#buttons { text-align: center; } Modified: trunk/web-src/transformers/footer.xsl =================================================================== --- trunk/web-src/transformers/footer.xsl 2010-10-30 15:02:44 UTC (rev 285) +++ trunk/web-src/transformers/footer.xsl 2010-10-31 20:33:51 UTC (rev 286) @@ -21,8 +21,13 @@ <xsl:template name="footer"> <xsl:comment> Footer </xsl:comment> <div id="footer"> - <div id="validation"> + <div id="buttons"> <p> + <a href="http://creativecommons.org/licenses/by-sa/3.0/" title="Creative Commons Attribution-ShareAlike 3.0 Unported License"> + <img src="images/cc-by-sa.png" alt="This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License" height="15" width="80"/> + </a> + </p> + <p> <a href="http://validator.w3.org/check?uri=referer" title="Check XHTML"> <img src="images/valid-xhtml11.png" alt="Valid XHTML 1.1!" height="15" width="80"/> </a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |