Edit.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:6k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Edit.aspx.cs" Inherits="manage_govEdit" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- <link href="../css/css.css" rel="stylesheet" type="text/css" />
- </head>
- <body style="margin-top: 0px; padding-top: 0px">
- <form id="form1" runat="server">
- <div>
- <table class="txt" style="width: 483px; height: 303px">
- <tr>
- <td align="center" class="title" colspan="3">
- <asp:Label ID="Label1" runat="server" Text="Label" Width="251px"></asp:Label></td>
- </tr>
- <tr>
- <td style="width: 1585px">
- 新闻类别:</td>
- <td style="width: 614px">
- <asp:DropDownList ID="dlGov" runat="server" Width="80px" Visible="False">
- <asp:ListItem>国内事件</asp:ListItem>
- <asp:ListItem>国际事件</asp:ListItem>
- </asp:DropDownList>
- <asp:DropDownList ID="dlArmy" runat="server" Visible="False" Width="80px">
- <asp:ListItem>军旅生活</asp:ListItem>
- <asp:ListItem>军事武器</asp:ListItem>
- <asp:ListItem>国际战事</asp:ListItem>
- <asp:ListItem>战场前沿</asp:ListItem>
- <asp:ListItem>军事经济</asp:ListItem>
- <asp:ListItem>台湾问题</asp:ListItem>
- </asp:DropDownList>
- <asp:DropDownList ID="dlFz" runat="server" Visible="False" Width="80px">
- <asp:ListItem>反腐倡廉</asp:ListItem>
- <asp:ListItem>社会整顿</asp:ListItem>
- <asp:ListItem>法律法规</asp:ListItem>
- <asp:ListItem>道德思考</asp:ListItem>
- <asp:ListItem>案件跟踪</asp:ListItem>
- <asp:ListItem>律师视点</asp:ListItem>
- </asp:DropDownList>
- <asp:DropDownList ID="dlJj" runat="server" Visible="False" Width="60px">
- <asp:ListItem>政策</asp:ListItem>
- <asp:ListItem>国际</asp:ListItem>
- <asp:ListItem>市场</asp:ListItem>
- <asp:ListItem>股市</asp:ListItem>
- <asp:ListItem>企业</asp:ListItem>
- <asp:ListItem>产品</asp:ListItem>
- <asp:ListItem>投资</asp:ListItem>
- </asp:DropDownList>
- <asp:DropDownList ID="dlKJ" runat="server" Visible="False" Width="80px">
- <asp:ListItem>空间科技</asp:ListItem>
- <asp:ListItem>前沿技术</asp:ListItem>
- <asp:ListItem>生命科学</asp:ListItem>
- <asp:ListItem>医疗发展</asp:ListItem>
- <asp:ListItem>考古发现</asp:ListItem>
- <asp:ListItem>地球环境</asp:ListItem>
- <asp:ListItem>国内教育</asp:ListItem>
- <asp:ListItem>国际校园</asp:ListItem>
- <asp:ListItem>教育问题</asp:ListItem>
- </asp:DropDownList>
- <asp:DropDownList ID="dlSh" runat="server" Visible="False" Width="80px">
- <asp:ListItem>衣食住行</asp:ListItem>
- <asp:ListItem>大街小巷</asp:ListItem>
- </asp:DropDownList>
- <asp:DropDownList ID="dlTy" runat="server" Visible="False" Width="80px">
- <asp:ListItem>足球</asp:ListItem>
- <asp:ListItem>篮球</asp:ListItem>
- <asp:ListItem>竞技</asp:ListItem>
- <asp:ListItem>赛事跟踪</asp:ListItem>
- <asp:ListItem>体育趣闻</asp:ListItem>
- </asp:DropDownList>
- <asp:DropDownList ID="dlYl" runat="server" Visible="False" Width="80px">
- <asp:ListItem>流行趋势</asp:ListItem>
- <asp:ListItem>时尚服饰</asp:ListItem>
- <asp:ListItem>影视快讯</asp:ListItem>
- <asp:ListItem>明星生活</asp:ListItem>
- <asp:ListItem>娱乐点播</asp:ListItem>
- </asp:DropDownList></td>
- <td style="width: 85px">
- </td>
- </tr>
- <tr>
- <td style="width: 1585px">
- 新闻标题:</td>
- <td style="width: 614px">
- <asp:TextBox ID="TextBox1" runat="server" CssClass="txt" MaxLength="15" Width="200px"></asp:TextBox>(控制在15个字符以内)</td>
- <td style="width: 85px">
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
- ErrorMessage="**"></asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td style="width: 1585px">
- 新闻内容:</td>
- <td style="width: 614px">
- <asp:TextBox ID="TextBox2" runat="server" Height="211px" TextMode="MultiLine" Width="380px"></asp:TextBox></td>
- <td style="width: 85px">
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
- ErrorMessage="**"></asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td style="width: 1585px">
- </td>
- <td align="center" style="width: 614px">
- <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="保 存" Width="66px" />
- <asp:Button ID="Button2" runat="server" CausesValidation="False" OnClick="Button2_Click"
- Text="重 置" /></td>
- <td style="width: 85px">
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>