index.aspx

来自「客房预定系统」· ASPX 代码 · 共 95 行

ASPX
95
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>WebHotel</title>
    <link href="css/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="60"><table width="755" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="15" height="60">&nbsp;</td>
        <td width="740" height="60">
            <asp:Image ID="Image2" runat="server" ImageUrl="~/image/logo.jpg" /></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="36" bgcolor="#a4c2c2"><table width="755" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="15" height="36">&nbsp;</td>
        <td width="740" height="36">
            <div style="text-align: left">
                <table border="0" cellpadding="0" cellspacing="0" style="color: #336666">
                    <tr>
                        <td style="width: 100px; color: #336666; height: 12px">
                            <asp:HyperLink ID="HyperLink1" runat="server" ForeColor="#336666" NavigateUrl="~/MemLogin.aspx">会员登陆</asp:HyperLink></td>
                        <td style="width: 100px; color: #336666; height: 12px">
                            关于我们</td>
                        <td style="width: 100px; color: #336666; height: 12px">
                            酒店简介</td>
                        <td style="width: 100px; height: 12px">
                        </td>
                    </tr>
                </table>
            </div>
        </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="354" align="left" valign="top" bgcolor="#ffffff"><table width="755" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="230" height="354" align="left" valign="top"><table width="230" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="230" height="240">
                <asp:Image ID="Image1" runat="server" Height="240px" ImageUrl="~/image/mm_lodging_image.jpg"
                    Width="230px" /></td>
          </tr>
          <tr>
            <td height="114" align="left" valign="top"><table width="230" border="0" cellpadding="0" cellspacing="0" bgcolor="#a4c2c2">
              <tr>
                <td width="15" height="114">&nbsp;</td>
                <td width="200" height="114">&nbsp;</td>
                <td width="15" height="114">&nbsp;</td>
              </tr>
            </table></td>
          </tr>
        </table></td>
        <td width="50" height="354">&nbsp;</td>
        <td width="475" height="354" align="left" valign="top"><table width="475" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="36">&nbsp;</td>
          </tr>
          <tr>
            <td height="36">
                <asp:Image ID="Image3" runat="server" ImageUrl="~/image/welcome.jpg" /></td>
          </tr>
          <tr>
            <td height="262" valign="middle">
                &nbsp; &nbsp; welcome to hotel,welcome to hotel,welcome to hotel,welcome to hotel,welcome
                to hotel,welcome to hotel,welcome to hotel,welcome to hotel,welcome to hotel,welcome
                to hotel,welcome to hotel,welcome to hotel,welcome to hotel,welcome to hotel,welcome
                to hotel,welcome to hotel,welcome to hotel.<br />
                &nbsp; &nbsp;</td>
          </tr>
          <tr>
            <td height="20">&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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