Changeset 1703
- Timestamp:
- 03/23/10 13:51:51 (23 months ago)
- Location:
- trunk/model/sources/academic
- Files:
-
- 4 edited
-
gen/_od/transf/Re/txtRes.transf (modified) (3 diffs)
-
gen/_web/transf/@credits/txtRes@credits.transf (modified) (1 diff)
-
gen/_web/transf/Re/txtRes.transf (modified) (3 diffs)
-
model/Re/txtRes.model (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/academic/gen/_od/transf/Re/txtRes.transf
r1669 r1703 6 6 <sm:WParagraph globalStyle="spaceBeforeKeep" display="always"/> 7 7 <!--# copyright--> 8 <sm:for codes=" res">8 <sm:for codes="img"> 9 9 <sm:dataBlock category="cprRes"> 10 10 <sm:blockId> … … 25 25 <sm:choose> 26 26 <sm:when xpath="op:txtResM/sp:pos='rgt'"> 27 <sm:for codes=" res">27 <sm:for codes="img"> 28 28 <sm:dataBlock category="res"> 29 29 <sm:overrideContentDeclaration> … … 54 54 </sm:when> 55 55 <sm:otherwise> 56 <sm:for codes=" res">56 <sm:for codes="img"> 57 57 <sm:dataBlock category="res"> 58 58 <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"> 2 3 <sm:model sc:refUri="/academic/model/Re/txtRes.model"/> 3 4 <sm:axis code="credits"/> 4 5 <sm:content format="xhtml"> 5 6 <sm:inDataOrder> 6 <sm:for codes=" res">7 <sm:for codes="img"> 7 8 <sm:callSubModel axis="credits"/> 8 9 </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"> 2 3 <sm:model sc:refUri="/academic/model/Re/txtRes.model"/> 3 4 <sm:content format="xhtml"> … … 14 15 </sm:WTableCell> 15 16 <sm:WTableCell widgetClass="op_txtRes_cellResRgt"> 16 <sm:for codes=" res">17 <sm:for codes="img"> 17 18 <sm:callSubModel axis="txtRes"/> 18 19 </sm:for> … … 21 22 <sm:otherwise> 22 23 <sm:WTableCell widgetClass="op_txtRes_cellResLft"> 23 <sm:for codes=" res">24 <sm:for codes="img"> 24 25 <sm:callSubModel axis="txtRes"/> 25 26 </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é"> 2 3 <sm:help quickHelp=";Insérer un texte accompagné d'une illustration (à droite ou à gauche)"/> 3 4 <sm:identification targetNamespace="utc.fr:ics/opale3" targetPrefix="op" code="txtRes" itemExtension="xml"/> … … 7 8 <sm:allowedModel sc:refUri="/academic/model/Re/txt.model"/> 8 9 </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"> 10 11 <sm:help quickHelp=";Insérer une image à une résolution de 300 dpi"/> 11 12 <sm:allowedModel sc:refUri="/binaries/png/png.model"/> … … 44 45 </sm:stylableWidget> 45 46 </sm:part> 46 <sm:part refCode=" res">47 <sm:part refCode="img"> 47 48 <sm:stylableWidget> 48 49 <sm:styles> … … 67 68 <sm:htmlPreview> 68 69 <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"/> 70 71 </sm:htmlPreview> 71 72 </sm:authoring>
Note: See TracChangeset
for help on using the changeset viewer.