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

Diff for /pegasus/cgi/htdocs/Attic/createNameSpace.html between version 1.5 and 1.6

version 1.5, 2001/06/22 21:31:41 version 1.6, 2001/06/30 15:28:09
Line 9 
Line 9 
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="CreateNameSpace" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="CreateNameSpace">       <INPUT TYPE="hidden" NAME="Operation" VALUE="CreateNameSpace">
       <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>The <tt>CreateNameSpace</tt> method creates a new namespace in the Pegasus repository.       <p>The <tt>CreateNameSpace</tt> method creates a new namespace in the Pegasus repository.
       <p><b><a href="#NameSpace">NameSpace</a></b>        <p><b><a href="#NameSpace">NameSpace</a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                  <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root">&nbsp;                  <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root">&nbsp;
                 Defines the root namespace where the __Namespace class is defined. (DO NOT CHANGE)                 Defines the root namespace where the __Namespace class is defined. (DO NOT CHANGE)
       <p><b>New NameSpace Name</b> <INPUT TYPE="text" NAME="NewNameSpace" SIZE=30>       <p><b>New NameSpace Name</b> <INPUT TYPE="text" NAME="NewNameSpace" SIZE=30>
Line 90 
Line 89 
  
     <p style="line-height: 100%; margin-top: 0; margin-bottom: 0"><font size="1">Last     <p style="line-height: 100%; margin-top: 0; margin-bottom: 0"><font size="1">Last
     Modified <!--webbot bot="Timestamp" S-Type="EDITED"     Modified <!--webbot bot="Timestamp" S-Type="EDITED"
     S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Monday, March 26, 2001 02:37:32 PM<!--webbot bot="Timestamp" i-CheckSum="50314" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;      S-Format="%A, %B %d, %Y %I:%M:%S %p" startspan -->Friday, June 29, 2001 04:56:44 PM<!--webbot bot="Timestamp" i-CheckSum="54751" endspan -->&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     Copyright @ The Open Group 2001&nbsp;</font>     Copyright @ The Open Group 2001&nbsp;</font>
  
    <script>    <script>
    CreateClass.hostip.value = opener.top.hostip;         document.CreateNameSpace.hostaddress.value = top.hostAddress;
    CreateClass.portnum.value = opener.top.portnum;         document.CreateNameSpace.debug.value = top.debug;
          document.CreateNameSpace.NameSpace.value = top.NameSpace;
    window.focus();    window.focus();
    </script>    </script>
   
   </body>   </body>
 </html> </html>
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2