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

    r1578 r1672  
    1818                </sm:extBlockTag> 
    1919                <sm:uLinkTag> 
    20                         <sm:WLink style="url"> 
     20                        <sm:WLink globalStyle="txtUrl"> 
    2121                                <sm:label> 
    2222                                        <sm:textLink/> 
     
    2727                        </sm:WLink> 
    2828                        <sm:footNote> 
    29                                 <sm:WParagraph style="urlFootNote"> 
     29                                <sm:WParagraph globalStyle="txtUrlFootNote"> 
    3030                                        <sm:dynamicString> 
    3131                                                <sm:freeSelect xpath="si(@url!=normalize-space(text()), @url)"/> 
     
    3535                </sm:uLinkTag> 
    3636                <sm:uLinkTag role="acr"> 
    37                         <sm:WInline style="acr"> 
     37                        <sm:WInline globalStyle="txtAcr"> 
    3838                                <sm:textLink/> 
    3939                                <sm:dataBlock category="acr"> 
     
    5454                </sm:uLinkTag> 
    5555                <sm:uLinkTag role="glos"> 
    56                         <sm:WInline style="glos"> 
     56                        <sm:WInline globalStyle="txtGlos"> 
    5757                                <sm:textLink/> 
    5858                                <sm:dataBlock category="glos"> 
     
    7070                </sm:uLinkTag> 
    7171                <sm:uLinkTag role="bib"> 
    72                         <sm:WInline style="bib"> 
     72                        <sm:WInline globalStyle="txtBib"> 
    7373                                <sm:textLink/> 
    7474                                <sm:dataBlock category="bib"> 
     
    8989                </sm:uLinkTag> 
    9090                <sm:uLinkTag role="ref"> 
    91                         <sm:WInline style="ref"> 
     91                        <sm:WInline globalStyle="txtRef"> 
    9292                                <sm:textLink/> 
    9393                                <sm:dataBlock category="ref"> 
     
    105105                </sm:uLinkTag> 
    106106                <sm:uLinkTag role="docLnk"> 
    107                         <sm:WInline style="docLnk"> 
     107                        <sm:WInline globalStyle="txtDocLnk"> 
    108108                                <sm:textLink/> 
    109109                                <sm:fixedString value="; ("/> 
     
    113113                </sm:uLinkTag> 
    114114                <sm:uLinkTag role="resLnk"> 
    115                         <sm:WInline style="resLnk"> 
     115                        <sm:WInline globalStyle="txtResLnk"> 
    116116                                <sm:textLink/> 
    117117                        </sm:WInline> 
     
    128128                        </sm:dataBlock> 
    129129                </sm:uLinkTag> 
    130                 <sm:inlineStyleTag role="quote"> 
     130                <sm:inlineStyleTag role="quote" globalStyle="txtQuote"> 
    131131                        <sm:textWrapper prefix=";« " suffix="; »"/> 
    132132                </sm:inlineStyleTag> 
    133                 <sm:inlineStyleTag role="emp"/> 
    134                 <sm:inlineStyleTag role="spec"/> 
    135                 <sm:inlineStyleTag role="representative"/> 
    136                 <sm:inlineStyleTag role="code"/> 
     133                <sm:inlineStyleTag role="emp" globalStyle="txtEmp"/> 
     134                <sm:inlineStyleTag role="spec" globalStyle="txtSpec"/> 
     135                <sm:inlineStyleTag role="representative" globalStyle="txtRepresentative"/> 
     136                <sm:inlineStyleTag role="code" globalStyle="txtCode"/> 
    137137                <sm:textLeafTag role="mathtex"> 
    138138                        <sm:Widget sc:refUri="/math/latex/mathTexInlineProxy_od.odwidget"> 
     
    140140                        </sm:Widget> 
    141141                </sm:textLeafTag> 
    142                 <sm:textLeafTag role="exp"/> 
    143                 <sm:textLeafTag role="ind"/> 
     142                <sm:textLeafTag role="exp" globalStyle="txtExp"/> 
     143                <sm:textLeafTag role="ind" globalStyle="txtInd"/> 
    144144                <sm:inlineImgTag role="form" axis="inline"/> 
    145145                <sm:inlineImgTag role="ico" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.