- Timestamp:
- 07/01/10 19:02:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/office/gen/odt/transf/scenarios/paper/paper.transf
r561 r592 3 3 <sm:model sc:refUri="/office/model/scenarios/paper/paper.model"/> 4 4 <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> 5 36 <sm:for codes="pre"> 6 37 <sm:choose> … … 11 42 <sm:fixedTitle value=";Introduction"/> 12 43 </sm:title> 13 <sm:Widget sc:refUri="/office/gen/odt/wdgts/sect NoTdm.odwidget">44 <sm:Widget sc:refUri="/office/gen/odt/wdgts/sectHeader.odwidget"> 14 45 <sm:odContentZone key="zTitle"> 15 46 <sm:title> … … 24 55 </sm:choose> 25 56 </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>51 57 <sm:inDataOrder> 52 58 <sm:for codes="chap">
Note: See TracChangeset
for help on using the changeset viewer.