You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/01/31 14:24:13 UTC

svn commit: r373815 - /webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c

Author: sahan
Date: Tue Jan 31 05:24:09 2006
New Revision: 373815

URL: http://svn.apache.org/viewcvs?rev=373815&view=rev
Log:
Changed the services HTML externel pictures are not included

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c?rev=373815&r1=373814&r2=373815&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c Tue Jan 31 05:24:09 2006
@@ -677,11 +677,7 @@
 		ret = AXIS2_STRDUP("<h2>There are no services deployed</h2>", env);
 	}
 	ret = AXIS2_STRACAT("<html><head><title>Axis2C :: Services</title></head>"
-						"<table width=\"100%\"><tr><td align=\"left\"><img src="
-						"\"http://www.apache.org/images/asf-logo.gif\"/></td>"
-						"<td align=\"right\"><img src=\"http://ws.apache.org/"
-						"axis2/images/axis.jpg\"/></td></tr></table><body><font"
-						" face=\"courier\">" 
+						"<body><font face=\"courier\">" 
 						, tmp2, env);
 	/*AXIS2_FREE((*env)->allocator, tmp2);*/
     tmp2 = ret;