Changeset 9401 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textXhtmlTransf/xhtmlContent.xsl.xsl
- Timestamp:
- 07/25/07 22:28:40 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textXhtmlTransf/xhtmlContent.xsl.xsl
r9251 r9401 47 47 > 48 48 49 <xsl0:import href="bsco:sm/web/sm_WLink.xml.xsl"/> 50 <xsl0:import href="bsco:sm/web/sm_WTooltip.xml.xsl"/> 51 49 52 <xsl0:output method="xml" indent="no"/> 50 53 <xsl0:namespace-alias stylesheet-prefix="xsl" result-prefix="xsl0"/> … … 231 234 <xsl0:template name="uLinkTagAddTooltip"> 232 235 <xsl0:variable name="vOptions"> 233 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:behavior/@showDelay,concat('DELAY:',sm:refItem/sm:tooltip/sm:behavior/@showDelay,','),'')"/> 234 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:behavior/@showTime,concat('TEMP:',sm:refItem/sm:tooltip/sm:behavior/@showTime,','),'')"/> 235 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:behavior/@sticky,concat('STICKY:',sm:refItem/sm:tooltip/sm:behavior/@sticky,','),'')"/> 236 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:relativeToCursor/@horizontal='leftOfCursor','LEFT:true,','')"/> 237 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:relativeToCursor/@horizontalOffset,concat('OFFSETX:',sm:refItem/sm:tooltip/sm:position/sm:relativeToCursor/@horizontalOffset,','),'')"/> 238 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:relativeToCursor/@vertical='aboveCursor','ABOVE:true,','')"/> 239 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:relativeToCursor/@verticalOffset,concat('OFFSETY:',sm:refItem/sm:tooltip/sm:position/sm:relativeToCursor/@verticalOffset,','),'')"/> 240 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:relativeToCursor/@followCursor='false','STATIC:true,','')"/> 241 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:relativeToAnchor,concat('FIXTYPE:"node",FIX:[',si(sm:refItem/sm:tooltip/sm:position/sm:relativeToAnchor/@horizontalOffset,sm:refItem/sm:tooltip/sm:position/sm:relativeToAnchor/@horizontalOffset,'0'),',',si(sm:refItem/sm:tooltip/sm:position/sm:relativeToAnchor/@verticalOffset,sm:refItem/sm:tooltip/sm:position/sm:relativeToAnchor/@verticalOffset,'0'),'],'),'')"/> 242 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:fixed/@baseObjectId,concat('FIXID:"',sm:refItem/sm:tooltip/sm:position/sm:fixed/@baseObjectId,'",'),'')"/> 243 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:position/sm:fixed/@horizontalOffset|sm:refItem/sm:tooltip/sm:position/sm:fixed/@verticalOffset,concat('FIX:[',si(sm:refItem/sm:tooltip/sm:position/sm:fixed/@horizontalOffset,sm:refItem/sm:tooltip/sm:position/sm:fixed/@horizontalOffset,'0'),',',si(sm:refItem/sm:tooltip/sm:position/sm:fixed/@verticalOffset,sm:refItem/sm:tooltip/sm:position/sm:fixed/@verticalOffset,'0'),'],'),'')"/> 244 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:dimensions/@maxWidth,concat('MAXWIDTH:',sm:refItem/sm:tooltip/sm:dimensions/@maxWidth,','),'')"/> 245 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:dimensions/@maxHeight,concat('MAXHEIGHT:',sm:refItem/sm:tooltip/sm:dimensions/@maxHeight,','),'')"/> 246 <xsl0:value-of select="si(sm:refItem/sm:tooltip/sm:shadow,'SHADOW:true,','')"/> 236 <xsl0:for-each select="sm:refItem"><xsl0:call-template name="tooltipOptions"/></xsl0:for-each><!-- Dans bsco:sm/web/sm_WTooltip.xml.xsl --> 247 237 </xsl0:variable> 248 238 <span> … … 275 265 <xsl0:param name="vXslUrl"/> 276 266 <xsl0:variable name="vOptions"> 277 <xsl0:value-of select="si(sm:position/sm:free/@width, concat('width=', sm:position/sm:free/@width, ','), '')"/> 278 <xsl0:value-of select="si(sm:position/sm:free/@height, concat('height=', sm:position/sm:free/@height, ','), '')"/> 279 <xsl0:value-of select="si(sm:position/sm:free/@top, concat('top=', sm:position/sm:free/@top, ','), '')"/> 280 <xsl0:value-of select="si(sm:position/sm:free/@left, concat('left=', sm:position/sm:free/@left, ','), '')"/> 281 <xsl0:value-of select="si(sm:position/sm:centerScreen, concat('width=', sm:position/sm:centerScreen/@width, ',height=', sm:position/sm:centerScreen/@height, ',left="', '+(screen.availWidth-', sm:position/sm:centerScreen/@width, ')/2+",top="', '+(screen.availHeight-', sm:position/sm:centerScreen/@height, ')/2+",'),'')"/> 282 <xsl0:value-of select="si(sm:position/sm:maximized, concat('top=0,left=0,width=', ',width="', '+screen.availWidth', '+",height="', '+screen.availHeight', '+",'),'')"/> 283 <xsl0:value-of select="si(sm:windowFeatures/@scrollbars, concat('scrollbars=', sm:windowFeatures/@scrollbars, ','), '')"/> 284 <xsl0:value-of select="si(sm:windowFeatures/@resizable, concat('resizable=', sm:windowFeatures/@resizable, ','), '')"/> 285 <xsl0:value-of select="si(sm:windowFeatures/@toolbar, concat('toolbar=', sm:windowFeatures/@toolbar, ','), '')"/> 286 <xsl0:value-of select="si(sm:windowFeatures/@menubar, concat('menubar=', sm:windowFeatures/@menubar, ','), '')"/> 287 <xsl0:value-of select="si(sm:windowFeatures/@location, concat('location=', sm:windowFeatures/@location, ','), '')"/> 288 <xsl0:value-of select="si(sm:windowFeatures/@extraOptions, concat(sm:windowFeatures/@extraOptions, ','), '')"/> 267 <xsl0:call-template name="linkOptions"/><!-- Dans bsco:sm/web/sm_WLink.xml.xsl --> 289 268 </xsl0:variable> 290 269 <xsl0:choose>
Note: See TracChangeset
for help on using the changeset viewer.