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

 1 karl  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3               <table width="100%">
 4                 <tr>
 5           	<td width="50%" align="bottom"><h1>GetClassProperty</h1><td>
 6           	<td width="50%" align="right">
 7 karl  1.2 	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8 karl  1.1         </td>
 9                 </tr>
10               </table>
11               <hr></hr>
12 karl  1.3     <form name="GetPropertyDeclaration" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13 karl  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetPropertyDeclaration">
14 karl  1.5       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
15                 <INPUT TYPE="hidden" NAME="debug" VALUE="">
16               <p>NameSpace <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
17 karl  1.1       <p>ClassName <INPUT TYPE="text" NAME="ClassName" SIZE=30>
18                 <p>PropertyName <INPUT TYPE="text" NAME="PropertyName" SIZE=30>
19                 <p><INPUT TYPE="submit" VALUE="Submit Request">
20                 <p><INPUT TYPE="reset" VALUE="Reset">
21               </form>
22 karl  1.3    <script>
23 karl  1.5    	   document.GetPropertyDeclaration.hostaddress.value = top.hostAddress;
24                  document.GetProperty.debug.value = top.debug
25                  document.GetProperty.NameSpace.value = top.NameSpace
26           
27           	   window.focus();
28 karl  1.3    </script>
29 karl  1.1   </body>
30           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2