ST_Admin_addnews.aspx
上传用户:wyx_1982
上传日期:2020-04-18
资源大小:699k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="ST_GROUP.EnterpriseOnlineInfoManage.ST_Admin_addnews" CodeFile="ST_Admin_addnews.aspx.cs" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
  3. <HTML>
  4. <HEAD>
  5. <title>ST_Admin_addnews</title>
  6. <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
  7. <meta name="CODE_LANGUAGE" Content="C#">
  8. <meta name="vs_defaultClientScript" content="JavaScript">
  9. <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  10. <link rel="stylesheet" type="text/css" href="css/ST_Admin_STYLE.CSS">
  11. </HEAD>
  12. <body>
  13. <form id="Form1" method="post" runat="server">
  14. <asp:TextBox id="newstitle" style="Z-INDEX: 107; LEFT: 152px; POSITION: absolute; TOP: 80px"
  15. runat="server" Width="288px"></asp:TextBox>
  16. <asp:TextBox id="newscon" style="Z-INDEX: 101; LEFT: 152px; POSITION: absolute; TOP: 144px" runat="server"
  17. Width="288px" TextMode="MultiLine" Height="160px"></asp:TextBox>
  18. <asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 256px; POSITION: absolute; TOP: 328px" runat="server"
  19. Text="发布" onclick="Button1_Click"></asp:Button>
  20. <asp:Label id="Label1" style="Z-INDEX: 104; LEFT: 96px; POSITION: absolute; TOP: 80px" runat="server">标题</asp:Label>
  21. <asp:Label id="Label2" style="Z-INDEX: 105; LEFT: 96px; POSITION: absolute; TOP: 112px" runat="server">类别</asp:Label>
  22. <asp:Label id="Label3" style="Z-INDEX: 106; LEFT: 96px; POSITION: absolute; TOP: 144px" runat="server">内容</asp:Label>
  23. <asp:DropDownList id="newsclass" style="Z-INDEX: 108; LEFT: 152px; POSITION: absolute; TOP: 112px"
  24. runat="server"></asp:DropDownList>
  25. </form>
  26. </body>
  27. </HTML>