Changeset 7713


Ignore:
Timestamp:
12/12/06 16:48:17 (5 years ago)
Author:
sam
Message:

suppr class roleCode

Location:
trunk/Wsp_Modeling
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/es/content/uiWidget/outlineUiWidget/xml.xed.xml

    r7685 r7713  
    388388                                                                                        <se:ref se:refid="classes" se:name="sm:nature" /> 
    389389                                                                                        <se:ref se:refid="classes" se:name="sm:ownerCode" /> 
    390                                                                                         <se:ref se:refid="classes" se:name="sm:roleCode" /> 
     390<!-- TODO                                                                                       <se:ref se:refid="classes" se:name="sm:roleCode" /> --> 
    391391                                                                                </insert4all> 
    392392                                                                        </childs> 
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_outlineUiWidget/content.xsl.xsl

    r7686 r7713  
    2222 * 
    2323 * Contributor(s): 
    24  * 
     24 * samuel.monsarrat@kelis.fr 
    2525 * 
    2626 * Alternatively, the contents of this file may be used under the terms of 
     
    369369                                        <xsl0:if test="sm:depth/@onRoot='yes'">mnuDepth_<xsl:value-of select="count(ancestor::entry)"/>&#160;</xsl0:if> 
    370370                                        <xsl0:if test="sm:nature/@onRoot='yes'">mnuNat_root&#160;</xsl0:if> 
    371                                         <xsl0:if test="sm:ownerCode/@onRoot='yes'">mnuOwner_<xsl:value-of select="../root"/>&#160;</xsl0:if> 
    372                                         <xsl0:if test="sm:roleCode/@onRoot='yes'">mnuRole_<xsl:value-of select="root"/></xsl0:if> 
     371                                        <xsl0:if test="sm:ownerCode/@onRoot='yes'">mnuOwner_<xsl:value-of select="root"/>&#160;</xsl0:if> 
    373372                                </xsl:attribute> 
    374373                        </xsl0:if> 
     
    382381                                        <xsl0:if test="sm:depth/@onEntry='yes'">mnuDepth_<xsl:value-of select="count(ancestor::entry)"/>&#160;</xsl0:if> 
    383382                                        <xsl0:if test="sm:nature/@onEntry='yes'">mnuNat_entry&#160;</xsl0:if> 
    384                                         <xsl0:if test="sm:ownerCode/@onEntry='yes'">mnuOwner_<xsl:value-of select="../root"/>&#160;</xsl0:if> 
    385                                         <xsl0:if test="sm:roleCode/@onEntry='yes'">mnuRole_<xsl:value-of select="root"/></xsl0:if> 
     383                                        <xsl0:if test="sm:ownerCode/@onEntry='yes'">mnuOwner_<xsl:value-of select="root"/>&#160;</xsl0:if> 
    386384                                </xsl:attribute> 
    387385                        </xsl0:if> 
     
    395393                                        <xsl0:if test="sm:depth/@onList='yes'">mnuDepth_<xsl:value-of select="count(ancestor::entry)"/>&#160;</xsl0:if> 
    396394                                        <xsl0:if test="sm:nature/@onList='yes'">mnuNat_list&#160;</xsl0:if> 
    397                                         <xsl0:if test="sm:ownerCode/@onList='yes'">mnuOwner_<xsl:value-of select="../root"/>&#160;</xsl0:if> 
    398                                         <xsl0:if test="sm:roleCode/@onList='yes'">mnuRole_<xsl:value-of select="root"/></xsl0:if> 
     395                                        <xsl0:if test="sm:ownerCode/@onList='yes'">mnuOwner_<xsl:value-of select="root"/>&#160;</xsl0:if> 
    399396                                </xsl:attribute> 
    400397                        </xsl0:if> 
     
    408405                                        <xsl0:if test="sm:depth/@onChildren='yes'">mnuDepth_<xsl:value-of select="count(ancestor::entry)"/>&#160;</xsl0:if> 
    409406                                        <xsl0:if test="sm:nature/@onChildren='yes'">mnuNat_child&#160;</xsl0:if> 
    410                                         <xsl0:if test="sm:ownerCode/@onChildren='yes'">mnuOwner_<xsl:value-of select="../root"/>&#160;</xsl0:if> 
    411                                         <xsl0:if test="sm:roleCode/@onChildren='yes'">mnuRole_<xsl:value-of select="root"/></xsl0:if> 
     407                                        <xsl0:if test="sm:ownerCode/@onChildren='yes'">mnuOwner_<xsl:value-of select="root"/>&#160;</xsl0:if> 
    412408                                </xsl:attribute> 
    413409                        </xsl0:if> 
Note: See TracChangeset for help on using the changeset viewer.