]> 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 27f90b66aaa8b327b1cd780d89706fe888f393bc..28e0ef68a304ca30b3360e04bbfb40d90234925a 100644 (file)
@@ -1,9 +1,13 @@
 <html>
+
 <head>
-</head>
-                 
-<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"/>
+
+<link href="treeview/xmlTree.css" type="text/css" rel="stylesheet"/>
+<script src="treeview/xmlTree.js" type="text/javascript"></script>
+
 </head>
 
 <body onLoad="initialize();">
 <tr>
 <td style="padding: 0px; width:67%; border-style: none;">
        <textarea id="unescape" style="display:none;"></textarea>
-       <p><A href="javascript:advanceForm1()"><IMG src="icons/advance.png" alt="Advance" title="Execute one step of the script."></A>
-          <A href="javascript:retract()"><IMG src="icons/retract.png" alt="Retract" title="Undo execution of one step of the script."></A>
-          <A href="javascript:gotoPos()"><IMG src="icons/position.png" alt="Play" title="Execute the script until the current position of the cursor."></A>
-           <A href="javascript:gotoBottom()"><IMG src="icons/bottom.png" 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 sequent" id="showseq" ONCLICK="showSequent()">
+       <p><A href="javascript:advanceForm1()"><IMG src="icons/advance.png" 
+                                                    id="advance" alt="Advance" 
+                                                    title="Execute one step of the script."></A>
+          <A href="javascript:retract()"><IMG src="icons/retract.png" 
+                                              id="retract" alt="Retract"
+                                               title="Undo execution of one step of the script."></A>
+          <A href="javascript:gotoPos()"><IMG src="icons/position.png" 
+                                               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="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()">
+          <INPUT type="BUTTON" value="selection test" id="hideseq" ONCLICK="test()"> -->
 
 </td>
 <td style="width:33%; text-align:center;"><img src="icons/matita-text.png"></td>
 </tr>
-<tr id="workarea" style="height:80%;">
+<tr id="workarea" style="height:70%;">
 <td id="scriptcell" style="padding: 0px; border-style: none; padding: 0px;">
   <!-- the script --> 
   <!-- 
 </td>
 </tr>
 </table>
+
+<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>