]> matita.cs.unibo.it Git - helm.git/blob - helm/on-line/html/theory/control.html
Major interface upgrade still going on. But we are approaching the end of
[helm.git] / helm / on-line / html / theory / control.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2 "http://www.w3.org/TR/REC-html40/loose.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:subst="http://www.cs.unibo.it/helm/subst">
4
5 <head>
6
7 <style type="text/css">
8 #normal { background-color: #e6e6fa; font-family: sans-serif }
9 td.head { font-weight: bold; background-color: #e6e6fa; color: brown }
10 td.back { background-color: #e6e6fa; color: brown }
11 #indent { margin-left: 1cm; margin-right: 1cm }
12 #centered { text-align: center }
13 li      { padding-bottom: 1ex }
14 div.center { text-align: center }
15 </style>
16
17 <script language="JavaScript" src="../../javascript/defaults.js"></script>
18 <script language="JavaScript" src="../../javascript/utils.js"></script>
19 <script language="JavaScript" src="../../javascript/control.js"></script>
20 <script>
21  var interfaceURL = "<subst:interfaceURL/>";
22  var url = "<subst:url/>";
23 </script>
24
25 </head>
26
27 <body id="normal">
28  <div class="center">
29    <script>
30      document.write('&lt;a target="result" style="color:black; text-decoration:none" href="' + url + '&amp;param.toplevel=true">');
31      document.write('<img style="border-style:none" src="' + interfaceURL + '/icons/theory.png" />');
32    </script>
33  <h2><subst:base_CICURI/></h2>
34   <script>document.write('&lt;/a>');</script>
35  </div>
36  <hr />
37  <div class="center">
38   <a href="http://helm.cs.unibo.it" target="_top">HELM home</a>
39  </div>
40 <!--
41  <ul>
42    <li>
43      <script>
44        var url = "<subst:url/>";
45        document.write('<a href="' + url + '" target="_blank">Open theory in new window</a>');
46      </script>
47    </li>
48  </ul>
49 -->
50 </body>
51 </html>