📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<%@ Register Src="UserControls/GoodEmployee.ascx" TagName="GoodEmployee" TagPrefix="uc2" %>
<%@ Register Src="UserControls/UserLogin.ascx" TagName="UserLogin" TagPrefix="uc1" %>
<!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>
<form id="form1" runat="server">
<div>
<table cellpadding="0" cellspacing="0" style="width: 1003x; height: 342px" align="center">
<tr>
<td colspan="2" style="height: 91px; background-attachment: fixed; background-image: url(images/index_01.jpg); vertical-align: super; background-repeat: no-repeat;" align="right">
</td>
<td style="height: 91px">
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 242px; height: 173px">
<table cellpadding="0" cellspacing="0" style="width: 189px">
<tr>
<td style="height: 44px; vertical-align: top;">
<table id="TABLE1" style="width: 224px" bgcolor="#f0f0f1" cellpadding="0" cellspacing="0">
<tr>
<td>
<img height="30" src="images/index_04.jpg" width="224" /></td>
</tr>
<tr>
<td style="height: 16px">
<asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#3366CC"
BorderWidth="1px" CellPadding="1" DayNameFormat="Shortest" Font-Names="Verdana"
Font-Size="8pt" ForeColor="#003399" Height="200px" Width="220px">
<SelectedDayStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
<SelectorStyle BackColor="#99CCCC" ForeColor="#336666" />
<WeekendDayStyle BackColor="#CCCCFF" />
<TodayDayStyle BackColor="#99CCCC" ForeColor="White" />
<OtherMonthDayStyle ForeColor="#999999" />
<NextPrevStyle Font-Size="8pt" ForeColor="#CCCCFF" />
<DayHeaderStyle BackColor="#99CCCC" ForeColor="#336666" Height="1px" />
<TitleStyle BackColor="#003399" BorderColor="#3366CC" BorderWidth="1px" Font-Bold="True"
Font-Size="10pt" ForeColor="#CCCCFF" Height="25px" />
</asp:Calendar>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height: 15px">
<img height="30" src="images/index_13.jpg" width="224" /></td>
</tr>
<tr>
<td style="height: 53px">
<uc1:UserLogin ID="UserLogin1" runat="server" />
</td>
</tr>
<tr>
<td style="height: 15px">
<img height="30" src="images/index_16.jpg" width="224" /></td>
</tr>
<tr>
<td style="height: 60px">
<uc2:GoodEmployee ID="GoodEmployee1" runat="server" />
</td>
</tr>
</table>
</td>
<td style="vertical-align: top; width: 723px; height: 173px">
<img height="112" src="images/index_06.jpg" width="779" /><br />
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY><TR><TD width="2%" style="height: 30px"> </TD><TD class="shouye" vAlign=middle
align=left width="98%" style="height: 30px">首页 >
系统公告</TD></TR><TR><TD vAlign=top align=left
colSpan=2 style="height: 17px"><IMG height=3 src="images/index_10.jpg" width=758/></TD></TR>
<tr>
<td align="left" colspan="2" style="height: 38px" valign="top">
</td>
</tr>
</TBODY></TABLE>
</td>
<td style="height: 173px">
</td>
</tr>
<tr>
<td style="height: 31px;" colspan="3">
<table bgcolor="#526a96" border="0" cellpadding="0" cellspacing="0" class="copyrights" style="width: 1003px">
<tr>
<td height="28" valign="top" width="2%">
</td>
<td align="left" valign="middle" style="width: 79%">
© All CopyRights reserved 2007 江苏省**科技有限公司</td>
<td align="left" valign="middle" width="17%">
帮助 | 关于我们 | 联络我们</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -