* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp / System_Web_UI_WebControls / TableStyle / TableStyle_CopyFrom_S.aspx
1 <%@ Page Language="c#" AutoEventWireup="false" Codebehind="TableStyle_CopyFrom_S.aspx.cs" Inherits="GHTTests.System_Web_dll.System_Web_UI_WebControls.TableStyle_CopyFrom_S" %>
2 <%@ Register TagPrefix="cc1" Namespace="GHTWebControls" Assembly="MainsoftWebApp" %>
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
4 <HTML>
5         <HEAD>
6                 <title>TableStyle_CopyFrom_S</title>
7                 <meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
8                 <meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
9                 <meta content="JavaScript" name="vs_defaultClientScript">
10                 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
11                 <script LANGUAGE="JavaScript">
12         function ScriptTest()
13         {
14             var theform;
15                     if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
16                             theform = document.forms["Form1"];
17                     }
18                     else {
19                             theform = document.Form1;
20                     }
21         }
22                 </script>
23         </HEAD>
24         <body>
25                 <form id="Form1" method="post" runat="server">
26                 </form>
27                 <br>
28                 <br>
29                 <asp:table id="Table2" runat="server" Height="120px" Width="256px" HorizontalAlign="Right"
30                         Font-Bold="True" Font-Italic="True" CellPadding="5" CellSpacing="8" BorderStyle="Groove"
31                         BorderColor="#C0FFFF" BackColor="#FFFF80" Font-Names="Symbol" Font-Overline="True" Font-Size="17pt"
32                         Font-Strikeout="True" Font-Underline="True" ForeColor="#C04000" GridLines="Both" BorderWidth="7px"
33                         BackImageUrl="http://yadayada.kada.com">
34                         <asp:TableRow Width="100%" BorderWidth="8px" BorderColor="#804040" HorizontalAlign="Left" ForeColor="Olive">
35                                 <asp:TableCell BorderStyle="Double" BorderColor="#FF3333" Text="aaaaaa"></asp:TableCell>
36                         </asp:TableRow>
37                         <asp:TableRow VerticalAlign="Middle" BorderWidth="7px" BorderColor="#00C000" BorderStyle="Solid"
38                                 HorizontalAlign="Center">
39                                 <asp:TableCell BackColor="#00C0C0" ForeColor="Purple" BorderColor="Silver" Text="aaaaaa"></asp:TableCell>
40                                 <asp:TableCell BorderStyle="Dashed" BorderWidth="4px" BackColor="#FFFF80" ForeColor="#FFE0C0" Text="aaaaaa"></asp:TableCell>
41                                 <asp:TableCell BorderStyle="Ridge" BorderWidth="7px" BackColor="#C0C0FF" ForeColor="Yellow" Text="aaaaaa"></asp:TableCell>
42                         </asp:TableRow>
43                 </asp:table>
44                 <P></P>
45                 <cc1:GHTSubTest id="GHTSubTest2" runat="server" Height="200px" Width="536px">
46                         <asp:table id="Table1" runat="server" Width="304px" Height="152px">
47                                 <asp:TableRow>
48                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
49                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
50                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
51                                 </asp:TableRow>
52                                 <asp:TableRow>
53                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
54                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
55                                 </asp:TableRow>
56                                 <asp:TableRow>
57                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
58                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
59                                         <asp:TableCell Text="aaaaaa"></asp:TableCell>
60                                 </asp:TableRow>
61                         </asp:table>
62                 </cc1:GHTSubTest>
63         </body>
64 </HTML>