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

Diff for /pegasus/cgi/htdocs/Attic/DeleteQualifier.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 9 
Line 9 
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
     <form name="deleteQualifier" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="DeleteQualifier" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteQualifier">       <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteQualifier">
       <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 deletes a single Qualifier     The <TT>setQualifier</TT> operation deletes a single Qualifier
     declaration for the target Namespace.     declaration for the target Namespace.
Line 26 
Line 26 
       <INPUT TYPE="reset" VALUE="Reset">       <INPUT TYPE="reset" VALUE="Reset">
     </form>     </form>
    <script>    <script>
    deleteQualifier.hostip.value = opener.top.hostip;             document.deleteQualifier.hostaddress.value = top.hostAddress;
    deleteQualifier.portnum.value = opener.top.portnum;         document.deleteQualifier.debug.value = top.debug;
          document.deleteQualifier.NameSpace.value = top.NameSpace;
    window.focus();    window.focus();
    </script>    </script>
     <hr>     <hr>
Line 82 
Line 83 
         const String&amp; nameSpace,         const String&amp; nameSpace,
         const String&amp; qualifierName) = 0;         const String&amp; qualifierName) = 0;
     </PRE>     </PRE>
      <script>
          document.DeleteQualifier.hostaddress.value = top.hostAddress;
              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