⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 news.aspx

📁 OA系统源码 办公应用软件源码 asp.net 开发
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"AutoEventWireup="true" CodeFile="News.aspx.cs" Inherits="Message_News" %>

<asp:Content ID="Sexiaoxi" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<div style="text-align:left">
<table cellSpacing="0" cellPadding="0" width="90%" align="center" border="0">							
						<TR>
							<TD width="90%">
								<FIELDSET id="fid1" runat="server"><LEGEND>个人消息管理区:</LEGEND>
								
									<TABLE borderColor="#ffffff" cellSpacing="0" cellPadding="0" width="100%" align="center"
										border="1">
										<TR borderColor="#ffffff" height="5">
											<TD colSpan="5"></TD>
										</TR>
										<TR borderColor="gray">
											<TD borderColor="#ffffff" width="20%" style="height: 28px"></TD>
											<TD class="HeaderCenter" vAlign="top" align="left" width="20%" style="height: 28px">本地文件夹</TD>
											<TD class="HeaderCenter" vAlign="top" align="left" width="20%" style="height: 28px">文件个数</TD>
											<TD class="HeaderCenter" vAlign="top" align="left"  width="20%" style="height: 28px">未读邮件</TD>
											<TD borderColor="#ffffff" style="height: 28px"></TD>
										</TR>
										<TR vAlign="middle" borderColor="gray" height="25">
											<td align="center" bordercolor="#ffffff" rowspan="2" width="26%">
											<asp:Image ID="imgMessage" ImageUrl="~/images/message.gif" Width="46px"  Height="56px" runat="server" />
                                             
											</TD>
											<TD align="center" width="20%"><asp:ImageButton id="imgbtnReceiveFiles"  runat="server" Width="65px" Height="16px" ImageUrl="~/images/ReceiveFile.jpg" OnClick="imgbtnReceiveFiles_Click"  />
											</TD>
											<TD align="center" width="20%">
												<asp:Label id="lblReceiveFiles" runat="server" ForeColor="Blue"></asp:Label></TD>
											<TD align="center" width="20%">
												<asp:Label id="lblUnReadReceiveFiles" runat="server" ForeColor="Blue"></asp:Label></TD>
										</TR>
										<TR vAlign="middle" borderColor="gray" height="25">
										
											<TD align="center" width="20%"><asp:ImageButton id="imgbtnDraftFiles"  runat="server" Width="65px" Height="16px" ImageUrl="~/images/DraftFile.jpg" Enabled="False" /></TD>
											<TD align="center" width="20%">
												<asp:Label id="lblDraftFiles" runat="server">0</asp:Label></TD>
											<TD align="center" width="20%">
												<asp:Label id="lblUnReadDraftFiles" runat="server">0</asp:Label></TD>
										</TR>
										<TR vAlign="middle" borderColor="gray" height="25">
											<TD borderColor="#ffffff" width="26%" style="height: 25px"></TD>
											<TD align="center" width="20%" style="height: 25px"><asp:ImageButton id="imgbtnSendFile"  runat="server" Width="65px" Height="16px" ImageUrl="~/images/SendFile.jpg" OnClick="imgbtnSendFile_Click"  /></TD>
											<TD align="center" width="20%" style="height: 25px">
												<asp:Label id="lblSendFiles" runat="server" ForeColor="Blue"></asp:Label></TD>
											<TD vAlign="top" align="center" width="20%">
												<asp:Label id="lblUnReadSendFiles" runat="server">0</asp:Label></TD>
										</TR>
										<TR vAlign="middle" borderColor="gray" height="25">
											<TD borderColor="#ffffff" width="26%" style="height: 25px"></TD>
											<TD align="center" width="20%" style="height: 25px"><asp:ImageButton id="imgbtnDeletedFile"  runat="server" Width="65px" Height="16px" ImageUrl="~/images/DeletedFile.jpg" Enabled="False"/></TD>
											<TD align="center" width="20%" style="height: 25px">
												<asp:Label id="lblDeletedFiles" runat="server">0</asp:Label></TD>
											<TD align="center" width="20%">
												<asp:Label id="lblUnReadDeletedFiles" runat="server">0</asp:Label></TD>
										</TR>
									</TABLE>
								</FIELDSET>
							</TD>
						</TR>		
			</table>
</div>
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -