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