]> matita.cs.unibo.it Git - helm.git/commitdiff
partial implementation of IST logo. Deep pages have the wrong reference
authorLuca Padovani <luca.padovani@unito.it>
Wed, 13 Feb 2002 20:00:53 +0000 (20:00 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Wed, 13 Feb 2002 20:00:53 +0000 (20:00 +0000)
helm/mowgli/home/html/Makefile
helm/mowgli/home/templates/home.html
helm/mowgli/home/xsl/common.xsl

index 03f9be93d48c5a4c483baebe94b01dd0be631ae1..d75d854ba28db919692d856ed72092f52c632952 100644 (file)
@@ -175,4 +175,5 @@ uninstall:
        rm -rf $(DESTDIR)/*
 
 $(XSLROOT)/%.xsl : $(XSLROOT)/common.xsl
+$(DOCUMENTS) : $(XSLROOT)/common.xsl
 
index 7edfbb24a0cb2536fdf05d141c980abcac98f014..d7e3fbaf51bb79493b124106b9033530146ef1ab 100644 (file)
   </head>
 
   <body class="content">
-    <div class="center">
-      <br />
-      <img src="../images/mowgli_combo.gif"/>
-    </div>
-
     <blockquote>
+      <table width="100%" border="0" cellspacing="0" cellpadding="0">
+        <tr>
+         <td align="left" valign="top">
+            <img alt="MoWGLI Logo" src="../images/mowgli_combo.gif"/>
+         </td>
+         <td align="right" valign="top">
+           <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo" src="../images/istdrop.gif"/></a>
+         </td>
+       </tr>
+      </table>
+      
       <br />
       <h3>A few lines</h3>
       with a brief description of the project
       <hr width="100%"/>
       
       <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>.
+      <table border="0" cellspacing="0" cellpadding="0" width="100%">
+        <tr>
+         <td align="left" valign="top">
+            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>.
+         </td>
+         <td align="right" valign="top">
+            <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo Small" src="../images/istbutton_small.gif"/></a>
+         </td>
+       </tr>
+      </table>
       </div>
     </blockquote>
   </body>
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">