Changeset 96


Ignore:
Timestamp:
11/22/08 15:37:34 (3 years ago)
Author:
ghislainf
Message:

ajouts pour la publication odt des références documentaires

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

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/office/gen/od/gen/paper.odtemplate

    r94 r96  
    1919                        </sm:body> 
    2020                </sm:WPageMaster> 
     21                <sm:WPageMaster style="doc" name="Table des Annexes"> 
     22                        <sm:body> 
     23                                <sm:showDataBlocks refCategory="doc" hideIfNoBlocks="yes"> 
     24                                        <sm:WSection> 
     25                                                <sm:WParagraph> 
     26                                                        <sm:fixedString value=";Table des Annexes"/> 
     27                                                </sm:WParagraph> 
     28                                                <sm:forEachBlock> 
     29                                                        <sm:WSection> 
     30                                                                <sm:WParagraph> 
     31                                                                        <sm:fixedString value=";Annexe "/> 
     32                                                                        <sm:callBlockPosition numbering="1"/> 
     33                                                                        <sm:fixedString value="; : "/> 
     34                                                                        <sm:callBlockLabel/> 
     35                                                                </sm:WParagraph> 
     36                                                                <sm:WSection> 
     37                                                                        <sm:callBlockData/> 
     38                                                                </sm:WSection> 
     39                                                        </sm:WSection> 
     40                                                </sm:forEachBlock> 
     41                                        </sm:WSection> 
     42                                </sm:showDataBlocks> 
     43                        </sm:body> 
     44                </sm:WPageMaster> 
    2145        </sm:contentStruct> 
     46        <sm:dataBlockDeclaration category="doc" sort="ascending" hideSameBlock="yes" hideEmptyBlocks="yes"> 
     47                <sm:content> 
     48                        <sm:WInline style="indexDoc"> 
     49                                <sm:formattingMark> 
     50                                        <sm:nonBreakingSpace/> 
     51                                </sm:formattingMark> 
     52                                <sm:fixedString value=";(cf. Annexe "/> 
     53                                <sm:callBlockPosition numbering="1"/> 
     54                                <sm:fixedString value=";)"/> 
     55                        </sm:WInline> 
     56                </sm:content> 
     57        </sm:dataBlockDeclaration> 
    2258</sm:odTemplateText> 
  • trunk/model/sources/office/gen/od/transf/base/txt.transf

    r93 r96  
    3636                        <sm:textLink/> 
    3737                        <sm:dataBlock category="doc"> 
    38                                 <sm:blockId> 
    39                                         <sm:callSubModelId/> 
    40                                         <sm:textLink/> 
    41                                 </sm:blockId> 
    4238                                <sm:sortKey> 
    43                                         <sm:subModelTitle/> 
     39                                        <sm:subModelTitle format="fullTitleText"/> 
    4440                                </sm:sortKey> 
    4541                                <sm:label> 
    46                                         <sm:subModelTitle/> 
     42                                        <sm:textLink/> 
    4743                                </sm:label> 
    4844                                <sm:data> 
Note: See TracChangeset for help on using the changeset viewer.