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/clozeTxt.transf

    r1578 r1672  
    1717                </sm:extBlockTag> 
    1818                <sm:uLinkTag> 
    19                         <sm:WLink style="url"> 
     19                        <sm:WLink globalStyle="txtUrl"> 
    2020                                <sm:label> 
    2121                                        <sm:textLink/> 
     
    2626                        </sm:WLink> 
    2727                        <sm:footNote> 
    28                                 <sm:WParagraph style="urlFootNote"> 
     28                                <sm:WParagraph globalStyle="txtUrlFootNote"> 
    2929                                        <sm:dynamicString> 
    3030                                                <sm:freeSelect xpath="si(@url!=normalize-space(text()), @url)"/> 
     
    3434                </sm:uLinkTag> 
    3535                <sm:uLinkTag role="acr"> 
    36                         <sm:WInline style="acr"> 
     36                        <sm:WInline globalStyle="txtAcr"> 
    3737                                <sm:textLink/> 
    3838                                <sm:dataBlock category="acr"> 
     
    5353                </sm:uLinkTag> 
    5454                <sm:uLinkTag role="glos"> 
    55                         <sm:WInline style="glos"> 
     55                        <sm:WInline globalStyle="txtGlos"> 
    5656                                <sm:textLink/> 
    5757                                <sm:dataBlock category="glos"> 
     
    6969                </sm:uLinkTag> 
    7070                <sm:uLinkTag role="bib"> 
    71                         <sm:WInline style="bib"> 
     71                        <sm:WInline globalStyle="txtBib"> 
    7272                                <sm:textLink/> 
    7373                                <sm:dataBlock category="bib"> 
     
    8888                </sm:uLinkTag> 
    8989                <sm:uLinkTag role="ref"> 
    90                         <sm:WInline style="ref"> 
     90                        <sm:WInline globalStyle="txtRef"> 
    9191                                <sm:textLink/> 
    9292                                <sm:dataBlock category="ref"> 
     
    104104                </sm:uLinkTag> 
    105105                <sm:uLinkTag role="docLnk"> 
    106                         <sm:WInline style="docLnk"> 
     106                        <sm:WInline globalStyle="txtDocLnk"> 
    107107                                <sm:textLink/> 
    108108                                <sm:fixedString value="; ("/> 
     
    112112                </sm:uLinkTag> 
    113113                <sm:uLinkTag role="resLnk"> 
    114                         <sm:WInline style="resLnk"> 
     114                        <sm:WInline globalStyle="txtResLnk"> 
    115115                                <sm:textLink/> 
    116116                        </sm:WInline> 
     
    127127                        </sm:dataBlock> 
    128128                </sm:uLinkTag> 
    129                 <sm:inlineStyleTag role="quote"> 
     129                <sm:inlineStyleTag role="quote" globalStyle="txtQuote"> 
    130130                        <sm:textWrapper prefix=";« " suffix="; »"/> 
    131131                </sm:inlineStyleTag> 
    132                 <sm:inlineStyleTag role="emp"/> 
    133                 <sm:inlineStyleTag role="spec"/> 
    134                 <sm:inlineStyleTag role="representative"/> 
    135                 <sm:inlineStyleTag role="code"/> 
     132                <sm:inlineStyleTag role="emp" globalStyle="txtEmp"/> 
     133                <sm:inlineStyleTag role="spec" globalStyle="txtSpec"/> 
     134                <sm:inlineStyleTag role="representative" globalStyle="txtRepresentative"/> 
     135                <sm:inlineStyleTag role="code" globalStyle="txtCode"/> 
    136136                <sm:textLeafTag role="mathtex"> 
    137137                        <sm:Widget sc:refUri="/math/latex/mathTexInlineProxy_od.odwidget"> 
     
    139139                        </sm:Widget> 
    140140                </sm:textLeafTag> 
    141                 <sm:textLeafTag role="exp"/> 
    142                 <sm:textLeafTag role="ind"/> 
     141                <sm:textLeafTag role="exp" globalStyle="txtExp"/> 
     142                <sm:textLeafTag role="ind" globalStyle="txtInd"/> 
    143143                <sm:inlineImgTag role="form" axis="inline"/> 
    144144                <sm:inlineImgTag role="ico" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.