河北专项检查和移动端
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CodeConfirm.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.CodeConfirm" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title></title>
|
||||
<base target="_self" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="height:50px">
|
||||
<asp:Label ID="lbcode" runat="server" Font-Size="24px" Font-Bold="true"></asp:Label>
|
||||
<asp:TextBox ID="txtCode" runat="server" Font-Bold="true" Font-Size="24px" Width="180px"></asp:TextBox>
|
||||
|
||||
<asp:Button ID="btnConfirm" runat="server" OnClick="btnConfirm_Click" Text=" 确 认 " Font-Bold="true" Font-Size="24px" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user