]> 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 fde85f52de0e07ade3767bbdb5f4cd734302ce6d..9644bfdc47b643fa375b12e6064e799eefdc7474 100644 (file)
     <xsl:call-template name="head">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
-    <h1>Mowgli Events Sorted 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 Sorted by Deadlines ---
-        <a href="events.html">Sort by events date!</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>
+