[MOBY-guts] biomoby commit

michael ng mng at pub.open-bio.org
Tue Aug 9 22:23:47 UTC 2005


mng
Tue Aug  9 18:23:47 EDT 2005
Update of /home/repository/moby/moby-live/Accessories
In directory pub.open-bio.org:/tmp/cvs-serv4185

Modified Files:
	code-generator0.6.cgi 
Added Files:
	help.cgi 
Log Message:
updated help.cgi

moby-live/Accessories help.cgi,NONE,1.1 code-generator0.6.cgi,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Accessories/code-generator0.6.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Accessories/code-generator0.6.cgi	2005/08/05 20:32:43	1.2
+++ /home/repository/moby/moby-live/Accessories/code-generator0.6.cgi	2005/08/09 22:23:46	1.3
@@ -2151,8 +2151,8 @@
 	<input type="hidden" name="genORcom" value="$genORcom">
 	<input type="hidden" name="simORcollInput" value="$simORcollInput">
 	<input type="hidden" name="simORcollOutput" value="$simORcollOutput">
-	<input type="radio" name="htmlORcom" id="htmlORcom" value="htmlWrapper">HTML Wrapper <A HREF="javascript:openHelp('simple')">[?]</A>
-	<input type="radio" name="htmlORcom" id="htmlORcom" value="CommandLine">Command Line <A HREF="javascript:openHelp('simple')">[?]</A>
+	<input type="radio" name="htmlORcom" id="htmlORcom" value="htmlWrapper">HTML Wrapper <A HREF="javascript:openHelp('HTMLWrapper')">[?]</A>
+	<input type="radio" name="htmlORcom" id="htmlORcom" value="CommandLine">Command Line <A HREF="javascript:openHelp('CommandLine_al')">[?]</A>
 	<hr>
 	<table width="50%" align="center">
 	<tr>
@@ -2202,14 +2202,17 @@
 
     my $service_html ="";
     my $service_html2 ="";
- 
+    my $temp = "";
+
+javascript_functions();
    #For the HTML Wrapper, the program will ask user to provide the location of their Service URL
    #For the Command Line, the program will ask user to provide the command with the variable names in order to execute the program
    if ($htmlORcom eq "htmlWrapper"){
-	$service_html = "Service URL :";
+	$service_html = 'Service URL';
+	$temp = 'http://';
     }
     else{
-	$service_html = "Command Line:";
+	$service_html = 'Command Line';
 	$service_html2 = "<br><font color=\"FF000\">Note: Please provide a name (eg. var1) for each of the mapping variable in the Command</font>";
     }
     
@@ -2250,11 +2253,11 @@
         <input type="hidden" name="htmlORcom" value="$htmlORcom">
 	<table width="75%" border="1">
 	<tr>
-	<td width="40%" height="28">$service_html </td>
-	<td width="60%">http://<input type="text" name="ServiceURL" id="ServiceURL" value="$ServiceURL"><A HREF="javascript:openHelp('simple')">[?]</A></td></tr>
+	<td width="40%" height="28">$service_html :</td>
+	<td width="60%">$temp<input type="text" name="ServiceURL" id="ServiceURL" value="$ServiceURL"><A HREF="javascript:openHelp('$service_html')">[?]</A></td></tr>
 	<tr>
         <td width="40%" height="28">Number of Input Parameters: </td>
-        <td width="60%"><input type="text" name="InputParam" id="InputParam" value="$InputParam"><A HREF="javascript:openHelp('simple')">[?]</A></td></tr>
+        <td width="60%"><input type="text" name="InputParam" id="InputParam" value="$InputParam"><A HREF="javascript:openHelp('InputParam')">[?]</A></td></tr>
 	<hr>
 	<table width="50%" align="center">
 	<tr>




More information about the MOBY-guts mailing list