📄 admin.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="admin.aspx.vb" Inherits="admin" %>
<!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 border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td colspan="2" style="height: 314px" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="height: 100%" width="100%">
<tr>
<td style="width: 200px; height: 86px" valign="top">
<asp:Image ID="Image1" runat="server" ImageUrl="http://192.168.1.149:8080/conference/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="center" style="height: 86px">
<asp:Image ID="Image2" runat="server" ImageAlign="AbsMiddle" ImageUrl="http://192.168.1.149:8080/conference/images/web_conferencing.gif" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="font-size: 8pt; width: 200px; font-family: verdana; height: 23px; background-color: darkblue">
<asp:Label ID="Label2" runat="server" BackColor="Transparent" ForeColor="DarkBlue"
Text="Beta Version "></asp:Label>
<asp:Button ID="Button3" runat="server" Font-Names="Verdana" Font-Size="8pt" Text="Manage Conference" />
<asp:Button ID="Button1" runat="server" Font-Names="Verdana" Font-Size="8pt" Text="Manage Accounts" />
<asp:Button ID="Button2" runat="server" Font-Names="Verdana" Font-Size="8pt" Text="Manage Systems" /></td>
<td style="height: 23px">
</td>
</tr>
<tr>
<td colspan="2" style="height: 200px" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td align="center" style="font-size: 8pt; width: 249px; font-family: Verdana; height: 402px"
valign="top">
<br />
<asp:Image ID="Image3" runat="server" ImageUrl="images/w_create_conference.gif" />
<br />
<br />
<br />
<br />
<asp:Button ID="Button4" runat="server" Text="Create Conference" />
<br />
<br />
<br />
<br />
<asp:Image ID="Image4" runat="server" ImageUrl="http://192.168.1.149:8080/conference/images/w_quick_conference.gif" /><br />
<br />
<br />
Topic:<br />
<asp:TextBox ID="txttopic" runat="server" Font-Names="Verdana" Font-Size="8pt" Width="152px"></asp:TextBox><br />
<br />
Password:<br />
<asp:TextBox ID="txtpassword" runat="server" Font-Names="Verdana" Font-Size="8pt"
TextMode="Password" Width="152px"></asp:TextBox><br />
<br />
<asp:Button ID="Button5" runat="server" Text="Start Conference" /></td>
<td align="left" style="font-size: 8pt; width: 660px; font-family: verdana; height: 402px"
valign="top">
<br />
<asp:Image ID="Image5" runat="server" ImageUrl="images/w_conference.gif" /> <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><br />
<br />
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4"
Font-Names="Verdana" Font-Size="X-Small" ForeColor="#333333" GridLines="None"
Width="98%">
<FooterStyle BackColor="#1C5E55" 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="#E3EAEB" />
<EditRowStyle BackColor="#7C6F57" />
<SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
<tr>
<td align="center" style="width: 200px">
<br />
</td>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -