]> matita.cs.unibo.it Git - helm.git/blob - helm/on-line/html/cic/control.html
first moogle template checkin
[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      document.write('<a href="' + url + '" target="_blank">Object URL</a>');
33      </script>
34    </td>
35    <td>
36     Follow the link to view the displayed object alone (without this control frame)
37    </td>
38   </tr>
39   <tr>
40    <td>
41     <script>
42      var url = unescape(getParam('url'));
43      url = setParam(url,"keys",getCICMathMLKeys());
44      url = setParam(url,"prop.doctype-public","");
45      url = setParam(url,"prop.encoding","");
46      url = setParam(url,"prop.media-type","application/x-helm-annotation-helper");
47      url = url + "&param.explodeall=true";
48      document.write(
49       '<a target="result" href="' + url + '">Annotate it</a>'
50      )
51     </script>
52    </td>
53    <td>
54     (Before following the link, you must install the HELM Annotation Helper)
55    </td>
56   </tr>
57   <tr>
58    <td>
59     <script>
60      var url = unescape(getParam('url'));
61      var getterURL = extractParam(url,'param.getterURL');
62      var CICURI = dropBodySuffix(extractParam(url,'param.CICURI'));
63      url = setParam(url,"keys","MC%2CRT");
64      url = setParam(url,"xmluri", getterURL + "getxml%3Furi%3D" + CICURI);
65      url = setParam(url,"prop.media-type","text/html");
66      url = setParam(url,"prop.encoding","iso-8859-1");
67      url = setParam(url,"param.CICURI",CICURI);
68      document.write(
69       '<a target="metadata" href="' + url + '">View its metadata and dependencies</a>'
70      );
71     </script>
72    </td>
73    <td>DC Metadata and dependency metadata; Dependency graphs
74    </td>
75   </tr>
76   <tr>
77    <td>
78     <script>
79      var url = unescape(getParam('url'));
80      var proofcheckerURL = unescape(extractParam(url,'param.proofcheckerURL'));
81      var CICURI = dropBodySuffix(extractParam(url,'param.CICURI'));
82      url = proofcheckerURL + "proofCheck?uri=" + CICURI;
83      document.write(
84       '<a target="proofChecker" href="' + url + '">Proof-check it</a>'
85      );
86     </script>
87    </td>
88    <td>Proof-checking is recursively performed over the untrusted parts of the
89        library
90    </td>
91   </tr>
92  </table>
93 </body>
94 </html>