joinmeeting.aspx

来自「Web Conferencing system allow you to con」· ASPX 代码 · 共 43 行

ASPX
43
字号
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="JoinMeeting.aspx.vb" Inherits="JoinMeeting" %>

<!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>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table align="center" border="1" style="width: 696px; height: 536px">
            <tr>
                <td align="center" colspan="3" style="height: 3px">
                    <asp:Image ID="Image1" runat="server" ImageAlign="Middle" ImageUrl="~/images/global_mrec_logo.gif" /></td>
            </tr>
            <tr>
                <td colspan="3" rowspan="1" style="background-color: #0099ff">
                </td>
            </tr>
            <tr>
                <td align="center" colspan="3" rowspan="2" style="height: 279px">
                    &nbsp;<asp:Login ID="Login2" runat="server" BackColor="LightBlue" BorderColor="#CCCC99"
                        BorderStyle="Solid" BorderWidth="1px" DisplayRememberMe="False" FailureText="Your Meeting attempt was not successful. Please try again."
                        Font-Names="Verdana" Font-Size="10pt" Height="136px" LoginButtonText="Join Meeting"
                        PasswordLabelText=" Meeting#:" PasswordRequiredErrorMessage="Meeting ID is required."
                        TitleText="Join Conference" UserNameLabelText="e-Mail ID:" UserNameRequiredErrorMessage="eMail ID is required."
                        Width="296px">
                        <TitleTextStyle BackColor="#6B696B" Font-Bold="True" ForeColor="White" />
                        <TextBoxStyle Font-Names="Verdana" Font-Size="8pt" Width="120px" />
                        <LoginButtonStyle Font-Names="Verdana" Font-Size="8pt" />
                    </asp:Login>
                </td>
            </tr>
            <tr>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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