📄 planlist.aspx
字号:
<%@ Register TagPrefix="MyOA" TagName="LeftTree" Src="UserControls/LeftTree.ascx" %>
<%@ Page Language="c#" Inherits="MyOA.Web.PlanList" CodeFile="PlanList.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>我的工作安排</title>
<link href="Styles/Style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<form id="Form1" method="post" runat="server">
<table id="Table2" cellspacing="0" cellpadding="0" border="0" style="z-index: 101;
left: 10px; position: absolute; top: 10px; width: 404px;">
<tr>
<td>
<MyOA:LeftTree ID="leftTree" runat="server"></MyOA:LeftTree>
</td>
<td align="center" style="widows: 3px; background-color: Aqua" colspan="1" rowspan="1">
</td>
<td valign="top" align="center">
<table id="Table1" cellspacing="0" cellpadding="0" border="0" style="width: 291px">
<tr>
<td colspan="4">
>>工作安排
<hr/>
</td>
</tr>
<tr valign="top">
<td valign="top" align="center" colspan="4">
<asp:Calendar ID="Calendar" runat="server" ShowGridLines="True" NextMonthText="下月>>"
PrevMonthText="上月<<" OnSelectionChanged="Calendar_SelectionChanged" Width="279px">
<DayHeaderStyle BackColor="MintCream"></DayHeaderStyle>
<SelectedDayStyle BackColor="Blue"></SelectedDayStyle>
</asp:Calendar>
<br />
</td>
</tr>
<tr>
<td style="background-color: Aqua" align="center" colspan="4">
</td>
</tr>
</table>
<br />
<asp:TextBox ID="TextBoxPlan" runat="server" Height="104px" Width="100%" TextMode="MultiLine"></asp:TextBox><br />
<asp:ImageButton ID="ImageButtonAdd" runat="server" Visible="False" ImageUrl=".\Images\BtnAdd.gif" OnClick="ImageButtonAdd_Click">
</asp:ImageButton>
<asp:ImageButton ID="ImageButtonUpdate" runat="server" Visible="False" ImageUrl=".\Images\BtnUpdate.gif" OnClick="ImageButtonUpdate_Click">
</asp:ImageButton></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -