📄 reviewadvice.aspx
字号:
<%@ Page language="c#" Codebehind="ReviewAdvice.aspx.cs" AutoEventWireup="false" Inherits="WorkLog.Doc.ReviewAdvice" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ReviewAdvice</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="../Css/PageCtrl.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<FORM id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:datagrid id="dgAdvice" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 232px" runat="server"
Width="970px" Height="112px" AutoGenerateColumns="False">
<HeaderStyle Font-Bold="True"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="UserName" HeaderText="姓名">
<HeaderStyle Width="50px"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="DeptName" HeaderText="部门">
<HeaderStyle Width="80px"></HeaderStyle>
</asp:BoundColumn>
<asp:TemplateColumn HeaderText="时间">
<HeaderStyle Width="60px"></HeaderStyle>
<ItemTemplate>
<asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.AdviceDate", "{0:d}") %>'>
</asp:Label><br>
<%# CFC.CDateTime.DayOfWeek(Convert.ToDateTime(DataBinder.Eval(Container, "DataItem.AdviceDate", "{0:d}").ToString())) %>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="Content" HeaderText="内容"></asp:BoundColumn>
</Columns>
</asp:datagrid>
<asp:hyperlink id="HyperLink1" style="Z-INDEX: 117; LEFT: 24px; POSITION: absolute; TOP: 16px"
runat="server" NavigateUrl="../Main.aspx">返回主页</asp:hyperlink>
<asp:dropdownlist id="ddlDept" style="Z-INDEX: 103; LEFT: 64px; POSITION: absolute; TOP: 40px" runat="server"></asp:dropdownlist>
<asp:label id="Label1" style="Z-INDEX: 105; LEFT: 24px; POSITION: absolute; TOP: 48px" runat="server">部门:</asp:label>
<asp:label id="Label3" style="Z-INDEX: 107; LEFT: 24px; POSITION: absolute; TOP: 72px" runat="server">日期:从</asp:label>
<asp:label id="Label4" style="Z-INDEX: 108; LEFT: 224px; POSITION: absolute; TOP: 72px" runat="server">到</asp:label>
<asp:textbox id="tbFromAdviceDate" style="Z-INDEX: 109; LEFT: 80px; POSITION: absolute; TOP: 64px"
runat="server" Width="88px" Enabled="False"></asp:textbox>
<asp:textbox id="tbToAdviceDate" style="Z-INDEX: 110; LEFT: 248px; POSITION: absolute; TOP: 64px"
runat="server" Width="88px" Enabled="False"></asp:textbox>
<asp:button id="btnSearch" style="Z-INDEX: 111; LEFT: 496px; POSITION: absolute; TOP: 64px"
runat="server" Text="查找"></asp:button>
<asp:Calendar id="cldFromAdviceDate" style="Z-INDEX: 112; LEFT: 80px; POSITION: absolute; TOP: 88px"
runat="server" Visible="False"></asp:Calendar>
<asp:Calendar id="cldToAdviceDate" style="Z-INDEX: 113; LEFT: 248px; POSITION: absolute; TOP: 88px"
runat="server" Visible="False"></asp:Calendar>
<asp:Button id="btnSetFromAdviceDate" style="Z-INDEX: 114; LEFT: 168px; POSITION: absolute; TOP: 64px"
runat="server" Text="设置"></asp:Button>
<asp:Button id="btnSetToAdviceDate" style="Z-INDEX: 115; LEFT: 336px; POSITION: absolute; TOP: 64px"
runat="server" Text="设置"></asp:Button>
<asp:DropDownList id="ddlDateRange" style="Z-INDEX: 116; LEFT: 384px; POSITION: absolute; TOP: 64px"
runat="server" AutoPostBack="True">
<asp:ListItem Value="0">本日</asp:ListItem>
<asp:ListItem Value="1">上日</asp:ListItem>
<asp:ListItem Value="2">本周</asp:ListItem>
<asp:ListItem Value="3">上周</asp:ListItem>
<asp:ListItem Value="4">本月</asp:ListItem>
<asp:ListItem Value="5">上月</asp:ListItem>
<asp:ListItem Value="6">自定义</asp:ListItem>
</asp:DropDownList></FONT></FORM>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -