Ignore:
Timestamp:
07/25/07 22:28:40 (5 years ago)
Author:
sam
Message:
  • mutualisation elts bs sm:tooltip et sm:link
  • sm:link/@target='subWindow' début.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_genericWebSiteTransf.xml

    r9288 r9401  
    9393                                <source type="composition-dynamique">                                    
    9494                                        <c:composition xmlns:c="composition"> 
     95                                                <c:donnee type="xpathOnSrc-dynamique">execute(si(/descendant::sm:page[@template=codeAgent('..')]/descendant::sm:link[@target='subWindow'], resultatAgent('//agentGenerator', 'fillBufferDynUiLibrary')))</c:donnee> 
    9596                                                <c:donnee type="xpathOnSrc-dynamique">execute(si(/descendant::sm:page[@template=codeAgent('..')]/descendant::sm:WTooltip, resultatAgent('//agentGenerator', 'fillBufferTooltipLibrary')))</c:donnee> 
    9697                                                <c:boucleagents> 
     
    174175                                <source type="composition-dynamique"> 
    175176                                        <c:composition xmlns:c="composition"> 
    176                                                         <c:if type="xpath-statique" test="count(.//sm:WTooltip) &gt; 0"><c:donnee type="xpath-dynamique">execute(resultatAgent('//agentGenerator', 'fillBufferTooltipLibrary'))</c:donnee></c:if> 
     177                                                <c:if type="xpath-statique" test="count(.//sm:link[@target='subWindow']) &gt; 0"><c:donnee type="xpath-dynamique">execute(resultatAgent('//agentGenerator', 'fillBufferDynUiLibrary'))</c:donnee></c:if> 
     178                                                <c:if type="xpath-statique" test="count(.//sm:WTooltip) &gt; 0"><c:donnee type="xpath-dynamique">execute(resultatAgent('//agentGenerator', 'fillBufferTooltipLibrary'))</c:donnee></c:if> 
    177179                                                <c:boucleagents> 
    178180                                                        <c:listeagents type="resultat-dynamique">agent=../calledTransfList</c:listeagents> 
Note: See TracChangeset for help on using the changeset viewer.