Changeset 9543 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_odTemplateText/xGetAreaContent.xsl
- Timestamp:
- 08/28/07 16:54:02 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_odTemplateText/xGetAreaContent.xsl
r9274 r9543 387 387 <xsl:variable name="vStyle_bxSection" select="computeNodeAgent(concat($vAgentContent, '/getContent'))//text:section/@text:style-name"/> 388 388 <xsl:variable name="vLabelContent"><xsl:apply-templates select="sm:label"/></xsl:variable> 389 <scOd:if Text>389 <scOd:ifNotNull> 390 390 <text:section text:style-name="{$vStyle_bxSection}" text:name="{si(string-length(normalize-space(string($vLabelContent)))>0, normalize-space(string($vLabelContent)), 'Section')}"> 391 391 <text:p text:style-name="odNoDisplay"> </text:p><!-- NOTE : car bug OO qui utilise le space before du premier paragraphe comme space before de la frame => pose pb si image en bg de la section --> … … 393 393 <text:p text:style-name="odNoDisplay"> </text:p><!-- NOTE : car bug OO qui utilise le space after du dernier paragraphe comme space after de la frame => pose pb si image en bg de la section --> 394 394 </text:section> 395 </scOd:if Text>395 </scOd:ifNotNull> 396 396 </xsl:template> 397 397 … … 408 408 <xsl:choose><!-- Affichage du paragraphe SSi il a du contenu --> 409 409 <xsl:when test="not(@display) or @display='ifNotNull'"> 410 <scOd:if Text>410 <scOd:ifNotNull> 411 411 <text:p text:style-name="{$vStyle_paragraph}"><xsl:apply-templates select="*"/></text:p> 412 </scOd:if Text>412 </scOd:ifNotNull> 413 413 </xsl:when> 414 414 <xsl:otherwise>
Note: See TracChangeset
for help on using the changeset viewer.