]> 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 df1d3e91348c74d08c877834eccc8f2d5110c86d..70ad6aebc65ecadc101e3cd2ce2206845ce48aaa 100644 (file)
@@ -5,25 +5,15 @@
 
 <xsl:import href="common.xsl"/>
 
-<xsl:output method="html"/>
+<xsl:output method="xml"/>
 
 <xsl:template match="/">
  <html>
   <head>
    <title>The Project</title>
-   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-   <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <blockquote>
-    <xsl:call-template name="head">
-     <xsl:with-param name="path_to_top" select="'.'"/>
-    </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot">
-     <xsl:with-param name="path_to_top" select="'../..'"/>
-    </xsl:call-template>
-   </blockquote>
   </body>
  </html>
 </xsl:template>
  </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>