53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RegisterFinger.aspx.cs" Inherits="FineUIPro.Web.FingerMark.RegisterFinger" %>
|
|
|
|
<!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">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
|
|
<head>
|
|
<title>无标题页</title>
|
|
<link rel="stylesheet" type="text/css" href="jquery.fancybox/jquery.fancybox.css" media="screen" />
|
|
|
|
<script type="text/javascript" src="jquery.fancybox/jquery.fancybox-1.2.1.pack.js"></script>
|
|
<OBJECT classid="clsid:A318A9AC-E75F-424C-9364-6B40A848FC6B" width=0 height=0 id=zkonline >
|
|
</OBJECT>
|
|
|
|
<COMMENT>
|
|
<EMBED type="application/x-eskerplus"
|
|
classid="clsid:A318A9AC-E75F-424C-9364-6B40A848FC6B"
|
|
codebase="ZKOnline.ocx"
|
|
width=0 height=0 style="visibility:hidden">
|
|
</EMBED>
|
|
</COMMENT>
|
|
|
|
</head>
|
|
|
|
<body onload="Load()">
|
|
<span id='id_error'></span>
|
|
<table width="610px" style="height:460px" border="0" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td height="55" align="center">
|
|
<form id="form1" name="form1" method="post" action="" style="margin:0">
|
|
<input name="hiddenObj" id="hiddenObj" type="hidden" value="" />
|
|
<input name="finghidden" id="finghidden" type="hidden" value="" />
|
|
<input name="userId" type="hidden" id="userId" value="<%=userId %>" />指纹登记人员:
|
|
<input name="username" id="username" value="<%=username %>" readonly="readonly"/>
|
|
<input name="flag" type="hidden" id="flag" value="<%=flag %>" />
|
|
</form>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="136" align="center"><input name="regFinger" type="button" class="btn1" id="regFinger" style="width:120px; height:36px" value="登记指纹"/>
|
|
<input name="fingerLogin" type="hidden" class="btn1" id="fingerLogin" style="width:0px; height:0px" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:610px; height:460px" align="center">
|
|
<iframe name="showMsg" id="showMsg" width="0" src="" height="0" marginheight="0" marginwidth="0" hspace="0" allowtransparency="true" frameborder="0"></iframe> </td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
|
|
</html>
|