📄 add_sbmc.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Admin_Add_Sblb, App_Web_gv65xqgf" %>
<!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" >
<head runat="server">
<title>欢迎光临加入设备名称页面</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"/>
<meta name="CODE_LANGUAGE" content="C#"/>
<meta name="vs_defaultClientScript" content="JavaScript"/>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<link href="../css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body background="../images/bg-2.jpg">
<form id="Form1" method="post" runat="server" style="left: 0px; position: absolute; top: 0px;">
<table id="table1" cellspacing="0" width="100%" border="0">
<tr>
<td style="HEIGHT: 25px" align="center" width="854" height="25"><table width="99%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="f12" style="font-size: 12pt; vertical-align: middle; color: #0000ff; text-align: left">
你的位置:设备管理-->设备名称管理-->加入设备名称</td>
<td> </td>
</tr>
</table> </td>
<td width="149" align="center" bgcolor="#cce4f7" class="sbx" style="HEIGHT: 25px"> <font class="white">[
<a href="javascript:history.back(-1);"><font color="#000000">返回操作</font></a>
] </font></td>
</tr>
<tr>
<td height="25" colspan="2" align="center" bgcolor="#ffffff" style="HEIGHT: 25px"><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#2c8ed8">
<tr align="center" bgcolor="#e6f2fb" class="f12">
<td colspan="2" style="height: 17px; font-size: 12pt; color: #0000ff;">
增加名称</td>
</tr>
<tr bgcolor="#e6f2fb" class="f12">
<td width="16%" height="22" bgcolor="#cce4f7"> 所属类别:</td>
<td width="84%" align="left" valign="middle">
<asp:DropDownList id="sblb" runat="server" DataTextField="bmnr" DataValueField="id" AutoPostBack="True" OnSelectedIndexChanged="sblb_SelectedIndexChanged"></asp:DropDownList></td>
</tr>
<tr bgcolor="#e6f2fb" class="f12">
<td bgcolor="#cce4f7" style="height: 26px">
设备名称:</td>
<td bgcolor="#e6f2fb" align="left" valign="middle" style="height: 26px">
<asp:TextBox id="bmnr" runat="server"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="bmnr"
ErrorMessage="设备名称不能为空!"></asp:RequiredFieldValidator></td>
</tr>
<tr bgcolor="#e6f2fb" class="f12">
<td height="22" colspan="2" align="center">
<asp:Button id="Button1" runat="server" Text="保存" OnClick="Button1_Click"></asp:Button>
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="重写" /></td>
</tr>
</table>
</td>
</tr>
</table>
<asp:ValidationSummary ID="ValidationSummary1" runat="server" ShowMessageBox="True"
ShowSummary="False" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -