📄 joinmeeting.aspx
字号:
<%@ 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">
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -