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

Diff for /pegasus/cgi/htdocs/Attic/CreateQualifierDecl.html between version 1.1 and 1.2

version 1.1, 2001/06/22 21:31:41 version 1.2, 2001/06/30 15:28:09
Line 1 
Line 1 
   
 <html> <html>
     <head>
           <script>
   
           </script>
   </head>
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
Line 11 
Line 17 
     <hr>     <hr>
     <form name="SetQualifier" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">     <form name="SetQualifier" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="SetQualifier">       <INPUT TYPE="hidden" NAME="Operation" VALUE="SetQualifier">
       <input type="hidden" name="hostip" value="localhost">        <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
       <input type="hidden" name="portnum" value="5988">        <INPUT TYPE="hidden" NAME="debug" VALUE="">
       <p>       <p>
     The <TT>setQualifier</TT> operation creates a single Qualifier     The <TT>setQualifier</TT> operation creates a single Qualifier
     declaration for the target Namespace.     declaration for the target Namespace.
       <p><b><a href="#NameSpace">NameSpace</a></b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp;        <p><b><a href="#NameSpace">NameSpace</a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">&nbsp;
       String that defines the target namespace. See <a href="getnamespaces.html">NameSpace       String that defines the target namespace. See <a href="getnamespaces.html">NameSpace
       Operations</a> for more information       Operations</a> for more information
       <p><b><a href="#QualifierName">QualifierName</a></b> <INPUT TYPE="text" NAME="QualifierName" SIZE=30>       <p><b><a href="#QualifierName">QualifierName</a></b> <INPUT TYPE="text" NAME="QualifierName" SIZE=30>
Line 25 
Line 32 
       <p><INPUT TYPE="submit" VALUE="SetQualifier">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       <p><INPUT TYPE="submit" VALUE="SetQualifier">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="reset" VALUE="Reset">       <INPUT TYPE="reset" VALUE="Reset">
     </form>     </form>
    <script>  
    SetQualifier.hostip.value = opener.top.hostip;  
    SetQualifier.portnum.value = opener.top.portnum;  
    window.focus();  
    </script>  
     <hr>     <hr>
     <h2>Request Return</h2>     <h2>Request Return</h2>
  
Line 82 
Line 84 
         const String&amp; nameSpace,         const String&amp; nameSpace,
         const String&amp; qualifierName) = 0;         const String&amp; qualifierName) = 0;
     </PRE>     </PRE>
          <script>
              document.SetQualifier.hostaddress.value = top.hostAddress;
              document.SetQualifier.debug.value = top.debug;
              document.SetQualifier.NameSpace.value = top.NameSpace;
                      window.focus();
              </script>
   
   </body>   </body>
 </html> </html>


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2