Changeset 1668

Show
Ignore:
Timestamp:
03/01/10 10:42:44 (5 months ago)
Author:
anp
Message:

genOd : restruct des titres des sections (odwidget)

Location:
trunk/model/sources/academic/gen
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/gen/_od/transf/Ue/Ue.transf

    r1445 r1668  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:compositionOdtTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<sm:compositionOdtTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"> 
    23        <sm:model sc:refUri="/academic/model/Ue/ue.model"/> 
    34        <sm:content> 
    45                <sm:for codes="obj"> 
    5                         <sm:WParagraph style="breakNewSection" display="always"/> 
    6                         <sm:WSection style="pageTitleSct"> 
    7                                 <sm:label/> 
    8                                 <sm:WParagraph style="pageTitle"> 
     6                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     7                                <sm:odContentZone key="addInTdm"> 
     8                                        <sm:fixedString value="true"/> 
     9                                </sm:odContentZone> 
     10                                <sm:odContentZone key="zTitle"> 
    911                                        <sm:fixedString value=";Objectifs"/> 
    10                                 </sm:WParagraph> 
    11                                 <sm:WParagraph style="pageId" display="always"/> 
    12                         </sm:WSection> 
     12                                </sm:odContentZone> 
     13                        </sm:Widget> 
    1314                        <sm:callSubModel/> 
    1415                </sm:for> 
    1516                <sm:for codes="intro"> 
    16                         <sm:WParagraph style="breakNewSection" display="always"/> 
    17                         <sm:WSection style="pageTitleSct"> 
    18                                 <sm:label/> 
    19                                 <sm:WParagraph style="pageTitle"> 
     17                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     18                                <sm:odContentZone key="addInTdm"> 
     19                                        <sm:fixedString value="true"/> 
     20                                </sm:odContentZone> 
     21                                <sm:odContentZone key="zTitle"> 
    2022                                        <sm:fixedString value=";Introduction"/> 
    21                                 </sm:WParagraph> 
    22                                 <sm:WParagraph style="pageId" display="always"/> 
    23                         </sm:WSection> 
     23                                </sm:odContentZone> 
     24                        </sm:Widget> 
    2425                        <sm:callSubModel/> 
    2526                </sm:for> 
     
    3031                <sm:inDataOrder> 
    3132                        <sm:for codes="courseUa assmntUa div courseUc practUc trainUc"> 
    32                                 <sm:WParagraph style="breakNewSection" display="always"/> 
    3333                                <sm:heading> 
    3434                                        <sm:title> 
     
    3636                                                <sm:fixedTitle value=";Section"/> 
    3737                                        </sm:title> 
    38                                         <sm:WSection style="chapter"> 
    39                                                 <sm:label/> 
    40                                                 <sm:WParagraph style="chapterName"> 
     38                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     39                                                <sm:odContentZone key="addInTdm"> 
     40                                                        <sm:fixedString value="true"/> 
     41                                                </sm:odContentZone> 
     42                                                <sm:odContentZone key="zTitle"> 
    4143                                                        <sm:WInline style="hidden"> 
    4244                                                                <!--Obligé pour la tdm--> 
     
    4951                                                                <sm:refHeading format="name" level="1"/> 
    5052                                                        </sm:dynamicString> 
    51                                                 </sm:WParagraph> 
    52                                                 <sm:WParagraph style="chapterNumber"> 
     53                                                </sm:odContentZone> 
     54                                                <sm:odContentZone key="zPage"> 
    5355                                                        <sm:dynamicString> 
    5456                                                                <sm:refHeading format="number" level="1"/> 
    5557                                                        </sm:dynamicString> 
    56                                                 </sm:WParagraph> 
    57                                                 <!--style spaceAfter nécessaire car OO interprète mal le @spaceAfter sur un paragraphe : saut de page intempestif--> 
    58                                                 <sm:WParagraph style="spaceAfter" display="always"/> 
    59                                         </sm:WSection> 
     58                                                </sm:odContentZone> 
     59                                        </sm:Widget> 
    6060                                        <sm:WSection style="sectionToc"> 
    6161                                                <sm:label/> 
     
    7777                </sm:inDataOrder> 
    7878                <sm:for codes="conclu"> 
    79                         <sm:WParagraph style="breakNewSection" display="always"/> 
    80                         <sm:WSection style="pageTitleSct"> 
    81                                 <sm:label/> 
    82                                 <sm:WParagraph style="pageTitle"> 
     79                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     80                                <sm:odContentZone key="addInTdm"> 
     81                                        <sm:fixedString value="true"/> 
     82                                </sm:odContentZone> 
     83                                <sm:odContentZone key="zTitle"> 
    8384                                        <sm:fixedString value=";Conclusion"/> 
    84                                 </sm:WParagraph> 
    85                                 <sm:WParagraph style="pageId" display="always"/> 
    86                         </sm:WSection> 
     85                                </sm:odContentZone> 
     86                        </sm:Widget> 
    8787                        <sm:callSubModel/> 
    8888                </sm:for> 
  • trunk/model/sources/academic/gen/quadra/paper/paper.generator

    r1652 r1668  
    2424        <sm:mode debug="no"/> 
    2525        <sm:output format="odt" openOfficeVersion="3.x"/> 
    26         <!-- 
    27  
    28 <sm:layoutOptimisations xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
    29  
    30         <sm:keepEnumTitle/> 
    31  
    32 </sm:layoutOptimisations>--> 
     26        <sm:layoutOptimisations> 
     27                <sm:keepEnumTitle/> 
     28        </sm:layoutOptimisations> 
    3329</sm:odGenerator> 
  • trunk/model/sources/academic/gen/quadra/paper/paper.odtemplate

    r1652 r1668  
    2626                                <sm:headerContentLeft> 
    2727                                        <sm:left> 
    28                                                 <sm:WArea style="partTitle"> 
     28                                                <sm:WArea style="partTitleLeft"> 
    2929                                                        <sm:WParagraph style="partTitleLeftP"> 
    3030                                                                <sm:dynamicString> 
     
    3737                                <sm:headerContentRight> 
    3838                                        <sm:left> 
    39                                                 <sm:WArea style="partTitle2"> 
     39                                                <sm:WArea style="partTitleRight"> 
    4040                                                        <sm:WParagraph style="partTitleRightP"> 
    4141                                                                <sm:dynamicString> 
     
    143143                                                        </sm:when> 
    144144                                                </sm:choose> 
    145                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="def"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Définition"/></sm:odContentZone></sm:Widget>--> 
    146                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="ex"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Exemple"/></sm:odContentZone></sm:Widget>--> 
    147                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="rem"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Remarque"/></sm:odContentZone></sm:Widget>--> 
    148                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="adv"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Conseil"/></sm:odContentZone></sm:Widget>--> 
    149                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="warning"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Attention"/></sm:odContentZone></sm:Widget>--> 
    150                                                 <!----> 
    151                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="comp"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Complément"/></sm:odContentZone></sm:Widget>--> 
    152                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="meth"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Méthode"/></sm:odContentZone></sm:Widget>--> 
    153                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="remind"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Rappel"/></sm:odContentZone></sm:Widget>--> 
    154                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="basic"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Fondamental"/></sm:odContentZone></sm:Widget>--> 
    155                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="syntax"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Syntaxe"/></sm:odContentZone></sm:Widget>--> 
    156                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="legal"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Légal"/></sm:odContentZone></sm:Widget>--> 
    157                                                 <!--<sm:Widget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" sc:refUri="/academic/gen/_od/widgets/typo.odwidget" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"><sm:odContentZone key="zPrefixIco"><sm:fixedString value="simul"/></sm:odContentZone><sm:odContentZone key="zTxt"><sm:fixedString value="Simulateur"/></sm:odContentZone></sm:Widget>--> 
    158145                                        </sm:when> 
    159146                                </sm:choose> 
    160147                                <!--# Table des matières--> 
    161                                 <sm:WParagraph style="breakNewSection" display="always"/> 
    162                                 <sm:WSection style="pageTitleSct"> 
    163                                         <sm:WParagraph style="pageTitleNoTdm"> 
     148                                <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     149                                        <sm:odContentZone key="addInTdm"> 
     150                                                <sm:fixedString value="false"/> 
     151                                        </sm:odContentZone> 
     152                                        <sm:odContentZone key="zTitle"> 
    164153                                                <sm:fixedString value=";Table des matières"/> 
    165                                         </sm:WParagraph> 
    166                                         <sm:WParagraph style="pageId" display="always"/> 
    167                                 </sm:WSection> 
     154                                        </sm:odContentZone> 
     155                                </sm:Widget> 
    168156                                <sm:WTableOfContents style="toc"/> 
    169157                                <!--# Contenu--> 
     
    171159                                <!--# Ressources pointées non affichées dans le contenu--> 
    172160                                <sm:showDataBlocks refCategory="res" hideIfNoBlocks="yes"> 
    173                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    174                                         <sm:WSection style="pageTitleSct"> 
    175                                                 <sm:WParagraph style="pageTitle"> 
     161                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     162                                                <sm:odContentZone key="addInTdm"> 
     163                                                        <sm:fixedString value="true"/> 
     164                                                </sm:odContentZone> 
     165                                                <sm:odContentZone key="zTitle"> 
    176166                                                        <sm:fixedString value=";Ressources annexes"/> 
    177                                                 </sm:WParagraph> 
    178                                                 <sm:WParagraph style="pageId" display="always"/> 
    179                                         </sm:WSection> 
     167                                                </sm:odContentZone> 
     168                                        </sm:Widget> 
    180169                                        <sm:WSection style="resContent"> 
    181170                                                <sm:forEachBlock> 
     
    196185                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:quest='yes'"> 
    197186                                                <sm:showDataBlocks refCategory="synth" hideIfNoBlocks="yes"> 
    198                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    199                                                         <sm:WSection style="pageTitleSct"> 
    200                                                                 <sm:WParagraph style="pageTitle"> 
     187                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     188                                                                <sm:odContentZone key="addInTdm"> 
     189                                                                        <sm:fixedString value="true"/> 
     190                                                                </sm:odContentZone> 
     191                                                                <sm:odContentZone key="zTitle"> 
    201192                                                                        <sm:fixedString value=";Questions de synthèse"/> 
    202                                                                 </sm:WParagraph> 
    203                                                                 <sm:WParagraph style="pageId" display="always"/> 
    204                                                         </sm:WSection> 
     193                                                                </sm:odContentZone> 
     194                                                        </sm:Widget> 
    205195                                                        <sm:WSection style="synthContent"> 
    206196                                                                <sm:forEachBlock> 
     
    223213                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:solution='yes'"> 
    224214                                                <sm:showDataBlocks refCategory="sol" hideIfNoBlocks="yes"> 
    225                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    226                                                         <sm:WSection style="pageTitleSct"> 
    227                                                                 <sm:WParagraph style="pageTitle"> 
     215                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     216                                                                <sm:odContentZone key="addInTdm"> 
     217                                                                        <sm:fixedString value="true"/> 
     218                                                                </sm:odContentZone> 
     219                                                                <sm:odContentZone key="zTitle"> 
    228220                                                                        <sm:fixedString value=";Solution des exercices de TD"/> 
    229                                                                 </sm:WParagraph> 
    230                                                                 <sm:WParagraph style="pageId" display="always"/> 
    231                                                         </sm:WSection> 
     221                                                                </sm:odContentZone> 
     222                                                        </sm:Widget> 
    232223                                                        <sm:WSection style="solExContent"> 
    233224                                                                <sm:forEachBlock> 
     
    258249                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:solutionQuiz='yes'"> 
    259250                                                <sm:showDataBlocks refCategory="solQuiz" hideIfNoBlocks="yes"> 
    260                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    261                                                         <sm:WSection style="pageTitleSct"> 
    262                                                                 <sm:WParagraph style="pageTitle"> 
     251                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     252                                                                <sm:odContentZone key="addInTdm"> 
     253                                                                        <sm:fixedString value="true"/> 
     254                                                                </sm:odContentZone> 
     255                                                                <sm:odContentZone key="zTitle"> 
    263256                                                                        <sm:fixedString value=";Solution des Quiz"/> 
    264                                                                 </sm:WParagraph> 
    265                                                                 <sm:WParagraph style="pageId" display="always"/> 
    266                                                         </sm:WSection> 
     257                                                                </sm:odContentZone> 
     258                                                        </sm:Widget> 
    267259                                                        <sm:WSection style="solExContent"> 
    268260                                                                <sm:forEachBlock> 
     
    293285                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:glos='yes'"> 
    294286                                                <sm:showDataBlocks refCategory="glos" hideIfNoBlocks="yes"> 
    295                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    296                                                         <sm:WSection style="pageTitleSct"> 
    297                                                                 <sm:WParagraph style="pageTitle"> 
     287                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     288                                                                <sm:odContentZone key="addInTdm"> 
     289                                                                        <sm:fixedString value="true"/> 
     290                                                                </sm:odContentZone> 
     291                                                                <sm:odContentZone key="zTitle"> 
    298292                                                                        <sm:fixedString value=";Glossaire"/> 
    299                                                                 </sm:WParagraph> 
    300                                                                 <sm:WParagraph style="pageId" display="always"/> 
    301                                                         </sm:WSection> 
     293                                                                </sm:odContentZone> 
     294                                                        </sm:Widget> 
    302295                                                        <sm:WSection style="glosContent"> 
    303296                                                                <sm:forEachBlock> 
     
    312305                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:acr='yes'"> 
    313306                                                <sm:showDataBlocks refCategory="acr" hideIfNoBlocks="yes"> 
    314                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    315                                                         <sm:WSection style="pageTitleSct"> 
    316                                                                 <sm:WParagraph style="pageTitle"> 
     307                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     308                                                                <sm:odContentZone key="addInTdm"> 
     309                                                                        <sm:fixedString value="true"/> 
     310                                                                </sm:odContentZone> 
     311                                                                <sm:odContentZone key="zTitle"> 
    317312                                                                        <sm:fixedString value=";Signification des abréviations"/> 
    318                                                                 </sm:WParagraph> 
    319                                                                 <sm:WParagraph style="pageId" display="always"/> 
    320                                                         </sm:WSection> 
     313                                                                </sm:odContentZone> 
     314                                                        </sm:Widget> 
    321315                                                        <sm:WSection style="acrContent"> 
    322316                                                                <sm:forEachBlock> 
     
    331325                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:ref='yes'"> 
    332326                                                <sm:showDataBlocks refCategory="ref" hideIfNoBlocks="yes"> 
    333                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    334                                                         <sm:WSection style="pageTitleSct"> 
    335                                                                 <sm:WParagraph style="pageTitle"> 
    336                                                                         <sm:fixedString value="Références"/> 
    337                                                                 </sm:WParagraph> 
    338                                                                 <sm:WParagraph style="pageId" display="always"/> 
    339                                                         </sm:WSection> 
     327                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     328                                                                <sm:odContentZone key="addInTdm"> 
     329                                                                        <sm:fixedString value="true"/> 
     330                                                                </sm:odContentZone> 
     331                                                                <sm:odContentZone key="zTitle"> 
     332                                                                        <sm:fixedString value=";Références"/> 
     333                                                                </sm:odContentZone> 
     334                                                        </sm:Widget> 
    340335                                                        <sm:WSection style="refContent"> 
    341336                                                                <sm:forEachBlock> 
     
    362357                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:bib='yes'"> 
    363358                                                <sm:showDataBlocks refCategory="bib" hideIfNoBlocks="yes"> 
    364                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    365                                                         <sm:WSection style="pageTitleSct"> 
    366                                                                 <sm:WParagraph style="pageTitle"> 
     359                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     360                                                                <sm:odContentZone key="addInTdm"> 
     361                                                                        <sm:fixedString value="true"/> 
     362                                                                </sm:odContentZone> 
     363                                                                <sm:odContentZone key="zTitle"> 
    367364                                                                        <sm:fixedString value=";Bibliographie"/> 
    368                                                                 </sm:WParagraph> 
    369                                                                 <sm:WParagraph style="pageId" display="always"/> 
    370                                                         </sm:WSection> 
     365                                                                </sm:odContentZone> 
     366                                                        </sm:Widget> 
    371367                                                        <sm:WSection style="bibContent"> 
    372368                                                                <sm:forEachBlock> 
     
    391387                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:index='yes'"> 
    392388                                                <sm:showDataBlocks refCategory="keywd" hideIfNoBlocks="yes"> 
    393                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    394                                                         <sm:WSection style="pageTitleSct"> 
    395                                                                 <sm:WParagraph style="pageTitle"> 
    396                                                                         <sm:fixedString value="Index"/> 
    397                                                                 </sm:WParagraph> 
    398                                                                 <sm:WParagraph style="pageId" display="always"/> 
    399                                                         </sm:WSection> 
     389                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     390                                                                <sm:odContentZone key="addInTdm"> 
     391                                                                        <sm:fixedString value="true"/> 
     392                                                                </sm:odContentZone> 
     393                                                                <sm:odContentZone key="zTitle"> 
     394                                                                        <sm:fixedString value=";Index"/> 
     395                                                                </sm:odContentZone> 
     396                                                        </sm:Widget> 
    400397                                                        <sm:WSection style="indexContent"> 
    401398                                                                <sm:forEachBlock> 
     
    423420                                        <sm:when xpath="/*/*/op:odRootM/sp:annsettings/sp:resource='yes'"> 
    424421                                                <sm:showDataBlocks refCategory="cprRes" hideIfNoBlocks="yes"> 
    425                                                         <sm:WParagraph style="breakNewSection" display="always"/> 
    426                                                         <sm:WSection style="pageTitleSct"> 
    427                                                                 <sm:WParagraph style="pageTitle"> 
     422                                                        <sm:Widget sc:refUri="/academic/gen/_od/widgets/headerSection.odwidget"> 
     423                                                                <sm:odContentZone key="addInTdm"> 
     424                                                                        <sm:fixedString value="true"/> 
     425                                                                </sm:odContentZone> 
     426                                                                <sm:odContentZone key="zTitle"> 
    428427                                                                        <sm:fixedString value=";Crédit des ressources"/> 
    429                                                                 </sm:WParagraph> 
    430                                                                 <sm:WParagraph style="pageId" display="always"/> 
    431                                                         </sm:WSection> 
     428                                                                </sm:odContentZone> 
     429                                                        </sm:Widget> 
    432430                                                        <sm:WSection style="ressContent"> 
    433431                                                                <sm:forEachBlock>