Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-02-12 19:08:01 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-02-12 19:08:01 +0300
commitacfc68d3935148699a3c894dcfcf9cd09f2602bc (patch)
tree3543792f93b0a8b7f4a360ddb0e9f58a44ce5dbb
parent0ca3f6cc7c780798244166b2d5c49e43988f60f7 (diff)
2010-02-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
* index.aspx: s/beta2/RC * status.aspx: reduce the HTML size in ~half. svn path=/trunk/mono-tools/; revision=151624
-rw-r--r--webcompare/ChangeLog5
-rw-r--r--webcompare/index.aspx4
-rw-r--r--webcompare/status.aspx10
3 files changed, 14 insertions, 5 deletions
diff --git a/webcompare/ChangeLog b/webcompare/ChangeLog
index 324ad65f..f9696a7f 100644
--- a/webcompare/ChangeLog
+++ b/webcompare/ChangeLog
@@ -1,5 +1,10 @@
2010-02-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
+ * index.aspx: s/beta2/RC
+ * status.aspx: reduce the HTML size in ~half.
+
+2010-02-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
* Makefile:
* main.css:
* App_Code/StatusPage.cs:
diff --git a/webcompare/index.aspx b/webcompare/index.aspx
index 3f9ceed9..4bf1804f 100644
--- a/webcompare/index.aspx
+++ b/webcompare/index.aspx
@@ -76,10 +76,10 @@ void GenerateList (string reference, string profile)
</div>
<div id="content">
<div id="col1">
-<h2>Mono 4.0 vs .NET 4.0beta2</h2>
+<h2>Mono 4.0 vs .NET 4.0 RC</h2>
<p>This shows the work-in-progress of Mono towards completing
- the 4.0beta2 APIs.
+ the 4.0 RC APIs.
<ul class="assemblies">
<% GenerateList ("4.0", "4.0"); %>
diff --git a/webcompare/status.aspx b/webcompare/status.aspx
index dfea767f..a4b04c27 100644
--- a/webcompare/status.aspx
+++ b/webcompare/status.aspx
@@ -4,7 +4,7 @@
<%@ Import Namespace="System.Collections.Specialized" %>
<%@ Import Namespace="GuiCompare" %>
<html>
-<head id="head1" runat="server">
+<head id="head1" runat="server" EnableViewState="false">
<title>Mono API Compare</title>
<link href="main.css" media="screen" type="text/css" rel="stylesheet">
</head>
@@ -16,12 +16,15 @@
<div id="content">
<div id="treeview">
<br>
- <asp:Label id="time_label" runat="server"/>
+ <asp:Label id="time_label" runat="server" EnableViewState="false" />
<asp:TreeView ID="tree" Runat="server"
OnTreeNodePopulate="TreeNodePopulate"
EnableClientScript="true"
PopulateNodesFromClient="true"
- ExpandDepth="1">
+ ExpandDepth="1" EnableViewState="false"
+ CollapseImageToolTip="Expand"
+ ExpandImageToolTip="Collapse"
+ >
</asp:TreeView>
</div>
<div id="legend">
@@ -55,3 +58,4 @@
</form>
</body>
</html>
+