You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
954 B

<%@ Page Language="C#" MasterPageFile="~/MasterUser.master" AutoEventWireup="true" CodeFile="blogpost.aspx.cs" Inherits="blogpost" %>
<%@ Register Assembly="COCOWO.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<%@ Register Src="common/UBBconfigl.ascx" TagName="UBBconfigl" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="100%">
<div id="MsgContent" style="width:350px">
<div id="MsgHead">发表日志 - 选择分类</div>
<div id="MsgBody">
<table width="100%" border="0" cellpadding="3" cellspacing="0">
<tr>
<td width="100" align="right"><span style="font-weight: bold">选择日志分类:</span></td>
<td align="left"><span style="font-weight: bold">&nbsp;<asp:DropDownList ID="DownList_CateID" runat="server">
</asp:DropDownList></span></td>