]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/index.html
Matitaweb: Some changes in file selection dialogbox.
[helm.git] / matitaB / matita / index.html
index 9a2343aa43c5ca32bc2d3b8da3949fc004cf6ffa..28e0ef68a304ca30b3360e04bbfb40d90234925a 100644 (file)
                                                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>
+                                                 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="savebutton" ONCLICK="commitAll()"></p>
+          <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()"> -->
@@ -65,6 +65,7 @@
 <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">
 </div>
  </body>
  </html>