📄 veg_edit.aspx
字号:
<%@ Page language="c#" Codebehind="veg_edit.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.veg_edit" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>kuaican_add</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="./css.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">BODY { BACKGROUND-COLOR: #cee1c4 }
</style>
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" name="myForm" method="post" runat="server">
<p><br>
</p>
<table cellSpacing="1" cellPadding="1" width="800" bgColor="green" border="0">
<tr bgColor="#afe195">
<td style="HEIGHT: 25px" align="right" bgColor="#afe195" height="27">ID号:</td>
<td style="WIDTH: 274px; HEIGHT: 25px">
<asp:Label id="Label2" runat="server" Width="64px">1</asp:Label></td>
<td style="HEIGHT: 25px"><FONT face="宋体"> *必填(50字内)</FONT></td>
</tr>
<tr bgColor="#afe195">
<td style="HEIGHT: 25px" align="right" bgColor="#afe195" height="27">菜单名:</td>
<td style="WIDTH: 274px; HEIGHT: 25px">
<asp:textbox id="TextBox1" runat="server"></asp:textbox><asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1" ErrorMessage="RequiredFieldValidator">菜单名不能为空!</asp:requiredfieldvalidator></td>
<td style="HEIGHT: 25px"><FONT face="宋体"> *必填(50字内)</FONT></td>
</tr>
<tr bgColor="#afe195">
<td align="right" bgColor="#afe195" height="27">菜单单价:</td>
<td style="WIDTH: 274px">
<asp:textbox id="TextBox2" runat="server"></asp:textbox></td>
<td><FONT face="宋体"> *必填(50字内)</FONT></td>
</tr>
<tr bgColor="#afe195">
<td style="HEIGHT: 25px" align="right" bgColor="#afe195" height="27">菜单图片:</td>
<td style="WIDTH: 274px; HEIGHT: 25px" noWrap bgColor="#afe195">
<asp:textbox id="TextBox3" runat="server"></asp:textbox><FONT face="宋体"> <INPUT onClick="MM_openBrWindow('./upfile.aspx','upfile','width=300,height=200,top=200,left=200')"
type="button" value="上传图片"> </FONT>
</td>
<td style="HEIGHT: 25px"><FONT face="宋体"> 如不上传图片,请置空</FONT></td>
</tr>
<tr bgColor="#afe195">
<td align="right" bgColor="#afe195" height="27">菜单说明:</td>
<td style="WIDTH: 274px" noWrap>
<asp:textbox id="TextBox4" runat="server" Width="250"></asp:textbox></td>
<td><FONT face="宋体"> 可不增加 (100字内)</FONT> </td>
</tr>
<tr bgColor="#afe195">
<td align="right" bgColor="#afe195" height="27">菜单排序:</td>
<td style="WIDTH: 274px" noWrap>
<asp:textbox id="TextBox5" runat="server" Width="32px"></asp:textbox></td>
<td><FONT face="宋体"> 必需为数字,越大越靠前。</FONT> </td>
</tr>
<tr bgColor="#afe195">
<td style="HEIGHT: 24px" align="right" width="240" bgColor="#afe195" height="24">所属类别:</td>
<td style="WIDTH: 274px; HEIGHT: 24px" vAlign="bottom" align="left" width="291" bgColor="#afe195"><label>
<asp:dropdownlist id="DropDownList1" runat="server" Width="80px"></asp:dropdownlist></label></td>
<td style="HEIGHT: 25px" width="259"> </td>
</tr>
<tr bgColor="#afe195">
<td bgColor="#afe195" height="27"> </td>
<td style="WIDTH: 274px">
<asp:Button id="Button2" runat="server" Text="编 辑"></asp:Button></td>
<td> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -