]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/project.xsl
This commit was manufactured by cvs2svn to create branch 'moogle'.
[helm.git] / helm / mowgli / home / xsl / project.xsl
diff --git a/helm/mowgli/home/xsl/project.xsl b/helm/mowgli/home/xsl/project.xsl
deleted file mode 100644 (file)
index 70ad6ae..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0"?>
-
-<xsl:stylesheet version="1.0"
-                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:import href="common.xsl"/>
-
-<xsl:output method="xml"/>
-
-<xsl:template match="/">
- <html>
-  <head>
-   <title>The Project</title>
-  </head>
-  <body>
-    <xsl:apply-templates/>
-  </body>
- </html>
-</xsl:template>
-
-<xsl:template match="project">
- <h1>
-  <xsl:value-of select="full_title"/>
-  <xsl:text> (</xsl:text>
-  <xsl:value-of select="acronym"/>
-  <xsl:text>)</xsl:text>
- </h1>
- <p>
-  <xsl:text>Project type: </xsl:text>
-  <xsl:value-of select="type"/>
-  <xsl:text> (</xsl:text>
-  <xsl:value-of select="type_acronym"/>
-  <xsl:text>)</xsl:text>
- </p>
- <p>
-  <xsl:text>Proposal Contract Number: </xsl:text>
-  <xsl:value-of select="proposal_contract_no"/>
- </p>
- <p>
-  <xsl:text>Operative Commencement Date: </xsl:text>
-  <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>