]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/html/cic/control.html
New HELM interface almost stable.
[helm.git] / helm / on-line / html / cic / control.html
index 3dc908db5d210504b82c10707f52fb713f193197..d22499a4078c75f1506793299d2a8cd681f60758 100644 (file)
@@ -12,6 +12,7 @@ td.back { background-color: #e6e6fa; color: brown }
 ul.control { padding-left: 1em; list-style: none; }
 ul.control2 { font-size: small; padding-left: 2em; }
 div.center { text-align: center }
+h2.uri { margin-top: 0ex; margin-bottom: 0ex }
 </style>
 
 <script>
@@ -38,12 +39,29 @@ div.center { text-align: center }
 </head>
 
 <body id="normal">
+ <div class="center">
+ <small>
+ User:
+   <uwobo:profileCtrlOptionList xmlns:uwobo="http://helm.cs.unibo.it/uwobo"
+    type="cic"/>
+ <br />
+ [<a href="http://helm.cs.unibo.it" target="_top">HELM home</a>]
+ <script>
+   document.write('[<a target="_top" href="' + processorURL +
+     'apply?keys=SPK&amp;param.processorURL=' + escape(processorURL) +
+     '&amp;param.profile=' + escape(profile) +
+     '&amp;xmluri=' + interfaceURL + 'html/configuration.html' +
+     '">configuration</a>]');
+ </script>
+ </small>
+ </div>
+ <hr />
  <div class="center">
    <script>
      document.write('&lt;a target="result" style="color:black; text-decoration:none" href="' + url + '&amp;param.toplevel=true">');
      document.write('<img style="border-style:none" src="' + interfaceURL + '/icons/object.png" />');
    </script>
-  <h2><subst:base_CICURI/></h2>
+  <h2 class="uri"><subst:base_CICURI/></h2>
   <script>document.write('&lt;/a>');</script>
  </div>
  <hr />
@@ -60,13 +78,12 @@ div.center { text-align: center }
   </li>
 -->
   <li>
-    View [
+    View
     <script>
-     document.write('<a href="' + HTMLURL + '&amp;param.toplevel=true" target="result"><small>HTML</small></a>');
-     document.write(' / ');
-     document.write('<a href="' + MathMLPresentationURL + '&amp;param.toplevel=true" target="result"><small>MathML</small></a>');
+     document.write('<a href="' + HTMLURL + '&amp;param.toplevel=true" target="result"><small>HTML</small></a>');
+     document.write(' | ');
+     document.write('<a href="' + MathMLPresentationURL + '&amp;param.toplevel=true" target="result"><small>MathML</small></a> ]');
      </script>
-     ]
   </li>
   <li>
     <script>
@@ -161,9 +178,5 @@ div.center { text-align: center }
     </ul>
   </li>
 </ul>
-<hr />
-<div class="center">
-  <a href="http://helm.cs.unibo.it" target="_top">HELM home</a>
-</div>
 </body>
 </html>