home *** CD-ROM | disk | FTP | other *** search
- <html>
- <head>
- <STYLE>
- body{
- font-size : medium;
- }
- td {
- font-size : medium;
- }
- </STYLE>
- </head>
-
- <body bgcolor="Silver" text="Maroon">
-
- <h1><div align="center">Error: **CONFIG_ERROR_STRING**</div></h1>
-
- <!--<form method="POST" action="http://">-->
- <form method="POST" name="configure" action="CALLBACKID-ConfigureWorknode">
- Enter the instance name:
- <input type="text" name="instance_name" size=50 maxlength=80>
-
- <P>Enter number of seconds to sleep:
- <input type="text" name="sleep_time" size=50 maxlength=80>
-
- <P>Enter a path in the global dictionary to display the results of this step:
- <input type="text" name="global_dictionary_path" size=70 maxlength=100>
- <P>Enter the text that will be saved in the global dictionary after this step completes:
- <P>
- <textarea cols="100" rows="4" name="results_text"></textarea>
-
- <p>
-
- <P><input type="submit" name="config" value="Configure">
-
- </form><hr>
-
- <form method="POST" name="cancel_config" action="CALLBACKID-CancelConfigure">
- <P><input type="submit" name="cancel" value="Cancel">
- </form><hr>
-
- <BR>
-
- <a href="ConfigHelp.html" target="_blank">Click here for help</a>
-
- </body>
- </html>