Changeset 6903
- Timestamp:
- 16.10.2006 21:02:24 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_armoireUiTemplate/template.wm.xsl
r6842 r6903 104 104 <meta http-equiv="expires" name="Expires" content="Fri, 01 Jan 1990 00:00:00 GMT"/> 105 105 </xsl0:if> 106 <xsl0:apply-templates select="sm:metaTags/*" mode="metaTags"/> 107 #set $destUrlTemplateResInSite = "<xsl0:value-of select="resultatAgent('styleResources')"/>"<!-- Styles du uitemplate -->106 <xsl0:apply-templates select="sm:metaTags/*" mode="metaTags"/><xsl0:text> 107 </xsl0:text>#set $destUrlTemplateResInSite = "<xsl0:value-of select="resultatAgent('styleResources')"/>"<!-- Styles du uitemplate --> 108 108 <xsl0:if test="count(sm:styleResources/@styleSheet)!=0"> 109 109 <link rel="stylesheet" href="$vGeneratorUtils.translatePubUri2DestUrl($destUrlTemplateResInSite)/{sm:styleResources/@styleSheet}" type="text/css"/> … … 212 212 </xsl0:template> 213 213 214 <xsl0:template match="sm:callMainZone">(!(inc=zone.mainZone. <xsl0:value-of select="si(@format, @format, 'xhtml')"/>.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>)!)</xsl0:template>214 <xsl0:template match="sm:callMainZone">(!(inc=zone.mainZone.xhtml.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>)!)</xsl0:template> 215 215 <xsl0:template match="sm:callOutline">$(vGeneratorUtils.executeXsl("outline<xsl0:value-of select="getIdNode(.)"/>.xsl", $vGeneratorUtils.resultatAgent(null, "outline:ancestors-siblings;descendants;"), null))</xsl0:template> 216 216 <xsl0:template match="sm:callZone">(!(inc=zone.<xsl0:value-of select="@key"/>.<xsl0:value-of select="si(@format, @format, 'xhtml')"/>.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>)!)</xsl0:template> 217 <xsl0:template match="sm:callRootModel"> 218 <xsl0:choose> 219 <xsl0:when test="not(@format!='xhtml')">(!(inc=evalWm.<xsl0:value-of select="si(@format, @format, 'xhtml')"/>.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>.$vGeneratorUtils.resultatAgent($vGeneratorUtils.getPathAgentRoot("<xsl0:value-of select="getAxisSuffix(@axis)"/>/xhtmlContent"), null, "<zoneContent>", "</zoneContent>"))!)</xsl0:when> 220 <xsl0:otherwise>(!(inc=evalWm.<xsl0:value-of select="@format"/>.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>.$vGeneratorUtils.resultatAgent($vGeneratorUtils.getPathAgentRoot("<xsl0:value-of select="getAxisSuffix(@axis)"/>/xhtmlContent"), null))!)</xsl0:otherwise> 221 </xsl0:choose> 222 </xsl0:template> 217 <xsl0:template match="sm:callRootModel">(!(inc=evalWm.xhtml.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>.$vGeneratorUtils.resultatAgent($vGeneratorUtils.getPathAgentRoot("<xsl0:value-of select="getAxisSuffix(@axis)"/>/xhtmlContent"), null, "<zoneContent>", "</zoneContent>"))!)</xsl0:template> 223 218 224 219 <!-- sm:WText ===================================================================== --> … … 233 228 234 229 <!-- sm:Widget ===================================================================== --> 235 <xsl0:template match="sm:Widget">(!(inc=evalWm.xhtml.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>.$vGeneratorUtils.resultatAgent("/@@/tplWidget_<xsl0:value-of select="getIdFromPath(@sc:refUri)"/>", null ))!)</xsl0:template>230 <xsl0:template match="sm:Widget">(!(inc=evalWm.xhtml.<xsl0:value-of select="resultatAgent('//agentGenerator', 'standard/xslMethod')"/>.$vGeneratorUtils.resultatAgent("/@@/tplWidget_<xsl0:value-of select="getIdFromPath(@sc:refUri)"/>", null, "<zoneContent>", "</zoneContent>"))!)</xsl0:template> 236 231 237 232