]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/lambdadelta/xslt/ld_web_root.xsl
some changes in lambdadelta butterflies
[helm.git] / helm / www / lambdadelta / xslt / ld_web_root.xsl
index 8c2c3ad3949300b3ed505f761ceb3b7520a99bb9..ee9d210537f7a20dbeac2312dc8882f716f61b10 100644 (file)
    </div>
 </xsl:template>
 
+<xsl:template match="ld:section8">
+   <div class="head2dx" id="{@name}">
+      <xsl:apply-templates/>
+      <xsl:call-template name="sp"/>
+      <xsl:call-template name="butterfly">
+         <xsl:with-param name="name" select="8"/>
+      </xsl:call-template>
+   </div>
+</xsl:template>
+
 <xsl:template match="ld:section9">
    <div class="head2dx" id="{@name}">
       <xsl:apply-templates/>
    </div>
 </xsl:template>
 
+<xsl:template match="ld:section15">
+   <div class="head2dx" id="{@name}">
+      <xsl:apply-templates/>
+      <xsl:call-template name="sp"/>
+      <xsl:call-template name="butterfly">
+         <xsl:with-param name="name" select="15"/>
+      </xsl:call-template>
+   </div>
+</xsl:template>
+
 <xsl:template match="ld:subsection">
    <div class="head3sn" id="{@name}">
       <xsl:apply-templates/>
    <span class="emph {@class}"><xsl:value-of select="@notice"/></span>
 </xsl:template>
 
+<xsl:template match="ld:version3-icon">
+   <xsl:call-template name="butterfly">
+      <xsl:with-param name="name" select="8"/>
+   </xsl:call-template>
+   <xsl:call-template name="sp"/>
+</xsl:template>
+
 <xsl:template match="ld:version2-icon">
    <xsl:call-template name="butterfly">
       <xsl:with-param name="name" select="4"/>