telephoneprint.aspx

来自「旅客信息管理、酒店客房管理、各种信息查询」· ASPX 代码 · 共 46 行

ASPX
46
字号
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="TelephonePrint.aspx.vb" Inherits="ConsumeManage_TelephonePrint" %>

<!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>打印旅客话费登记信息</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table style="width: 546px; height: 11px">
            <tr>
                <td align="center" colspan="3" style="font-size: 1.6em; font-family: 宋体">
                    <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" colspan="3" style="font-weight: bold; font-size: 0.8em; height: 17px">
                    &nbsp;
                    <asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td colspan="3" style="font-size: 10pt">
                    <asp:Table ID="Table1" runat="server" GridLines="Both" Height="24px" Width="600px">
                    </asp:Table>
                </td>
            </tr>
            <tr>
                <td align="right" colspan="3" style="font-size: 0.8em">
                    <asp:Label ID="Label3" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="left" colspan="3" style="font-size: 0.8em">
                    温馨提示:为了维护您的合法权益,请不要带未经登记的人员进出酒店。</td>
            </tr>
            <tr>
                <td align="left" colspan="3" style="font-size: 0.8em">
                    警察提示:请保管好您的物品,重要物品请寄存于酒店,免费寄存!</td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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