]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/events.xsl
- list of people
[helm.git] / helm / mowgli / home / xsl / events.xsl
index 2ab8231c4614196585b464bb1d683de08c4f970f..8a33e5fc364a6584e9faf7374aff053fe0918948 100644 (file)
     <xsl:call-template name="head">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
-    <h1>Mowgli Events</h1>
+    <h1>Events</h1>
+    [Sorted by event date] [<a href="deadlines.html">Sorted by deadline</a>]
+    <br /><br />
     <hr />
-    <h1>Events of Interest to MOWGLI ---
-        <a href="deadlines.html" target="_top">Sort by deadlines!</a></h1>
     <dl>
-     <xsl:apply-templates select="events/event">
-      <xsl:sort select="when/begin" data-type="number"/>
-     </xsl:apply-templates>
+     <xsl:apply-templates select="events/event"/>
     </dl>
     <xsl:call-template name="foot">
      <xsl:with-param name="path_to_top" select="'.'"/>