Ignore:
Timestamp:
11/27/06 19:57:04 (5 years ago)
Author:
sam
Message:

Ticket #78 - dataFormXhtmlTransf: écran de contrôle ne marche pas en mode navigation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormXhtmlTransf.xml

    r6475 r7522  
    246246                                         
    247247                                <xsl:template match="sm:dataFormXhtmlTransf"> 
     248                                        <xsl:apply-templates mode="mainView"/> 
    248249                                        <view code="title"/> 
    249                                         <view code="xhtmlContent"><xsl:apply-templates mode="in"/></view> 
    250250                                </xsl:template> 
     251 
     252                                <xsl:template match="sm:content" mode="mainView"> 
     253                                        <view code="xhtmlContent"> 
     254                                                <xsl:apply-templates mode="in"/> 
     255                                        </view> 
     256                                </xsl:template> 
     257                                <xsl:template match="sm:navigation" mode="mainView"> 
     258                                        <view code="navigation"> 
     259                                                <xsl:apply-templates mode="in"/> 
     260                                        </view> 
     261                                </xsl:template> 
     262 
    251263                                         
    252264                        </xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.