📄 signaturelist.aspx
字号:
<%@ 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"> </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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -