]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/index.html
Matitaweb:
[helm.git] / matitaB / matita / index.html
index 80f49ece416a748bc209e770b5cd0296259f9141..21ffb0e5c00b486021cee339510970f7b825f4ea 100644 (file)
@@ -1,17 +1,20 @@
 <html>
 
 <head>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="jquery.tooltip.min.js"></script>
 <script type="text/javascript" src="utf8MacroTable.js"></script>
 <script type="text/javascript" src="matitaweb.js"></script>
 <script type="text/javascript" src="layout.js"></script>
 <link rel="stylesheet" type="text/css" href="matitaweb.css"/>
+<link rel="stylesheet" type="text/css" href="jquery.tooltip.css"/>
 
 <link href="treeview/xmlTree.css" type="text/css" rel="stylesheet"/>
 <script src="treeview/xmlTree.js" type="text/javascript"></script>
 
 </head>
 
-<body onLoad="initialize();" onResize="resize();">
+<body onLoad="initialize();">
 <textarea id="unescape" style="display:none;"></textarea>
 <div id="sandbox" style="display:none;"></div>
 
@@ -55,6 +58,7 @@
            <INPUT type="BUTTON" value="Commit" id="commitbutton" ONCLICK="commitAll()">
            <INPUT type="BUTTON" value="Update" id="updatebutton" ONCLICK="updateAll()">
            <INPUT type="BUTTON" value="Log" id="logbutton" ONCLICK="showLog()">
+           <INPUT type="BUTTON" value="Del hrefs" id="delintbutton" ONCLICK="strip_interpr()">
 <!--      <INPUT type="BUTTON" value="show sequent" id="showseq" ONCLICK="showSequent()">
           <INPUT type="BUTTON" value="hide sequent" id="hideseq" ONCLICK="hideSequent()">
           <INPUT type="BUTTON" value="selection test" id="hideseq" ONCLICK="test()"> -->
   <INPUT type="button" id="uploadSelect" value="OK" ONCLICK="uploadOK()" style="width:70px">
 </div>
 
+<!-- Mask to cover the whole screen --> 
+  <div id="mask"></div> 
+  
+<!-- Mask to cover the toolbar --> 
+  <div id="whitemask"></div> 
+
  </body>
 </html>