📄 newconference.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="newconference.aspx.vb" Inherits="newconference" %>
<!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>MRecord Web Conferencing</title>
<link rel="stylesheet" href="Styles%5B1%5D.css" type="text/css">
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td colspan="3" style="height: 13%; width: 995px;" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="height: 100%" width="100%">
<tr>
<td style="width: 286px; height: 86px" valign="top"> <asp:Image ID="Image1" runat="server" ImageUrl="images/global_mrec_logo.gif" />
<br />
<span style="font-weight: 400"><font color="#b7b7b7"><span style="font-size: 25pt">Web</span></font><span
style="font-size: 25pt"> <font color="#b7b7b7">Conferencing</font></span></span></td>
<td align="left" style="height: 86px" valign="top"> <asp:Image ID="Image3" runat="server" ImageUrl="images/conferencebig11.jpg" /></td>
</tr>
</table>
<hr style="height: 16px; background-color: #0099ff" />
</td>
</tr>
<tr>
<td style="font-size: 8pt; font-family: Verdana; height: 50%" valign="top">
<br />
<table border="0" cellpadding="0" cellspacing="0" style="height: 100%" width="100%">
<tr>
<td style="width: 10px; height: 870px"> </td>
<td style="height: 870px; width: 756px;" valign="top" class="bodytext">
<strong>Create New Conference<br />
</strong>This new conference page will assist you in setting up
a new conference. To immediately start a conference simply provide
the topic and click <b>Start.</b><br />
<br />
Topic:<br />
<asp:TextBox ID="Txttopic" runat="server" Font-Names="Verdana" Font-Size="8pt" MaxLength="20"
Width="216px"></asp:TextBox><br />
Password:<br />
<asp:TextBox ID="txtpassword" runat="server" Font-Names="Verdana" Font-Size="8pt"
MaxLength="20" TextMode="Password" Width="216px"></asp:TextBox>
<br />
<br />
<hr style="height: 5px; background-color: #0099ff; width: 968px;" />
<br />
<b>When does the conference start?<br />
</b>If this conference is not starting immediately, specify the
date and time when the conference is scheduled to start.<br />
<br />
<asp:RadioButtonList ID="radioschedule" runat="server" Font-Names="Verdana" Font-Size="8pt"
RepeatDirection="Horizontal"> <asp:ListItem Selected="True" Value="1">Start
Now</asp:ListItem> <asp:ListItem Value="1">Start Later</asp:ListItem>
</asp:RadioButtonList> Starting Date:
<asp:DropDownList ID="monlist" runat="server" Font-Names="vardana" Font-Size="8pt" CssClass="bodytext">
<asp:ListItem Value="1">January</asp:ListItem> <asp:ListItem Value="2">February</asp:ListItem>
<asp:ListItem Value="3">March</asp:ListItem> <asp:ListItem Value="4">April</asp:ListItem>
<asp:ListItem Value="5">May</asp:ListItem> <asp:ListItem Value="6">June</asp:ListItem>
<asp:ListItem Value="7">July</asp:ListItem> <asp:ListItem Value="8">August</asp:ListItem>
<asp:ListItem Value="9">September</asp:ListItem> <asp:ListItem Value="10">October</asp:ListItem>
<asp:ListItem Value="11">November</asp:ListItem> <asp:ListItem Value="12">December</asp:ListItem>
</asp:DropDownList> <asp:DropDownList ID="daylist" runat="server" Font-Names="vardana"
Font-Size="8pt" CssClass="bodytext"> <asp:ListItem>1</asp:ListItem>
<asp:ListItem>2</asp:ListItem> <asp:ListItem>3</asp:ListItem>
<asp:ListItem>4</asp:ListItem> <asp:ListItem>5</asp:ListItem>
<asp:ListItem>6</asp:ListItem> <asp:ListItem>7</asp:ListItem>
<asp:ListItem>8</asp:ListItem> <asp:ListItem>9</asp:ListItem>
<asp:ListItem>10</asp:ListItem> <asp:ListItem>11</asp:ListItem>
<asp:ListItem>12</asp:ListItem> <asp:ListItem>13</asp:ListItem>
<asp:ListItem>14</asp:ListItem> <asp:ListItem>15</asp:ListItem>
<asp:ListItem>16</asp:ListItem> <asp:ListItem>17</asp:ListItem>
<asp:ListItem>18</asp:ListItem> <asp:ListItem>19</asp:ListItem>
<asp:ListItem>20</asp:ListItem> <asp:ListItem>21</asp:ListItem>
<asp:ListItem>22</asp:ListItem> <asp:ListItem>23</asp:ListItem>
<asp:ListItem>24</asp:ListItem> <asp:ListItem>25</asp:ListItem>
<asp:ListItem>26</asp:ListItem> <asp:ListItem>27</asp:ListItem>
<asp:ListItem>28</asp:ListItem> <asp:ListItem>29</asp:ListItem>
<asp:ListItem>30</asp:ListItem> <asp:ListItem>31</asp:ListItem>
</asp:DropDownList> <asp:DropDownList ID="yearlist" runat="server" Font-Names="vardana"
Font-Size="8pt" CssClass="bodytext"> <asp:ListItem>2006</asp:ListItem>
<asp:ListItem>2007</asp:ListItem> <asp:ListItem>2008</asp:ListItem>
<asp:ListItem>2009</asp:ListItem> <asp:ListItem>2010</asp:ListItem>
</asp:DropDownList><br />
Starting Time: <asp:DropDownList ID="hourlist" runat="server" Font-Names="vardana" Font-Size="8pt" CssClass="bodytext">
<asp:ListItem>1</asp:ListItem> <asp:ListItem>2</asp:ListItem>
<asp:ListItem>3</asp:ListItem> <asp:ListItem>4</asp:ListItem>
<asp:ListItem>5</asp:ListItem> <asp:ListItem>6</asp:ListItem>
<asp:ListItem>7</asp:ListItem> <asp:ListItem>8</asp:ListItem>
<asp:ListItem>9</asp:ListItem> <asp:ListItem>10</asp:ListItem>
<asp:ListItem>11</asp:ListItem> <asp:ListItem>12</asp:ListItem>
</asp:DropDownList> <asp:DropDownList ID="minutelist" runat="server" Font-Names="vardana"
Font-Size="8pt" CssClass="bodytext"> <asp:ListItem>00</asp:ListItem>
<asp:ListItem>15</asp:ListItem> <asp:ListItem>30</asp:ListItem>
<asp:ListItem>45</asp:ListItem> </asp:DropDownList> <asp:DropDownList ID="ampmlist" runat="server" Font-Names="vardana"
Font-Size="8pt" CssClass="bodytext"> <asp:ListItem>am</asp:ListItem>
<asp:ListItem>pm</asp:ListItem> </asp:DropDownList>
<br />
<br />
<hr style="height: 5px; background-color: #0099ff; width: 968px;" />
<br />
<b>What is the hyperlink for participants to join the conference?<br />
</b>Please specify the hyperlink used by participants to connect
to the conference with their web browser.<br />
<br />
http://conference.mrecord.com/?join=<asp:TextBox ID="txtid" runat="server" Font-Names="Verdana"
Font-Size="8pt" MaxLength="20" Width="144px"></asp:TextBox><br />
<br />
<hr style="height: 5px; background-color: #0099ff; width: 968px;" />
<br />
<b>Do you want to enable audio?<br />
</b>Please specify which audio features will be supported within
the conference.<br />
<br />
<asp:CheckBox ID="audiochk" runat="server" Checked="True" Font-Names="Verdana" Font-Size="8pt"
Text="Enable Audio" /><br />
Quality:
<asp:RadioButtonList ID="qualityList" runat="server" RepeatDirection="Horizontal"
RepeatLayout="Flow"> <asp:ListItem Value="0">Fair</asp:ListItem>
<asp:ListItem Selected="True" Value="1">Good</asp:ListItem> <asp:ListItem Value="3">High</asp:ListItem>
</asp:RadioButtonList><br />
<br />
<hr style="height: 5px; background-color: #0099ff; width: 968px;" />
<br />
<b>Do you want to enable video?<br />
</b>Please specify which video features will be supported within
the conference.<br />
<br />
<asp:CheckBox ID="videochk" runat="server" Checked="True" Font-Names="Verdana" Font-Size="8pt"
Text="Enable Video" /><br />
Codec:
<asp:RadioButtonList ID="codecList" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Selected="True" Value="0">H.263+</asp:ListItem>
<asp:ListItem Value="1">MPEG-4</asp:ListItem> </asp:RadioButtonList><br />
<br />
<hr style="height: 5px; background-color: #0099ff; width: 968px;" />
<br/>
<b>Do you want to enable sharing?<br />
</b>Please specify whether sharing will be enabled for the conference.<br />
<br/>
<asp:CheckBox ID="sharingchk" runat="server" Checked="True" Font-Names="Verdana"
Font-Size="8pt" Text="Enable Sharing" /><br />
<br />
<hr style="height: 5px; background-color: #0099ff; width: 968px;" />
<br />
<b>Do you want this conference to be public?<br />
</b>Please specify whether this conference will be listed on the
home page of the web conferencing server.<br />
<br />
<asp:CheckBox ID="publicchk" runat="server" Checked="True" Font-Names="Verdana" Font-Size="8pt"
Text="Enable Public" /><br />
<br />
<hr style="height: 5px; background-color: #0099ff; width: 968px;" />
<br />
<b>Do you want to show the users list?<br />
</b>Please specify whether the users list will be displayed to
participants and presenters in the conference.<br />
<br />
<asp:CheckBox ID="usrchk" runat="server" Checked="True" Font-Names="Verdana" Font-Size="8pt"
Text="Enable User List" /><br />
<br />
<br />
<asp:Button ID="Button1" runat="server" Font-Names="Verdana" Font-Size="8pt" Text="Save and Start" CssClass="bodytext" /> <asp:Button
ID="Button2" runat="server" Font-Names="Verdana" Font-Size="8pt" Text="Save Conference" CssClass="bodytext" /> <asp:Button
ID="Button3" runat="server" Font-Names="Verdana" Font-Size="8pt" Text="Cancel Conference" CssClass="bodytext" /></td>
</tr>
</table>
</td>
<td style="font-size: 8pt; font-family: Verdana; height: 50%" valign="top">
</td>
</tr>
</table>
</div>
<table width="100%">
<tr>
<td bgcolor="#d7904a" width="20%" height="20"> </td>
<td bgcolor="#0099ff" width="80%" height="20">
<asp:HyperLink ID="HyperLink1" runat="server" CssClass="bodytext" ForeColor="Black">Contact
Us</asp:HyperLink>
<asp:HyperLink ID="HyperLink2" runat="server" CssClass="bodytext" ForeColor="Black">About
Us</asp:HyperLink>
<asp:HyperLink ID="HyperLink3" runat="server" CssClass="bodytext">Support</asp:HyperLink></td>
</tr>
</table>
<br />
<table width="100%">
<tr>
<td align="right" colspan="3">
<img align="absMiddle" src="images/global_mrec_logo.gif" style="width: 88px; height: 32px" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -