]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/index.html
cdb2834773853d89c320df91d97bb07c56f3619d
[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="New" id="showdialog" ONCLICK="newDialog()">
31            <INPUT type="BUTTON" value="Browse library" id="showdialog" ONCLICK="openDialog()">
32            <INPUT type="BUTTON" value="Save" id="savebutton" ONCLICK="saveFile()">
33            <INPUT type="BUTTON" value="Save as" id="saveasbutton" ONCLICK="saveDialog()">
34            <INPUT type="BUTTON" value="Commit" id="commitbutton" ONCLICK="commitAll()"></p>
35 <!--       <INPUT type="BUTTON" value="show sequent" id="showseq" ONCLICK="showSequent()">
36            <INPUT type="BUTTON" value="hide sequent" id="hideseq" ONCLICK="hideSequent()">
37            <INPUT type="BUTTON" value="selection test" id="hideseq" ONCLICK="test()"> -->
38
39 </td>
40 <td style="width:33%; text-align:center;"><img src="icons/matita-text.png"></td>
41 </tr>
42 <tr id="workarea" style="height:70%;">
43 <td id="scriptcell" style="padding: 0px; border-style: none; padding: 0px;">
44   <!-- the script --> 
45   <!-- 
46   The two DIVs "locked" and "unlocked" MUST be on the same line (since they are 
47   inside a PRE tag, a CR will be reflected in the document presentation)
48   -->
49   <div style="width:100%; height:100%; overflow:auto;">
50   <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>
51   <!-- the script (end) --> 
52 </td>
53 <td id="goalcell" style="padding: 0px; width:33%; border-style: none;">
54   <div id="goals"></div>
55   <div contentEditable="true" style="border-style:solid; height:100%; width:100%; overflow:auto;">
56   <pre id="goalview"></pre>
57   </div>
58 </td>
59
60 <tr style="height:15%">
61 <td colspan="2" style="padding: 0px; border-style: none;">
62         <textarea id="logarea" style="width:100%; height:100%"></textarea>
63 </td>
64 </tr>
65 </table>
66
67 <div class="dialog" id="dialogBox" style="display: none;">
68   <div class="diaTitle" id="dialogTitle"></div>
69   <div class="scroll" id="dialogContent"></div>
70   <INPUT class="diaFile" type="text" id="dialogFilename">
71   <INPUT type="button" id="dialogSelect" value="OK" ONCLICK="dialogOK()" style="width:70px">
72 </div>
73  </body>
74  </html>