Changeset 428


Ignore:
Timestamp:
11/20/08 14:40:04 (4 years ago)
Author:
juw
Message:

sync dokiel : reorg des widgets de dkGuide/genWeb à dkCore/genWeb

Location:
trunk
Files:
6 added
5 deleted
27 edited

Legend:

Unmodified
Added
Removed
  • trunk/deriver/overwrite/sources/.wspmeta

    r418 r428  
    44<option defaultSelect="no" refUri="utc_sc3-3.6"/> 
    55</categ> 
    6 </config><wspUpdate currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm_modeling-3.6"><description title="Atelier de conception de modèles documentaires"/></res></wspUpdate><systemSpace space="~param/sc3/base" localAutoUpdate="minor"><res key="sm.base-3.6"><description title="Classes de base"/></res></systemSpace><systemSpace space="~param/sc3/resources" localAutoUpdate="minor"><res key="sm.resources-3.6"><description title="Classes de ressources"/></res></systemSpace><systemSpace space="~param/sc3/modeling" localAutoUpdate="minor"><res key="sm.modeling-3.6"><description title="Classes pour la construction de modèles"/></res></systemSpace><editionSheet pack="sm_modeling3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_modeling3_6.xpi"/><editionSheet pack="sm_resources3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_resources3_6.xpi"/><editionSheet pack="sm_base3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_base3_6.xpi"/></wspType> 
     6</config><wspUpdate currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm_modeling-3.6"><description title="Atelier de conception de modèles documentaires"/></res></wspUpdate><systemSpace space="~param/sc3/base" currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm.base-3.6"><description title="Classes de base"/></res></systemSpace><systemSpace space="~param/sc3/resources" currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm.resources-3.6"><description title="Classes de ressources"/></res></systemSpace><systemSpace space="~param/sc3/modeling" currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm.modeling-3.6"><description title="Classes pour la construction de modèles"/></res></systemSpace><editionSheet pack="sm_modeling3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_modeling3_6.xpi"/><editionSheet pack="sm_resources3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_resources3_6.xpi"/><editionSheet pack="sm_base3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_base3_6.xpi"/></wspType> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docChm/wdt/tplc.uiwidget

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplc" info="MainZone du template sans seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplc" info="MainZone du template sans seeAlso"> 
    33        <sm:content> 
    4                 <td id="tplTdCo" colspan="2" xmlns="http://www.w3.org/1999/xhtml"> 
    5                         <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     4                <td xmlns="http://www.w3.org/1999/xhtml" id="tplTdCo" colspan="2"> 
     5                        <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    66                        <sm:callZone key="main"/> 
    77                        <div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docChm/wdt/tplcx.uiwidget

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplcx" info="MainZone du template avec seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplcx" info="MainZone du template avec seeAlso"> 
    33        <sm:fillTemplateBuffers> 
    4                 <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match=&quot;seeAlsoMgr&quot;> 
    5  &lt;xsl:choose> 
    6   &lt;xsl:when test=&quot;count(td[@id='tplTdCx']/descendant::a[@href!=''])=0&quot;> 
    7    &lt;xsl:apply-templates select=&quot;td[@id='tplTdCx']&quot; mode=&quot;supprSeeAlso&quot;/> 
    8    &lt;td id=&quot;tplTdCo&quot; colspan=&quot;2&quot;> 
    9     &lt;xsl:apply-overlays select=&quot;td[@id='tplTdCo']/node()&quot;/> 
    10     &lt;xsl:apply-templates select=&quot;td[@id='tplTdCo']/node()&quot;/> 
    11    &lt;/td> 
    12   &lt;/xsl:when> 
    13   &lt;xsl:otherwise> 
    14    &lt;xsl:apply-overlays/> 
    15    &lt;xsl:apply-templates/> 
    16   &lt;/xsl:otherwise> 
    17  &lt;/xsl:choose> 
    18 &lt;/xsl:template>  
    19 &lt;xsl:template mode=&quot;supprSeeAlso&quot; match=&quot;*&quot;/> 
    20 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkDoc']&quot;> 
    21  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    22   &lt;li> 
    23    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    24    &lt;xsl:apply-overlays/> 
    25    &lt;xsl:apply-templates/> 
    26   &lt;/li> 
    27  &lt;/xsl:if> 
    28 &lt;/xsl:template>  
    29 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkSec']&quot;> 
    30  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    31   &lt;li> 
    32    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    33    &lt;xsl:apply-overlays/> 
    34    &lt;xsl:apply-templates/> 
    35   &lt;/li> 
    36  &lt;/xsl:if> 
    37 &lt;/xsl:template>  
     4                <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match="seeAlsoMgr"&gt; 
     5 &lt;xsl:choose&gt; 
     6  &lt;xsl:when test="count(td[@id='tplTdCx']/descendant::a[@href!=''])=0"&gt; 
     7   &lt;xsl:apply-templates select="td[@id='tplTdCx']" mode="supprSeeAlso"/&gt; 
     8   &lt;td id="tplTdCo" colspan="2"&gt; 
     9    &lt;xsl:apply-overlays select="td[@id='tplTdCo']/node()"/&gt; 
     10    &lt;xsl:apply-templates select="td[@id='tplTdCo']/node()"/&gt; 
     11   &lt;/td&gt; 
     12  &lt;/xsl:when&gt; 
     13  &lt;xsl:otherwise&gt; 
     14   &lt;xsl:apply-overlays/&gt; 
     15   &lt;xsl:apply-templates/&gt; 
     16  &lt;/xsl:otherwise&gt; 
     17 &lt;/xsl:choose&gt; 
     18&lt;/xsl:template&gt;  
     19&lt;xsl:template mode="supprSeeAlso" match="*"/&gt; 
     20&lt;xsl:template match="li[@class='seeAlsoLnkDoc']"&gt; 
     21 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     22  &lt;li&gt; 
     23   &lt;xsl:apply-templates select="@*"/&gt; 
     24   &lt;xsl:apply-overlays/&gt; 
     25   &lt;xsl:apply-templates/&gt; 
     26  &lt;/li&gt; 
     27 &lt;/xsl:if&gt; 
     28&lt;/xsl:template&gt;  
     29&lt;xsl:template match="li[@class='seeAlsoLnkSec']"&gt; 
     30 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     31  &lt;li&gt; 
     32   &lt;xsl:apply-templates select="@*"/&gt; 
     33   &lt;xsl:apply-overlays/&gt; 
     34   &lt;xsl:apply-templates/&gt; 
     35  &lt;/li&gt; 
     36 &lt;/xsl:if&gt; 
     37&lt;/xsl:template&gt;  
    3838</sm:postXslFragment> 
    3939        </sm:fillTemplateBuffers> 
     
    4141                <seeAlsoMgr xmlns="http://www.w3.org/1999/xhtml"> 
    4242                        <td id="tplTdCo"> 
    43                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     43                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4444                                <sm:callZone key="main"/> 
    4545                                <div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/tpl/home.uitemplate

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template de l'accueil du guide" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template de l'accueil du guide"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
    55                        <sm:callZone key="zRootTi" format="text"/> 
    66                </sm:windowTitle> 
    7                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     7                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    88                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideMem.uiwidget"/> 
    99                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
     
    1616                <sm:styleSheet src="site/css/crDefinition.css" srcFrom="publishFiles"/> 
    1717                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    18                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     18                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1919                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    20                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    21                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     21                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2222                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    23                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     23                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2424        </sm:head> 
    2525        <sm:body> 
    26                 <div id="tplf" class="tplPage" xmlns="http://www.w3.org/1999/xhtml"> 
     26                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplPage"> 
    2727                        <div id="tplh"> 
    2828                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    5050                                <sm:callZone key="zAbout" format="xhtml"/> 
    5151                                <sm:callZone key="zCopyright" format="xhtml"/> 
    52                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     52                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    5353                        </div> 
    5454                </div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/tpl/map.uitemplate

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="none" info="Template du plan du guide" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="none" info="Template du plan du guide"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideRet.uiwidget"/> 
    1111                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/setCurPage.uiwidget"/> 
     
    1515                <sm:styleSheet src="site/css/outMain.css" srcFrom="publishFiles"/> 
    1616                <sm:styleSheet src="site/css/outMap.css" srcFrom="publishFiles"/> 
    17                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     17                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1818                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    19                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    20                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     19                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2121                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    22                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     22                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2323        </sm:head> 
    2424        <sm:body> 
    25                 <div id="tplf" class="tplMap" xmlns="http://www.w3.org/1999/xhtml"> 
     25                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplMap"> 
    2626                        <div id="tplh"> 
    2727                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    3737                        <div class="tplNav"/> 
    3838                        <div id="tplc"> 
    39                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     39                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4040                                <sm:callMainZone format="xhtml"/> 
    4141                        </div> 
     
    4444                                <sm:callZone key="zAbout" format="xhtml"/> 
    4545                                <sm:callZone key="zCopyright" format="xhtml"/> 
    46                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     46                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    4747                        </div> 
    4848                </div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/tpl/page.uitemplate

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template standard" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template standard"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideMem.uiwidget"/> 
    1111                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
     
    1818                <sm:styleSheet src="site/css/crDefinition.css" srcFrom="publishFiles"/> 
    1919                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    20                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    2121                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    22                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    23                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     22                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     23                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2424                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    25                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     25                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2626        </sm:head> 
    2727        <sm:body> 
    28                 <div id="tplf" class="tplPage" xmlns="http://www.w3.org/1999/xhtml"> 
     28                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplPage"> 
    2929                        <div id="tplh"> 
    3030                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    5252                                <sm:callZone key="zAbout" format="xhtml"/> 
    5353                                <sm:callZone key="zCopyright" format="xhtml"/> 
    54                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     54                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    5555                        </div> 
    5656                </div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/tpl/tools.uitemplate

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template des outils" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template des outils"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideRet.uiwidget"/> 
    1111                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
     
    1515                <sm:styleSheet src="site/css/crDefinition.css" srcFrom="publishFiles"/> 
    1616                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    17                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     17                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1818                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    19                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    20                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     19                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2121                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    22                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     22                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2323        </sm:head> 
    2424        <sm:body> 
    25                 <div id="tplf" class="tplTools" xmlns="http://www.w3.org/1999/xhtml"> 
     25                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplTools"> 
    2626                        <div id="tplh"> 
    2727                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    3737                        <div class="tplNav"/> 
    3838                        <div id="tplc"> 
    39                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     39                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4040                                <sm:callMainZone format="xhtml"/> 
    4141                        </div> 
     
    4444                                <sm:callZone key="zAbout" format="xhtml"/> 
    4545                                <sm:callZone key="zCopyright" format="xhtml"/> 
    46                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     46                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    4747                        </div> 
    4848                </div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/tpl/zoom.uitemplate

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="none" info="Template de zoom" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="none" info="Template de zoom"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:script src="site/jslib/tplZmMgr.js" srcFrom="publishFiles" type="text/JavaScript"/> 
    1111                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
    1212                <sm:styleSheet src="site/css/struct.css" srcFrom="publishFiles"/> 
    1313                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    14                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     14                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1515                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    16                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    17                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     16                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     17                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    1818                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    19                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     19                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2020        </sm:head> 
    2121        <sm:body> 
    22                 <div id="tplf" class="tplZoom" xmlns="http://www.w3.org/1999/xhtml"> 
     22                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplZoom"> 
    2323                        <div id="tplh"> 
    2424                                <span class="hidden">Navigation générale : </span> 
     
    4040                        <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/tpl/tplnz.uiwidget"/> 
    4141                        <div id="tplc"> 
    42                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     42                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4343                                <sm:callMainZone format="xhtml"/> 
    4444                        </div> 
     
    4747                                <sm:callZone key="zAbout" format="xhtml"/> 
    4848                                <sm:callZone key="zCopyright" format="xhtml"/> 
    49                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     49                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    5050                        </div> 
    5151                </div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/transf/dkGuide/tree/webRoot@/webRoot@tools.transf

    r416 r428  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:compositionXhtmlTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<sm:compositionXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
    23        <sm:model sc:refUri="/dkGuide/model/tree/webRoot.model"/> 
    34        <sm:axis code="tools"/> 
     
    1718                                                                <sm:fixedTitle value=";Glossaire"/> 
    1819                                                        </sm:title> 
    19                                                         <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/crDefinition.uiwidget"/> 
     20                                                        <sm:Widget sc:refUri="/dkCore/genWeb/wdt/refs/crDefinition.uiwidget"/> 
    2021                                                        <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/toolsMgr.uiwidget"/> 
    2122                                                </sm:WHeadingBlock> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/wdt/tpl/tplc.uiwidget

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplc" info="MainZone du template sans seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplc" info="MainZone du template sans seeAlso"> 
    33        <sm:content> 
    4                 <div class="tplc_out_yes" id="tplc" xmlns="http://www.w3.org/1999/xhtml"> 
    5                         <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     4                <div xmlns="http://www.w3.org/1999/xhtml" class="tplc_out_yes" id="tplc"> 
     5                        <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    66                        <sm:callZone key="main"/> 
    77                </div> 
  • trunk/deriver/overwrite/sources/dokielGuide/genWeb/docGuide/wdt/tpl/tplcx.uiwidget

    r352 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplcx" info="MainZone du template avec seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplcx" info="MainZone du template avec seeAlso"> 
    33        <sm:fillTemplateBuffers> 
    4                 <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match=&quot;seeAlsoMgr&quot;> 
    5  &lt;xsl:choose> 
    6   &lt;xsl:when test=&quot;count(div[@id='tplx']/descendant::a[@href!=''])=0&quot;> 
    7    &lt;xsl:apply-templates select=&quot;div[@id='tplx']&quot; mode=&quot;supprSeeAlso&quot;/> 
    8    &lt;div id=&quot;tplc&quot; class=&quot;tplc_out_yes&quot;> 
    9     &lt;xsl:apply-overlays select=&quot;div[@id='tplc']/node()&quot;/> 
    10     &lt;xsl:apply-templates select=&quot;div[@id='tplc']/node()&quot;/> 
    11    &lt;/div> 
    12   &lt;/xsl:when> 
    13   &lt;xsl:otherwise> 
    14    &lt;xsl:apply-overlays/> 
    15    &lt;xsl:apply-templates/> 
    16   &lt;/xsl:otherwise> 
    17  &lt;/xsl:choose> 
    18 &lt;/xsl:template>  
    19 &lt;xsl:template mode=&quot;supprSeeAlso&quot; match=&quot;*&quot;/> 
    20 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkDoc']&quot;> 
    21  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    22   &lt;li> 
    23    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    24    &lt;xsl:apply-overlays/> 
    25    &lt;xsl:apply-templates/> 
    26   &lt;/li> 
    27  &lt;/xsl:if> 
    28 &lt;/xsl:template>  
    29 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkSec']&quot;> 
    30  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    31   &lt;li> 
    32    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    33    &lt;xsl:apply-overlays/> 
    34    &lt;xsl:apply-templates/> 
    35   &lt;/li> 
    36  &lt;/xsl:if> 
    37 &lt;/xsl:template>  
     4                <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match="seeAlsoMgr"&gt; 
     5 &lt;xsl:choose&gt; 
     6  &lt;xsl:when test="count(div[@id='tplx']/descendant::a[@href!=''])=0"&gt; 
     7   &lt;xsl:apply-templates select="div[@id='tplx']" mode="supprSeeAlso"/&gt; 
     8   &lt;div id="tplc" class="tplc_out_yes"&gt; 
     9    &lt;xsl:apply-overlays select="div[@id='tplc']/node()"/&gt; 
     10    &lt;xsl:apply-templates select="div[@id='tplc']/node()"/&gt; 
     11   &lt;/div&gt; 
     12  &lt;/xsl:when&gt; 
     13  &lt;xsl:otherwise&gt; 
     14   &lt;xsl:apply-overlays/&gt; 
     15   &lt;xsl:apply-templates/&gt; 
     16  &lt;/xsl:otherwise&gt; 
     17 &lt;/xsl:choose&gt; 
     18&lt;/xsl:template&gt;  
     19&lt;xsl:template mode="supprSeeAlso" match="*"/&gt; 
     20&lt;xsl:template match="li[@class='seeAlsoLnkDoc']"&gt; 
     21 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     22  &lt;li&gt; 
     23   &lt;xsl:apply-templates select="@*"/&gt; 
     24   &lt;xsl:apply-overlays/&gt; 
     25   &lt;xsl:apply-templates/&gt; 
     26  &lt;/li&gt; 
     27 &lt;/xsl:if&gt; 
     28&lt;/xsl:template&gt;  
     29&lt;xsl:template match="li[@class='seeAlsoLnkSec']"&gt; 
     30 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     31  &lt;li&gt; 
     32   &lt;xsl:apply-templates select="@*"/&gt; 
     33   &lt;xsl:apply-overlays/&gt; 
     34   &lt;xsl:apply-templates/&gt; 
     35  &lt;/li&gt; 
     36 &lt;/xsl:if&gt; 
     37&lt;/xsl:template&gt;  
    3838</sm:postXslFragment> 
    3939        </sm:fillTemplateBuffers> 
     
    4141                <seeAlsoMgr xmlns="http://www.w3.org/1999/xhtml"> 
    4242                        <div class="tplc_out_yes tplc_ctx_yes" id="tplc"> 
    43                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     43                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4444                                <sm:callZone key="main"/> 
    4545                        </div> 
  • trunk/model/sources/.wspmeta

    r418 r428  
    44<option defaultSelect="no" refUri="utc_sc3-3.6"/> 
    55</categ> 
    6 </config><wspUpdate currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm_modeling-3.6"><description title="Atelier de conception de modèles documentaires"/></res></wspUpdate><systemSpace space="~param/sc3/base" localAutoUpdate="minor"><res key="sm.base-3.6"><description title="Classes de base"/></res></systemSpace><systemSpace space="~param/sc3/resources" localAutoUpdate="minor"><res key="sm.resources-3.6"><description title="Classes de ressources"/></res></systemSpace><systemSpace space="~param/sc3/modeling" localAutoUpdate="minor"><res key="sm.modeling-3.6"><description title="Classes pour la construction de modèles"/></res></systemSpace><editionSheet pack="sm_modeling3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_modeling3_6.xpi"/><editionSheet pack="sm_resources3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_resources3_6.xpi"/><editionSheet pack="sm_base3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_base3_6.xpi"/></wspType> 
     6</config><wspUpdate currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm_modeling-3.6"><description title="Atelier de conception de modèles documentaires"/></res></wspUpdate><systemSpace space="~param/sc3/base" currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm.base-3.6"><description title="Classes de base"/></res></systemSpace><systemSpace space="~param/sc3/resources" currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm.resources-3.6"><description title="Classes de ressources"/></res></systemSpace><systemSpace space="~param/sc3/modeling" currentVersion="3.6.003" localAutoUpdate="minor"><res key="sm.modeling-3.6"><description title="Classes pour la construction de modèles"/></res></systemSpace><editionSheet pack="sm_modeling3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_modeling3_6.xpi"/><editionSheet pack="sm_resources3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_resources3_6.xpi"/><editionSheet pack="sm_base3_6" xpi="http://scenari.utc.fr/deploiement/update/sm_base3_6.xpi"/></wspType> 
  • trunk/model/sources/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget

    r414 r428  
    22<sm:openUiWidget code="noscriptWarn" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
    33        <sm:content> 
    4                 <noscript xmlns="http://www.w3.org/1999/xhtml">Attention, votre navigateur ne supporte pas le javascript ou celui-ci à été désactivé. Certaines fonctionnalitées de ce module sont restreintes.</noscript> 
     4                <noscript xmlns="http://www.w3.org/1999/xhtml"> 
     5                        <div style="text-align: center;"> 
     6                                <strong>Attention</strong>, votre navigateur ne supporte pas le <b>javascript</b> ou celui-ci à été désactivé. Certaines fonctionnalitées de ce guide sont restreintes.</div> 
     7                </noscript> 
    58        </sm:content> 
    69</sm:openUiWidget> 
  • trunk/model/sources/dkCore/model/content/para.model

    r416 r428  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:textPrim xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" name=";Paragraphe"> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<sm:textPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" name=";Paragraphe"> 
    23        <sm:help quickHelp=";Texte mono paragraphe avec balises inline simples"/> 
    34        <sm:identification targetNamespace="kelis.fr:dokiel" targetPrefix="dk" code="para"/> 
     
    2122                        <sm:inlineImgTag role="area" name=";Zone d'écran"> 
    2223                                <sm:allowedModel sc:refUri="/dkCore/model/base/icon.model"/> 
     24                                <sm:allowedModel sc:refUri="/dkCore/model/base/screenShot.model"/> 
    2325                        </sm:inlineImgTag> 
    2426                </sm:inlineTags> 
     
    129131                        </sm:htmlStyle> 
    130132                </sm:formEditor> 
     133                <sm:htmlPreview> 
     134                        <sm:sameAsFormEditor/> 
     135                </sm:htmlPreview> 
    131136        </sm:authoring> 
    132137</sm:textPrim> 
  • trunk/model/sources/dkCore/model/content/text.model

    r420 r428  
    128128                        <sm:htmlStyle tag="column" role="colTi"> 
    129129                                <sm:entryStyle key="background-color" value="#f9e7a8"/> 
    130                                 <!--ne fonctionne pas.--> 
    131                                 <sm:entryStyle key="text-align" value="center"/> 
    132                         </sm:htmlStyle> 
    133                         <!--ne fonctionne pas.--> 
    134                         <sm:htmlStyle tag="column" role="colTi"> 
    135                                 <sm:htmlStyle tag="row" role="row"> 
    136                                         <sm:htmlStyle tag="cell" role="cell"> 
    137                                                 <sm:entryStyle key="color" value="white"/> 
    138                                                 <sm:entryStyle key="text-align" value="center"/> 
    139                                                 <sm:entryStyle key="border-color" value="#cda313"/> 
    140                                         </sm:htmlStyle> 
    141                                 </sm:htmlStyle> 
    142130                        </sm:htmlStyle> 
    143131                        <sm:htmlStyle tag="row" role="rowTi"> 
  • trunk/model/sources/dokielGuide/app/en.locale/dkguide-2_3.xlf

    r425 r428  
    145145            <trans-unit id="36" resname="Section publiée isolément"> 
    146146                <source>Section publiée isolément</source> 
    147                 <target>Alone section</target> 
    148147            </trans-unit> 
    149148            <trans-unit id="37" resname="Dokiel Guide"> 
    150149                <source>Dokiel Guide</source> 
    151                 <target>Dokiel Guide</target> 
    152150            </trans-unit> 
    153151            <trans-unit id="38" resname="Supports"> 
    154152                <source>Supports</source> 
    155                 <target>Supports</target> 
    156153            </trans-unit> 
    157154            <trans-unit id="39" resname="Guide et section"> 
    158155                <source>Guide et section</source> 
    159                 <target>Guide and section</target> 
    160156            </trans-unit> 
    161157            <trans-unit id="40" resname="Items fondamentaux"> 
    162158                <source>Items fondamentaux</source> 
    163                 <target>Fundamental items</target> 
    164159            </trans-unit> 
    165160            <trans-unit id="41" resname="Dépréciés"> 
    166161                <source>Dépréciés</source> 
    167                 <target>Deprecated</target> 
    168162            </trans-unit> 
    169163            <trans-unit id="42" resname="Références"> 
    170164                <source>Références</source> 
    171                 <target>References</target> 
    172165            </trans-unit> 
    173166            <trans-unit id="43" resname="Images d'illustration"> 
    174167                <source>Images d'illustration</source> 
    175                 <target>Images</target> 
    176168            </trans-unit> 
    177169            <trans-unit id="44" resname="Captures et vidéos d'écrans"> 
    178170                <source>Captures et vidéos d'écrans</source> 
    179                 <target>Screenshots and screenmovies</target> 
    180171            </trans-unit> 
    181172            <trans-unit id="45" resname="Ressources bureautiques"> 
    182173                <source>Ressources bureautiques</source> 
    183                 <target>Office resources</target> 
    184174            </trans-unit> 
    185175            <trans-unit id="46" resname="Ressources web"> 
    186176                <source>Ressources web</source> 
    187                 <target>Web resources</target> 
    188177            </trans-unit> 
    189178            <trans-unit id="47" resname="guideWebML"> 
    190179                <source>guideWebML</source> 
    191                 <target>MLWebGuide</target> 
    192180            </trans-unit> 
    193181            <trans-unit id="48" resname="guideWeb"> 
    194182                <source>guideWeb</source> 
    195                 <target>webGuide</target> 
    196183            </trans-unit> 
    197184            <trans-unit id="49" resname="guidePapier"> 
    198185                <source>guidePapier</source> 
    199                 <target>paperGuide</target> 
    200186            </trans-unit> 
    201187            <trans-unit id="50" resname="doc"> 
    202188                <source>doc</source> 
    203                 <target>doc</target> 
    204189            </trans-unit> 
    205190            <trans-unit id="51" resname="guide"> 
    206191                <source>guide</source> 
    207                 <target>guide</target> 
    208192            </trans-unit> 
    209193            <trans-unit id="52" resname="procedure"> 
    210194                <source>procedure</source> 
    211                 <target>operatingProcess</target> 
    212195            </trans-unit> 
    213196            <trans-unit id="53" resname="concept"> 
    214197                <source>concept</source> 
    215                 <target>concept</target> 
    216198            </trans-unit> 
    217199            <trans-unit id="54" resname="def"> 
    218200                <source>def</source> 
    219                 <target>def</target> 
    220201            </trans-unit> 
    221202            <trans-unit id="55" resname="ref_"> 
    222203                <source>ref_</source> 
    223                 <target>ref</target> 
    224204            </trans-unit> 
    225205            <trans-unit id="56" resname="image"> 
    226206                <source>image</source> 
    227                 <target>image</target> 
    228207            </trans-unit> 
    229208            <trans-unit id="57" resname="res"> 
    230209                <source>res</source> 
    231                 <target>res</target> 
    232210            </trans-unit> 
    233211            <trans-unit id="58" resname="url"> 
    234212                <source>url</source> 
    235                 <target>url</target> 
    236213            </trans-unit> 
    237214            <trans-unit id="59" resname="Edition"> 
    238215                <source>Edition</source> 
    239                 <target>Edit</target> 
    240216            </trans-unit> 
    241217            <trans-unit id="60" resname="Visualisation"> 
    242218                <source>Visualisation</source> 
    243                 <target>Preview</target> 
    244219            </trans-unit> 
    245220            <trans-unit id="61" resname="Aperçu"> 
    246221                <source>Aperçu</source> 
    247                 <target>Glimpse</target> 
    248222            </trans-unit> 
    249223            <trans-unit id="62" resname="Informations"> 
    250224                <source>Informations</source> 
    251                 <target>Informations</target> 
    252225            </trans-unit> 
    253226            <trans-unit id="63" resname="Edition texte"> 
    254227                <source>Edition texte</source> 
    255                 <target>Text edit</target> 
    256228            </trans-unit> 
    257229            <trans-unit id="64" resname="Edition externe"> 
    258230                <source>Edition externe</source> 
    259                 <target>External edit</target> 
    260231            </trans-unit> 
    261232            <trans-unit id="65" resname="Import"> 
    262233                <source>Import</source> 
    263                 <target>Import</target> 
    264234            </trans-unit> 
    265235            <trans-unit id="66" resname="Dimensions"> 
    266236                <source>Dimensions</source> 
    267                 <target>Dimensions</target> 
    268237            </trans-unit> 
    269238            <trans-unit id="67" resname="Vidéo d\'écran"> 
    270239                <source>Vidéo d\'écran</source> 
    271                 <target>Moviescreen</target> 
    272240            </trans-unit> 
    273241            <trans-unit id="68" resname="Copie d\'écran"> 
    274242                <source>Copie d\'écran</source> 
    275                 <target>Screenshot</target> 
    276243            </trans-unit> 
    277244            <trans-unit id="69" resname="Publication"> 
    278245                <source>Publication</source> 
    279                 <target>Publushing</target> 
    280246            </trans-unit> 
    281247            <trans-unit id="70" resname="Générateur"> 
    282248                <source>Générateur</source> 
    283                 <target>Generator</target> 
    284249            </trans-unit> 
    285250            <trans-unit id="71" resname="Publications"> 
    286251                <source>Publications</source> 
    287                 <target>Publishing</target> 
    288252            </trans-unit> 
    289253            <trans-unit id="72" resname="Générateurs"> 
    290254                <source>Générateurs</source> 
    291                 <target>Generators</target> 
    292255            </trans-unit> 
    293256            <trans-unit id="73" resname="Adresse d'un site web, adresse de messagerie..."> 
    294257                <source>Adresse d'un site web, adresse de messagerie...</source> 
    295                 <target>Website address, email...</target> 
    296258            </trans-unit> 
    297259            <trans-unit id="74" resname="Url"> 
    298260                <source>Url</source> 
    299                 <target>Url</target> 
    300261            </trans-unit> 
    301262            <trans-unit id="75" resname="Détails"> 
    302263                <source>Détails</source> 
    303                 <target>Details</target> 
    304264            </trans-unit> 
    305265            <trans-unit id="76" resname="Titre"> 
    306266                <source>Titre</source> 
    307                 <target>Title</target> 
    308267            </trans-unit> 
    309268            <trans-unit id="77" resname="Description"> 
    310269                <source>Description</source> 
    311                 <target>Description</target> 
    312270            </trans-unit> 
    313271            <trans-unit id="78" resname="Icône (bouton...) utilisée dans l'application. Dans le titre figure généralement le texte de la bulle d'aide associée."> 
    314272                <source>Icône (bouton...) utilisée dans l'application. Dans le titre figure généralement le texte de la bulle d'aide associée.</source> 
    315                 <target>Icon(button...) used in software. Write in the title zone the tooltip content. </target> 
    316273            </trans-unit> 
    317274            <trans-unit id="79" resname=" Ressource au format PDF. "> 
    318275                <source> Ressource au format PDF. </source> 
    319                 <target>PDF resource</target> 
    320276            </trans-unit> 
    321277            <trans-unit id="80" resname=" Ressource au format Open Document Spreadsheet. "> 
    322278                <source> Ressource au format Open Document Spreadsheet. </source> 
    323                 <target>Open Document Spreadsheet Resource</target> 
    324279            </trans-unit> 
    325280            <trans-unit id="81" resname=" Ressource au format Open Document Graphics. "> 
    326281                <source> Ressource au format Open Document Graphics. </source> 
    327                 <target>Open Document Graphics Resource</target> 
    328282            </trans-unit> 
    329283            <trans-unit id="82" resname="Copie d'écran de l'application "> 
    330284                <source>Copie d'écran de l'application </source> 
    331                 <target>Software screenshot</target> 
    332285            </trans-unit> 
    333286            <trans-unit id="83" resname=" Image au format PNG. - 300dpi"> 
    334287                <source> Image au format PNG. - 300dpi</source> 
    335                 <target>PNG Image</target> 
    336288            </trans-unit> 
    337289            <trans-unit id="84" resname=" Image au format JPEG. "> 
    338290                <source> Image au format JPEG. </source> 
    339                 <target>JPEG Image</target> 
    340291            </trans-unit> 
    341292            <trans-unit id="85" resname=" Image au format GIF."> 
    342293                <source> Image au format GIF.</source> 
    343                 <target>GIF Image</target> 
    344294            </trans-unit> 
    345295            <trans-unit id="86" resname="Référence utilisée pour construire la bibliographie et la webographie"> 
    346296                <source>Référence utilisée pour construire la bibliographie et la webographie</source> 
    347                 <target>Reference used to build bibliography </target> 
    348297            </trans-unit> 
    349298            <trans-unit id="87" resname="Ressource associée"> 
    350299                <source>Ressource associée</source> 
    351                 <target>Linked resource</target> 
    352300            </trans-unit> 
    353301            <trans-unit id="88" resname="Document, adresse web du document"> 
    354302                <source>Document, adresse web du document</source> 
    355                 <target>Document, document url</target> 
    356303            </trans-unit> 
    357304            <trans-unit id="89" resname="Résumé"> 
    358305                <source>Résumé</source> 
    359                 <target>Summary</target> 
    360306            </trans-unit> 
    361307            <trans-unit id="90" resname="Identifiant"> 
    362308                <source>Identifiant</source> 
    363                 <target>Id</target> 
    364309            </trans-unit> 
    365310            <trans-unit id="91" resname="Entrée"> 
    366311                <source>Entrée</source> 
    367                 <target>Entry</target> 
    368312            </trans-unit> 
    369313            <trans-unit id="92" resname="Libellé"> 
    370314                <source>Libellé</source> 
    371                 <target>Name</target> 
    372315            </trans-unit> 
    373316            <trans-unit id="93" resname="Valeur"> 
    374317                <source>Valeur</source> 
    375                 <target>Value</target> 
    376318            </trans-unit> 
    377319            <trans-unit id="94" resname="Notion"> 
    378320                <source>Notion</source> 
    379                 <target>Notion</target> 
    380321            </trans-unit> 
    381322            <trans-unit id="95" resname="Synonyme"> 
    382323                <source>Synonyme</source> 
    383                 <target>Synonymous</target> 
    384324            </trans-unit> 
    385325            <trans-unit id="96" resname="Description d'un environnement graphique de l'application"> 
    386326                <source>Description d'un environnement graphique de l'application</source> 
    387                 <target>User interface description</target> 
    388327            </trans-unit> 
    389328            <trans-unit id="97" resname="Utilisation de l'écran"> 
    390329                <source>Utilisation de l'écran</source> 
    391                 <target>Window functions</target> 
    392330            </trans-unit> 
    393331            <trans-unit id="98" resname="Permet de survoler l'écran et ses sous-écrans. de montrer les barres d'outils..."> 
    394332                <source>Permet de survoler l'écran et ses sous-écrans. de montrer les barres d'outils...</source> 
    395                 <target>Used to showtoolbars, window and subwindows...</target> 
    396333            </trans-unit> 
    397334            <trans-unit id="99" resname="Menus"> 
     
    415352            <trans-unit id="105" resname="Transition"> 
    416353                <source>Transition</source> 
    417                 <target>Transition</target> 
    418354            </trans-unit> 
    419355            <trans-unit id="106" resname="Objet"> 
    420356                <source>Objet</source> 
    421                 <target>Object</target> 
    422357            </trans-unit> 
    423358            <trans-unit id="107" resname="Bloc Information"> 
    424359                <source>Bloc Information</source> 
    425                 <target>Information Block</target> 
    426360            </trans-unit> 
    427361            <trans-unit id="108" resname="Bloc Attention"> 
    428362                <source>Bloc Attention</source> 
    429                 <target>Warning Block</target> 
    430363            </trans-unit> 
    431364            <trans-unit id="109" resname="Bloc Conseil"> 
    432365                <source>Bloc Conseil</source> 
    433                 <target>Advice Block</target> 
    434366            </trans-unit> 
    435367            <trans-unit id="110" resname="Bloc Truc &amp; astuce"> 
    436368                <source>Bloc Truc &amp; astuce</source> 
    437                 <target>Tip Block</target> 
    438369            </trans-unit> 
    439370            <trans-unit id="111" resname="Bloc Exemple"> 
    440371                <source>Bloc Exemple</source> 
    441                 <target>Example Block</target> 
    442372            </trans-unit> 
    443373            <trans-unit id="112" resname="Bloc Remarque"> 
    444374                <source>Bloc Remarque</source> 
    445                 <target>Remark Block</target> 
    446375            </trans-unit> 
    447376            <trans-unit id="113" resname="Bloc Réglementaire"> 
    448377                <source>Bloc Réglementaire</source> 
    449                 <target>Legal Block</target> 
    450378            </trans-unit> 
    451379            <trans-unit id="114" resname="Bloc Complément"> 
    452380                <source>Bloc Complément</source> 
    453                 <target>Complement Block</target> 
    454381            </trans-unit> 
    455382            <trans-unit id="115" resname="Partie"> 
    456383                <source>Partie</source> 
    457                 <target>Part</target> 
    458384            </trans-unit> 
    459385            <trans-unit id="116" resname="corps"> 
    460386                <source>corps</source> 
    461                 <target>corps</target> 
    462387            </trans-unit> 
    463388            <trans-unit id="117" resname="Texte"> 
    464389                <source>Texte</source> 
    465                 <target>text</target> 
    466390            </trans-unit> 
    467391            <trans-unit id="118" resname="Texte illustré"> 
    468392                <source>Texte illustré</source> 
    469                 <target>Illustrated text</target> 
    470393            </trans-unit> 
    471394            <trans-unit id="119" resname="Illustration"> 
    472395                <source>Illustration</source> 
    473                 <target>Illustration</target> 
    474396            </trans-unit> 
    475397            <trans-unit id="120" resname="Voir aussi..."> 
    476398                <source>Voir aussi...</source> 
    477                 <target>See also...</target> 
    478399            </trans-unit> 
    479400            <trans-unit id="121" resname="Référence"> 
    480401                <source>Référence</source> 
    481                 <target>Reference</target> 
    482402            </trans-unit> 
    483403            <trans-unit id="122" resname="Document"> 
    484404                <source>Document</source> 
    485                 <target>Document</target> 
    486405            </trans-unit> 
    487406            <trans-unit id="123" resname="Image d'illustration"> 
    488407                <source>Image d'illustration</source> 
    489                 <target>Image</target> 
    490408            </trans-unit> 
    491409            <trans-unit id="124" resname="Position"> 
    492410                <source>Position</source> 
    493                 <target>Position</target> 
    494411            </trans-unit> 
    495412            <trans-unit id="125" resname="Texte à droite, Illustration à gauche"> 
    496413                <source>Texte à droite, Illustration à gauche</source> 
    497                 <target>Text right, illustration left</target> 
    498414            </trans-unit> 
    499415            <trans-unit id="126" resname="Texte à gauche, Illustration à droite"> 
    500416                <source>Texte à gauche, Illustration à droite</source> 
    501                 <target>Text left, illustration right</target> 
    502417            </trans-unit> 
    503418            <trans-unit id="127" resname="Explication"> 
    504419                <source>Explication</source> 
    505                 <target>Explanation</target> 
    506420            </trans-unit> 
    507421            <trans-unit id="128" resname="Etape"> 
    508422                <source>Etape</source> 
    509                 <target>Step</target> 
    510423            </trans-unit> 
    511424            <trans-unit id="129" resname="Commentaires généraux sur la procédure"> 
    512425                <source>Commentaires généraux sur la procédure</source> 
    513                 <target>General comment about operating process</target> 
    514426            </trans-unit> 
    515427            <trans-unit id="130" resname="Procédure alternative"> 
    516428                <source>Procédure alternative</source> 
    517                 <target>Alternative operating process</target> 
    518429            </trans-unit> 
    519430            <trans-unit id="131" resname="Intitulé du lien"> 
    520431                <source>Intitulé du lien</source> 
    521                 <target>Link name</target> 
    522432            </trans-unit> 
    523433            <trans-unit id="132" resname="Description détaillée"> 
    524434                <source>Description détaillée</source> 
    525                 <target>Detailed description</target> 
    526435            </trans-unit> 
    527436            <trans-unit id="133" resname="Compléments"> 
    528437                <source>Compléments</source> 
    529                 <target>Complements</target> 
    530438            </trans-unit> 
    531439            <trans-unit id="134" resname="Intitulé"> 
    532440                <source>Intitulé</source> 
    533                 <target>Name</target> 
    534441            </trans-unit> 
    535442            <trans-unit id="135" resname="Equivalents"> 
    536443                <source>Equivalents</source> 
    537                 <target>Equivalents</target> 
    538444            </trans-unit> 
    539445            <trans-unit id="136" resname="Action"> 
    540446                <source>Action</source> 
    541                 <target>Action</target> 
    542447            </trans-unit> 
    543448            <trans-unit id="137" resname="Traitement"> 
     
    555460            <trans-unit id="141" resname="Contenu titré et/ou fragment de contenu réutilisable"> 
    556461                <source>Contenu titré et/ou fragment de contenu réutilisable</source> 
    557                 <target>Content with title or reusable content fragment </target> 
    558462            </trans-unit> 
    559463            <trans-unit id="142" resname="Corps ou Introduction"> 
    560464                <source>Corps ou Introduction</source> 
    561                 <target>Corps or Introduction</target> 
    562465            </trans-unit> 
    563466            <trans-unit id="143" resname="Contenu de la section (procédure, texte, images)"> 
    564467                <source>Contenu de la section (procédure, texte, images)</source> 
    565                 <target>Section corps (operating process, text, images)</target> 
    566468            </trans-unit> 
    567469            <trans-unit id="144" resname="Détail de la section (sous parties)"> 
    568470                <source>Détail de la section (sous parties)</source> 
    569                 <target>Section details (subPart)</target> 
    570471            </trans-unit> 
    571472            <trans-unit id="145" resname="Lien vers une autre section du guide ou vers un pdf"> 
    572473                <source>Lien vers une autre section du guide ou vers un pdf</source> 
    573                 <target>Link to other section or PDF document</target> 
    574474            </trans-unit> 
    575475            <trans-unit id="146" resname="Item riche décrivant un grand concept du logiciel"> 
    576476                <source>Item riche décrivant un grand concept du logiciel</source> 
    577                 <target>Composite item that describe a software concept</target> 
    578477            </trans-unit> 
    579478            <trans-unit id="147" resname="A externaliser si l'on veut la réutiliser depuis un appel texte"> 
    580479                <source>A externaliser si l'on veut la réutiliser depuis un appel texte</source> 
    581                 <target>To externalized to use from a text block</target> 
    582480            </trans-unit> 
    583481            <trans-unit id="148" resname="Permet de dérouler la procédure"> 
    584482                <source>Permet de dérouler la procédure</source> 
    585                 <target>To preview the operating process</target> 
    586483            </trans-unit> 
    587484            <trans-unit id="149" resname="Liste d'étapes"> 
    588485                <source>Liste d'étapes</source> 
    589                 <target>Step list</target> 
    590486            </trans-unit> 
    591487            <trans-unit id="150" resname="Procédure simple avec une description rapide."> 
    592488                <source>Procédure simple avec une description rapide.</source> 
    593                 <target>Simple operating process with a brief description</target> 
    594489            </trans-unit> 
    595490            <trans-unit id="151" resname="Souligner certains points importants"> 
    596491                <source>Souligner certains points importants</source> 
    597                 <target>Emphasize some important points</target> 
    598492            </trans-unit> 
    599493            <trans-unit id="152" resname="Autre possibilité"> 
    600494                <source>Autre possibilité</source> 
    601                 <target>Other possibility</target> 
    602495            </trans-unit> 
    603496            <trans-unit id="153" resname="Partie d'écran"> 
    604497                <source>Partie d'écran</source> 
    605                 <target>Window part</target> 
    606498            </trans-unit> 
    607499            <trans-unit id="154" resname="Introduction au guide"> 
    608500                <source>Introduction au guide</source> 
    609                 <target>Guide introduction</target> 
    610501            </trans-unit> 
    611502            <trans-unit id="155" resname="Grande partie"> 
    612503                <source>Grande partie</source> 
    613                 <target>Big part</target> 
    614504            </trans-unit> 
    615505            <trans-unit id="156" resname="Version du document"> 
    616506                <source>Version du document</source> 
    617                 <target>Document version</target> 
    618507            </trans-unit> 
    619508            <trans-unit id="157" resname="Date"> 
    620509                <source>Date</source> 
    621                 <target>Date</target> 
    622510            </trans-unit> 
    623511            <trans-unit id="158" resname="Editeur"> 
    624512                <source>Editeur</source> 
    625                 <target>Editor</target> 
    626513            </trans-unit> 
    627514            <trans-unit id="159" resname="Rédacteurs"> 
    628515                <source>Rédacteurs</source> 
    629                 <target>Authors</target> 
    630516            </trans-unit> 
    631517            <trans-unit id="160" resname="Copyright, paternité"> 
    632518                <source>Copyright, paternité</source> 
    633                 <target>Copyright, attribution</target> 
    634519            </trans-unit> 
    635520            <trans-unit id="161" resname="Mention complète du copyright"> 
    636521                <source>Mention complète du copyright</source> 
    637                 <target>Full copyright </target> 
    638522            </trans-unit> 
    639523            <trans-unit id="162" resname="Licence"> 
    640524                <source>Licence</source> 
    641                 <target>License</target> 
    642525            </trans-unit> 
    643526            <trans-unit id="163" resname="Pointer le guide à publier"> 
    644527                <source>Pointer le guide à publier</source> 
    645                 <target>Reference the guide to publish</target> 
    646528            </trans-unit> 
    647529            <trans-unit id="164" resname="Section pouvant être publiée seule (extraite d'un guide plus complet)"> 
    648530                <source>Section pouvant être publiée seule (extraite d'un guide plus complet)</source> 
    649                 <target>Section published alone (extracted from a userguide)</target> 
    650531            </trans-unit> 
    651532            <trans-unit id="165" resname="Titre du corps de la section"> 
    652533                <source>Titre du corps de la section</source> 
    653                 <target>Section's corps title</target> 
    654534            </trans-unit> 
    655535            <trans-unit id="166" resname="Titre court"> 
    656536                <source>Titre court</source> 
    657                 <target>Short Title</target> 
    658537            </trans-unit> 
    659538            <trans-unit id="167" resname="Titre long (description)"> 
    660539                <source>Titre long (description)</source> 
    661                 <target>Long title</target> 
    662540            </trans-unit> 
    663541            <trans-unit id="168" resname="Illustration (page de garde papier)"> 
    664542                <source>Illustration (page de garde papier)</source> 
    665                 <target>Illustration (paper first page)</target> 
    666543            </trans-unit> 
    667544            <trans-unit id="169" resname="Logo"> 
    668545                <source>Logo</source> 
    669                 <target>Logo</target> 
    670546            </trans-unit> 
    671547            <trans-unit id="170" resname="Paramétrage de la publication"> 
    672548                <source>Paramétrage de la publication</source> 
    673                 <target>Publishing parameters</target> 
    674549            </trans-unit> 
    675550            <trans-unit id="171" resname="Index des copies d'écran"> 
    676551                <source>Index des copies d'écran</source> 
    677                 <target>Screenshot index</target> 
    678552            </trans-unit> 
    679553            <trans-unit id="172" resname="Oui"> 
    680554                <source>Oui</source> 
    681                 <target>Yes</target> 
    682555            </trans-unit> 
    683556            <trans-unit id="173" resname="Non"> 
    684557                <source>Non</source> 
    685                 <target>No</target> 
    686558            </trans-unit> 
    687559            <trans-unit id="174" resname="Glossaire"> 
    688560                <source>Glossaire</source> 
    689                 <target>Glossary</target> 
    690561            </trans-unit> 
    691562            <trans-unit id="175" resname="Valeurs de références"> 
    692563                <source>Valeurs de références</source> 
    693                 <target>Reference values</target> 
    694564            </trans-unit> 
    695565            <trans-unit id="176" resname="Bibliographie"> 
    696566                <source>Bibliographie</source> 
    697                 <target>Bibliography</target> 
    698567            </trans-unit> 
    699568            <trans-unit id="177" resname="Affichage des compléments des étapes des procédures"> 
    700569                <source>Affichage des compléments des étapes des procédures</source> 
    701                 <target>Publishing step's complements of operating process</target> 
    702570            </trans-unit> 
    703571            <trans-unit id="178" resname="Description figurant sur la page d'accueil / préface"> 
    704572                <source>Description figurant sur la page d'accueil / préface</source> 
    705                 <target>Description published on the first page, preface</target> 
    706573            </trans-unit> 
    707574            <trans-unit id="179" resname="Guide web monolangue"> 
    708575                <source>Guide web monolangue</source> 
    709                 <target>Monolingual webguide</target> 
    710576            </trans-unit> 
    711577            <trans-unit id="180" resname="Langue"> 
    712578                <source>Langue</source> 
    713                 <target>Language</target> 
    714579            </trans-unit> 
    715580            <trans-unit id="181" resname="Deutsch"> 
     
    751616            <trans-unit id="193" resname="Meta de la ressource web"> 
    752617                <source>Meta de la ressource web</source> 
    753                 <target>Web resource metadata</target> 
    754618            </trans-unit> 
    755619            <trans-unit id="194" resname="Description, résumé"> 
    756620                <source>Description, résumé</source> 
    757                 <target>Description, summary</target> 
    758621            </trans-unit> 
    759622            <trans-unit id="195" resname="Méta-données d'une image"> 
    760623                <source>Méta-données d'une image</source> 
    761                 <target>Image metadata</target> 
    762624            </trans-unit> 
    763625            <trans-unit id="196" resname="Métadonnées vidéo d'écran"> 
    764626                <source>Métadonnées vidéo d'écran</source> 
    765                 <target>Moviescreen metadata</target> 
    766627            </trans-unit> 
    767628            <trans-unit id="197" resname="Méta-données d'une copie d'écran"> 
    768629                <source>Méta-données d'une copie d'écran</source> 
    769                 <target>Screenshot metada</target> 
    770630            </trans-unit> 
    771631            <trans-unit id="198" resname="Référence bibliographique, document"> 
    772632                <source>Référence bibliographique, document</source> 
    773                 <target>Bibliographical reference, document</target> 
    774633            </trans-unit> 
    775634            <trans-unit id="199" resname="Renseigner un identifiant"> 
    776635                <source>Renseigner un identifiant</source> 
    777                 <target>Write an Id</target> 
    778636            </trans-unit> 
    779637            <trans-unit id="200" resname="Utilisez les balises pour définir le titre principal"> 
    780638                <source>Utilisez les balises pour définir le titre principal</source> 
    781                 <target>Use mark to identify main title</target> 
    782639            </trans-unit> 
    783640            <trans-unit id="201" resname="Valeur ou tableau de valeurs de référence"> 
    784641                <source>Valeur ou tableau de valeurs de référence</source> 
    785                 <target>Reference value or table of reference values</target> 
    786642            </trans-unit> 
    787643            <trans-unit id="202" resname="Référence insérée dans le texte appelant"> 
    788644                <source>Référence insérée dans le texte appelant</source> 
    789                 <target>Reference insert in a text block</target> 
    790645            </trans-unit> 
    791646            <trans-unit id="203" resname="Pour l'historique"> 
    792647                <source>Pour l'historique</source> 
    793                 <target>Historical</target> 
    794648            </trans-unit> 
    795649            <trans-unit id="204" resname="principal"> 
    796650                <source>principal</source> 
    797                 <target>main</target> 
    798651            </trans-unit> 
    799652            <trans-unit id="205" resname="court"> 
    800653                <source>court</source> 
    801                 <target>short</target> 
    802654            </trans-unit> 
    803655            <trans-unit id="206" resname="Contenu"> 
    804656                <source>Contenu</source> 
    805                 <target>Content</target> 
    806657            </trans-unit> 
    807658            <trans-unit id="207" resname="Conseil méthodologique"> 
    808659                <source>Conseil méthodologique</source> 
    809                 <target>Methodological advice</target> 
    810660            </trans-unit> 
    811661            <trans-unit id="208" resname="Astuce d'optimisation de l'utilisation du logiciel"> 
    812662                <source>Astuce d'optimisation de l'utilisation du logiciel</source> 
    813                 <target>Tip</target> 
    814663            </trans-unit> 
    815664            <trans-unit id="209" resname="Sous niveau non typé et réutilisable."> 
    816665                <source>Sous niveau non typé et réutilisable.</source> 
    817                 <target>Reusable level </target> 
    818666            </trans-unit> 
    819667            <trans-unit id="210" resname="Bouton d'action"> 
     
    828676            <trans-unit id="213" resname="Informations essentielles de l'étape"> 
    829677                <source>Informations essentielles de l'étape</source> 
    830                 <target>Main  informations about step</target> 
    831678            </trans-unit> 
    832679            <trans-unit id="214" resname="Contenu optionnel, pouvant ne pas être publié (cf paramétrage du support papier)"> 
    833680                <source>Contenu optionnel, pouvant ne pas être publié (cf paramétrage du support papier)</source> 
    834                 <target>Optional content that can be published or not</target> 
    835681            </trans-unit> 
    836682            <trans-unit id="215" resname="Phrase de transition vers la procédure alternative"> 
    837683                <source>Phrase de transition vers la procédure alternative</source> 
    838                 <target>Transition to alternative operating process</target> 
    839684            </trans-unit> 
    840685            <trans-unit id="216" resname="Meta-données de documentation"> 
    841686                <source>Meta-données de documentation</source> 
    842                 <target>Documentation metadate</target> 
    843687            </trans-unit> 
    844688            <trans-unit id="217" resname="Avec des balises inline, important et petites icônes"> 
    845689                <source>Avec des balises inline, important et petites icônes</source> 
    846                 <target>With inline tags, important and little icons</target> 
    847690            </trans-unit> 
    848691            <trans-unit id="218" resname="Haute résolution de GIF, JPEG ou PNG"> 
    849692                <source>Haute résolution de GIF, JPEG ou PNG</source> 
    850                 <target>High resolution GIF, JPEG or PNG</target> 
    851693            </trans-unit> 
    852694            <trans-unit id="219" resname="Publier l'index des copies d'écran"> 
    853695                <source>Publier l'index des copies d'écran</source> 
    854                 <target>Publish screenshots index</target> 
    855696            </trans-unit> 
    856697            <trans-unit id="220" resname="Publier le glossaire"> 
    857698                <source>Publier le glossaire</source> 
    858                 <target>Publish glossary</target> 
    859699            </trans-unit> 
    860700            <trans-unit id="221" resname="Publier les valeurs de références"> 
    861701                <source>Publier les valeurs de références</source> 
    862                 <target>Publish reference values</target> 
    863702            </trans-unit> 
    864703            <trans-unit id="222" resname="Publier la liste des documents de références"> 
    865704                <source>Publier la liste des documents de références</source> 
    866                 <target>Publish reference documents list</target> 
    867705            </trans-unit> 
    868706            <trans-unit id="223" resname="Publier les procédures avec les compléments de chaque étape"> 
    869707                <source>Publier les procédures avec les compléments de chaque étape</source> 
    870                 <target>Publish operating process with step's complements</target> 
    871708            </trans-unit> 
    872709            <trans-unit id="224" resname="Surcharge d'une section publiée isolément"> 
    873710                <source>Surcharge d'une section publiée isolément</source> 
    874                 <target>Overload of alone section</target> 
    875711            </trans-unit> 
    876712            <trans-unit id="225" resname="Titre pour la publication en Guide"> 
    877713                <source>Titre pour la publication en Guide</source> 
    878                 <target>Title used on the Guide support</target> 
    879714            </trans-unit> 
    880715            <trans-unit id="226" resname="Propriétés de langue"> 
    881716                <source>Propriétés de langue</source> 
    882                 <target>Language property</target> 
    883                  
    884717            </trans-unit> 
    885718            <trans-unit id="227" resname="Pour casser l'affichage image/texte/image"> 
    886719                <source>Pour casser l'affichage image/texte/image</source> 
    887                 <target>To break the alignment of text and images</target> 
    888720            </trans-unit> 
    889721            <trans-unit id="228" resname="Copie d'écran, vidéo d'écran, image, tableau"> 
    890722                <source>Copie d'écran, vidéo d'écran, image, tableau</source> 
    891                 <target>Screenshot, screenmovie, image, table</target> 
    892723            </trans-unit> 
    893724            <trans-unit id="229" resname="Lien vers une section du Guide ou vers un pdf"> 
    894725                <source>Lien vers une section du Guide ou vers un pdf</source> 
    895                 <target>Link to guide section or PDF document</target> 
    896726            </trans-unit> 
    897727            <trans-unit id="230" resname="Transition vers un objet lié"> 
    898728                <source>Transition vers un objet lié</source> 
    899                 <target>Transition to linked object</target> 
    900729            </trans-unit> 
    901730            <trans-unit id="231" resname="step M"> 
     
    904733            <trans-unit id="232" resname="Paragraphe"> 
    905734                <source>Paragraphe</source> 
    906                 <target>Paragraph</target> 
    907735            </trans-unit> 
    908736            <trans-unit id="233" resname="Dernier export le &lt;xsl:value-of select=&quot;@lastGen&quot;/>"> 
    909737                <source>Dernier export le &lt;xsl:value-of select=&quot;@lastGen&quot;/></source> 
    910                 <target>Last export le &lt;xsl:value-of select=&quot;@lastGen&quot;/></target> 
    911738            </trans-unit> 
    912739            <trans-unit id="234" resname="Export non disponible"> 
    913740                <source>Export non disponible</source> 
    914                 <target>Export unavailable</target> 
    915741            </trans-unit> 
    916742            <trans-unit id="235" resname="Dernier export le &lt;xsl:value-of select=&quot;@lastGen&quot;/> (avec anomalies)"> 
    917743                <source>Dernier export le &lt;xsl:value-of select=&quot;@lastGen&quot;/> (avec anomalies)</source> 
    918                 <target>Last export le &lt;xsl:value-of select=&quot;@lastGen&quot;/</target> 
    919744            </trans-unit> 
    920745            <trans-unit id="236" resname="Dernier export en échec : FERMEZ VOS FICHIERS OUVERTS ET RECOMMENCEZ."> 
    921746                <source>Dernier export en échec : FERMEZ VOS FICHIERS OUVERTS ET RECOMMENCEZ.</source> 
    922                 <target>Failure last export : CLOSE YOUR OPENED FILES AND RETRY </target> 
    923747            </trans-unit> 
    924748            <trans-unit id="237" resname="Dernier export en échec"> 
    925749                <source>Dernier export en échec</source> 
    926                 <target>Failure last export</target> 
    927750            </trans-unit> 
    928751            <trans-unit id="238" resname="exporter"> 
    929752                <source>exporter</source> 
    930                 <target>export</target> 
    931753                <note>sendServerGenDeploy</note> 
    932754                <note>sendServerGenDeploy</note> 
     
    934756            <trans-unit id="239" resname="exporter toute la génération"> 
    935757                <source>exporter toute la génération</source> 
    936                 <target>export all generation</target> 
    937758                <note>sendServerGenDeploy</note> 
    938759            </trans-unit> 
    939760            <trans-unit id="240" resname="n'exporter que les éléments modifiés"> 
    940761                <source>n'exporter que les éléments modifiés</source> 
    941                 <target>export only modified elements</target> 
    942762                <note>sendServerGenDeploy</note> 
    943763            </trans-unit> 
    944764            <trans-unit id="241" resname="tout exporter"> 
    945765                <source>tout exporter</source> 
    946                 <target>all export</target> 
    947766                <note>sendServerGenDeploy</note> 
    948767            </trans-unit> 
    949768            <trans-unit id="242" resname="ré-exporter toute la génération"> 
    950769                <source>ré-exporter toute la génération</source> 
    951                 <target>export again all generation</target> 
    952770                <note>sendServerGenDeploy</note> 
    953771            </trans-unit> 
    954772            <trans-unit id="243" resname="purger &amp; exporter"> 
    955773                <source>purger &amp; exporter</source> 
    956                 <target>purge &amp; export</target> 
    957774                <note>sendServerGenDeploy</note> 
    958775            </trans-unit> 
    959776            <trans-unit id="244" resname="purger le répertoire de génération et ré-exporter"> 
    960777                <source>purger le répertoire de génération et ré-exporter</source> 
    961                 <target>purge directory and export again</target> 
    962778                <note>sendServerGenDeploy</note> 
    963779            </trans-unit> 
    964780            <trans-unit id="245" resname="rapport"> 
    965781                <source>rapport</source> 
    966                 <target>report</target> 
    967782                <note>sendServerGenDeploy</note> 
    968783            </trans-unit> 
    969784            <trans-unit id="246" resname="consulter le dernier rapport"> 
    970785                <source>consulter le dernier rapport</source> 
    971                 <target>see last report</target> 
    972786                <note>sendServerGenDeploy</note> 
    973787            </trans-unit> 
    974788            <trans-unit id="247" resname="Support non disponible"> 
    975789                <source>Support non disponible</source> 
    976                 <target>Unavailable support</target> 
    977790            </trans-unit> 
    978791            <trans-unit id="248" resname="Liste simple"> 
    979792                <source>Liste simple</source> 
    980                 <target>Simple list</target> 
    981793            </trans-unit> 
    982794            <trans-unit id="249" resname="Item paragraphe"> 
    983795                <source>Item paragraphe</source> 
    984                 <target>Paragraph item</target> 
    985796            </trans-unit> 
    986797            <trans-unit id="250" resname="Liste à puce"> 
    987798                <source>Liste à puce</source> 
    988                 <target>Itemized list</target> 
    989799            </trans-unit> 
    990800            <trans-unit id="251" resname="Liste ordonnée"> 
    991801                <source>Liste ordonnée</source> 
    992                 <target>Ordered list</target> 
    993802            </trans-unit> 
    994803            <trans-unit id="252" resname="Item"> 
    995804                <source>Item</source> 
    996                 <target>Item</target> 
    997805            </trans-unit> 
    998806            <trans-unit id="253" resname="Lien externe"> 
    999807                <source>Lien externe</source> 
    1000                 <target>External link</target> 
    1001808            </trans-unit> 
    1002809            <trans-unit id="254" resname="Important"> 
    1003810                <source>Important</source> 
    1004                 <target>Important</target> 
    1005811            </trans-unit> 
    1006812            <trans-unit id="255" resname="Equivalent"> 
    1007813                <source>Equivalent</source> 
    1008                 <target>Equivalent</target> 
    1009814            </trans-unit> 
    1010815            <trans-unit id="256" resname="Bouton textuel"> 
    1011816                <source>Bouton textuel</source> 
    1012                 <target>Text button</target> 
    1013817            </trans-unit> 
    1014818            <trans-unit id="257" resname="Bouton radio textuel"> 
    1015819                <source>Bouton radio textuel</source> 
    1016                 <target>Text radiobutton</target> 
    1017820            </trans-unit> 
    1018821            <trans-unit id="258" resname="Case à cocher textuel"> 
    1019822                <source>Case à cocher textuel</source> 
    1020                 <target>Text  checkbox</target> 
    1021823            </trans-unit> 
    1022824            <trans-unit id="259" resname="Touche clavier"> 
    1023825                <source>Touche clavier</source> 
    1024                 <target>Keyboard touch</target> 
    1025826            </trans-unit> 
    1026827            <trans-unit id="260" resname="Chemin d'un menu"> 
    1027828                <source>Chemin d'un menu</source> 
    1028                 <target>Menu path</target> 
    1029829            </trans-unit> 
    1030830            <trans-unit id="261" resname="Label"> 
    1031831                <source>Label</source> 
    1032                 <target>Label</target> 
    1033832            </trans-unit> 
    1034833            <trans-unit id="262" resname="Chemin de fichiers, nom de fichier"> 
    1035834                <source>Chemin de fichiers, nom de fichier</source> 
    1036                 <target>File path, file name</target> 
    1037835            </trans-unit> 
    1038836            <trans-unit id="263" resname="Bouton icône"> 
    1039837                <source>Bouton icône</source> 
    1040                 <target>Icon</target> 
    1041838            </trans-unit> 
    1042839            <trans-unit id="264" resname="Zone d'écran"> 
    1043840                <source>Zone d'écran</source> 
    1044                 <target>Screen zone</target> 
    1045841            </trans-unit> 
    1046842            <trans-unit id="265" resname="Tableau"> 
    1047843                <source>Tableau</source> 
    1048                 <target>Table</target> 
    1049844            </trans-unit> 
    1050845            <trans-unit id="266" resname="Colonne"> 
    1051846                <source>Colonne</source> 
    1052                 <target>Column</target> 
    1053847            </trans-unit> 
    1054848            <trans-unit id="267" resname="Titres de lignes"> 
    1055849                <source>Titres de lignes</source> 
    1056                 <target>Line header</target> 
    1057850            </trans-unit> 
    1058851            <trans-unit id="268" resname="Ligne"> 
    1059852                <source>Ligne</source> 
    1060                 <target>Line</target> 
    1061853            </trans-unit> 
    1062854            <trans-unit id="269" resname="Titres de colonnes"> 
    1063855                <source>Titres de colonnes</source> 
    1064                 <target>Column header</target> 
    1065856            </trans-unit> 
    1066857            <trans-unit id="270" resname="Cellule"> 
    1067858                <source>Cellule</source> 
    1068                 <target>Cell</target> 
    1069859            </trans-unit> 
    1070860            <trans-unit id="271" resname="Cellule important"> 
    1071861                <source>Cellule important</source> 
    1072                 <target>Important cell</target> 
    1073862            </trans-unit> 
    1074863            <trans-unit id="272" resname="Titre du tableau"> 
    1075864                <source>Titre du tableau</source> 
    1076                 <target>Table title</target> 
    1077865            </trans-unit> 
    1078866            <trans-unit id="273" resname="Valeur(s) de référence"> 
    1079867                <source>Valeur(s) de référence</source> 
    1080                 <target>Reference value</target> 
    1081868            </trans-unit> 
    1082869            <trans-unit id="274" resname="Référence à une ressource web"> 
    1083870                <source>Référence à une ressource web</source> 
    1084                 <target>Reference to web resource</target> 
    1085871            </trans-unit> 
    1086872            <trans-unit id="275" resname="Titre principal, titre de la publication"> 
    1087873                <source>Titre principal, titre de la publication</source> 
    1088                 <target>Main title, publication title</target> 
    1089874            </trans-unit> 
    1090875            <trans-unit id="276" resname="Auteurs"> 
    1091876                <source>Auteurs</source> 
    1092                 <target>Authors</target> 
    1093877            </trans-unit> 
    1094878            <trans-unit id="277" resname="Positionnement illustration"> 
    1095879                <source>Positionnement illustration</source> 
    1096                 <target>Illustration place</target> 
    1097880            </trans-unit> 
    1098881            <trans-unit id="278" resname="Positionne l'image par rapport au texte"> 
    1099882                <source>Positionne l'image par rapport au texte</source> 
    1100                 <target>Place image and text</target> 
    1101883            </trans-unit> 
    1102884            <trans-unit id="279" resname="Aperçu : "> 
    1103885                <source>Aperçu : </source> 
    1104                 <target>Overview : </target> 
    1105886            </trans-unit> 
    1106887            <trans-unit id="280" resname="Simulation de la procédure"> 
    1107888                <source>Simulation de la procédure</source> 
    1108                 <target>Operating process simulation</target> 
    1109889            </trans-unit> 
    1110890            <trans-unit id="281" resname="Plan"> 
    1111891                <source>Plan</source> 
    1112                 <target>Outline</target> 
    1113892            </trans-unit> 
    1114893            <trans-unit id="282" resname=" "> 
     
    1117896            <trans-unit id="283" resname="unknown language"> 
    1118897                <source>unknown language</source> 
    1119           
    1120898            </trans-unit> 
    1121899            <trans-unit id="284" resname="Traitement pointé"> 
    1122900                <source>Traitement pointé</source> 
    1123                 <target>Reference to batch</target> 
    1124901            </trans-unit> 
    1125902            <trans-unit id="285" resname="Traitement : "> 
     
    1128905            <trans-unit id="286" resname="[non titré]"> 
    1129906                <source>[non titré]</source> 
    1130                 <target>[no title]</target> 
    1131907            </trans-unit> 
    1132908            <trans-unit id="287" resname="Accueil"> 
    1133909                <source>Accueil</source> 
    1134                 <target>Home</target> 
    1135910            </trans-unit> 
    1136911            <trans-unit id="288" resname="Alternative : "> 
    1137912                <source>Alternative : </source> 
    1138                 <target>Alternative</target> 
    1139913            </trans-unit> 
    1140914            <trans-unit id="289" resname="Alternative"> 
    1141915                <source>Alternative</source> 
    1142                 <target>Alternative</target> 
    1143916            </trans-unit> 
    1144917            <trans-unit id="290" resname=" Voir."> 
    1145918                <source> Voir.</source> 
    1146                 <target>See.</target> 
    1147919            </trans-unit> 
    1148920            <trans-unit id="291" resname="Aperçu de l'écran"> 
    1149921                <source>Aperçu de l'écran</source> 
    1150                 <target>Screenshot overview</target> 
    1151922            </trans-unit> 
    1152923            <trans-unit id="292" resname="..."> 
     
    1155926            <trans-unit id="293" resname="Compléments..."> 
    1156927                <source>Compléments...</source> 
    1157                 <target>Extras...></target> 
    1158928            </trans-unit> 
    1159929            <trans-unit id="294" resname="Ouvrir..."> 
    1160930                <source>Ouvrir...</source> 
    1161                 <target>Open...</target> 
    1162931            </trans-unit> 
    1163932            <trans-unit id="295" resname="A propos..."> 
    1164933                <source>A propos...</source> 
    1165                 <target>About...</target> 
    1166934            </trans-unit> 
    1167935            <trans-unit id="296" resname="Ecran : "> 
    1168936                <source>Ecran : </source> 
    1169                 <target>Window : </target> 
    1170937            </trans-unit> 
    1171938            <trans-unit id="297" resname="Ecran pointé"> 
    1172939                <source>Ecran pointé</source> 
    1173                 <target>Reference to window</target> 
    1174940            </trans-unit> 
    1175941            <trans-unit id="298" resname="Ecran"> 
    1176942                <source>Ecran</source> 
    1177                 <target>Window</target> 
    1178943            </trans-unit> 
    1179944            <trans-unit id="299" resname=" (nouvelle fenêtre)"> 
    1180945                <source> (nouvelle fenêtre)</source> 
    1181                 <target>(new window)</target> 
    1182946            </trans-unit> 
    1183947            <trans-unit id="300" resname="document (nouvelle fenêtre)"> 
    1184948                <source>document (nouvelle fenêtre)</source> 
    1185                 <target>document (new window)</target> 
    1186949            </trans-unit> 
    1187950            <trans-unit id="301" resname="Ouvrir"> 
    1188951                <source>Ouvrir</source> 
    1189                 <target>Open</target> 
    1190952            </trans-unit> 
    1191953            <trans-unit id="302" resname="Description de l'écran"> 
    1192954                <source>Description de l'écran</source> 
    1193                 <target>Window description</target> 
    1194955            </trans-unit> 
    1195956            <trans-unit id="303" resname="Bienvenue"> 
    1196957                <source>Bienvenue</source> 
    1197                 <target>Welcome</target> 
    1198958            </trans-unit> 
    1199959            <trans-unit id="304" resname="["> 
     
    1205965            <trans-unit id="306" resname="> cf '"> 
    1206966                <source>> cf '</source> 
    1207                 <target>see</target> 
    1208967            </trans-unit> 
    1209968            <trans-unit id="307" resname="'"> 
     
    1215974            <trans-unit id="309" resname="Attention"> 
    1216975                <source>Attention</source> 
    1217                 <target>Warning</target> 
    1218976            </trans-unit> 
    1219977            <trans-unit id="310" resname="Conseil"> 
    1220978                <source>Conseil</source> 
    1221                 <target>Advice</target> 
    1222979            </trans-unit> 
    1223980            <trans-unit id="311" resname="Truc &amp; astuce"> 
    1224981                <source>Truc &amp; astuce</source> 
    1225                 <target>Tip</target> 
    1226982            </trans-unit> 
    1227983            <trans-unit id="312" resname="Exemple"> 
    1228984                <source>Exemple</source> 
    1229                 <target>Example</target> 
    1230985            </trans-unit> 
    1231986            <trans-unit id="313" resname="Remarque"> 
    1232987                <source>Remarque</source> 
    1233                 <target>Remark</target> 
    1234988            </trans-unit> 
    1235989            <trans-unit id="314" resname="Réglementaire"> 
    1236990                <source>Réglementaire</source> 
    1237                 <target>Legal</target> 
    1238991            </trans-unit> 
    1239992            <trans-unit id="315" resname="Complément"> 
    1240993                <source>Complément</source> 
    1241                 <target>Extra</target> 
    1242994            </trans-unit> 
    1243995            <trans-unit id="316" resname="> "> 
     
    1246998            <trans-unit id="317" resname="Rapport d'export"> 
    1247999                <source>Rapport d'export</source> 
    1248                 <target>Export report</target> 
    12491000                <note>sendServerGenDeploy</note> 
    12501001                <note>sendServerGenDeploy</note> 
     
    12521003            <trans-unit id="318" resname="Paramètres:"> 
    12531004                <source>Paramètres:</source> 
    1254                 <target>Parameters :</target> 
    12551005                <note>sendServerGenDeploy</note> 
    12561006            </trans-unit> 
    12571007            <trans-unit id="319" resname="Serveur :"> 
    12581008                <source>Serveur :</source> 
    1259                 <target>Server : </target> 
    12601009                <note>sendServerGenDeploy</note> 
    12611010            </trans-unit> 
    12621011            <trans-unit id="320" resname="Répertoire principal :"> 
    12631012                <source>Répertoire principal :</source> 
    1264                 <target>Main directory</target> 
    12651013                <note>sendServerGenDeploy</note> 
    12661014            </trans-unit> 
    12671015            <trans-unit id="321" resname="Compte utilisateur :"> 
    12681016                <source>Compte utilisateur :</source> 
    1269                 <target>User account</target> 
    12701017                <note>sendServerGenDeploy</note> 
    12711018            </trans-unit> 
    12721019            <trans-unit id="322" resname="Envoi des contenus :"> 
    12731020                <source>Envoi des contenus :</source> 
    1274                 <target>Content transfer</target> 
    12751021                <note>sendServerGenDeploy</note> 
    12761022            </trans-unit> 
    12771023            <trans-unit id="323" resname="Mode de communication FTP :"> 
    12781024                <source>Mode de communication FTP :</source> 
    1279                 <target>Protocol  FTP :</target> 
    12801025                <note>sendServerGenDeploy</note> 
    12811026            </trans-unit> 
    12821027            <trans-unit id="324" resname="Exporté le :"> 
    12831028                <source>Exporté le :</source> 
    1284                 <target>Exported the : </target> 
    12851029                <note>sendServerGenDeploy</note> 
    12861030            </trans-unit> 
    12871031            <trans-unit id="325" resname="URL du serveur FTP vide ou compte utilisateur et/ou mot de passe incorrect(s)"> 
    12881032                <source>URL du serveur FTP vide ou compte utilisateur et/ou mot de passe incorrect(s)</source> 
    1289                 <target>FTP server URL</target> 
    12901033                <note>sendServerGenDeploy</note> 
    12911034            </trans-unit> 
    12921035            <trans-unit id="326" resname="URL du serveur FTP incorrect (Unknown Host)"> 
    12931036                <source>URL du serveur FTP incorrect (Unknown Host)</source> 
    1294                 <target>FTP server URL unknown (unknown host)</target> 
    12951037                <note>sendServerGenDeploy</note> 
    12961038            </trans-unit> 
    12971039            <trans-unit id="327" resname="Veuillez spécifier un répertoire principal correct"> 
    12981040                <source>Veuillez spécifier un répertoire principal correct</source> 
    1299                 <target>Write an available main directory</target> 
    13001041                <note>sendServerGenDeploy</note> 
    13011042            </trans-unit> 
    13021043            <trans-unit id="328" resname="Le serveur FTP ne répond pas. Veuillez vérifier l'URL du serveur FTP."> 
    13031044                <source>Le serveur FTP ne répond pas. Veuillez vérifier l'URL du serveur FTP.</source> 
    1304                 <target>FTP server doesn't respond. Verify FTP server URL.</target> 
    13051045                <note>sendServerGenDeploy</note> 
    13061046            </trans-unit> 
    13071047            <trans-unit id="329" resname="Erreur de transfert FTP"> 
    13081048                <source>Erreur de transfert FTP</source> 
    1309                 <target>FTP transfer error</target> 
    13101049                <note>sendServerGenDeploy</note> 
    13111050            </trans-unit> 
    13121051            <trans-unit id="330" resname="Fin de l'export"> 
    13131052                <source>Fin de l'export</source> 
    1314                 <target>Export end</target> 
    13151053                <note>sendServerGenDeploy</note> 
    13161054            </trans-unit> 
    13171055            <trans-unit id="331" resname="- Création du répertoire :"> 
    13181056                <source>- Création du répertoire :</source> 
    1319                 <target>Add directory :</target> 
    13201057                <note>sendServerGenDeploy</note> 
    13211058            </trans-unit> 
    13221059            <trans-unit id="332" resname="- Export des fichiers modifiés :"> 
    13231060                <source>- Export des fichiers modifiés :</source> 
    1324                 <target>Modified files exported :</target> 
    13251061                <note>sendServerGenDeploy</note> 
    13261062            </trans-unit> 
    13271063            <trans-unit id="333" resname="- Export des fichiers ajoutés :"> 
    13281064                <source>- Export des fichiers ajoutés :</source> 
    1329                 <target>- Added files export : </target> 
    13301065                <note>sendServerGenDeploy</note> 
    13311066            </trans-unit> 
    13321067            <trans-unit id="334" resname="- Suppression des fichiers :"> 
    13331068                <source>- Suppression des fichiers :</source> 
    1334                 <target>- Delete of files</target> 
    13351069                <note>sendServerGenDeploy</note> 
    13361070            </trans-unit> 
    13371071            <trans-unit id="335" resname="- Suppression des répertoires :"> 
    13381072                <source>- Suppression des répertoires :</source> 
    1339                 <target>- Delete of directories</target> 
    13401073                <note>sendServerGenDeploy</note> 
    13411074            </trans-unit> 
  • trunk/model/sources/dokielGuide/genWeb/docChm/wdt/tplc.uiwidget

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplc" info="MainZone du template sans seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplc" info="MainZone du template sans seeAlso"> 
    33        <sm:content> 
    4                 <td id="tplTdCo" colspan="2" xmlns="http://www.w3.org/1999/xhtml"> 
    5                         <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     4                <td xmlns="http://www.w3.org/1999/xhtml" id="tplTdCo" colspan="2"> 
     5                        <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    66                        <sm:callZone key="main"/> 
    77                        <div> 
  • trunk/model/sources/dokielGuide/genWeb/docChm/wdt/tplcx.uiwidget

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplcx" info="MainZone du template avec seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplcx" info="MainZone du template avec seeAlso"> 
    33        <sm:fillTemplateBuffers> 
    4                 <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match=&quot;seeAlsoMgr&quot;> 
    5  &lt;xsl:choose> 
    6   &lt;xsl:when test=&quot;count(td[@id='tplTdCx']/descendant::a[@href!=''])=0&quot;> 
    7    &lt;xsl:apply-templates select=&quot;td[@id='tplTdCx']&quot; mode=&quot;supprSeeAlso&quot;/> 
    8    &lt;td id=&quot;tplTdCo&quot; colspan=&quot;2&quot;> 
    9     &lt;xsl:apply-overlays select=&quot;td[@id='tplTdCo']/node()&quot;/> 
    10     &lt;xsl:apply-templates select=&quot;td[@id='tplTdCo']/node()&quot;/> 
    11    &lt;/td> 
    12   &lt;/xsl:when> 
    13   &lt;xsl:otherwise> 
    14    &lt;xsl:apply-overlays/> 
    15    &lt;xsl:apply-templates/> 
    16   &lt;/xsl:otherwise> 
    17  &lt;/xsl:choose> 
    18 &lt;/xsl:template>  
    19 &lt;xsl:template mode=&quot;supprSeeAlso&quot; match=&quot;*&quot;/> 
    20 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkDoc']&quot;> 
    21  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    22   &lt;li> 
    23    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    24    &lt;xsl:apply-overlays/> 
    25    &lt;xsl:apply-templates/> 
    26   &lt;/li> 
    27  &lt;/xsl:if> 
    28 &lt;/xsl:template>  
    29 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkSec']&quot;> 
    30  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    31   &lt;li> 
    32    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    33    &lt;xsl:apply-overlays/> 
    34    &lt;xsl:apply-templates/> 
    35   &lt;/li> 
    36  &lt;/xsl:if> 
    37 &lt;/xsl:template>  
     4                <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match="seeAlsoMgr"&gt; 
     5 &lt;xsl:choose&gt; 
     6  &lt;xsl:when test="count(td[@id='tplTdCx']/descendant::a[@href!=''])=0"&gt; 
     7   &lt;xsl:apply-templates select="td[@id='tplTdCx']" mode="supprSeeAlso"/&gt; 
     8   &lt;td id="tplTdCo" colspan="2"&gt; 
     9    &lt;xsl:apply-overlays select="td[@id='tplTdCo']/node()"/&gt; 
     10    &lt;xsl:apply-templates select="td[@id='tplTdCo']/node()"/&gt; 
     11   &lt;/td&gt; 
     12  &lt;/xsl:when&gt; 
     13  &lt;xsl:otherwise&gt; 
     14   &lt;xsl:apply-overlays/&gt; 
     15   &lt;xsl:apply-templates/&gt; 
     16  &lt;/xsl:otherwise&gt; 
     17 &lt;/xsl:choose&gt; 
     18&lt;/xsl:template&gt;  
     19&lt;xsl:template mode="supprSeeAlso" match="*"/&gt; 
     20&lt;xsl:template match="li[@class='seeAlsoLnkDoc']"&gt; 
     21 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     22  &lt;li&gt; 
     23   &lt;xsl:apply-templates select="@*"/&gt; 
     24   &lt;xsl:apply-overlays/&gt; 
     25   &lt;xsl:apply-templates/&gt; 
     26  &lt;/li&gt; 
     27 &lt;/xsl:if&gt; 
     28&lt;/xsl:template&gt;  
     29&lt;xsl:template match="li[@class='seeAlsoLnkSec']"&gt; 
     30 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     31  &lt;li&gt; 
     32   &lt;xsl:apply-templates select="@*"/&gt; 
     33   &lt;xsl:apply-overlays/&gt; 
     34   &lt;xsl:apply-templates/&gt; 
     35  &lt;/li&gt; 
     36 &lt;/xsl:if&gt; 
     37&lt;/xsl:template&gt;  
    3838</sm:postXslFragment> 
    3939        </sm:fillTemplateBuffers> 
     
    4141                <seeAlsoMgr xmlns="http://www.w3.org/1999/xhtml"> 
    4242                        <td id="tplTdCo"> 
    43                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     43                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4444                                <sm:callZone key="main"/> 
    4545                                <div> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/tpl/home.uitemplate

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template de l'accueil du guide" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template de l'accueil du guide"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
    55                        <sm:callZone key="zRootTi" format="text"/> 
    66                </sm:windowTitle> 
    7                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     7                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    88                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideMem.uiwidget"/> 
    99                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
     
    1616                <sm:styleSheet src="site/css/crDefinition.css" srcFrom="publishFiles"/> 
    1717                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    18                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     18                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1919                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    20                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    21                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     21                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2222                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    23                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     23                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2424        </sm:head> 
    2525        <sm:body> 
    26                 <div id="tplf" class="tplPage" xmlns="http://www.w3.org/1999/xhtml"> 
     26                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplPage"> 
    2727                        <div id="tplh"> 
    2828                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    5050                                <sm:callZone key="zAbout" format="xhtml"/> 
    5151                                <sm:callZone key="zCopyright" format="xhtml"/> 
    52                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     52                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    5353                        </div> 
    5454                </div> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/tpl/map.uitemplate

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="none" info="Template du plan du guide" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="none" info="Template du plan du guide"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideRet.uiwidget"/> 
    1111                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/setCurPage.uiwidget"/> 
     
    1515                <sm:styleSheet src="site/css/outMain.css" srcFrom="publishFiles"/> 
    1616                <sm:styleSheet src="site/css/outMap.css" srcFrom="publishFiles"/> 
    17                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     17                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1818                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    19                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    20                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     19                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2121                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    22                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     22                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2323        </sm:head> 
    2424        <sm:body> 
    25                 <div id="tplf" class="tplMap" xmlns="http://www.w3.org/1999/xhtml"> 
     25                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplMap"> 
    2626                        <div id="tplh"> 
    2727                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    3737                        <div class="tplNav"/> 
    3838                        <div id="tplc"> 
    39                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     39                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4040                                <sm:callMainZone format="xhtml"/> 
    4141                        </div> 
     
    4444                                <sm:callZone key="zAbout" format="xhtml"/> 
    4545                                <sm:callZone key="zCopyright" format="xhtml"/> 
    46                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     46                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    4747                        </div> 
    4848                </div> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/tpl/page.uitemplate

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template standard" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template standard"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideMem.uiwidget"/> 
    1111                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
     
    1818                <sm:styleSheet src="site/css/crDefinition.css" srcFrom="publishFiles"/> 
    1919                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    20                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    2121                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    22                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    23                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     22                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     23                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2424                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    25                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     25                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2626        </sm:head> 
    2727        <sm:body> 
    28                 <div id="tplf" class="tplPage" xmlns="http://www.w3.org/1999/xhtml"> 
     28                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplPage"> 
    2929                        <div id="tplh"> 
    3030                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    5252                                <sm:callZone key="zAbout" format="xhtml"/> 
    5353                                <sm:callZone key="zCopyright" format="xhtml"/> 
    54                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     54                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    5555                        </div> 
    5656                </div> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/tpl/tools.uitemplate

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template des outils" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="hierarchicalContext" info="Template des outils"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/guideRet.uiwidget"/> 
    1111                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
     
    1515                <sm:styleSheet src="site/css/crDefinition.css" srcFrom="publishFiles"/> 
    1616                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    17                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     17                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1818                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    19                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    20                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     19                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     20                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    2121                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    22                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     22                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2323        </sm:head> 
    2424        <sm:body> 
    25                 <div id="tplf" class="tplTools" xmlns="http://www.w3.org/1999/xhtml"> 
     25                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplTools"> 
    2626                        <div id="tplh"> 
    2727                                <sm:callRootModel axis="outLang" format="xhtml"/> 
     
    3737                        <div class="tplNav"/> 
    3838                        <div id="tplc"> 
    39                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     39                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4040                                <sm:callMainZone format="xhtml"/> 
    4141                        </div> 
     
    4444                                <sm:callZone key="zAbout" format="xhtml"/> 
    4545                                <sm:callZone key="zCopyright" format="xhtml"/> 
    46                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     46                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    4747                        </div> 
    4848                </div> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/tpl/zoom.uitemplate

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiTemplate blockCache="yes" pageUnicityCriterion="none" info="Template de zoom" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     2<sm:openUiTemplate xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" blockCache="yes" pageUnicityCriterion="none" info="Template de zoom"> 
    33        <sm:head> 
    44                <sm:windowTitle> 
     
    77                        <sm:pageTitle/> 
    88                </sm:windowTitle> 
    9                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/htmlMeta.uiwidget"/> 
     9                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/htmlMeta.uiwidget"/> 
    1010                <sm:script src="site/jslib/tplZmMgr.js" srcFrom="publishFiles" type="text/JavaScript"/> 
    1111                <sm:styleSheet src="site/css/html.css" srcFrom="publishFiles"/> 
    1212                <sm:styleSheet src="site/css/struct.css" srcFrom="publishFiles"/> 
    1313                <sm:styleSheet src="site/css/transf.css" srcFrom="publishFiles"/> 
    14                 <sm:WXhtmlFragment>&lt;!--[if IE]></sm:WXhtmlFragment> 
     14                <sm:WXhtmlFragment>&lt;!--[if IE]&gt;</sm:WXhtmlFragment> 
    1515                <sm:styleSheet src="site/css/ie.css" srcFrom="publishFiles"/> 
    16                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
    17                 <sm:WXhtmlFragment>&lt;!--[if lt IE 7]></sm:WXhtmlFragment> 
     16                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
     17                <sm:WXhtmlFragment>&lt;!--[if lt IE 7]&gt;</sm:WXhtmlFragment> 
    1818                <sm:styleSheet src="site/css/ie6.css" srcFrom="publishFiles"/> 
    19                 <sm:WXhtmlFragment>&lt;![endif]--></sm:WXhtmlFragment> 
     19                <sm:WXhtmlFragment>&lt;![endif]--&gt;</sm:WXhtmlFragment> 
    2020        </sm:head> 
    2121        <sm:body> 
    22                 <div id="tplf" class="tplZoom" xmlns="http://www.w3.org/1999/xhtml"> 
     22                <div xmlns="http://www.w3.org/1999/xhtml" id="tplf" class="tplZoom"> 
    2323                        <div id="tplh"> 
    2424                                <span class="hidden">Navigation générale : </span> 
     
    4040                        <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/tpl/tplnz.uiwidget"/> 
    4141                        <div id="tplc"> 
    42                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     42                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4343                                <sm:callMainZone format="xhtml"/> 
    4444                        </div> 
     
    4747                                <sm:callZone key="zAbout" format="xhtml"/> 
    4848                                <sm:callZone key="zCopyright" format="xhtml"/> 
    49                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/madeWithSc.uiwidget"/> 
     49                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/madeWithSc.uiwidget"/> 
    5050                        </div> 
    5151                </div> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/transf/dkGuide/tree/webRoot@/webRoot@tools.transf

    r416 r428  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:compositionXhtmlTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<sm:compositionXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
    23        <sm:model sc:refUri="/dkGuide/model/tree/webRoot.model"/> 
    34        <sm:axis code="tools"/> 
     
    1718                                                                <sm:fixedTitle value=";Glossaire"/> 
    1819                                                        </sm:title> 
    19                                                         <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/crDefinition.uiwidget"/> 
     20                                                        <sm:Widget sc:refUri="/dkCore/genWeb/wdt/refs/crDefinition.uiwidget"/> 
    2021                                                        <sm:Widget sc:refUri="/dokielGuide/genWeb/docGuide/wdt/toolsMgr.uiwidget"/> 
    2122                                                </sm:WHeadingBlock> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/wdt/tpl/tplc.uiwidget

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplc" info="MainZone du template sans seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplc" info="MainZone du template sans seeAlso"> 
    33        <sm:content> 
    4                 <div class="tplc_out_yes" id="tplc" xmlns="http://www.w3.org/1999/xhtml"> 
    5                         <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     4                <div xmlns="http://www.w3.org/1999/xhtml" class="tplc_out_yes" id="tplc"> 
     5                        <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    66                        <sm:callZone key="main"/> 
    77                </div> 
  • trunk/model/sources/dokielGuide/genWeb/docGuide/wdt/tpl/tplcx.uiwidget

    r351 r428  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:openUiWidget code="tplcx" info="MainZone du template avec seeAlso" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2<sm:openUiWidget xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" code="tplcx" info="MainZone du template avec seeAlso"> 
    33        <sm:fillTemplateBuffers> 
    4                 <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match=&quot;seeAlsoMgr&quot;> 
    5  &lt;xsl:choose> 
    6   &lt;xsl:when test=&quot;count(div[@id='tplx']/descendant::a[@href!=''])=0&quot;> 
    7    &lt;xsl:apply-templates select=&quot;div[@id='tplx']&quot; mode=&quot;supprSeeAlso&quot;/> 
    8    &lt;div id=&quot;tplc&quot; class=&quot;tplc_out_yes&quot;> 
    9     &lt;xsl:apply-overlays select=&quot;div[@id='tplc']/node()&quot;/> 
    10     &lt;xsl:apply-templates select=&quot;div[@id='tplc']/node()&quot;/> 
    11    &lt;/div> 
    12   &lt;/xsl:when> 
    13   &lt;xsl:otherwise> 
    14    &lt;xsl:apply-overlays/> 
    15    &lt;xsl:apply-templates/> 
    16   &lt;/xsl:otherwise> 
    17  &lt;/xsl:choose> 
    18 &lt;/xsl:template>  
    19 &lt;xsl:template mode=&quot;supprSeeAlso&quot; match=&quot;*&quot;/> 
    20 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkDoc']&quot;> 
    21  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    22   &lt;li> 
    23    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    24    &lt;xsl:apply-overlays/> 
    25    &lt;xsl:apply-templates/> 
    26   &lt;/li> 
    27  &lt;/xsl:if> 
    28 &lt;/xsl:template>  
    29 &lt;xsl:template match=&quot;li[@class='seeAlsoLnkSec']&quot;> 
    30  &lt;xsl:if test=&quot;count(descendant::a[@href=''])=0&quot;> 
    31   &lt;li> 
    32    &lt;xsl:apply-templates select=&quot;@*&quot;/> 
    33    &lt;xsl:apply-overlays/> 
    34    &lt;xsl:apply-templates/> 
    35   &lt;/li> 
    36  &lt;/xsl:if> 
    37 &lt;/xsl:template>  
     4                <sm:postXslFragment keyXsl="xhtml">&lt;xsl:template match="seeAlsoMgr"&gt; 
     5 &lt;xsl:choose&gt; 
     6  &lt;xsl:when test="count(div[@id='tplx']/descendant::a[@href!=''])=0"&gt; 
     7   &lt;xsl:apply-templates select="div[@id='tplx']" mode="supprSeeAlso"/&gt; 
     8   &lt;div id="tplc" class="tplc_out_yes"&gt; 
     9    &lt;xsl:apply-overlays select="div[@id='tplc']/node()"/&gt; 
     10    &lt;xsl:apply-templates select="div[@id='tplc']/node()"/&gt; 
     11   &lt;/div&gt; 
     12  &lt;/xsl:when&gt; 
     13  &lt;xsl:otherwise&gt; 
     14   &lt;xsl:apply-overlays/&gt; 
     15   &lt;xsl:apply-templates/&gt; 
     16  &lt;/xsl:otherwise&gt; 
     17 &lt;/xsl:choose&gt; 
     18&lt;/xsl:template&gt;  
     19&lt;xsl:template mode="supprSeeAlso" match="*"/&gt; 
     20&lt;xsl:template match="li[@class='seeAlsoLnkDoc']"&gt; 
     21 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     22  &lt;li&gt; 
     23   &lt;xsl:apply-templates select="@*"/&gt; 
     24   &lt;xsl:apply-overlays/&gt; 
     25   &lt;xsl:apply-templates/&gt; 
     26  &lt;/li&gt; 
     27 &lt;/xsl:if&gt; 
     28&lt;/xsl:template&gt;  
     29&lt;xsl:template match="li[@class='seeAlsoLnkSec']"&gt; 
     30 &lt;xsl:if test="count(descendant::a[@href=''])=0"&gt; 
     31  &lt;li&gt; 
     32   &lt;xsl:apply-templates select="@*"/&gt; 
     33   &lt;xsl:apply-overlays/&gt; 
     34   &lt;xsl:apply-templates/&gt; 
     35  &lt;/li&gt; 
     36 &lt;/xsl:if&gt; 
     37&lt;/xsl:template&gt;  
    3838</sm:postXslFragment> 
    3939        </sm:fillTemplateBuffers> 
     
    4141                <seeAlsoMgr xmlns="http://www.w3.org/1999/xhtml"> 
    4242                        <div class="tplc_out_yes tplc_ctx_yes" id="tplc"> 
    43                                 <sm:Widget sc:refUri="/dkGuide/genWeb/widgt/noscriptWarn.uiwidget"/> 
     43                                <sm:Widget sc:refUri="/dkCore/genWeb/wdt/tpl/noscriptWarn.uiwidget"/> 
    4444                                <sm:callZone key="main"/> 
    4545                        </div> 
  • trunk/model/tests/dkGuide/sources/testSam/testQualif.scen

    r426 r428  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    2 <sc:item xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
    3         <dk:section xmlns:sp="http://www.utc.fr/ics/scenari/v3/primitive" xmlns:dk="kelis.fr:dokiel" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     1<?xml version="1.0" encoding="UTF-8"?><sc:item xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 
     2        <dk:section xmlns:dk="kelis.fr:dokiel" xmlns:sp="http://www.utc.fr/ics/scenari/v3/primitive"> 
    43                <dk:title> 
    54                        <sc:fullTitle>External qualif stuff this section has a long title</sc:fullTitle> 
    65                </dk:title> 
    7                 <sp:content> 
    8                         <dk:content> 
    9                                 <sp:infobloc> 
    10                                         <dk:flowAll> 
    11                                                 <sp:txt> 
    12                                                         <dk:text> 
    13                                                                 <sc:para sc:id="t2">jkyg lkjh kjhg kjgh </sc:para> 
    14                                                         </dk:text> 
    15                                                 </sp:txt> 
    16                                         </dk:flowAll> 
    17                                 </sp:infobloc> 
    18                         </dk:content> 
    19                 </sp:content> 
    206                <sp:subSection sc:refUri="/qualifStyles/sec1_bal_int.scen"/> 
    217                <sp:subSection sc:refUri="/qualifStyles/sec2_flow_txt.scen"/> 
Note: See TracChangeset for help on using the changeset viewer.