Ignore:
Timestamp:
03/01/10 14:54:51 (2 years ago)
Author:
anp
Message:

genOd : mutualisation des styles de texte inline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/gen/_od/transf/Uc/quiz/utils/labelTxt.transf

    r1578 r1672  
    1010                </sm:extBlockTag> 
    1111                <sm:uLinkTag role="acr"> 
    12                         <sm:WInline style="acr"> 
     12                        <sm:WInline globalStyle="txtAcr"> 
    1313                                <sm:textLink/> 
    1414                                <sm:dataBlock category="acr"> 
     
    2929                </sm:uLinkTag> 
    3030                <sm:uLinkTag role="glos"> 
    31                         <sm:WInline style="glos"> 
     31                        <sm:WInline globalStyle="txtGlos"> 
    3232                                <sm:textLink/> 
    3333                                <sm:dataBlock category="glos"> 
     
    4545                </sm:uLinkTag> 
    4646                <sm:uLinkTag role="ref"> 
    47                         <sm:WInline style="ref"> 
     47                        <sm:WInline globalStyle="txtRef"> 
    4848                                <sm:textLink/> 
    4949                                <sm:dataBlock category="ref"> 
     
    6060                        </sm:WInline> 
    6161                </sm:uLinkTag> 
    62                 <sm:inlineStyleTag role="quote"> 
     62                <sm:inlineStyleTag role="quote" globalStyle="txtQuote"> 
    6363                        <sm:textWrapper prefix=";« " suffix="; »"/> 
    6464                </sm:inlineStyleTag> 
    65                 <sm:inlineStyleTag role="emp"/> 
    66                 <sm:inlineStyleTag role="spec"/> 
    67                 <sm:inlineStyleTag role="code"/> 
     65                <sm:inlineStyleTag role="emp" globalStyle="txtEmp"/> 
     66                <sm:inlineStyleTag role="spec" globalStyle="txtSpec"/> 
     67                <sm:inlineStyleTag role="code" globalStyle="txtCode"/> 
    6868                <sm:textLeafTag role="mathtex"> 
    6969                        <sm:Widget sc:refUri="/math/latex/mathTexInlineProxy_od.odwidget"> 
     
    7171                        </sm:Widget> 
    7272                </sm:textLeafTag> 
    73                 <sm:textLeafTag role="exp"/> 
    74                 <sm:textLeafTag role="ind"/> 
     73                <sm:textLeafTag role="exp" globalStyle="txtExp"/> 
     74                <sm:textLeafTag role="ind" globalStyle="txtInd"/> 
    7575                <sm:inlineImgTag role="form" axis="inline"/> 
    7676                <sm:inlineImgTag role="ico" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.