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

📄 hot.aspx

📁 酒店在线订餐管理系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Hot.aspx.cs" Inherits="Hot" 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="hot.jpg" fwstyle="Dreamweaver" fwdocid = "504323635" fwnested="0" -->
  <tr>
   <td><img src="imgs/hot/spacer.gif" width="221" height="1" border="0" alt="" /></td>
   <td><img src="imgs/hot/spacer.gif" width="37" height="1" border="0" alt="" /></td>
   <td><img src="imgs/hot/spacer.gif" width="436" height="1" border="0" alt="" /></td>
   <td><img src="imgs/hot/spacer.gif" width="1" height="1" border="0" alt="" /></td>
  </tr>

  <tr>
   <td><img name="hot_r1_c1" src="imgs/hot/hot_r1_c1.jpg" width="221" height="35" border="0" id="hot_r1_c1" alt="" /></td>
   <td rowspan="6"><img name="hot_r1_c2" src="imgs/hot/hot_r1_c2.jpg" width="37" height="573" border="0" id="hot_r1_c2" alt="" /></td>
   <td rowspan="2"><img name="hot_r1_c3" src="imgs/hot/hot_r1_c3.jpg" width="436" height="41" border="0" id="hot_r1_c3" alt="" /></td>
   <td><img src="imgs/hot/spacer.gif" width="1" height="35" border="0" alt="" /></td>
  </tr>
  <tr>
   <td rowspan="3" background="imgs/hot/hot_r2_c1.jpg" width="221" height="237" valign=top>
   <table width="100%" >
       <asp:Repeater ID="hotItems" runat="server" EnableViewState="False">
       <ItemTemplate>
       <tr>
       <td>
       <table width="100%" border="0">
       <tr>
        <td align=left  width="50%"><img src="Items/<%#Eval("Type")%>/<%#Eval("pic")%>"  width="80" height="70"  onmousemove="rdl_doClick('Items/<%#Eval("Type")%>/<%#Eval("pic")%>')" onmouseout="oPopup.hide();"/></td>
        <td  align="left" width="50%"><FONT style="FONT-SIZE: 9pt; FILTER: Glow(color=#FF0000,strength=2); COLOR:#9933FF; HEIGHT: 11pt" title="<%#Eval("Detail")%>"><%#Eval("ItemName")%></font><br /><FONT style="FONT-SIZE: 9pt; FILTER: Glow(color=#000000,strength=2); COLOR:#333333; HEIGHT: 10pt">价格:<%#Eval("Price")%></FONT></td>
        </tr>
        </table>
       </td>
       </tr>
       </ItemTemplate>
       </asp:Repeater>
       </table>
   </td>
   <td><img src="imgs/hot/spacer.gif" width="1" height="6" border="0" alt="" /></td>
  </tr>
  <tr>
   <td background="imgs/hot/hot_r3_c3.jpg" width="436" >
       介绍菜肴的特色</td>
   <td style="height: 144px"><img src="imgs/hot/spacer.gif" width="1" height="144" border="0" alt="" /></td>
  </tr>
  <tr>
   <td rowspan="3" background="imgs/hot/hot_r4_c3.jpg" width="436" height="388" valign=top align=left>
   <table width="97%"  height="340"  background="imgs/headico/未命名-1.jpg">
   <tr valign=top>
       <asp:Repeater ID="hotMenu" runat="server" EnableViewState="False"  OnItemDataBound="hotMenu_ItemDataBound">
       <ItemTemplate>
       <td valign=top   width="50%"><br />
	   <table width="100%" >
	   <tr>
	   <td align="center" style="filter: glow(color=red strength=3); color: yellow"><%#Eval("MenuName")%></td>
	   </tr>
       <asp:Repeater ID="hotMenuItems" runat="server" EnableViewState=false >
       <ItemTemplate>
	   <tr>
	   <td style="FONT-SIZE: 9pt; FILTER: Glow(color=#000000,strength=2); COLOR: #ffffff; HEIGHT: 9pt"><%#Eval("ItemName") %>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT style="FONT-SIZE: 9pt; FILTER: Shadow(color=#FF0000,direction=135); HEIGHT: 19pt;" face=Verdana  color="#FF0000" >价格:<%#Eval("Price") %></FONT></td>
	   </tr>
       </ItemTemplate>
       </asp:Repeater>
	   </table>
       </td>
       </ItemTemplate>
       </asp:Repeater>
     </tr>
    </table>
       
   </td>
   <td><img src="imgs/hot/spacer.gif" width="1" height="87" border="0" alt="" /></td>
  </tr>
  <tr>
   <td><img name="hot_r5_c1" src="imgs/hot/hot_r5_c1.jpg" width="221" height="45" border="0" id="hot_r5_c1" alt="" /></td>
   <td><img src="imgs/hot/spacer.gif" width="1" height="45" border="0" alt="" /></td>
  </tr>
  <tr>
   <td background="imgs/hot/hot_r6_c1.jpg" width="221" height="256" valign=top>
   <table>
       <asp:Repeater ID="activeUser" runat="server" EnableViewState="False">
       <ItemTemplate>
       <tr>
       <td>
       <table width="100%" border="0">
       <tr>
        <td align=left><FONT style="FONT-SIZE: 12pt; FILTER: Shadow(color=#FF8000,direction=135); HEIGHT: 19pt" face=Verdana color="#ff9999"><%#Eval("LoginName")%></FONT><br />
        <FONT style="FONT-SIZE: 10pt; FILTER: Shadow(color=#FF8000,direction=135); HEIGHT: 19pt" face=Verdana color=Gray>积分:<%#Eval("Reward")%></FONT>
        </td>
        <td><img src="imgs/headico/<%#Eval("Sex").ToString()=="1"?"2":"1"%>.jpg" /></td>
       </tr>
       </table>
       </td>
       </tr>
       </ItemTemplate>
       </asp:Repeater>
    </table>
   </td>
   <td><img src="imgs/hot/spacer.gif" width="1" height="256" border="0" alt="" /></td>
  </tr>
</table>
</asp:Content>

⌨️ 快捷键说明

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