]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/index.html
Matitaweb: more changes to file selection dialog box.
[helm.git] / matitaB / matita / index.html
index ab46665d31d6f363f6e169d2b9dec80852f13a7c..cfaeddc4097c0afd45e0b2741b75ca0373383be1 100644 (file)
@@ -1,6 +1,7 @@
 <html>
 
 <head>
+<script type="text/javascript" src="utf8MacroTable.js"></script>
 <script type="text/javascript" src="matitaweb.js"></script>
 <link rel="stylesheet" type="text/css" href="matitaweb.css"/>
 
                                                id="cursor" alt="Play"
                                                title="Execute the script until the current position of the cursor."></A>
           <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="showLibrary()">
+                                                 id="bottom" alt="Bottom" title="Execute the whole script."></A>
+          <INPUT type="BUTTON" value="Browse library" id="showdialog" ONCLICK="showLibrary()">
+          <INPUT type="BUTTON" value="Save" id="savebutton" ONCLICK="saveFile()">
+          <INPUT type="BUTTON" value="Commit" id="commitbutton" ONCLICK="commitAll()"></p>
 <!--      <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()"> -->
@@ -63,6 +65,8 @@
 <div class="dialog" id="dialogBox" style="display: none;">
   <div class="diaTitle" id="dialogTitle"></div>
   <div class="scroll" id="dialogContent"></div>
+  <INPUT class="diaFile" type="text" id="dialogFilename">
+  <INPUT type="button" id="dialogSelect" value="OK" ONCLICK="dialogOK()" style="width:70px">
 </div>
  </body>
  </html>