Changeset 712


Ignore:
Timestamp:
01/26/12 14:57:18 (4 months ago)
Author:
anp
Message:

debug références à une ressource non intégrée dans le contenu (ex : eWeb, ...)

Location:
trunk/model/sources/office/gen/odt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/office/gen/odt/genPaper/paperRpt.odtemplate

    r594 r712  
    247247                                </sm:ifDataIsShow> 
    248248                                <sm:ifDataIsNotShow> 
    249                                         <sm:WInline style="refDoc"> 
    250                                                 <sm:fixedString value=" ("/> 
    251                                                 <sm:fixedString value=";cf. page "/> 
    252                                                 <sm:refBlock position="firstCallData"> 
    253                                                         <sm:blockPage/> 
    254                                                 </sm:refBlock> 
    255                                                 <sm:fixedString value=")"/> 
    256                                         </sm:WInline> 
     249                                        <!--<comment xmlns="scenari.eu:comment:1.0" type="thread"><comment creationTime="1327584380505">permet d'ignorer les blocks vides (ressources non intégrées dans le papier : eWeb, ...)</comment></comment>--> 
     250                                        <sm:ifRefBlock position="firstCallData"> 
     251                                                <sm:WInline style="refDoc"> 
     252                                                        <sm:fixedString value=" ("/> 
     253                                                        <sm:fixedString value=";cf. page "/> 
     254                                                        <sm:refBlock position="firstCallData"> 
     255                                                                <sm:blockPage/> 
     256                                                        </sm:refBlock> 
     257                                                        <sm:fixedString value=")"/> 
     258                                                </sm:WInline> 
     259                                        </sm:ifRefBlock> 
    257260                                </sm:ifDataIsNotShow> 
    258261                        </sm:dataShow> 
  • trunk/model/sources/office/gen/odt/genPaperLight/paperLight.odtemplate

    r632 r712  
    136136                                </sm:ifDataIsShow> 
    137137                                <sm:ifDataIsNotShow> 
    138                                         <sm:WInline style="refDoc"> 
    139                                                 <sm:fixedString value=" ("/> 
    140                                                 <sm:fixedString value=";cf. page "/> 
    141                                                 <sm:refBlock position="firstCallData"> 
    142                                                         <sm:blockPage/> 
    143                                                 </sm:refBlock> 
    144                                                 <sm:fixedString value=")"/> 
    145                                         </sm:WInline> 
     138                                        <!--<comment xmlns="scenari.eu:comment:1.0" type="thread"><comment creationTime="1327584380505">permet d'ignorer les blocks vides (ressources non intégrées dans le papier : eWeb, ...)</comment></comment>--> 
     139                                        <sm:ifRefBlock position="firstCallData"> 
     140                                                <sm:WInline style="refDoc"> 
     141                                                        <sm:fixedString value=" ("/> 
     142                                                        <sm:fixedString value=";cf. pageXX "/> 
     143                                                        <sm:refBlock position="firstCallData"> 
     144                                                                <sm:blockPage/> 
     145                                                        </sm:refBlock> 
     146                                                        <sm:fixedString value=")"/> 
     147                                                </sm:WInline> 
     148                                        </sm:ifRefBlock> 
    146149                                </sm:ifDataIsNotShow> 
    147150                        </sm:dataShow> 
Note: See TracChangeset for help on using the changeset viewer.