Changeset 7090
- Timestamp:
- 27.10.2006 12:44:51 (3 years ago)
- Location:
- branches/3.2.x/Wsp_Modeling
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2.x/Wsp_Modeling/es/content/uiTemplate/armoireUiTemplate/xml.xed.xml
r6184 r7090 262 262 </atts> 263 263 <childs> 264 <alternativeAlone se:bind="choice"> 265 <element se:name="sm:fixedValue" se:bind="element" se:card="?"> 266 <atts> 267 <attribute se:name="value" se:bind="attribute"> 268 <wordsInput trim="false"/> 269 </attribute> 270 </atts> 271 </element> 272 <se:ref se:refid="sm:binaryUrl"/> 273 </alternativeAlone> 264 <element se:name="sm:fixedValue" se:bind="element" se:card="?"> 265 <atts> 266 <attribute se:name="value" se:bind="attribute"> 267 <wordsInput trim="false"/> 268 </attribute> 269 </atts> 270 </element> 274 271 </childs> 275 272 </element> -
branches/3.2.x/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_armoireUiTemplate/template.wm.xsl
r6904 r7090 299 299 java:substring(string(@sc:refUri), java:lastIndexOf(string(@sc:refUri), '/')+1) 300 300 ))"/>" 301 <object codebase="{sm:codebase/@value}" classid="{sm:classid/@value}" height="{sm:height/sm:fixedValue/@value}" width="{sm:width/sm:fixedValue/@value}"> 301 <object codebase="{sm:codebase/@value}" classid="{sm:classid/@value}" height="{sm:height/sm:fixedValue/@value}" width="{sm:width/sm:fixedValue/@value}"> 302 <xsl0:if test="@id"> 303 <xsl0:attribute name="id"><xsl0:value-of select="@id"/></xsl0:attribute> 304 </xsl0:if> 302 305 <param name="src" value="$vGeneratorUtils.translatePubUri2DestUrl($pubUriObject)"/> 303 306 <xsl0:apply-templates select="sm:param" mode="objParams"/> 304 307 <embed pluginspage="{sm:pluginspage/@value}" height="{sm:height/sm:fixedValue/@value}" width="{sm:width/sm:fixedValue/@value}" type="{sm:type/@value}" src="$vGeneratorUtils.translatePubUri2DestUrl($pubUriObject)"> 308 <xsl0:if test="@id"> 309 <xsl0:attribute name="name"><xsl0:value-of select="@id"/></xsl0:attribute> 310 </xsl0:if> 305 311 <xsl0:apply-templates select="sm:param" mode="objParamsEmbedAtts"/> 306 312 </embed> … … 317 323 </param> 318 324 </xsl0:template> 325 <xsl0:template match="node()" mode="objParams"/> 326 319 327 <xsl0:template match="sm:param" mode="objParamsEmbedAtts"> 320 328 <xsl0:attribute name="{@name}"><xsl0:apply-templates mode="xhtmlUrl"/></xsl0:attribute> 321 329 </xsl0:template> 330 <xsl0:template match="node()" mode="objParamsEmbedAtts"/> 331 322 332 <xsl0:template match="sm:fixedValue" mode="xhtmlUrl"><xsl0:value-of select="@value"/></xsl0:template> 333 <xsl0:template match="node()" mode="xhtmlUrl"/> 334 323 335 <xsl0:template match="sm:title"> 324 336 <xsl0:apply-templates mode="titlebuilder"/>