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