Changeset 1703


Ignore:
Timestamp:
03/23/10 13:51:51 (23 months 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.

Location:
trunk/model/sources/academic
Files:
4 edited

Legend:

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

    r1669 r1703  
    66                <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 
    77                <!--# copyright--> 
    8                 <sm:for codes="res"> 
     8                <sm:for codes="img"> 
    99                        <sm:dataBlock category="cprRes"> 
    1010                                <sm:blockId> 
     
    2525                        <sm:choose> 
    2626                                <sm:when xpath="op:txtResM/sp:pos='rgt'"> 
    27                                         <sm:for codes="res"> 
     27                                        <sm:for codes="img"> 
    2828                                                <sm:dataBlock category="res"> 
    2929                                                        <sm:overrideContentDeclaration> 
     
    5454                                </sm:when> 
    5555                                <sm:otherwise> 
    56                                         <sm:for codes="res"> 
     56                                        <sm:for codes="img"> 
    5757                                                <sm:dataBlock category="res"> 
    5858                                                        <sm:overrideContentDeclaration> 
  • trunk/model/sources/academic/gen/_web/transf/@credits/txtRes@credits.transf

    r1445 r1703  
    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="/academic/model/Re/txtRes.model"/> 
    34        <sm:axis code="credits"/> 
    45        <sm:content format="xhtml"> 
    56                <sm:inDataOrder> 
    6                         <sm:for codes="res"> 
     7                        <sm:for codes="img"> 
    78                                <sm:callSubModel axis="credits"/> 
    89                        </sm:for> 
  • trunk/model/sources/academic/gen/_web/transf/Re/txtRes.transf

    r1445 r1703  
    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="/academic/model/Re/txtRes.model"/> 
    34        <sm:content format="xhtml"> 
     
    1415                                                </sm:WTableCell> 
    1516                                                <sm:WTableCell widgetClass="op_txtRes_cellResRgt"> 
    16                                                         <sm:for codes="res"> 
     17                                                        <sm:for codes="img"> 
    1718                                                                <sm:callSubModel axis="txtRes"/> 
    1819                                                        </sm:for> 
     
    2122                                        <sm:otherwise> 
    2223                                                <sm:WTableCell widgetClass="op_txtRes_cellResLft"> 
    23                                                         <sm:for codes="res"> 
     24                                                        <sm:for codes="img"> 
    2425                                                                <sm:callSubModel axis="txtRes"/> 
    2526                                                        </sm:for> 
  • 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.