| 1 | <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="one.Master.cs" Inherits="WebApplication2.Site1" %> |
|---|
| 2 | <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %> |
|---|
| 3 | |
|---|
| 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 5 | |
|---|
| 6 | <html xmlns="http://www.w3.org/1999/xhtml" > |
|---|
| 7 | <head runat="server"> |
|---|
| 8 | <title>Untitled Page</title> |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | <form id="form1" runat="server"> |
|---|
| 12 | <div> |
|---|
| 13 | <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server"> |
|---|
| 14 | </FCKeditorV2:FCKeditor> |
|---|
| 15 | <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> |
|---|
| 16 | </asp:ContentPlaceHolder> |
|---|
| 17 | </div> |
|---|
| 18 | </form> |
|---|
| 19 | </body> |
|---|
| 20 | </html> |
|---|