]> matita.cs.unibo.it Git - helm.git/commitdiff
Fixed broken links to IST images.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 14 Feb 2002 17:19:57 +0000 (17:19 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 14 Feb 2002 17:19:57 +0000 (17:19 +0000)
helm/mowgli/home/html/Makefile
helm/mowgli/home/xsl/common.xsl
helm/mowgli/home/xsl/consortium.xsl
helm/mowgli/home/xsl/deliverable.xsl
helm/mowgli/home/xsl/news.xsl
helm/mowgli/home/xsl/person.xsl
helm/mowgli/home/xsl/project.xsl
helm/mowgli/home/xsl/publication.xsl
helm/mowgli/home/xsl/site.xsl
helm/mowgli/home/xsl/work-package.xsl
helm/mowgli/home/xsl/work-packages_index.xsl

index d75d854ba28db919692d856ed72092f52c632952..4c48dbbd51d6a527cb2cbb63f74f031a76877b40 100644 (file)
@@ -1,5 +1,5 @@
 
-DESTDIR = /tmp/public_html
+DESTDIR = /projects/mowgli/public_html
 
 TEMPLATESROOT = ../templates
 XMLROOT = ../xml
index 3addf9f03e3ace7acd60a3cb8e791b4fb3a08b49..847be68b86f4c3f3cd1e1114b6adc07f42d6ab69 100644 (file)
@@ -14,7 +14,7 @@
       </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>
+          <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo Small" src="{$path_to_top}/../images/istbutton_small.gif"/></a>
         </div>
       </td>
     </tr>
@@ -23,6 +23,7 @@
 </xsl:template>
 
 <xsl:template name="foot">
+  <xsl:param name="path_to_top" select="'.'"/>
   <hr/>
   <table border="0" cellspacing="0" cellpadding="0" width="100%">
     <tr>
@@ -35,7 +36,7 @@
       </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>
+          <a href="http://www.cordis.lu/ist"><img border="0" alt="IST Logo Small" src="{$path_to_top}/../images/istbutton_small.gif"/></a>
         </div>
       </td>
     </tr>
index 01323e176eb8799f8f10275421b5440eec0f7b33..6713ce1fbf4f3cf24b696fa79031bb3961a0ae58 100644 (file)
@@ -20,7 +20,9 @@
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'.'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index acd3d732349276025c14c4b56ccf0e215e3730bd..47ba47e9336c31edbae4286eeb8b2660d3ffbe7a 100644 (file)
@@ -24,7 +24,9 @@
      <xsl:with-param name="path_to_top" select="'../..'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index 62d51c2553ee02885a3fb0bf1e40837b2e4f9bad..87bd02da90ebb6d22ecd0f80fe0a652329c9d1a0 100644 (file)
@@ -23,7 +23,9 @@
     <dl>
      <xsl:apply-templates/>
     </dl>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'.'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index 61b7e0b7278ee745e95ebcd7f70a59b12ad18753..75019f247fbc617cdbafb9261ad1cf1f2535350a 100644 (file)
@@ -29,7 +29,9 @@
      <xsl:with-param name="path_to_top" select="'../..'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index 96288d74a54d546e6c2b5a7e38a78b2e2792486e..df1d3e91348c74d08c877834eccc8f2d5110c86d 100644 (file)
@@ -20,7 +20,9 @@
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index e06a856fc5c3bac3e4b5a5b83a5865d91ba749b5..50fbd0416ee1b1ad606ee43a8274cd83763b05a2 100644 (file)
@@ -20,7 +20,9 @@
      <xsl:with-param name="path_to_top" select="'../..'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'../..'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index 1046a8f055da48c0b522db5989ac1afb14ed3247..fa8b319a8513d6e46aaf954870767d4cea75c872 100644 (file)
@@ -20,7 +20,9 @@
      <xsl:with-param name="path_to_top" select="'..'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'..'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index bb0751d332bc3d96d6cb24a00e37a8a1e07a0248..7046ddfdddf72c97758c50633dcd170b4c45c227 100644 (file)
@@ -25,7 +25,9 @@
      <xsl:with-param name="path_to_top" select="'..'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'..'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>
index e57ff7b8e4ba85c54c78f215f6ac7ea467e0ea5a..2c7ed8ee47ccdcf74330668abd3e884430740e2e 100644 (file)
@@ -20,7 +20,9 @@
      <xsl:with-param name="path_to_top" select="'..'"/>
     </xsl:call-template>
     <xsl:apply-templates/>
-    <xsl:call-template name="foot"/>
+    <xsl:call-template name="foot">
+     <xsl:with-param name="path_to_top" select="'..'"/>
+    </xsl:call-template>
    </blockquote>
   </body>
  </html>