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