]> matita.cs.unibo.it Git - helm.git/blob - helm/on-line/html/cic/control.html
annotationHelper now working again. A control frame has been added to
[helm.git] / helm / on-line / html / cic / control.html
1 <html>
2
3 <head>
4 <title>???</title>
5
6 <style type="text/css">
7 #normal { background-color: #e6e6fa; font-family: sans-serif }
8 td.head { font-weight: bold; background-color: #e6e6fa; color: brown }
9 td.back { background-color: #e6e6fa; color: brown }
10 #indent { margin-left: 1cm; margin-right: 1cm }
11 #centered { text-align: center }
12 </style>
13
14 <script language="JavaScript" src="../../javascript/defaults.js"></script>
15 <script language="JavaScript" src="../../javascript/utils.js"></script>
16 <script language="JavaScript" src="../../javascript/control.js"></script>
17
18 </head>
19
20 <body id="normal">
21  <h1>Object: 
22   &quot;<script>document.write(extractParam(unescape(getParam('url')),'param.CICURI'))</script>&quot;
23  &nbsp;&nbsp;&nbsp;<font size="+1">[Annotations are
24  <script>if ((extractParam(unescape(getParam('url')),'param.annotations')) == 'NO') document.write('off'); else document.write('on')</script>
25  ]</font>
26  </h1>
27  <table>
28   <tr>
29    <td>
30     <script>
31      var url = unescape(getParam('url'));
32      url = setParam(url,"keys",getCICMathMLKeys());
33      url = setParam(url,"prop.doctype-public","");
34      url = setParam(url,"prop.encoding","");
35      url = setParam(url,"prop.media-type","application/x-helm-annotation-helper");
36      document.write(
37       '<a target="result" href="' + url + '">Annotate it</a>'
38      )
39     </script>
40    </td>
41    <td>
42     (Before following the link, you must install the HELM Annotation Helper)
43    </td>
44   </tr>
45   <tr>
46    <td>
47     View its metadata
48    </td>
49    <td>(Not implemented, yet. Coming soon.)</td>
50   </tr>
51   <tr>
52    <td>
53     Proof-check it
54    </td>
55    <td>
56     (Not ported to V7, yet. Coming soon.)
57    </td>
58   </tr>
59  </table>
60 </body>
61 </html>