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@imp.transf

    r1578 r1672  
    1111                </sm:extBlockTag> 
    1212                <sm:uLinkTag role="acr"> 
    13                         <sm:WInline style="acr"> 
     13                        <sm:WInline globalStyle="txtAcr"> 
    1414                                <sm:textLink/> 
    1515                                <sm:dataBlock category="acr"> 
     
    3030                </sm:uLinkTag> 
    3131                <sm:uLinkTag role="glos"> 
    32                         <sm:WInline style="glos"> 
     32                        <sm:WInline globalStyle="txtGlos"> 
    3333                                <sm:textLink/> 
    3434                                <sm:dataBlock category="glos"> 
     
    4646                </sm:uLinkTag> 
    4747                <sm:uLinkTag role="ref"> 
    48                         <sm:WInline style="ref"> 
     48                        <sm:WInline globalStyle="txtRef"> 
    4949                                <sm:textLink/> 
    5050                                <sm:dataBlock category="ref"> 
     
    6161                        </sm:WInline> 
    6262                </sm:uLinkTag> 
    63                 <sm:inlineStyleTag role="quote"> 
     63                <sm:inlineStyleTag role="quote" globalStyle="txtQuote"> 
    6464                        <sm:textWrapper prefix=";« " suffix="; »"/> 
    6565                </sm:inlineStyleTag> 
    66                 <sm:inlineStyleTag role="emp"/> 
    67                 <sm:inlineStyleTag role="spec"/> 
    68                 <sm:inlineStyleTag role="code"/> 
     66                <sm:inlineStyleTag role="emp" globalStyle="txtEmp"/> 
     67                <sm:inlineStyleTag role="spec" globalStyle="txtSpec"/> 
     68                <sm:inlineStyleTag role="code" globalStyle="txtCode"/> 
    6969                <sm:textLeafTag role="mathtex"> 
    7070                        <sm:Widget sc:refUri="/math/latex/mathTexInlineProxy_od.odwidget"> 
     
    7272                        </sm:Widget> 
    7373                </sm:textLeafTag> 
    74                 <sm:textLeafTag role="exp"/> 
    75                 <sm:textLeafTag role="ind"/> 
     74                <sm:textLeafTag role="exp" globalStyle="txtExp"/> 
     75                <sm:textLeafTag role="ind" globalStyle="txtInd"/> 
    7676                <sm:inlineImgTag role="form" axis="inline"/> 
    7777                <sm:inlineImgTag role="ico" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.