Edit.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:6k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Edit.aspx.cs" Inherits="manage_govEdit" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6.     <link href="../css/css.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body style="margin-top: 0px; padding-top: 0px">
  9.     <form id="form1" runat="server">
  10.     <div>
  11.         <table class="txt" style="width: 483px; height: 303px">
  12.             <tr>
  13.                 <td align="center" class="title" colspan="3">
  14.                     <asp:Label ID="Label1" runat="server" Text="Label" Width="251px"></asp:Label></td>
  15.             </tr>
  16.             <tr>
  17.                 <td style="width: 1585px">
  18.                     新闻类别:</td>
  19.                 <td style="width: 614px">
  20.                     <asp:DropDownList ID="dlGov" runat="server" Width="80px" Visible="False">
  21.                         <asp:ListItem>国内事件</asp:ListItem>
  22.                         <asp:ListItem>国际事件</asp:ListItem>
  23.                     </asp:DropDownList>
  24.                     <asp:DropDownList ID="dlArmy" runat="server" Visible="False" Width="80px">
  25.                         <asp:ListItem>军旅生活</asp:ListItem>
  26.                         <asp:ListItem>军事武器</asp:ListItem>
  27.                         <asp:ListItem>国际战事</asp:ListItem>
  28.                         <asp:ListItem>战场前沿</asp:ListItem>
  29.                         <asp:ListItem>军事经济</asp:ListItem>
  30.                         <asp:ListItem>台湾问题</asp:ListItem>
  31.                     </asp:DropDownList>
  32.                     <asp:DropDownList ID="dlFz" runat="server" Visible="False" Width="80px">
  33.                         <asp:ListItem>反腐倡廉</asp:ListItem>
  34.                         <asp:ListItem>社会整顿</asp:ListItem>
  35.                         <asp:ListItem>法律法规</asp:ListItem>
  36.                         <asp:ListItem>道德思考</asp:ListItem>
  37.                         <asp:ListItem>案件跟踪</asp:ListItem>
  38.                         <asp:ListItem>律师视点</asp:ListItem>
  39.                     </asp:DropDownList>
  40.                     <asp:DropDownList ID="dlJj" runat="server" Visible="False" Width="60px">
  41.                         <asp:ListItem>政策</asp:ListItem>
  42.                         <asp:ListItem>国际</asp:ListItem>
  43.                         <asp:ListItem>市场</asp:ListItem>
  44.                         <asp:ListItem>股市</asp:ListItem>
  45.                         <asp:ListItem>企业</asp:ListItem>
  46.                         <asp:ListItem>产品</asp:ListItem>
  47.                         <asp:ListItem>投资</asp:ListItem>
  48.                     </asp:DropDownList>
  49.                     <asp:DropDownList ID="dlKJ" runat="server" Visible="False" Width="80px">
  50.                         <asp:ListItem>空间科技</asp:ListItem>
  51.                         <asp:ListItem>前沿技术</asp:ListItem>
  52.                         <asp:ListItem>生命科学</asp:ListItem>
  53.                         <asp:ListItem>医疗发展</asp:ListItem>
  54.                         <asp:ListItem>考古发现</asp:ListItem>
  55.                         <asp:ListItem>地球环境</asp:ListItem>
  56.                         <asp:ListItem>国内教育</asp:ListItem>
  57.                         <asp:ListItem>国际校园</asp:ListItem>
  58.                         <asp:ListItem>教育问题</asp:ListItem>
  59.                     </asp:DropDownList>
  60.                     <asp:DropDownList ID="dlSh" runat="server" Visible="False" Width="80px">
  61.                         <asp:ListItem>衣食住行</asp:ListItem>
  62.                         <asp:ListItem>大街小巷</asp:ListItem>
  63.                     </asp:DropDownList>
  64.                     <asp:DropDownList ID="dlTy" runat="server" Visible="False" Width="80px">
  65.                         <asp:ListItem>足球</asp:ListItem>
  66.                         <asp:ListItem>篮球</asp:ListItem>
  67.                         <asp:ListItem>竞技</asp:ListItem>
  68.                         <asp:ListItem>赛事跟踪</asp:ListItem>
  69.                         <asp:ListItem>体育趣闻</asp:ListItem>
  70.                     </asp:DropDownList>
  71.                     <asp:DropDownList ID="dlYl" runat="server" Visible="False" Width="80px">
  72.                         <asp:ListItem>流行趋势</asp:ListItem>
  73.                         <asp:ListItem>时尚服饰</asp:ListItem>
  74.                         <asp:ListItem>影视快讯</asp:ListItem>
  75.                         <asp:ListItem>明星生活</asp:ListItem>
  76.                         <asp:ListItem>娱乐点播</asp:ListItem>
  77.                     </asp:DropDownList></td>
  78.                 <td style="width: 85px">
  79.                 </td>
  80.             </tr>
  81.             <tr>
  82.                 <td style="width: 1585px">
  83.                     新闻标题:</td>
  84.                 <td style="width: 614px">
  85.                     <asp:TextBox ID="TextBox1" runat="server" CssClass="txt" MaxLength="15" Width="200px"></asp:TextBox>(控制在15个字符以内)</td>
  86.                 <td style="width: 85px">
  87.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
  88.                         ErrorMessage="**"></asp:RequiredFieldValidator></td>
  89.             </tr>
  90.             <tr>
  91.                 <td style="width: 1585px">
  92.                     新闻内容:</td>
  93.                 <td style="width: 614px">
  94.                     <asp:TextBox ID="TextBox2" runat="server" Height="211px" TextMode="MultiLine" Width="380px"></asp:TextBox></td>
  95.                 <td style="width: 85px">
  96.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
  97.                         ErrorMessage="**"></asp:RequiredFieldValidator></td>
  98.             </tr>
  99.             <tr>
  100.                 <td style="width: 1585px">
  101.                 </td>
  102.                 <td align="center" style="width: 614px">
  103.                     <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="保 存" Width="66px" />
  104.                     <asp:Button ID="Button2" runat="server" CausesValidation="False" OnClick="Button2_Click"
  105.                         Text="重 置" /></td>
  106.                 <td style="width: 85px">
  107.                 </td>
  108.             </tr>
  109.         </table>
  110.     
  111.     </div>
  112.     </form>
  113. </body>
  114. </html>