]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/work-package.xsl
ocaml 3.09 transition
[helm.git] / helm / mowgli / home / xsl / work-package.xsl
index cee606d3758f89dce5adc5ee8afc6a18e7b90b54..8cb465b5d86e1780ee0c565d15dc4273eb0c18f3 100644 (file)
   <xsl:text>: </xsl:text>
   <xsl:value-of select="name"/>
  </h1>
- <h2>Begin: <xsl:value-of select="begin"/></h2>
- <h2>End: <xsl:value-of select="end"/></h2>
+ <h2>
+   Begin: <xsl:value-of select="begin"/> &#x0A0;&#x0A0;&#x0A0;
+   End: <xsl:value-of select="end"/>
+ </h2>
+ <h2>
+  <xsl:text>Work Package Leader: </xsl:text>
+  <a href="../people/{leader/@file}.html">
+   <xsl:call-template name="person-name">
+    <xsl:with-param name="file" select="leader/@file"/>
+   </xsl:call-template>
+  </a>
+ </h2>
+ <h2>Contribution of Each Site (in Man Monthes):</h2>
+ <span style="margin-left: 1cm">
  <table>
   <tr>
    <xsl:for-each select="person-month">
-    <td><xsl:value-of select="@participant"/></td>
+    <td>
+     <a href="../sites/{@participant}.html">
+      <xsl:value-of select="@participant"/>
+     </a>
+    </td>
    </xsl:for-each>
   </tr>
   <tr>
    <xsl:for-each select="person-month">
-    <td><xsl:value-of select="@number"/></td>
+    <td align="center"><xsl:value-of select="@number"/></td>
    </xsl:for-each>
   </tr>
  </table>
+ </span>
  <h2>Objectives:</h2>
  <xsl:copy-of select="objectives/*"/>
  <h2>Description:</h2>