Changeset 1384

Show
Ignore:
Timestamp:
30.07.2008 17:52:50 (4 months ago)
Author:
anp
Message:

gestion des indices

Location:
trunk/model/sources/academic/gen
Files:
2 modified

Legend:

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

    r660 r1384  
    11<?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:fo="http://www.w3.org/1999/XSL/Format" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"> 
     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"> 
    33        <sm:model sc:refUri="/academic/model/Uc/practUcQ.model"/> 
    44        <sm:content> 
    5                 <sm:inDataOrder> 
    6                         <sm:for codes="desc"> 
    7                                 <sm:callSubModel/> 
    8                         </sm:for> 
    9                         <!--TODO : Indice non affiché. A voir...--> 
    10                 </sm:inDataOrder> 
     5                <sm:for codes="desc"> 
     6                        <sm:callSubModel/> 
     7                </sm:for> 
     8                <sm:choose> 
     9                        <sm:when codes="hint"> 
     10                                <sm:WParagraph style="hintTitle" display="always"> 
     11                                        <sm:dynamicString> 
     12                                                <sm:freeSelect xpath="si(count(sp:hint)&gt;1, 'Indices :', 'Indice :')"/> 
     13                                        </sm:dynamicString> 
     14                                </sm:WParagraph> 
     15                                <sm:WSection style="hintSec"> 
     16                                        <sm:label/> 
     17                                        <sm:for codes="hint"> 
     18                                                <sm:callSubModel axis="notImp"/> 
     19                                        </sm:for> 
     20                                </sm:WSection> 
     21                                <sm:WParagraph style="spaceAfterHints" display="always"/> 
     22                        </sm:when> 
     23                </sm:choose> 
    1124        </sm:content> 
    1225</sm:compositionOdtTransf>