Changeset 5676
- Timestamp:
- Jun 29, 2011, 9:40:33 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/3rd-party-components.txt
r5554 r5676 270 270 from the 'language' attribute instead of the 'class' attribute). 271 271 272 More info: http:// www.dreamprojections.com/syntaxhighlighter272 More info: http://alexgorbatchev.com/SyntaxHighlighter/ 273 273 Version : 1.5.1 274 274 License : LGPL (lgpl.txt) -
trunk/doc/src/docbook/css/SyntaxHighlighter.css
r3864 r5676 37 37 .dp-highlighter.nogutter 38 38 { 39 border-left: double gray;39 border-left: 2px solid #6ce26c; 40 40 margin-left: 1em; 41 41 background-color: inherit; … … 69 69 list-style: decimal-leading-zero; /* better look for others, override cascade from OL */ 70 70 list-style-position: outside !important; 71 border-left: double gray;71 border-left: 2px solid #6ce26c; 72 72 color: #5C5C5C; 73 padding: 0 3px 0 10px !important;73 padding: 0 3px 0 6px !important; 74 74 margin: 0 !important; 75 75 line-height: 14px; -
trunk/doc/src/docbook/index.xml
r4642 r5676 26 26 <book id="base2_documentation"> 27 27 <bookinfo> 28 <releaseinfo/> 29 <pubdate/> 28 <releaseinfo>Last modified: <lastmodified/></releaseinfo> 30 29 </bookinfo> 31 30 <title>BASE <baseversion/> Documentation</title> 31 32 32 <include file="overviewdoc/index.xml"/> 33 33 <include file="userdoc/index.xml"/> -
trunk/lib/docbook/ant-build-docbook.xml
r5366 r5676 225 225 226 226 <!-- Get the revision number and the datetime when the latest file was commited --> 227 <svn >227 <svn dateformatter="yyyy-MM-dd"> 228 228 <status path="../../doc/src/docbook" lastChangedRevisionProperty="doc.revision" /> 229 229 <status path="../../doc/src/docbook" lastChangedDateProperty="doc.last.modified" /> … … 318 318 319 319 <!-- Get the revision number and the datetime when the latest file was commited --> 320 <svn >320 <svn dateformatter="yyyy-MM-dd"> 321 321 <status path="../../doc/src/docbook" lastChangedRevisionProperty="doc.revision" /> 322 322 <status path="../../doc/src/docbook" lastChangedDateProperty="doc.last.modified" /> -
trunk/lib/docbook/custom-styles/docbook/plain/css/docbook.css
r5673 r5676 44 44 margin-left: 0pt; 45 45 margin-right: 0pt; 46 border: 1px solid gray;47 background: gray; /* This is for Mozilla */46 border: 1px solid #6ce26c; 47 background: #6ce26c; /* This is for Mozilla */ 48 48 } 49 49 … … 68 68 h1,h2,h3,h4,h5 { 69 69 line-height: 1.3; 70 margin-top: 1 .5em;70 margin-top: 1em; 71 71 font-family: Arial, Sans-serif; 72 72 } … … 75 75 text-align: left; 76 76 77 margin-top: 2em;78 margin-bottom: 2em;77 margin-top: 1em; 78 margin-bottom: 1em; 79 79 margin-left: 0pt; 80 80 margin-right: 0pt; … … 83 83 h2.subtitle, h3.subtitle { /* This applies to document subtitle */ 84 84 text-align: left; 85 margin-top: 2em;86 margin-bottom: 2em;85 margin-top: 1em; 86 margin-bottom: 1em; 87 87 text-transform: uppercase; 88 88 } … … 175 175 padding-left: 1em; 176 176 margin-left: 1em; 177 border-left: double gray;177 border-left: 2px solid #6ce26c; 178 178 } 179 179 -
trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.chunked.xsl
r5654 r5676 178 178 179 179 <xsl:template name="user.footer.navigation"> 180 <table width="100%" >180 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 181 181 <tr valign="bottom"><td> 182 182 <div 183 183 class="navfooter" 184 184 align="left"> 185 <p>186 185 <i> 187 186 <xsl:if test="$doc.revision" > 188 Version: <xsl:value-of select="$base.version"/> (build #<xsl:value-of select="$doc.revision"/>) <br/>187 Version: <xsl:value-of select="$base.version"/> (build #<xsl:value-of select="$doc.revision"/>); 189 188 </xsl:if> 190 189 <xsl:if test="$doc.last.modified" > 191 Book last modified: <xsl:value-of select="$doc.last.modified" />190 Last modified: <xsl:value-of select="$doc.last.modified" />; 192 191 </xsl:if> 193 </i> </p>192 </i> 194 193 </div> 195 194 </td> … … 197 196 <div class="navfooter" align="right"> 198 197 <i> 199 Syntax coloring provided by <a href="http:// www.dreamprojections.com/syntaxhighlighter">dp.SyntaxHighlighter</a>198 Syntax coloring provided by <a href="http://alexgorbatchev.com/SyntaxHighlighter/">dp.SyntaxHighlighter</a> 200 199 </i> 201 200 </div> … … 352 351 </xsl:template> 353 352 353 <xsl:template match="lastmodified"> 354 <xsl:value-of select="$doc.last.modified"/> 355 </xsl:template> 356 354 357 <xsl:template match="baseversion"> 355 358 <xsl:value-of select="$base.version"/> -
trunk/lib/docbook/docbook/xsl/html/chunk-common.xsl
r3319 r5676 904 904 </xsl:call-template> 905 905 </xsl:attribute> 906 <xsl:attribute name="title"> 907 <xsl:apply-templates select="$prev" mode="object.title.markup"/> 908 </xsl:attribute> 906 909 <xsl:call-template name="navig.content"> 907 910 <xsl:with-param name="direction" select="'prev'"/> … … 916 919 and generate-id($up) != generate-id($home) 917 920 and $navig.showtitles != 0"> 918 <xsl:apply-templates select="$up" mode="object.title.markup"/> 921 <a accesskey="u"> 922 <xsl:attribute name="href"> 923 <xsl:call-template name="href.target"> 924 <xsl:with-param name="object" select="$up"/> 925 </xsl:call-template> 926 </xsl:attribute> 927 <xsl:apply-templates select="$up" mode="object.title.markup"/> 928 </a> 919 929 </xsl:when> 920 930 <xsl:otherwise> </xsl:otherwise> … … 929 939 <xsl:with-param name="object" select="$next"/> 930 940 </xsl:call-template> 941 </xsl:attribute> 942 <xsl:attribute name="title"> 943 <xsl:apply-templates select="$next" mode="object.title.markup"/> 931 944 </xsl:attribute> 932 945 <xsl:call-template name="navig.content"> … … 1002 1015 <xsl:with-param name="object" select="$up"/> 1003 1016 </xsl:call-template> 1017 </xsl:attribute> 1018 <xsl:attribute name="title"> 1019 <xsl:apply-templates select="$up" mode="object.title.markup"/> 1004 1020 </xsl:attribute> 1005 1021 <xsl:call-template name="navig.content">
Note: See TracChangeset
for help on using the changeset viewer.