]> matita.cs.unibo.it Git - helm.git/commitdiff
Underlining of hyperlinks removed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 21 Nov 2001 18:38:35 +0000 (18:38 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 21 Nov 2001 18:38:35 +0000 (18:38 +0000)
helm/style/mk_meta_theory.xsl

index 70852ca9800f0c93f4f01e9d6f2e9a0f2844eec6..c1bb71d593c36794f331a593e9b9a0967aebb57f 100644 (file)
                <html> 
                 <head>
                  <title>Occurrences of <xsl:value-of select="*/*/@rdf:value"/></title>
+                 <style>
+                  a { text-decoration: none }
+                  a.underline {text-decoration: underline }
+                 </style>
                 </head>
                 <!-- CSC: method onLoad to be removed once the window -->
                 <!-- CSC: becomes a frame                              -->
  
  <ul>
        <xsl:if test="$no_main != 0">
-       <li><a href ="#main">Head position in conclusion 
+       <li><a class="underline" href ="#main">Head position in conclusion 
             (<xsl:value-of select="$no_main"/>)</a></li>
        </xsl:if>
        <xsl:if test="$no_concl != 0">
-       <li><a href ="#concl">In conclusion 
+       <li><a class="underline" href ="#concl">In conclusion 
             (<xsl:value-of select="$no_concl"/>)</a></li>
        </xsl:if>
        <xsl:if test="$no_main_hyp != 0">
-       <li><a href ="#main_hyp">Head position in some hypothesis
+       <li><a class="underline" href ="#main_hyp">Head position in some hypothesis
             (<xsl:value-of select="$no_main_hyp"/>)</a></li>
        </xsl:if>
        <xsl:if test="$no_in_hyp != 0">
-       <li><a href ="#hyp">In hypotheses
+       <li><a class="underline" href ="#hyp">In hypotheses
             (<xsl:value-of select="$no_in_hyp"/>)</a></li>
        </xsl:if>
        <xsl:if test="$no_body != 0">
-       <li><a href ="#body">In the body
+       <li><a class="underline" href ="#body">In the body
             (<xsl:value-of select="$no_body"/>)</a></li>
        </xsl:if>
  </ul>