]> matita.cs.unibo.it Git - helm.git/blob - helm/on-line/html/theory/control.html
New HELM interface almost stable.
[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 h2.uri { margin-top: 0ex; margin-bottom: 0ex }
16 </style>
17
18 <script language="JavaScript" src="../../javascript/defaults.js"></script>
19 <script language="JavaScript" src="../../javascript/utils.js"></script>
20 <script language="JavaScript" src="../../javascript/control.js"></script>
21 <script>
22  var interfaceURL = "<subst:interfaceURL/>";
23  var processorURL = "<subst:processorURL/>";
24  var profile = "<subst:profile/>";
25  var url = "<subst:url/>";
26 </script>
27
28 </head>
29
30 <body id="normal">
31  <div class="center">
32  <small>
33  User:
34    <uwobo:profileCtrlOptionList xmlns:uwobo="http://helm.cs.unibo.it/uwobo"
35     type="theory"/>
36  <br />
37  [<a href="http://helm.cs.unibo.it" target="_top">HELM home</a>]
38  <script>
39    document.write('[<a target="_top" href="' + processorURL +
40      'apply?keys=SPK&amp;param.processorURL=' + escape(processorURL) +
41      '&amp;param.profile=' + escape(profile) +
42      '&amp;xmluri=' + interfaceURL + 'html/configuration.html' +
43      '">configuration</a>]');
44  </script>
45  </small>
46  </div>
47  <hr />
48  <div class="center">
49    <script>
50      document.write('&lt;a target="result" style="color:black; text-decoration:none" href="' + url + '&amp;param.toplevel=true">');
51      document.write('<img style="border-style:none" src="' + interfaceURL + '/icons/theory.png" />');
52    </script>
53  <h2 class="uri"><subst:base_CICURI/></h2>
54   <script>document.write('&lt;/a>');</script>
55  </div>
56 <!--
57  <ul>
58    <li>
59      <script>
60        var url = "<subst:url/>";
61        document.write('<a href="' + url + '" target="_blank">Open theory in new window</a>');
62      </script>
63    </li>
64  </ul>
65 -->
66 </body>
67 </html>