温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Asp.net简单会议事务系统
当前文件:
SimpleMeeting/Control/foot.ascx[1K,2009-6-12 11:54:08],打开代码结构图
SimpleMeeting/Control/foot.ascx[1K,2009-6-12 11:54:08],打开代码结构图1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="foot.ascx.cs" Inherits="webcontrol_foot" %> 2
<table border="0" style="width: 638px"> 3
<tr> 4
<td colspan="6" style="height: 20px; font-weight: normal;" align="center"> 5
用户来访信息:<asp:HyperLink ID="HyperLink1" runat="server" ImageUrl="~/images/b13.gif">您的IP地址</asp:HyperLink>:<asp:Label 6
ID="Labip" runat="server"></asp:Label>,操作系统:<asp:Label ID="Labczxt" runat="server"></asp:Label>,浏览器:<asp:Label 7
ID="Labllq" runat="server"></asp:Label></td> 8
</tr> 9
<tr> 10
<td style="width: 157px; height: 20px;" align="right"> 11
版权所有: 12
</td> 13
<td style="width: 70px; height: 20px;"> 14
一半情弧 15
</td> 16
<td colspan="3" style="height: 20px; width: 442px;" align="left"> 17
QQ:562873726 18
E-mail:<span style="color: #0000ff; text-decoration: underline">zhangping860411@163.com</span> <a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a> 19
20
</td> 21
</tr> 22
</table> 23





