You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
946 B

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="count.ascx.cs" Inherits="count" %>
<%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>
<%@ Register Assembly="Meta.Web" Namespace="Meta.Web.Controls" TagPrefix="mc" %>
<table border="0" style="width: 239px; height: 18px">
<tr>
<td nowrap="nowrap" style="width: 205px; height: 37px;"><div align="center" style="font-weight: bold; font-size: 15px; color: white">
许愿板访问的人数为:<asp:Label ID="Label1" runat="server" Style="font-weight: bold; font-size: 15px;
color: red"></asp:Label></div></td>
<td width="180" nowrap="nowrap" style="height: 37px"><div align="center" style="font-weight: bold; font-size: 15px; color: white">
前在线的人数为:<asp:Label ID="Label2" runat="server" Style="font-weight: bold; font-size: 15px;
color: red"></asp:Label></div></td>
</tr>
</table>