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