]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/project.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / project.xsl
index e37aaecd8b09cfd6dd9654718f61e6a0b36bbdeb..70ad6aebc65ecadc101e3cd2ce2206845ce48aaa 100644 (file)
  </p>
  <p>
   <xsl:text>Operative Commencement Date: </xsl:text>
-  <xsl:value-of select="operative_commencement_of_contract"/>
+  <xsl:call-template name="print_date">
+   <xsl:with-param name="date" select="operative_commencement_of_contract"/>
+  </xsl:call-template>
  </p>
+ <br/>
+  <p><xsl:text>More about the Proposal:</xsl:text></p>
+  <xsl:copy-of select="proposal/*"/>
 </xsl:template>
 
 </xsl:stylesheet>