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