47 lines
2.0 KiB
Plaintext
47 lines
2.0 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FingerConfirm.aspx.cs" Inherits="FineUIPro.Web.FingerMark.FingerConfirm" %>
|
|
|
|
<!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="FingerConfirm()">
|
|
<span id='id_error'></span>
|
|
<table width="100%" style="height: 320px" border="0" cellpadding="0" cellspacing="0">
|
|
<tr valign="top">
|
|
<td height="25" align="center">
|
|
<form id="form1" name="form1" method="post" action="" style="margin: 0">
|
|
<input name="hiddenObj" id="hiddenObj" type="hidden" value="" />
|
|
<input name="keyId" type="hidden" id="keyId" value="<%=keyId %>" />
|
|
<input name="flag" id="flag" type="hidden" value="<%=flag %>"/>
|
|
<input name="grid" id="grid" type="hidden" value="<%=grid %>"/>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width:100%; height:450px" valign="top" 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>
|