⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 home.aspx

📁 Web Conferencing system allow you to conduct the web conference around the globe. The system allow t
💻 ASPX
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="home.aspx.vb" Inherits="home" %>

<!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>
<link rel="stylesheet" href="Styles%5B1%5D.css" type="text/css">
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table align="center" width="100%" style="height: 72px" border="1">
            <tr>
                
        <td bgcolor="#3399cc" valign="top" align="left" width: 100px; width="246"">&nbsp; </td>
                
        <td valign="top" align="left" colspan="2"> <asp:Image ID="Image5" runat="server" ImageAlign="Middle" ImageUrl="images/web_conferencing.gif" /></td>
            </tr>
            <tr>
                
        <td colspan="3"> </td>
            </tr>
         <tr>
         <td colspan="3"> 
         <hr style="height: 16px; background-color: #0099ff" />
         </td>
         </tr>
            <tr>
                
        <td align="center" rowspan="2" width="246"> <asp:Image ID="Image1" runat="server" Height="32px" ImageUrl="images/createwconference1.jpg"
                        Width="100px" /><br />
                    <br />
                    <asp:Button ID="cmdCreateConference" runat="server" Text="Create Conference" Width="128px" CssClass="bodytext" /><br />
                    <br />
                    <br />
                </td>
                
        <td align="left" colspan="2" rowspan="2" valign="top"> 
            <asp:Image ID="Image3" runat="server" ImageUrl="images/conferencebig11.jpg" /><br />
            <br />
            <br />
            <asp:Label ID="Label3" runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="Small"
                ForeColor="DimGray" Text="Welcome " Width="536px"></asp:Label></td>
            </tr>
            <tr>
            </tr>
            <tr>
                
        <td align="center" rowspan="2" width="246" style="height: 193px" class="bodytext"> <asp:Image ID="Image2" runat="server" Height="32px" ImageUrl="images/quickconference1.jpg"
                        Width="100px" /><br />
                    <br />
                    Topic:<br />
                    <asp:TextBox ID="txttopic" runat="server" Font-Names="Verdana" Font-Size="8pt" Width="112px"></asp:TextBox><br />
                    Password:<br />
                    <asp:TextBox ID="txtpassword" runat="server" Font-Names="Verdana" Font-Size="8pt"
                        TextMode="Password" Width="112px"></asp:TextBox><br />
                    <br />
                    <asp:Button ID="cmdQuickConference" runat="server" Text="Quick Conference" CssClass="bodytext" /></td>
                <td colspan="2" rowspan="2" style="height: 193px">
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"
                        Font-Names="Verdana" Font-Size="X-Small" ForeColor="#333333" GridLines="None"
                        Width="30%" CssClass="bodytext">
                        <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <Columns>
                            <asp:BoundField DataField="topic" HeaderText="Topic" ReadOnly="True">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:BoundField>
                            <asp:HyperLinkField DataNavigateUrlFields="curl" DataTextField="url" HeaderText="Conference URL">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" Width="100px" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" Width="100px" />
                            </asp:HyperLinkField>
                            <asp:ImageField DataImageUrlField="password" HeaderText="Password">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:ImageField>
                            <asp:ImageField DataImageUrlField="audio" HeaderText="Audio">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:ImageField>
                            <asp:ImageField DataImageUrlField="video" HeaderText="Video">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:ImageField>
                            <asp:ImageField DataImageUrlField="sharing" HeaderText="Sharing">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:ImageField>
                            <asp:ImageField DataImageUrlField="scheduled" HeaderText="Scheduled">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:ImageField>
                            <asp:ImageField DataImageUrlField="public" HeaderText="Public">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:ImageField>
                            <asp:CheckBoxField DataField="allusers" HeaderText="Allow All" ReadOnly="True">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:CheckBoxField>
                            <asp:BoundField DataField="users" HeaderText="User Count">
                                <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                                <HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
                            </asp:BoundField>
                            <asp:ButtonField ButtonType="Button" CommandName="delconf" Text="End Conference">
                                <ControlStyle Font-Names="Verdana" Font-Size="8pt" />
                                <ItemStyle Font-Names="Verdana" Font-Size="8pt" />
                            </asp:ButtonField>
                        </Columns>
                        <RowStyle BackColor="#EFF3FB" />
                        <EditRowStyle BackColor="#2461BF" />
                        <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
                        <AlternatingRowStyle BackColor="White" />
                    </asp:GridView>
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
                <td align="center" bgcolor="#d7904a" rowspan="1" width="246" style="height: 21px">
                </td>
                <td bgcolor="#0099ff" colspan="2" rowspan="1" style="height: 21px">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    <asp:HyperLink ID="HyperLink1" runat="server" ForeColor="Black" CssClass="bodytext">Contact Us</asp:HyperLink>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    <asp:HyperLink ID="HyperLink2" runat="server" ForeColor="Black" CssClass="bodytext">About Us</asp:HyperLink>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp;
                    <asp:HyperLink ID="HyperLink3" runat="server" CssClass="bodytext">Support</asp:HyperLink></td>
            </tr>
        </table>
    
    </div>
        <br />
        
	
  <table align="center" width="100%">
    <tr>
             
      <td colspan="3" align="right" style="width: 988px; height: 34px" width="1053"> 
        <img align="absMiddle" src="images/global_mrec_logo.gif" style="width: 88px; height: 32px" /></td>
            </tr>
        </table>
        <br />
        <br />
    </form>
</body>
</html>

⌨️ 快捷键说明

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