温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Asp.net简单会议事务系统
当前文件:
SimpleMeeting/Default.aspx[5K,2009-6-12 11:54:08],打开代码结构图
SimpleMeeting/Default.aspx[5K,2009-6-12 11:54:08],打开代码结构图1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="系统首页-会议事务系统" %> 2
3
<%@ Register Assembly="EeekSoft.Web.PopupWin" Namespace="EeekSoft.Web" TagPrefix="cc1" %> 4
<%-- 在此处添加内容控件 --%> 5
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder1"> 6
<table border="1" bordercolor="#000000" style="width: 633px"> 7
<tr> 8
<td colspan="2" style="height: 22px"> 9
<div align="center"> 10
</div> 11
<div align="center" style="font-weight: bold; font-size: 14px; color: black"> 12
<asp:Image ID="Image2" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/set.gif" /> 13
管理统计</div> 14
</td> 15
</tr> 16
<tr> 17
<td style="width: 173px; height: 20px;"> 18
<div align="right" style="font-weight: bold"> 19
会员总数:</div> 20
</td> 21
<td style="width: 296px; height: 20px"> 22
<div align="left"> 23
<asp:Label ID="Labcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 24
(人) [普通用户 25
<asp:Label ID="Labusercount" runat="server" style="font-weight: bold; color: #993300"></asp:Label> 26
(人),管理员 27
<asp:Label ID="Labadmincount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 28
(人)]</div> 29
</td> 30
</tr> 31
<tr> 32
<td align="right" style="font-weight: bold; width: 173px; height: 20px;"> 33
会议室总数:</td> 34
<td align="left" style="width: 296px; height: 20px"> 35
<asp:Label ID="Labroomcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 36
(个)</td> 37
</tr> 38
<tr> 39
<td align="right" style="font-weight: bold; width: 173px; height: 20px;"> 40
会议总数:</td> 41
<td align="left" style="width: 296px; height: 20px"> 42
<asp:Label ID="Labmeetingcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 43
(个) 44
[待审批 45
<asp:Label ID="Label1" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 46
(个), 已审批 47
<asp:Label ID="Label2" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 48
(个), 已完成 49
<asp:Label ID="Label3" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 50
(个)]</td> 51
</tr> 52
<tr> 53
<td align="right" style="font-weight: bold; width: 173px; height: 20px"> 54
在线人数: 55
</td> 56
<td align="left" style="width: 296px; height: 20px"> 57
<asp:Label ID="Labonlinecount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 58
(人)</td> 59
</tr> 60
<tr> 61
<td align="center" colspan="2" style="font-weight: bold"> 62
<hr style="color: #996633" /> 63
</td> 64
</tr> 65
<tr> 66
<td align="center" colspan="2" height="15" style="font-weight: bold" valign="middle"> 67
<asp:Image ID="Image1" runat="server" ImageAlign="AbsMiddle" ImageUrl="~/images/b066.gif" />我的会议信息</td> 68
</tr> 69
<tr> 70
<td align="right" height="15" style="font-weight: bold; width: 173px"> 71
我创建的会议总数:</td> 72
<td align="left" style="width: 296px"> 73
<asp:Label ID="Labmymeetingcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 74
(个)</td> 75
</tr> 76
<tr> 77
<td align="right" height="15" style="font-weight: bold; width: 173px"> 78
我要参加的会议总数:</td> 79
<td align="left" style="width: 296px"> 80
<asp:Label ID="Labmyjionmeetingcount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 81
(个)</td> 82
</tr> 83
<tr> 84
<td align="right" height="15" style="font-weight: bold; width: 173px"> 85
我的会议留言:</td> 86
<td align="left" style="width: 296px"> 87
<asp:Label ID="Labmessagecount" runat="server" Style="font-weight: bold; color: #990000"></asp:Label> 88
(个)</td> 89
</tr> 90
</table> 91
</asp:Content> 92
<asp:Content ID="Content2" runat="server" ContentPlaceHolderID="ContentPlaceHolder2"> 93
<cc1:popupwin id="PopupWin1" runat="server" darkshadow="192, 0, 0" gradientdark="255, 192, 255" 94
gradientlight="164, 55, 55" lightshadow="255, 128, 128" message="" offsetx="5" 95
offsety="5" popupspeed="80" shadow="128, 0, 0" textcolor="64, 0, 0" title="欢迎光临" Height="104px" ShowLink="False" Width="202px"></cc1:popupwin> 96
</asp:Content> 97




