]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/work-packages_index.xsl
- more uniform layout
[helm.git] / helm / mowgli / home / xsl / work-packages_index.xsl
index 9ade48c7d903003744c0f8991770cc92feca99a3..af2b199eb9f574d46e211a0032ac0227b4cd8b9a 100644 (file)
    <link rel="stylesheet" href="../../style/mowgli.css" type="text/css"/>
   </head>
   <body>
-   <xsl:apply-templates/>
+   <blockquote>
+    <xsl:call-template name="head"/>
+    <xsl:apply-templates/>
+    <xsl:call-template name="foot"/>
+   </blockquote>
   </body>
  </html>
 </xsl:template>
    </tr>
   </thead>
   <tbody>
-   <xsl:apply-templates/>
+   <xsl:apply-templates select="work-package"/>
   </tbody>
  </table>
+ <xsl:copy-of select="description/*"/>
 </xsl:template>
 
 <xsl:template match="work-package">