New test.
[mono.git] / mcs / class / System.Web / Test / mainsoft / MainsoftWebApp20 / My.master
1 <%@     Master Language="C#" %>\r
2 \r
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
4 \r
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >\r
6 <head id="Head1" runat="server">\r
7         <title></title>\r
8 </head>\r
9     <body>\r
10         <asp:contentplaceholder id="Header" runat="server">\r
11               Master header text\r
12         </asp:contentplaceholder>\r
13         \r
14         <asp:contentplaceholder id="Main" runat="server">\r
15               Master main text \r
16         </asp:contentplaceholder>\r
17         \r
18         <asp:contentplaceholder id="Dynamic" runat="server">\r
19               Master dynamic text\r
20         </asp:contentplaceholder>\r
21         \r
22         <asp:contentplaceholder id="Footer" runat="server">\r
23                       My master page footer \r
24                 </asp:contentplaceholder>\r
25                 \r
26                 Master page content text\r
27         \r
28     </body>\r
29 </html>\r