📄 store_menu.aspx
字号:
<%@ Page language="c#" Codebehind="store_menu.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.store_menu" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>stores</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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
BODY {
COLOR: green
}
TD {
COLOR: green
}
TH {
COLOR: green
}
BODY {
BACKGROUND-COLOR: #cee1c4
}
</style>
<LINK href="./css.css" type="text/css" rel="stylesheet">
<style type="text/css">
.STYLE9 {
FONT-WEIGHT: bold; COLOR: green
}
</style>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table borderColor="green" cellSpacing="0" cellPadding="0" width="809" bgColor="#91de85"
border="1">
<tr bgColor="#afe195">
<td style="HEIGHT: 28px" noWrap colSpan="8">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td align="right" width="66%"><strong><font face="宋体"><font color="#cc3300">请选择今日所有的菜单 </font>
</font></strong><font face="宋体"><span class="STYLE9">选择类</span><font color="#cc3300"><strong>
<asp:dropdownlist id="DropDownList1" runat="server" Width="100px" AutoPostBack="True">
<asp:ListItem Value="快餐速订" Selected="True">快餐速订</asp:ListItem>
<asp:ListItem Value="套餐">套餐</asp:ListItem>
<asp:ListItem Value="特色小炒">特色小炒</asp:ListItem>
<asp:ListItem Value="饮料选购">饮料选购</asp:ListItem>
</asp:dropdownlist></strong></font></font></td>
<td width="34%"><asp:panel id="Panel1" runat="server" Width="258px" Visible="False"> <STRONG>
请选择要设置的分店</STRONG>
<asp:DropDownList id="DropDownList2" runat="server" Width="98px" AutoPostBack="True"></asp:DropDownList></asp:panel></td>
</tr>
</table> </td>
</tr>
<asp:repeater id="repeater1" runat="server" OnItemDataBound="repeater1_ItemDataBound">
<HeaderTemplate>
<tr bgcolor="#91de85">
<td width="150" align="center"><strong><FONT face="宋体">菜单名</FONT></strong></td>
<td width="50" align="center"><strong>选择</strong></td>
<td width="150" height="25" align="center"><strong><FONT face="宋体">菜单名</FONT></strong></td>
<td width="50" align="center"><strong>选择</strong></td>
<td width="150" align="center"><strong><FONT face="宋体">菜单名</FONT></strong></td>
<td width="50" align="center"><strong>选择</strong></td>
<td width="150" align="center"><strong><FONT face="宋体">菜单名</FONT></strong></td>
<td width="50" align="center" nowrap><strong>选择</strong></td>
</tr>
<tr bgcolor="#91de85">
</HeaderTemplate>
<ItemTemplate>
<td align="center"><%#DataBinder.Eval(Container.DataItem,"veg_name")%></td>
<td align="center">
<asp:CheckBox ID="chkDel" Runat="server" Text="选择" Checked=<%# check_fun(Convert.ToString(DataBinder.Eval(Container.DataItem,"id")))%>></asp:CheckBox></td>
</ItemTemplate>
<FooterTemplate>
</tr>
</FooterTemplate>
</asp:repeater>
<tr bgColor="#afe195">
<td align="right" colSpan="8">
<asp:button id="Button1" runat="server" Text="提交选择"></asp:button>
<strong> </strong> <strong> </strong> <strong> </strong><strong>
</strong><strong>
<asp:CheckBox ID="chkAll" runat="server" AutoPostBack="True" Text="全部选择" OnCheckedChanged="chkAll_CheckedChanged"></asp:CheckBox>
</strong>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -