]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/xsl/common.xsl
partial implementation of IST logo. Deep pages have the wrong reference
[helm.git] / helm / mowgli / home / xsl / common.xsl
index 1810935bff85a56776d311556c2e86d3f327d3dd..3addf9f03e3ace7acd60a3cb8e791b4fb3a08b49 100644 (file)
@@ -5,21 +5,41 @@
 
 <xsl:template name="head">
   <xsl:param name="path_to_top" select="'.'"/>
-  <div class="right">
-   <div class="small">
-    <a href="{$path_to_top}/home.html">MoWGLI: Mathematics on the Web: Get It by Logic and Interfaces</a>
-   </div>
-  </div>
+  <table border="0" cellspacing="0" cellpadding="0" width="100%">
+    <tr>
+      <td align="left" valign="bottom">
+        <div class="small">
+          <a href="{$path_to_top}/home.html">MoWGLI: Mathematics on the Web: Get It by Logic and Interfaces</a>
+       </div>
+      </td>
+      <td align="right" valign="bottom">
+        <div class="small">
+          <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo Small" src="../images/istbutton_small.gif"/></a>
+        </div>
+      </td>
+    </tr>
+  </table>
   <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>
+  <table border="0" cellspacing="0" cellpadding="0" width="100%">
+    <tr>
+      <td align="left" valign="top">
+        <div class="small">
+          This pages are 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>
+      </td>
+      <td align="right" valign="top">
+        <div class="small">
+          <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo Small" src="../images/istbutton_small.gif"/></a>
+        </div>
+      </td>
+    </tr>
+  </table>
 </xsl:template>
 
 <xsl:template name="person-name">