]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/common.xsl
- added common stylesheet
[helm.git] / helm / mowgli / home / xsl / common.xsl
diff --git a/helm/mowgli/home/xsl/common.xsl b/helm/mowgli/home/xsl/common.xsl
new file mode 100644 (file)
index 0000000..c4f0d3a
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+
+<xsl:stylesheet version="1.0"
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template name="head">
+  <div class="right">
+   <div class="small">
+    <a href="home.html">MoWGLI: Mathematics on the Web: Get It by Logic and Interfaces</a>
+   </div>
+  </div>
+  <hr/>
+</xsl:template>
+
+<xsl:template name="foot">
+  <hr/>
+  <div class="small">
+   This page is hosted by the
+   <a href="http://www.cs.unibo.it">Department of Computer Science</a>,
+   <a href="http://www.unibo.it">University of Bologna</a>
+  </div>
+</xsl:template>
+
+</xsl:stylesheet>
+