📄 default.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="系统首页-会议室预定系统" %>
<%@ Register Assembly="EeekSoft.Web.PopupWin" Namespace="EeekSoft.Web" TagPrefix="cc1" %>
<%-- 在此处添加内容控件 --%>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<table border="1" bordercolor="#000000" style="width: 633px">
<tr>
<td colspan="2" style="height: 22px">
<div align="center">
</div>
<div align="center" style="font-weight: bold; font-size: 14px; color: black">
<asp:Image ID="Image2" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/set.gif" />
管理统计</div>
</td>
</tr>
<tr>
<td style="width: 173px; height: 20px;">
<div align="right" style="font-weight: bold">
会员总数:</div>
</td>
<td style="width: 296px; height: 20px">
<div align="left">
<asp:Label ID="Labcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(人) [普通用户
<asp:Label ID="Labusercount" runat="server" style="font-weight: bold; color: #993300"></asp:Label>
(人),管理员
<asp:Label ID="Labadmincount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(人)]</div>
</td>
</tr>
<tr>
<td align="right" style="font-weight: bold; width: 173px; height: 20px;">
会议室总数:</td>
<td align="left" style="width: 296px; height: 20px">
<asp:Label ID="Labroomcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个)</td>
</tr>
<tr>
<td align="right" style="font-weight: bold; width: 173px; height: 20px;">
会议总数:</td>
<td align="left" style="width: 296px; height: 20px">
<asp:Label ID="Labmeetingcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个)
[待审批
<asp:Label ID="Label1" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个), 已审批
<asp:Label ID="Label2" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个), 已完成
<asp:Label ID="Label3" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个)]</td>
</tr>
<tr>
<td align="right" style="font-weight: bold; width: 173px; height: 20px">
在线人数:
</td>
<td align="left" style="width: 296px; height: 20px">
<asp:Label ID="Labonlinecount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(人)</td>
</tr>
<tr>
<td align="center" colspan="2" style="font-weight: bold">
<hr style="color: #996633" />
</td>
</tr>
<tr>
<td align="center" colspan="2" height="15" style="font-weight: bold" valign="middle">
<asp:Image ID="Image1" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/b066.gif" />我的会议信息</td>
</tr>
<tr>
<td align="right" height="15" style="font-weight: bold; width: 173px">
我创建的会议总数:</td>
<td align="left" style="width: 296px">
<asp:Label ID="Labmymeetingcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个)</td>
</tr>
<tr>
<td align="right" height="15" style="font-weight: bold; width: 173px">
我要参加的会议总数:</td>
<td align="left" style="width: 296px">
<asp:Label ID="Labmyjionmeetingcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个)</td>
</tr>
<tr>
<td align="right" height="15" style="font-weight: bold; width: 173px">
我的会议留言:</td>
<td align="left" style="width: 296px">
<asp:Label ID="Labmessagecount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label>
(个)</td>
</tr>
</table>
</asp:Content>
<asp:Content ID="Content2" runat="server" ContentPlaceHolderID="ContentPlaceHolder2">
<cc1:popupwin id="PopupWin1" runat="server" darkshadow="192, 0, 0" gradientdark="255, 192, 255"
gradientlight="164, 55, 55" lightshadow="255, 128, 128" message="" offsetx="5"
offsety="5" popupspeed="80" shadow="128, 0, 0" textcolor="64, 0, 0" title="欢迎光临" Height="104px" ShowLink="False" Width="202px"></cc1:popupwin>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -