📄 streamsupervisef.aspx
字号:
<%@ Page language="c#" Codebehind="streamSuperviseF.aspx.cs" AutoEventWireup="false" Inherits="OI.DraftOut.streamSuperviseF" %>
<%@ Register TagPrefix="uc1" TagName="DataGridNavigation" Src="../UserControls/DataGridNavigation.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>DraftSended</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style type="text/css">@import url( ../test.css );
</style>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="DraftStart.aspx"><img src="../images/gwqicao.gif" width="72" height="22" border="0"></a><a href="DraftFinished.aspx"><img src="../images/a_04.gif" name="Image4" width="93" height="22" border="0"></a><a href="../Draftout/DraftSended.aspx"><img src="../images/ytjgw.gif" width="93" height="22" border="0"></a><a href="../refileoperate/backagree.aspx"><img src="../images/htgw.gif" width="75" height="22" border="0"></a><img src="../images/gwtixing.gif" width="82" height="22" border="0"></td>
</tr>
<tr>
<td bgcolor="#fcb02a" class="bg"> </td>
</tr>
</table>
<table class="tableframe" width="100%" border="1">
<tr>
<td><asp:datagrid id="dg" runat="server" AutoGenerateColumns="False" Width="100%">
<AlternatingItemStyle HorizontalAlign="Center" BackColor="FloralWhite"></AlternatingItemStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<HeaderStyle HorizontalAlign="Center" BackColor="LightGoldenrodYellow"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="DocumentID"></asp:BoundColumn>
<asp:BoundColumn DataField="title" HeaderText="公文标题">
<ItemStyle HorizontalAlign="Left"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="DocumentTypeDescription" HeaderText="主类别"></asp:BoundColumn>
<asp:BoundColumn DataField="DocumentTypeName" HeaderText="子类别"></asp:BoundColumn>
<asp:BoundColumn DataField="SecretGreadName" HeaderText="密级"></asp:BoundColumn>
<asp:BoundColumn DataField="ExigenceDegreeName" HeaderText="紧急程度"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="RecordID"></asp:BoundColumn>
<asp:BoundColumn DataField="modify" HeaderText="监控"></asp:BoundColumn>
</Columns>
<PagerStyle Mode="NumericPages"></PagerStyle>
</asp:datagrid></td>
</tr>
<tr>
<td><uc1:datagridnavigation id="divepage" runat="server"></uc1:datagridnavigation></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -