]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/index.html
Matitaweb: Save as...
[helm.git] / matitaB / matita / index.html
1 <html>
2
3 <head>
4 <script type="text/javascript" src="utf8MacroTable.js"></script>
5 <script type="text/javascript" src="matitaweb.js"></script>
6 <link rel="stylesheet" type="text/css" href="matitaweb.css"/>
7
8 <link href="treeview/xmlTree.css" type="text/css" rel="stylesheet"/>
9 <script src="treeview/xmlTree.js" type="text/javascript"></script>
10
11 </head>
12
13 <body onLoad="initialize();">
14 <div id="sandbox" style="visibility:hidden;"></div>
15 <table style="table-layout: fixed; width:100%; height:100%; border-spacing: 0px; border-style: none;">
16 <tr>
17 <td style="padding: 0px; width:67%; border-style: none;">
18         <textarea id="unescape" style="display:none;"></textarea>
19         <p><A href="javascript:advanceForm1()"><IMG src="icons/advance.png" 
20                                                     id="advance" alt="Advance" 
21                                                     title="Execute one step of the script."></A>
22            <A href="javascript:retract()"><IMG src="icons/retract.png" 
23                                                id="retract" alt="Retract"
24                                                title="Undo execution of one step of the script."></A>
25            <A href="javascript:gotoPos()"><IMG src="icons/position.png" 
26                                                id="cursor" alt="Play"
27                                                title="Execute the script until the current position of the cursor."></A>
28            <A href="javascript:gotoBottom()"><IMG src="icons/bottom.png" 
29                                                   id="bottom" alt="Bottom" title="Execute the whole script."></A>
30            <INPUT type="BUTTON" value="Browse library" id="showdialog" ONCLICK="openDialog()">
31            <INPUT type="BUTTON" value="Save" id="savebutton" ONCLICK="saveFile()">
32            <INPUT type="BUTTON" value="Save as" id="savebutton" ONCLICK="saveDialog()">
33            <INPUT type="BUTTON" value="Commit" id="commitbutton" ONCLICK="commitAll()"></p>
34 <!--       <INPUT type="BUTTON" value="show sequent" id="showseq" ONCLICK="showSequent()">
35            <INPUT type="BUTTON" value="hide sequent" id="hideseq" ONCLICK="hideSequent()">
36            <INPUT type="BUTTON" value="selection test" id="hideseq" ONCLICK="test()"> -->
37
38 </td>
39 <td style="width:33%; text-align:center;"><img src="icons/matita-text.png"></td>
40 </tr>
41 <tr id="workarea" style="height:70%;">
42 <td id="scriptcell" style="padding: 0px; border-style: none; padding: 0px;">
43   <!-- the script --> 
44   <!-- 
45   The two DIVs "locked" and "unlocked" MUST be on the same line (since they are 
46   inside a PRE tag, a CR will be reflected in the document presentation)
47   -->
48   <div style="width:100%; height:100%; overflow:auto;">
49   <pre><div contentEditable="false" id="locked" style="background-color:#bfbfff; display:inline;"></div><div contentEditable="true" id="unlocked" style="display:inline">(* script *)</div></pre></div>
50   <!-- the script (end) --> 
51 </td>
52 <td id="goalcell" style="padding: 0px; width:33%; border-style: none;">
53   <div id="goals"></div>
54   <div contentEditable="true" style="border-style:solid; height:100%; width:100%; overflow:auto;">
55   <pre id="goalview"></pre>
56   </div>
57 </td>
58
59 <tr style="height:15%">
60 <td colspan="2" style="padding: 0px; border-style: none;">
61         <textarea id="logarea" style="width:100%; height:100%"></textarea>
62 </td>
63 </tr>
64 </table>
65
66 <div class="dialog" id="dialogBox" style="display: none;">
67   <div class="diaTitle" id="dialogTitle"></div>
68   <div class="scroll" id="dialogContent"></div>
69   <INPUT class="diaFile" type="text" id="dialogFilename">
70   <INPUT type="button" id="dialogSelect" value="OK" ONCLICK="dialogOK()" style="width:70px">
71 </div>
72  </body>
73  </html>