<%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> <%@ Register TagPrefix="uc1" TagName="Tag_Style_Font" Src="Tag_Style_Font.ascx" %> <%@ Register TagPrefix="uc1" TagName="Tag_Style_Background" Src="Tag_Style_Background.ascx" %> <%@ Register TagPrefix="uc1" TagName="Tag_Style_Text" Src="Tag_Style_Text.ascx" %> <%@ Register TagPrefix="uc1" TagName="Tag_Style_Other" Src="Tag_Style_Other.ascx" %> <%@ Register TagPrefix="uc1" TagName="Tag_Style_List" Src="Tag_Style_List.ascx" %> <%@ Register TagPrefix="uc1" TagName="Tag_Style_Border" Src="Tag_Style_Border.ascx" %> <%@ Register TagPrefix="uc1" TagName="Tag_Style_Layout" Src="Tag_Style_Layout.ascx" %> <% object[] p1={"Font","[[Font]]"}; object[] p2={"Text","[[Text]]"}; object[] p4={"Border","[[Border]]"}; object[] p5={"Layout","[[Layout]]"}; object[] p3={"Background","[[Background]]"}; object[] p6={"Other","[[Other]]"}; object[] ps={p1,p2,p3,p4,p5,p6}; string activepanel=Context.Request.QueryString["Style"]; if(activepanel==null||activepanel=="")activepanel="Font"; Control panel=FindControl("Panel"+activepanel); panel.Visible=true; string activetext=""; %>