📄 documentorder.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="DataGridNavigation" Src="../UserControls/DataGridNavigation.ascx" %>
<%@ Page language="c#" Codebehind="documentorder.aspx.cs" AutoEventWireup="false" Inherits="OI.ReFileOperate.documentorder" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">@import url( ../test.css );
</style>
</HEAD>
<body>
<FORM id="Form1" runat="server">
<table class="tableframe" width="100%" border="0">
<TR>
<td bgColor="#fbe3b5">
<table>
<TR>
<td><IMG src="../images/cb-.gif"></td>
</TR>
</table>
</td>
</TR>
</table>
<table class="tableframe" cellSpacing="0" cellPadding="0" width="100%" align="center" border="1">
<!--DWLayoutTable-->
<TBODY>
<!--
<tr bgcolor="#ffff99">
<td width="736"><div class="titlebar">
</div></td>
<td width="736"><div align="center" class="titlebar">标题</div>
</td>
<td width="736"><div align="center" class="titlebar">来文单位</div>
</td>
<td width="736"><div align="center" class="titlebar"><strong><font size="3">密级</font></strong></div>
</td>
<td width="736"><div align="center" class="titlebar">紧急程度</div>
</td>
<td width="736"><div align="center" class="titlebar">来文日期</div>
</td></tr>
<tr bgcolor="#f7fde7">
<td height="16"><div align="center">
<input type="checkbox" name="checkbox22" value="checkbox">
</div>
</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="16"><div align="center">
<input type="checkbox" name="checkbox23" value="checkbox">
</div>
</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
-->
<tr>
<td><asp:datagrid id="dg" runat="server" Width="100%" AutoGenerateColumns="False">
<AlternatingItemStyle BackColor="FloralWhite"></AlternatingItemStyle>
<HeaderStyle BackColor="LightGoldenrodYellow"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" DataField="transactid"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="documentid"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="userid"></asp:BoundColumn>
<asp:BoundColumn Visible="False" DataField="TransactSign"></asp:BoundColumn>
<asp:TemplateColumn>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<FONT face="宋体">
<asp:CheckBox id="Ckboxcy" runat="server"></asp:CheckBox></FONT>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="Title" HeaderText="标题">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="DocumentTypeName" HeaderText="文档类型">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="exigencedegreename" HeaderText="紧急程度">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SecretGreadName" HeaderText="密级">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="username" HeaderText="处理人">
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
</Columns>
</asp:datagrid><uc1:datagridnavigation id="divage" runat="server"></uc1:datagridnavigation></td>
</tr>
</TBODY></table>
<table width="449" align="center" border="0" height="64">
<tr>
<td width="20%"></td>
<td width="21%">
<TABLE cellSpacing="0" cellPadding="0" width="72" align="center" border="0">
<TBODY>
<TR>
<TD width="5"><IMG height="21" src="../images/button_left.gif" width="5" border="0"></TD>
<TD class="button" noWrap width="30" background="../images/button_bg.gif">
<P><asp:linkbutton id="LinkOrder" runat="server">催办</asp:linkbutton></P>
</TD>
<TD width="5"><IMG height="21" src="../images/button_right.gif" width="5" border="0"></TD>
<TD width="32"></TD>
</TR>
</TBODY></TABLE>
</td>
</tr>
</table>
<p> </p>
<p> </p>
</FORM>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -