]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/index.html
e665bede62fd371ad0471f30a1560e2b4c2e2df6
[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
16 <div class="matitaapparea">
17
18 <div class="toparea">
19 <div class="toolbar">
20         <textarea id="unescape" style="display:none;"></textarea>
21         <p><A href="javascript:advanceForm1()"><IMG src="icons/advance.png" 
22                                                     id="advance" alt="Advance" 
23                                                     title="Execute one step of the script."></A>
24            <A href="javascript:retract()"><IMG src="icons/retract.png" 
25                                                id="retract" alt="Retract"
26                                                title="Undo execution of one step of the script."></A>
27            <A href="javascript:gotoPos()"><IMG src="icons/position.png" 
28                                                id="cursor" alt="Play"
29                                                title="Execute the script until the current position of the cursor."></A>
30            <A href="javascript:gotoBottom()"><IMG src="icons/bottom.png" 
31                                                   id="bottom" alt="Bottom" title="Execute the whole script."></A>
32            <INPUT type="BUTTON" value="New" id="showdialog" ONCLICK="newDialog()">
33            <INPUT type="BUTTON" value="Browse library" id="showdialog" ONCLICK="openDialog()">
34            <INPUT type="BUTTON" value="Save" id="savebutton" ONCLICK="saveFile()">
35            <INPUT type="BUTTON" value="Save as" id="saveasbutton" ONCLICK="saveDialog()">
36            <INPUT type="BUTTON" value="Commit" id="commitbutton" ONCLICK="commitAll()"></p>
37 <!--       <INPUT type="BUTTON" value="show sequent" id="showseq" ONCLICK="showSequent()">
38            <INPUT type="BUTTON" value="hide sequent" id="hideseq" ONCLICK="hideSequent()">
39            <INPUT type="BUTTON" value="selection test" id="hideseq" ONCLICK="test()"> -->
40
41 </div>
42 <div class="caption"><img src="icons/matita-text.png"></div>
43 </div>
44
45 <div class="workarea" id="workarea">
46 <div class="scriptarea" id="scriptcell">
47   <!-- the script --> 
48   <!-- 
49   The two DIVs "locked" and "unlocked" MUST be on the same line (since they are 
50   inside a PRE tag, a CR will be reflected in the document presentation)
51   -->
52   <div style="width:100%; height:100%; overflow:auto;">
53   <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>
54   <!-- the script (end) --> 
55 </div>
56 <div class="goalarea" id="goalcell">
57   <div id="goals"></div>
58   <div contentEditable="true" style="border-style:solid; height:100%; width:100%; overflow:auto;">
59   <pre id="goalview"></pre>
60   </div>
61 </div>
62
63 <div class="bottomarea">
64         <textarea id="logarea" style="width:100%; height:100%"></textarea>
65 </div>
66
67 </div>
68
69 <div class="dialog" id="dialogBox" style="display: none;">
70   <div class="diaTitle" id="dialogTitle"></div>
71   <div class="scroll" id="dialogContent"></div>
72   <INPUT class="diaFile" type="text" id="dialogFilename">
73   <INPUT type="button" id="dialogSelect" value="OK" ONCLICK="dialogOK()" style="width:70px">
74 </div>
75  </body>
76  </html>