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">
|
2
|
<sm:model sc:refUri="/academic/model/Re/txtRes.model"/>
|
3
|
<sm:content format="xhtml">
|
4
|
<sm:WTable widgetClass="op_txtRes_tab">
|
5
|
<sm:WTableRow>
|
6
|
<sm:choose>
|
7
|
<sm:when xpath="op:txtResM/sp:pos='rgt'">
|
8
|
<sm:WTableCell widgetClass="op_txtRes_cellTxt">
|
9
|
<sm:for codes="txt">
|
10
|
<sm:WSimpleBlock widgetClass="op_txtRes_txt txt">
|
11
|
<sm:callSubModel/>
|
12
|
</sm:WSimpleBlock>
|
13
|
</sm:for>
|
14
|
</sm:WTableCell>
|
15
|
<sm:WTableCell widgetClass="op_txtRes_cellResRgt">
|
16
|
<sm:for codes="res">
|
17
|
<sm:callSubModel axis="txtRes"/>
|
18
|
</sm:for>
|
19
|
</sm:WTableCell>
|
20
|
</sm:when>
|
21
|
<sm:otherwise>
|
22
|
<sm:WTableCell widgetClass="op_txtRes_cellResLft">
|
23
|
<sm:for codes="res">
|
24
|
<sm:callSubModel axis="txtRes"/>
|
25
|
</sm:for>
|
26
|
</sm:WTableCell>
|
27
|
<sm:WTableCell widgetClass="op_txtRes_cellTxt">
|
28
|
<sm:for codes="txt">
|
29
|
<sm:WSimpleBlock widgetClass="op_txtRes_txt txt">
|
30
|
<sm:callSubModel/>
|
31
|
</sm:WSimpleBlock>
|
32
|
</sm:for>
|
33
|
</sm:WTableCell>
|
34
|
</sm:otherwise>
|
35
|
</sm:choose>
|
36
|
</sm:WTableRow>
|
37
|
</sm:WTable>
|
38
|
</sm:content>
|
39
|
</sm:compositionXhtmlTransf>
|