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/genSld/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> 
    4                 <sm:paraTag widgetClass="txtPara" tagName="p"/><sm:listTags><sm:simpleListTag/><sm:itemizedListTag/><sm:orderedListTag/></sm:listTags> 
    5                  
    6                  
    7                  
     5                <sm:paraTag widgetClass="txtPara" tagName="p"/> 
     6                <sm:listTags> 
     7                        <sm:simpleListTag/> 
     8                        <sm:itemizedListTag/> 
     9                        <sm:orderedListTag/> 
     10                </sm:listTags> 
    811                <sm:uLinkTag widgetClass="txtLnk"> 
    912                        <sm:externalUrl> 
     
    1821                        </sm:externalUrl> 
    1922                </sm:uLinkTag> 
    20                 <sm:inlineStyleTag widgetClass="txtImp" role="emphasis"/> 
    21                 <sm:inlineStyleTag widgetClass="txtAlt" role="alt"/> 
    22                 <sm:textLeafTag widgetClass="txtBtn" role="textButton"/> 
    23                 <sm:textLeafTag widgetClass="txtRdo" role="textRadioButton"/> 
    24                 <sm:textLeafTag widgetClass="txtChk" role="textCheckBox"/> 
    25                 <sm:textLeafTag widgetClass="txtKey" role="keyboard"/> 
    26                 <sm:textLeafTag widgetClass="txtMnu" role="menuPath"/> 
    27                 <sm:textLeafTag widgetClass="txtLbl" role="label"/> 
    28                 <sm:textLeafTag widgetClass="txtFile" role="filePath"/> 
     23                <sm:inlineStyleTag widgetClass="txtImp" role="emphasis" tagName="strong"/> 
     24                <sm:inlineStyleTag widgetClass="txtAlt" role="alt" tagName="cite"/> 
     25                <sm:textLeafTag widgetClass="txtBtn" role="textButton" tagName="code"/> 
     26                <sm:textLeafTag widgetClass="txtRdo" role="textRadioButton" tagName="code"/> 
     27                <sm:textLeafTag widgetClass="txtChk" role="textCheckBox" tagName="code"/> 
     28                <sm:textLeafTag widgetClass="txtKey" role="keyboard" tagName="code"/> 
     29                <sm:textLeafTag widgetClass="txtMnu" role="menuPath" tagName="code"/> 
     30                <sm:textLeafTag widgetClass="txtLbl" role="label" tagName="code"/> 
     31                <sm:textLeafTag widgetClass="txtFile" role="filePath" tagName="code"/> 
     32                <sm:textLeafTag widgetClass="txtCmd" role="cmd" tagName="kbd"/> 
    2933                <sm:inlineImgTag widgetClass="txtIco" role="iconButton" axis="inline"/> 
    3034                <sm:inlineImgTag widgetClass="txtArea" role="area" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.