Changeset 12895
- Timestamp:
- 02/27/09 12:11:04 (3 years ago)
- Location:
- trunk/Wsp_Modeling
- Files:
-
- 4 edited
-
es/content/data/dataFormXhtmlTransf/xml.xed.xml (modified) (3 diffs)
-
es/content/organisation/compositionXhtmlTransf/xml.xed.xml (modified) (2 diffs)
-
spaces/gen/modelBuilder/bs.doss/sm_compositionXhtmlTransf/content.xsl.xsl (modified) (2 diffs)
-
spaces/gen/modelBuilder/bs.doss/sm_dataFormXhtmlTransf/widgets.xsl.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/data/dataFormXhtmlTransf/xml.xed.xml
r12894 r12895 307 307 <atts> 308 308 <se:ref se:refid="atts_widget"/> 309 <attribute se:name="tagName" se:bind="attribute"> 310 <choiceInput> 311 <ciItem label="td"/> 312 <ciItem label="th"/> 313 </choiceInput> 314 </attribute> 309 315 </atts> 310 316 <childs> … … 520 526 <atts> 521 527 <se:ref se:refid="atts_widget"/> 528 <attribute se:name="tagName" se:bind="attribute"> 529 <choiceInput> 530 <ciItem label="td"/> 531 <ciItem label="th"/> 532 </choiceInput> 533 </attribute> 522 534 </atts> 523 535 <childs> … … 778 790 <atts> 779 791 <se:ref se:refid="atts_widget"/> 792 <attribute se:name="tagName" se:bind="attribute"> 793 <choiceInput> 794 <ciItem label="td"/> 795 <ciItem label="th"/> 796 </choiceInput> 797 </attribute> 780 798 </atts> 781 799 <childs> -
trunk/Wsp_Modeling/es/content/organisation/compositionXhtmlTransf/xml.xed.xml
r12497 r12895 510 510 <se:ref se:refid="atts_widget"/> 511 511 <se:ref se:refid="att_class"/> 512 <attribute se:name="tagName" se:bind="attribute"> 513 <choiceInput> 514 <ciItem label="td"/> 515 <ciItem label="th"/> 516 </choiceInput> 517 </attribute> 512 518 </atts> 513 519 <childs> … … 988 994 <se:ref se:refid="atts_widget"/> 989 995 <se:ref se:refid="att_class"/> 996 <attribute se:name="tagName" se:bind="attribute"> 997 <choiceInput> 998 <ciItem label="td"/> 999 <ciItem label="th"/> 1000 </choiceInput> 1001 </attribute> 990 1002 </atts> 991 1003 <childs> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_compositionXhtmlTransf/content.xsl.xsl
r12820 r12895 282 282 <!-- sm:WTableCell ===================================================================== --> 283 283 <xsl0:template match="sm:WTableCell" mode="content"> 284 < td>284 <xsl0:element name="{returnFirst(@tagName,'td')}"> 285 285 <xsl0:call-template name="classAtt"> 286 286 <xsl0:with-param name="pExtraClasses" select="@class"/> … … 288 288 <xsl0:call-template name="crossRefEntries"/> 289 289 <xsl0:apply-templates mode="content"/> 290 </ td>290 </xsl0:element> 291 291 </xsl0:template> 292 292 -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormXhtmlTransf/widgets.xsl.xsl
r10307 r12895 186 186 <!-- sm:WTableCell ===================================================================== --> 187 187 <xsl0:template match="sm:WTableCell" mode="content"> 188 < td>188 <xsl0:element name="{returnFirst(@tagName,'td')}"> 189 189 <xsl0:call-template name="classAtt"/> 190 190 <xsl0:call-template name="crossRefEntries"/> 191 191 <xsl0:apply-templates mode="content"/> 192 </ td>192 </xsl0:element> 193 193 </xsl0:template> 194 194
Note: See TracChangeset
for help on using the changeset viewer.