📄 up_pzb.aspx
字号:
<%@ Page language="c#" Codebehind="up_pzb.aspx.cs" AutoEventWireup="false" Inherits="Sbgl.Admin.up_pzb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<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 topmargin="0" MS_POSITIONING="GridLayout">
<script language="javascript">
function showtime(divname)
{
var targetDiv =eval("document.all." + divname);
if (targetDiv.style.display!='block'){
targetDiv.style.display="block";
}else{
targetDiv.style.display="none";
}
}
</script>
<form id="Form1" method="post" runat="server">
<table width="99%" height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="f12">你的位置:设备管理-->修改配置</td>
<td> </td>
</tr>
</table><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#2c8ed8" class="f12">
<tr>
<td width="23%" height="25" align="center" bgcolor="#cce4f7">属性名:</td>
<td width="77%" height="25" bgcolor="#e6f2fb">
<asp:TextBox id="sxm" runat="server"></asp:TextBox><INPUT id="myid" type="hidden" runat="server"></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#cce4f7">属性类别:</td>
<td height="25" bgcolor="#e6f2fb"> <asp:DropDownList id="zdlx" name="zdlx" runat="server">
<asp:ListItem Value="文本">文本</asp:ListItem>
<asp:ListItem Value="内容">内容</asp:ListItem>
<asp:ListItem Value="时间">时间</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr id="showD" name="showD">
<td height="25" align="center" bgcolor="#cce4f7">下拉的选项:</td>
<td height="25" bgcolor="#e6f2fb">
<asp:TextBox id="DwList" runat="server" TextMode="MultiLine" Width="248px" Height="88px"></asp:TextBox>(内容以“|”隔开如:"P3|P4|P5”)</td>
</tr>
<tr align="center" bgcolor="#e6f2fb">
<td height="25" colspan="2">
<asp:Button id="save" runat="server" Text="修改" CssClass="submit"></asp:Button>
<INPUT name="reset" type="reset" class="submit" value="重写"></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -