Ignore:
Timestamp:
07/01/10 19:02:54 (2 years ago)
Author:
juw
Message:

ticket #15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/office/gen/odt/transf/scenarios/paper/paper.transf

    r561 r592  
    33        <sm:model sc:refUri="/office/model/scenarios/paper/paper.model"/> 
    44        <sm:content> 
     5                <sm:heading> 
     6                        <sm:title> 
     7                                <sm:fixedTitle value=";Sommaire"/> 
     8                        </sm:title> 
     9                        <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectNoTdm.odwidget"> 
     10                                <sm:odContentZone key="zTitle"> 
     11                                        <sm:fixedString value=";Sommaire"/> 
     12                                </sm:odContentZone> 
     13                        </sm:Widget> 
     14                        <!--Si pas d'intro, pas de saut de page--> 
     15                        <!-- 
     16<sm:choose xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     17        <sm:when codes="pre"> 
     18                <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectHeaderNoTdm.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     19                        <sm:odContentZone key="zTitle"> 
     20                                <sm:fixedString value=";Sommaire"/> 
     21                        </sm:odContentZone> 
     22                </sm:Widget> 
     23        </sm:when> 
     24        <sm:otherwise> 
     25                <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectNoTdm.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     26                        <sm:odContentZone key="zTitle"> 
     27                                <sm:fixedString value=";Sommaire"/> 
     28                        </sm:odContentZone> 
     29                </sm:Widget> 
     30        </sm:otherwise> 
     31</sm:choose>--> 
     32                        <sm:WTableOfContents globalStyle="toc" description="Table des matières"> 
     33                                <sm:title/> 
     34                        </sm:WTableOfContents> 
     35                </sm:heading> 
    536                <sm:for codes="pre"> 
    637                        <sm:choose> 
     
    1142                                                        <sm:fixedTitle value=";Introduction"/> 
    1243                                                </sm:title> 
    13                                                 <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectNoTdm.odwidget"> 
     44                                                <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectHeader.odwidget"> 
    1445                                                        <sm:odContentZone key="zTitle"> 
    1546                                                                <sm:title> 
     
    2455                        </sm:choose> 
    2556                </sm:for> 
    26                 <sm:heading> 
    27                         <sm:title> 
    28                                 <sm:fixedTitle value=";Sommaire"/> 
    29                         </sm:title> 
    30                         <sm:choose> 
    31                                 <sm:when codes="pre"> 
    32                                         <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectHeaderNoTdm.odwidget"> 
    33                                                 <sm:odContentZone key="zTitle"> 
    34                                                         <sm:fixedString value=";Sommaire"/> 
    35                                                 </sm:odContentZone> 
    36                                         </sm:Widget> 
    37                                 </sm:when> 
    38                                 <sm:otherwise> 
    39                                         <!--Si pas d'intro, pas de saut de page--> 
    40                                         <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectNoTdm.odwidget"> 
    41                                                 <sm:odContentZone key="zTitle"> 
    42                                                         <sm:fixedString value=";Sommaire"/> 
    43                                                 </sm:odContentZone> 
    44                                         </sm:Widget> 
    45                                 </sm:otherwise> 
    46                         </sm:choose> 
    47                         <sm:WTableOfContents globalStyle="toc" description="Table des matières"> 
    48                                 <sm:title/> 
    49                         </sm:WTableOfContents> 
    50                 </sm:heading> 
    5157                <sm:inDataOrder> 
    5258                        <sm:for codes="chap"> 
Note: See TracChangeset for help on using the changeset viewer.