]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/index.html
First attempt at dialog boxes.
[helm.git] / matitaB / matita / index.html
index 223aefa3e7dde49aa79ce6ba0b486ba59f235a91..415a377589431094ec954170028ba8f19ad4989c 100644 (file)
@@ -1,9 +1,8 @@
 <html>
-<head>
-</head>
-                 
+
 <head>
 <script type="text/javascript" src="matitaweb.js"></script>
+<link rel="stylesheet" type="text/css" href="matitaweb.css"/>
 </head>
 
 <body onLoad="initialize();">
@@ -24,6 +23,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()">
 <!--      <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()"> -->
 </td>
 </tr>
 </table>
+
+<div class="dialog" style="display: none;">
+  <p id="dialogTitle">Title</p>
+  <div class="scroll"></div>
+</div>
  </body>
  </html>