]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/index.html
Show library test 1.
[helm.git] / matitaB / matita / index.html
index ea4d549510360faf39a22f73923639e79bab74e7..f75482a6e595d1928088226c8acc6483fc359629 100644 (file)
@@ -3,6 +3,10 @@
 <head>
 <script type="text/javascript" src="matitaweb.js"></script>
 <link rel="stylesheet" type="text/css" href="matitaweb.css"/>
+
+<link href="treeview/xmlTree.css" type="text/css" rel="stylesheet"/>
+<script src="treeview/xmlTree.js" type="text/javascript"></script>
+
 </head>
 
 <body onLoad="initialize();">
@@ -23,7 +27,7 @@
           <A href="javascript:gotoBottom()"><IMG src="icons/bottom.png" 
                                                   id="bottom" alt="Bottom" title="Execute the whole script."></A>
        <INPUT type="TEXT" id="filename" value=""><INPUT type="BUTTON" value="Open" ONCLICK="openFile()"></p>
-          <INPUT type="BUTTON" value="show dialog" id="showdialog" ONCLICK="showDialog('Dialog Test')">
+          <INPUT type="BUTTON" value="show dialog" id="showdialog" ONCLICK="showLibrary()">
 <!--      <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()"> -->
@@ -58,7 +62,7 @@
 
 <div class="dialog" id="dialogBox" style="display: none;">
   <div class="diaTitle" id="dialogTitle">Title</div>
-  <div class="scroll"></div>
+  <div class="scroll" id="dialogContent"></div>
 </div>
  </body>
  </html>