⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menumeal.aspx

📁 一个小型的在线订餐管理系统源码
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="MenuMeal.aspx.cs" Inherits="Customer_MenuMeal" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" cellpadding="0" cellspacing="0" width="694">
<!-- fwtable fwsrc="3_People.png" fwbase="3_People.jpg" fwstyle="Dreamweaver" fwdocid = "504323635" fwnested="0" -->
  <tr>
   <td><img src="imgs/spacer.gif" width="131" height="1" border="0" alt="" /></td>
   <td><img src="imgs/spacer.gif" width="563" height="1" border="0" alt="" /></td>
   <td><img src="imgs/spacer.gif" width="1" height="1" border="0" alt="" /></td>
  </tr>

  <tr>
   <td background="imgs/3_People_r1_c1.jpg" width="131" height="573" valign=top><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <th scope="col">我的菜单</th>
  </tr>
  <tr>
    <th scope="row">
    <table width="100%" >
    <asp:Repeater ID="myMenuList" runat="server" EnableViewState=false>
    <ItemTemplate>
    <tr>
    <td ><a href=# onclick="EditMeun('<%#Eval("MenuId")%>')" style="cursor:hand"><%#Eval("MenuName")%></a></td>
    </tr>
    </ItemTemplate>
    </asp:Repeater>
    </table> 
    </th>
  </tr>
</table></td>
   <td background="imgs/3_People_r1_c2.jpg" width="563" height="573"  valign=top>
   <div id="nifty">
   <a href=# onclick="MakeMenu();" id="changeMenun">新建菜单</a>
    <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
   <table width="100%" border="0" cellspacing="0" cellpadding="0" id="menuItems">
   </table>
    <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
   </div>
   <div id="Div2" style="display:none">
   <a href=# onclick="ShowMenu();">返回</a>   <a  href=# onclick="sexyBOX1('500');" id="sure">确认</a>
    <b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
   <table width="100%" border="0" cellspacing="0" cellpadding="0" >
   <tr class="title">
   <td  width="30%"><select id="itemTypeLists" onfocus="LoadType();" onchange="LoadItems();"></select></td><td id="state"></td>
   </tr>
   <tr >
   <td colspan="2">
   <table width=100% id="itemList" border="0">
   </table>
   </td>
   </tr>
   </table>
    <b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
   </div>
   </td>
   <td><img src="imgs/spacer.gif" width="1" height="573" border="0" alt="" /></td>
  </tr>
</table>
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -