From: Lluis Sanchez Date: Mon, 7 Feb 2005 20:45:31 +0000 (-0000) Subject: 2005-02-07 Lluis Sanchez Gual X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=8d00d1d0e314b29c976bbb63278a15b27ed1677b;p=mono.git 2005-02-07 Lluis Sanchez Gual * data/net_1_1/DefaultWsdlHelpGenerator.aspx: * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Don't use databinding where not needed. svn path=/trunk/mono/; revision=40267 --- diff --git a/ChangeLog b/ChangeLog index 88746cfc9c8..1724de58079 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-07 Lluis Sanchez Gual + + * data/net_1_1/DefaultWsdlHelpGenerator.aspx: + * data/net_2_0/DefaultWsdlHelpGenerator.aspx: Don't use databinding where + not needed. + 2005-02-04 Zoltan Varga * configure.in: Check for curses.h. diff --git a/data/net_1_1/DefaultWsdlHelpGenerator.aspx b/data/net_1_1/DefaultWsdlHelpGenerator.aspx index 475af079f51..afeeeb40832 100644 --- a/data/net_1_1/DefaultWsdlHelpGenerator.aspx +++ b/data/net_1_1/DefaultWsdlHelpGenerator.aspx @@ -1586,7 +1586,7 @@ function clearForm () <%#FormatBindingName(DataBinder.Eval(Container.DataItem, "Name").ToString())%> - op=<%#GetOpName(Container.DataItem)%>&bnd=<%#DataBinder.Eval(Container.DataItem, "Binding.Name")%>"><%#GetOpName(Container.DataItem)%> + op=<%#GetOpName(Container.DataItem)%>&bnd=<%#DataBinder.Eval(Container.DataItem, "Binding.Name")%>"><%#GetOpName(Container.DataItem)%>
@@ -1604,7 +1604,7 @@ function clearForm () -->

Web Service Overview

- <%#WebServiceDescription%> + <%=WebServiceDescription%> <%} if (DefaultBinding == null) {%> This service does not contain any public web method. @@ -1615,7 +1615,7 @@ This service does not contain any public web method. Operation description --> - <%#CurrentOperationName%> + <%=CurrentOperationName%>

<% WriteTabs (); %>


@@ -1657,12 +1657,12 @@ This service does not contain any public web method. Remarks
- <%#OperationDocumentation%> + <%=OperationDocumentation%>

Technical information
- Format: <%#CurrentOperationFormat%> -
Supported protocols: <%#CurrentOperationProtocols%> + Format: <%=CurrentOperationFormat%> +
Supported protocols: <%=CurrentOperationProtocols%> <% } %> -
+ Select the language for which you want to generate a proxy -   +     

- <%#CurrentProxytName%>    - Download + <%=CurrentProxytName%>    + Download

-
<%#GetProxyCode ()%>
+
<%=GetProxyCode ()%>
<%} else if (CurrentPage == "wsdl") {%>

Web Service Overview

- <%#WebServiceDescription%> + <%=WebServiceDescription%>

<% if (ProfileViolations.Count > 0) { %>

Basic Profile Conformance

@@ -1638,7 +1638,7 @@ This service does not contain any public web method. Operation description --> - <%#CurrentOperationName%> + <%=CurrentOperationName%>

<% WriteTabs (); %>


@@ -1680,12 +1680,12 @@ This service does not contain any public web method. Remarks
- <%#OperationDocumentation%> + <%=OperationDocumentation%>

Technical information
- Format: <%#CurrentOperationFormat%> -
Supported protocols: <%#CurrentOperationProtocols%> + Format: <%=CurrentOperationFormat%> +
Supported protocols: <%=CurrentOperationProtocols%> <% } %> -
+ Select the language for which you want to generate a proxy -   +     

- <%#CurrentProxytName%>    - Download + <%=CurrentProxytName%>    + Download

-
<%#GetProxyCode ()%>
+
<%=GetProxyCode ()%>
<%} else if (CurrentPage == "wsdl") {%>