Ignore:
Timestamp:
03/23/10 13:51:51 (2 years ago)
Author:
stp
Message:

Changement code "res" en "img" dans les textes illustrés pour pouvoir copier images normales en images de texte illustrés et inversement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/model/Re/txtRes.model

    r1445 r1703  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:compositionPrim xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" name=";Texte illustré"> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<sm:compositionPrim xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" name=";Texte illustré"> 
    23        <sm:help quickHelp=";Insérer un texte accompagné d'une illustration (à droite ou à gauche)"/> 
    34        <sm:identification targetNamespace="utc.fr:ics/opale3" targetPrefix="op" code="txtRes" itemExtension="xml"/> 
     
    78                        <sm:allowedModel sc:refUri="/academic/model/Re/txt.model"/> 
    89                </sm:part> 
    9                 <sm:part code="res" name=";Image d'illustration" family="content" internalized="never" usage="required"> 
     10                <sm:part code="img" name=";Image d'illustration" family="content" internalized="never" usage="required"> 
    1011                        <sm:help quickHelp=";Insérer une image à une résolution de 300 dpi"/> 
    1112                        <sm:allowedModel sc:refUri="/binaries/png/png.model"/> 
     
    4445                                </sm:stylableWidget> 
    4546                        </sm:part> 
    46                         <sm:part refCode="res"> 
     47                        <sm:part refCode="img"> 
    4748                                <sm:stylableWidget> 
    4849                                        <sm:styles> 
     
    6768                <sm:htmlPreview> 
    6869                        <sm:block refCode="txt" display="true" displayLevel="false" displayPartName="false"/> 
    69                         <sm:block refCode="res" display="true" displayLevel="false" displayPartName="false"/> 
     70                        <sm:block refCode="img" display="true" displayLevel="false" displayPartName="false"/> 
    7071                </sm:htmlPreview> 
    7172        </sm:authoring> 
Note: See TracChangeset for help on using the changeset viewer.