signaturelist.aspx

来自「iWEbOffice2006协同办公中间件」· ASPX 代码 · 共 44 行

ASPX
44
字号
<%@ Page language="c#" Codebehind="SignatureList.aspx.cs" AutoEventWireup="false" Inherits="iWebOffice.ocx.c.net.Signature.SignatureList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>签章管理</title>
		<link rel='stylesheet' type='text/css' href='../test.css'>
			<script language="javascript">
function ConfirmDel(FileUrl){
	if (confirm('是否确定删除该签章!')){
		location.href=FileUrl;
	}	
}

function DoMenu(MenuValue){
    location.href=MenuValue;
    return true;
}
			</script>
	</HEAD>
	<body bgcolor="#ffffff">
		<div align="center"><font size="4" color="#ff0000">签章管理</font></div>
		<hr size="1">
		<br>
		<table border="0" cellspacing='0' cellpadding='0' width="100%" align="center" class="TBStyle">
			<tr>
				<td colspan="2" class="TDTitleStyle" nowrap>
					<input type="button" name="Add" value="增加签章" onclick="javascript:location.href='SignatureAddFrm.aspx'">
					<input type="button" name="Return" value="返 回" onclick="javascript:location.href='../DocumentList.aspx';">
				</td>
				<td colspan="3" class="TDTitleStyle">&nbsp;</td>
			</tr>
			<tr>
				<td nowrap align="middle" class="TDTitleStyle" height="26">编号</td>
				<td nowrap align="middle" class="TDTitleStyle">用户名称</td>
				<td nowrap align="middle" class="TDTitleStyle">签章名称</td>
				<td nowrap align="middle" class="TDTitleStyle">签章类型</td>
				<td nowrap align="middle" class="TDTitleStyle">操作</td>
			</tr>
			<%=GetSignatureList()%>
		</table>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?