]> matita.cs.unibo.it Git - helm.git/commitdiff
* Title added
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 23 Aug 2001 13:16:04 +0000 (13:16 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 23 Aug 2001 13:16:04 +0000 (13:16 +0000)
* Method onLoad="window.focus()" added. To be removed as soon as the window
  become a frame.

helm/style/mk_meta_theory.xsl

index 34d6b1ccda3ea40855b403222a8fedab47ac5018..e613553d24f4dba052415c7376f807bb2b52dc3b 100644 (file)
 
 <xsl:template match="/">
                <html> 
-                <head></head>
-                <body bgcolor="white">
+                <head>
+                 <title>Occurrences of <xsl:value-of select="occurs/@who"/></title>
+                </head>
+                <!-- CSC: method onLoad to be removed once the window -->
+                <!-- CSC: becomes a frame                              -->
+                <body bgcolor="white" onLoad="window.focus()">
                 <xsl:apply-templates/>
                 </body>
                </html>