]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/theory_pres.xsl
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / style / theory_pres.xsl
index 1595ee73acbab17be41c02d655738b7fa589b204..47b2622c86b93c9751f72623f7f1f1186d3005bf 100644 (file)
      <h4>END MUTUAL DEFINITIONS</h4>
 </xsl:template>
 
+<xsl:template match="ht:OBJECT">
+ <xsl:variable name="delimiter">
+  <xsl:if test="@mode != 'linkonly'">
+   <xsl:text>:</xsl:text>
+  </xsl:if>
+ </xsl:variable>
+    <table>
+     <tr>
+      <td colspan="2">
+       <b>Object<xsl:text>&#x00a0;</xsl:text><a href="{@uri}"><xsl:value-of select="@uri"/></a><xsl:value-of select="$delimiter"/></b>
+      </td>
+     </tr>
+     <xsl:if test="@mode != 'linkonly'">
+      <tr>
+       <td>&#x00a0;&#x00a0;&#x00a0;</td>
+       <td><ENTITY uri="{@uri}" type="{@mode}"/></td>
+      </tr>
+     </xsl:if>
+    </table>
+</xsl:template>
+
 <xsl:template match="ht:THEOREM">
     <table>
      <tr>