(file) Return to DeleteClass.html CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs

File: [Pegasus] / pegasus / cgi / htdocs / Attic / DeleteClass.html (download) / (as text)
Revision: 1.4, Mon Jun 11 22:20:45 2001 UTC (23 years ago) by karl
Branch: MAIN
Changes since 1.3: +16 -69 lines
god knows what

<html>
  <body bgcolor="#CCCCCC">
    <table width="100%">
      <tr>
	<td width="50%" align="bottom"><h1>DeleteClass</h1><td>
	<td width="50%" align="right">
	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
        </td>
      </tr>
    </table>
    <hr></hr>
    <form name="DeleteClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
      <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteClass">
      <input type="hidden" name="hostip" value="localhost">
      <input type="hidden" name="portnum" value="8888"> 
      <p>NameSpace <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">
      <p>ClassName <INPUT TYPE="text" NAME="ClassName" SIZE=30>
      <p><INPUT TYPE="submit" VALUE="DeleteClass">
      <p><INPUT TYPE="reset" VALUE="Reset">
    </form>
   <script>
   DeleteClass.hostip.value = opener.top.hostip;
   DeleteClass.portnum.value = opener.top.portnum;
   window.focus();
   </script> 
    
  </body>
</html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2