What happened to my former comitt? http://marc.theaimsgroup.com/?l=forrest-dev&m=113320014819323&w=2
Was there a roll-back due to Thorstens reply? It's a minor thing but I would like to understand. Johannes [EMAIL PROTECTED] schrieb: > Author: josch > Date: Wed Dec 21 04:51:17 2005 > New Revision: 358278 > > URL: http://svn.apache.org/viewcvs?rev=358278&view=rev > Log: > pass class on to <code> and <note>, e.g. from sdocbook-plugin > > Modified: > > forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/document2html.xsl > > Modified: > forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/document2html.xsl > URL: > http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/document2html.xsl?rev=358278&r1=358277&r2=358278&view=diff > ============================================================================== > --- > forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/document2html.xsl > (original) > +++ > forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/document2html.xsl > Wed Dec 21 04:51:17 2005 > @@ -137,7 +137,8 @@ > > <xsl:template match="note | warning | fixme"> > <xsl:apply-templates select="@id"/> > - <div class="{local-name()}"> > + <div class="[EMAIL PROTECTED]"> > + <div class="frame {local-name()}"> > <div class="label"> > <xsl:choose> > <!-- FIXME: i18n Transformer here --> > @@ -151,6 +152,7 @@ > <xsl:apply-templates/> > </div> > </div> > + </div> > </xsl:template> > > <xsl:template match="notice"> > @@ -227,7 +229,7 @@ > > <xsl:template match="code"> > <xsl:apply-templates select="@id"/> > - <span class="codefrag"> > + <span class="codefrag [EMAIL PROTECTED]"> > <xsl:copy-of select="@id"/> > <xsl:value-of select="."/> > </span> > > > -- User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg Fon +49 (0)7141 377 000 * Fax +49 (0)7141 377 00-99 Geschäftsstelle: User Interface Design GmbH * Lehrer-Götz-Weg 11 * D-81825 München www.uidesign.de Buch "User Interface Tuning" von Joachim Machate & Michael Burmester www.user-interface-tuning.de
