📄 managercankan.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ManagerCanKan.aspx.cs" Inherits="Manager_ManagerCanKan" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div style="position:absolute; left: 16px; top: 57px;">
<table style="font-size:small; width: 257px;">
<tr>
<td style="height:68px;width:120px"></td>
<td style="height: 68px"></td>
</tr>
<tr>
<td></td>
<td>
<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" Font-Size="9pt" ForeColor="#333333" GridLines="None" OnPageIndexChanging="GridView1_PageIndexChanging"
OnRowDataBound="GridView1_RowDataBound" OnSelectedIndexChanging="GridView1_SelectedIndexChanging"
Style="position: relative; background-color: #6699cc; left: 0px; top: 3px;" Width="448px" DataKeyNames="Fileid">
<FooterStyle BackColor="#6699CC" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="FileId" HeaderText="文件编号" />
<asp:BoundField DataField="FileName" HeaderText="文件名" />
<asp:BoundField DataField="CreatDate" HeaderText="提交日期" />
<asp:BoundField DataField="DepartId" HeaderText="所属部门" />
<asp:BoundField DataField="FileState" HeaderText="审核状态" />
<asp:TemplateField>
<ItemTemplate>
<a href="../File/学生科技5.doc" target="_blank">chakan</a>
<a href="<%# ".."+DataBinder.Eval(Container.DataItem,"Filepath") %>" target="_blank">查看</a>
<a href="<%# "../Houqin/deleteFile.aspx?fileID="+Eval("FileID")%>">删除</a>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<RowStyle BackColor="#6699CC" ForeColor="#333333" />
<SelectedRowStyle BackColor="#6699CC" Font-Bold="True" ForeColor="Navy" />
<PagerStyle BackColor="#699CC6" ForeColor="#333333" HorizontalAlign="Right" />
<HeaderStyle BackColor="#6699CC" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -