Ignore:
Timestamp:
02/21/09 16:03:31 (3 years ago)
Author:
sam
Message:

primitives texte : ajout textLeaf cmd (ligne de commande) + char spé touches apple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/dkCore/genWeb/transf/content/textSimple.transf

    r416 r473  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:textXhtmlTransf 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:textXhtmlTransf 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="/dkCore/model/content/textSimple.model"/> 
    34        <sm:content classConstructionType="legacy"> 
    4                 <sm:paraTag tagName="p"/><sm:listTags><sm:simpleListTag/><sm:itemizedListTag/><sm:orderedListTag/></sm:listTags> 
    5                  
    6                  
    7                  
     5                <sm:paraTag tagName="p"/> 
     6                <sm:listTags> 
     7                        <sm:simpleListTag/> 
     8                        <sm:itemizedListTag/> 
     9                        <sm:orderedListTag/> 
     10                </sm:listTags> 
    811                <sm:uLinkTag> 
    912                        <sm:externalUrl> 
     
    1821                        </sm:externalUrl> 
    1922                </sm:uLinkTag> 
    20                 <sm:inlineStyleTag role="emphasis"/> 
    21                 <sm:inlineStyleTag role="alt"/> 
    22                 <sm:textLeafTag role="textButton"/> 
    23                 <sm:textLeafTag role="textRadioButton"/> 
    24                 <sm:textLeafTag role="textCheckBox"/> 
    25                 <sm:textLeafTag role="keyboard"/> 
    26                 <sm:textLeafTag role="menuPath"/> 
    27                 <sm:textLeafTag role="label"/> 
    28                 <sm:textLeafTag role="filePath"/> 
     23                <sm:inlineStyleTag role="emphasis" tagName="strong"/> 
     24                <sm:inlineStyleTag role="alt" tagName="cite"/> 
     25                <sm:textLeafTag role="textButton" tagName="code"/> 
     26                <sm:textLeafTag role="textRadioButton" tagName="code"/> 
     27                <sm:textLeafTag role="textCheckBox" tagName="code"/> 
     28                <sm:textLeafTag role="keyboard" tagName="code"/> 
     29                <sm:textLeafTag role="menuPath" tagName="code"/> 
     30                <sm:textLeafTag role="label" tagName="code"/> 
     31                <sm:textLeafTag role="filePath" tagName="code"/> 
     32                <sm:textLeafTag role="cmd" tagName="kbd"/> 
    2933                <sm:inlineImgTag role="iconButton" axis="inline"/> 
    3034                <sm:inlineImgTag role="area" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.