📄 writenews.aspx
字号:
<%@ Page language="c#" CodeFile="WriteNews.aspx.cs" AutoEventWireup="false" Inherits="Hr.WriteNews" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>详细信息</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="ioffice.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="form1" method="post" runat="server" enctype="multipart/form-data" >
<TABLE id="Table1" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD width="202" height="100%"><iframe id="iFrame1" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" tabIndex="0" marginWidth="0" marginHeight="0" src="left.aspx" frameBorder="0" width="202" height="100%">
</iframe>
</TD>
<TD align="center"><FONT face="宋体">
<TABLE id="Table2" align="center" style="BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid" height="320" width="70%" top="45" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="BORDER-BOTTOM: #999999 1px solid" vAlign="top">
<TABLE id="Table7" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD class="TBorder" style="BORDER-RIGHT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid" width="70" bgColor="#f3e2a6" height="35">
时间:</TD>
<TD style="BORDER-BOTTOM: #999999 1px solid" height="35">
<TABLE id="Table8" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD>
<asp:textbox id="tb_Date" runat="server" Width="175px"></asp:textbox></TD>
<TD style="BORDER-RIGHT: #999999 1px solid; BORDER-LEFT: #999999 1px solid" width="70" bgColor="#f3e2a6">
来源:</TD>
<TD>
<asp:textbox id="tb_Source" runat="server" Width="175px"></asp:textbox></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD style="BORDER-RIGHT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid" width="70" bgColor="#f3e2a6" height="30">
题目:</TD>
<TD style="BORDER-BOTTOM: #999999 1px solid" height="35">
<asp:textbox id="tb_Title" runat="server" Width="460px"></asp:textbox></TD>
</TR>
<TR>
<TD style="BORDER-RIGHT: #999999 1px solid; BORDER-BOTTOM: #999999 1px solid" width="70" bgColor="#f3e2a6" height="30">
图片:</TD>
<TD style="BORDER-BOTTOM: #999999 1px solid" height="35">
<input type="file" id="myFile" runat="server" NAME="myFile"></TD>
</TR>
<TR>
<TD style="BORDER-RIGHT: #999999 1px solid" width="70" bgColor="#f3e2a6">
内容:</TD>
<TD>
<asp:textbox id="tb_Content" runat="server" Width="460px" Height="210px" TextMode="MultiLine"></asp:textbox></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD align="center" height="35"><asp:button id="btn_Replay" runat="server" Text="提交"></asp:button>
<asp:button id="btn_Reset" runat="server" CausesValidation="False" Text="重置"></asp:button></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -