]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/deadlines.xsl
- list of people
[helm.git] / helm / mowgli / home / xsl / deadlines.xsl
index 95debcab0ce3c0af12b0e4d9a4ea64cfa1a23a29..9644bfdc47b643fa375b12e6064e799eefdc7474 100644 (file)
@@ -10,7 +10,7 @@
 <xsl:template match="/">
  <html>
   <head>
-   <title>Events Ordered by Deadlines</title>
+   <title>Events Sorted by Deadlines</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
     <xsl:call-template name="head">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
-    <h1>Mowgli Events Ordered by Deadlines</h1>
+    <h1>Events</h1>
+    [<a href="events.html">Sorted by event date</a>] [Sorted by deadline]
+    <br /><br />
     <hr />
-    <h1>Events Of Interest to MOWGLI Ordered by Deadlines ---
-        <a href="events.html">Order by events!</a></h1>
     <ul>
-     <xsl:apply-templates select="events/event/deadline">
-      <xsl:sort select="date" data-type="number"/>
-     </xsl:apply-templates>
+     <xsl:apply-templates select="events/event/deadline"/>
     </ul>
     <xsl:call-template name="foot">
      <xsl:with-param name="path_to_top" select="'.'"/>
@@ -56,3 +54,4 @@
 </xsl:template>
 
 </xsl:stylesheet>
+