[ 
https://jira.jboss.org/jira/browse/RF-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12464507#action_12464507
 ] 

Gleb Galkin commented on RF-5525:
---------------------------------

I've the way the stamps could be added. In f.xsl:
<title>
                                &lt;
                                <xsl:value-of select="concat($prefix,':', 
$tag_name)" />
                                &gt;
                                <emphasis role='strong'>
                                <xsl:choose>
                                        <xsl:when test="document(concat($lang, 
$separator, 'included', $separator, $prefix, '_', $tag_name, '.desc.xml'))">
                                                <xsl:text> available since 
</xsl:text>
                                                <xsl:value-of 
select="document(concat($lang, $separator, 'included', $separator, $prefix, 
'_', $tag_name, '.desc.xml'))/root/section/sectioninfo/releaseinfo"/>           
                      
                                        </xsl:when>
                                        <xsl:otherwise>
                                                <xsl:text> available since 
</xsl:text>                  
                                                <xsl:value-of 
select="document(concat($lang, $separator,'included',$separator,$tag_name, 
'.desc.xml'))/root/section/sectioninfo/releaseinfo" />
                                        </xsl:otherwise>
                                </xsl:choose>
                                </emphasis>
</title>

In html-commons.css:
h2.title a span.strong {
        color:#6e6e6e;
        font-size:0.8em;
        font-weight:100;
}

But I still get bugs with TOC. I need further investigation. 

> Components version stamp
> ------------------------
>
>                 Key: RF-5525
>                 URL: https://jira.jboss.org/jira/browse/RF-5525
>             Project: RichFaces
>          Issue Type: Task
>          Components: doc
>    Affects Versions: 3.3.0
>            Reporter: Svetlana mukhina
>            Assignee: Gleb Galkin
>             Fix For: 3.3.1
>
>         Attachments: Component_version_stamp.odt
>
>   Original Estimate: 1 week, 2 days
>          Time Spent: 2 days
>  Remaining Estimate: 1 week
>
> Components version stamp is required, see the topic
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148116
> it's necessary to find an effective and nice way to add this stamp to 
> components chapters 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to