Author: cmpilato
Date: Thu Mar 27 08:34:32 2008
New Revision: 3002
Log:
Add an attribution / help solicitation footer to all HTML
pages (in a smaller font).
Modified:
trunk/src/en/book/styles.css
trunk/src/tools/base-html-stylesheet.xsl
Modified: trunk/src/en/book/styles.css
============================================================
==================
--- trunk/src/en/book/styles.css (original)
+++ trunk/src/en/book/styles.css Thu Mar 27 08:34:32 2008
 -245,3
+245,8 
{
display: none;
}
+
+#svn-footer
+{
+ font-size: 80%;
+}
No newline at end of file
Modified: trunk/src/tools/base-html-stylesheet.xsl
============================================================
==================
--- trunk/src/tools/base-html-stylesheet.xsl (original)
+++ trunk/src/tools/base-html-stylesheet.xsl Thu Mar 27
08:34:32 2008
 -23,4
+23,13 
</xsl:call-template>
</xsl:template>
+ <xsl:template
name="user.footer.navigation">
+ <hr/>
+ <div id="svn-footer">
+ <p>You are reading <em>Version Control with
Subversion</em>, by Ben Collins-Sussman, Brian W.
Fitpatrick, and C. Michael Pilato.<br/>
+ This work is licensed under the <a href="http://creativecommons.org/licenses/by/2.0/"&g
t;Creative Commons Attribution
License</a>.<br/>
+ To submit comments, corrections, or other
contributions to the text, please visit <a href="http://www.svnbook.com/">ht
tp://www.svnbook.com/</a>.</p>
+ </div>
+ </xsl:template>
+
</xsl:stylesheet>
_______________________________________________
svnbook-dev mailing list
svnbook-dev red-bean.com
http://www.red-bean.com/mailman/listinfo/svnbook-dev
|