]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/index.html
Matitaweb:
[helm.git] / matitaB / matita / index.html
1 <html>
2
3 <head>
4 <script type="text/javascript" src="jquery.js"></script>
5 <script type="text/javascript" src="utf8MacroTable.js"></script>
6 <script type="text/javascript" src="matitaweb.js"></script>
7 <script type="text/javascript" src="layout.js"></script>
8 <link rel="stylesheet" type="text/css" href="matitaweb.css"/>
9
10 <link href="treeview/xmlTree.css" type="text/css" rel="stylesheet"/>
11 <script src="treeview/xmlTree.js" type="text/javascript"></script>
12
13 </head>
14
15 <body onLoad="initialize();" onResize="resize();">
16 <textarea id="unescape" style="display:none;"></textarea>
17 <div id="sandbox" style="display:none;"></div>
18
19 <div class="matitaapparea" id="matitaapparea">
20
21 <div class="titlebar" id="titlebar">
22   <div class="mainTitle"><H2 id="matitaTitle">Matita - &lt;&lt;Filename&gt;&gt;</H2></div>
23   <div class="mainRight" id="matitaLogout"><A id="hlogout" href="/logout.html">Log out</A></div>
24 </div>
25
26
27 <div class="toparea" id="toparea">
28 <div class="navibar">
29            <A href="javascript:advanceForm1()"><IMG class="topimg" src="icons/advance.png" 
30                                                     id="advance" alt="Advance" 
31                                                     title="Execute one step of the script."></A>
32            <A href="javascript:retract()"><IMG class="topimg" src="icons/retract.png" 
33                                                id="retract" alt="Retract"
34                                                title="Undo execution of one step of the script."></A>
35            <A href="javascript:gotoTop()"><IMG class="topimg" src="icons/top.png" 
36                                                   id="top" alt="Top" title="Undo execution of the whole script."></A>
37            <A href="javascript:gotoPos()"><IMG class="topimg" src="icons/position.png" 
38                                                id="cursor" alt="Play"
39                                                title="Execute the script until the current position of the cursor."></A>
40            <A href="javascript:gotoBottom()"><IMG class="topimg" src="icons/bottom.png" 
41                                                   id="bottom" alt="Bottom" title="Execute the whole script."></A>
42 </div>
43 <div class="toolbar">
44   <table>
45   <tr>
46     <td>
47            <INPUT type="BUTTON" value="New" id="newbutton" ONCLICK="newDialog()">
48            <INPUT type="BUTTON" value="Open" id="showdialog" ONCLICK="openDialog()">
49            <INPUT type="BUTTON" value="Save" id="savebutton" ONCLICK="saveFile()">
50            <INPUT type="BUTTON" value="Save as" id="saveasbutton" ONCLICK="saveDialog()">
51     </td>
52   </tr>
53   <tr>
54     <td>
55            <INPUT type="BUTTON" value="Upload" id="uploadbutton" ONCLICK="uploadDialog()">
56            <INPUT type="BUTTON" value="Commit" id="commitbutton" ONCLICK="commitAll()">
57            <INPUT type="BUTTON" value="Update" id="updatebutton" ONCLICK="updateAll()">
58            <INPUT type="BUTTON" value="Log" id="logbutton" ONCLICK="showLog()">
59            <INPUT type="BUTTON" value="Del hrefs" id="delintbutton" ONCLICK="strip_interpr()">
60 <!--       <INPUT type="BUTTON" value="show sequent" id="showseq" ONCLICK="showSequent()">
61            <INPUT type="BUTTON" value="hide sequent" id="hideseq" ONCLICK="hideSequent()">
62            <INPUT type="BUTTON" value="selection test" id="hideseq" ONCLICK="test()"> -->
63     </td>
64   </tr>
65   </table> 
66
67 </div>
68 <div class="caption"><p><img align="bottom" class="topimg" src="icons/matita-text.png"></p></div>
69 </div>
70
71 <div class="workarea" id="workarea">
72 <div class="scriptarea" id="scriptcell">
73   <!-- the script --> 
74   <!-- 
75   The two DIVs "locked" and "unlocked" MUST be on the same line (since they are 
76   inside a PRE tag, a CR will be reflected in the document presentation)
77   -->
78   <div style="width:100%; height:100%; overflow:auto;">
79   <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>
80   <!-- the script (end) --> 
81 </div>
82 <div class="sidearea" id="sidearea">
83  <div class="framed" id="disambcell"></div>
84  <div class="framed" id="goalcell">
85   <div id="goals"></div>
86   <div class="context">
87   <pre id="goalview"></pre>
88   </div>
89  </div>
90 </div>
91 </div>
92
93 <!-- <div class="bottomarea">
94         <textarea id="logarea" style="width:100%; height:100%"></textarea>
95 </div> -->
96
97 </div>
98
99 <div class="dialog" id="dialogBox" style="display: none;">
100   <div class="diaTitle" id="dialogTitle"></div>
101   <div class="diaClose" id="dialogClose"><H2><A class="butClose" href="javascript:abortDialog('dialogBox')">X</A></H2></div>
102   <INPUT type="button" id="dialogNewdir" value="Create dir..." ONCLICK="createDir()" style="width:150px"><br/>
103   <div class="scroll" id="dialogContent"></div>
104   <INPUT class="diaFile" type="text" id="dialogFilename">
105   <INPUT type="button" id="dialogSelect" value="OK" ONCLICK="dialogOK()" style="width:70px">
106 </div>
107
108 <div class="upload" id="uploadBox" style="display: none;">
109   <div class="dialogTitle" id="uploadTitle"></div>
110   <div class="diaClose" id="uploadClose"><H2><A class="butClose" href="javascript:abortDialog('uploadBox')">X</A></H2></div>
111   <INPUT class="diaFile" type="file" id="uploadFilename">
112   <INPUT type="button" id="uploadSelect" value="OK" ONCLICK="uploadOK()" style="width:70px">
113 </div>
114
115 <!-- Mask to cover the whole screen --> 
116   <div id="mask"></div> 
117   
118 <!-- Mask to cover the toolbar --> 
119   <div id="whitemask"></div> 
120
121  </body>
122 </html>