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
1.4 KiB

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="article.ascx.cs" Inherits="article" %>
<%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<table width =100%>
<tr><td align =center class =m3><b>发表文章</b></td></tr>
<tr><td style="height: 19px">
*标题(您必须填写此项才能发表)
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate ="article_title" ErrorMessage="请您填写文章标题"></asp:RequiredFieldValidator></td></tr>
<tr><td ><asp:TextBox id ="article_title" CssClass ="link_button" runat ="server" Width=100%></asp:TextBox>
</td></tr>
<tr><td>*文章摘要(请您填写好此项)
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate ="sum_context" ErrorMessage="请您填写文章摘要"></asp:RequiredFieldValidator>
</td></tr>
<tr><td><asp:TextBox ID ="sum_context" TextMode =MultiLine CssClass ="link_button" Width =100% Height =100 runat =server ></asp:TextBox></td></tr>
<tr><td>文章类别:<asp:DropDownList ID ="article_type" Width =90% Height =100 runat =server >
<asp:ListItem Text ="IT" Value ="IT"></asp:ListItem>