温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:留缘木头Asp.net多用户留言板2.0
当前文件:
MultiuserGuestBook/controlpart/footer.ascx[1K,2009-6-12 11:47:56],打开代码结构图
MultiuserGuestBook/controlpart/footer.ascx[1K,2009-6-12 11:47:56],打开代码结构图1<%@ Control Language="C#" AutoEventWireup="true" CodeFile="footer.ascx.cs" Inherits="controlpart_footer" %> 2
<table bgcolor="#f7f3ec" border="0" bordercolor="#111111" cellpadding="0" cellspacing="0" 3
style="border-right: #808000 1px dotted; border-top: #808000 1px dotted; border-left: #808000 1px dotted; 4
border-bottom: #808000 1px dotted; position: static; border-collapse: collapse; 5
background-color: #f7f3ec;display:none;" width="700"> 6
<tr> 7
<td bgcolor="#ebebeb" height="2" width="100%"> 8
</td> 9
</tr> 10
<tr> 11
<td style="height: 16px" width="100%"> 12
13
</td> 14
</tr> 15
<tr> 16
<td width="100%" style="height: 19px"> 17
<p align="center"> 18
<font color="#0066ff" style="color: #0066ff"> 19
<asp:Label ID="lblright" runat="server" Style="position: static" Text="Label"></asp:Label></font> <a href="http://www.51aspx.com">DownLoad From 51aspx.com</a></p> 20
</td> 21
</tr> 22
</table> 23





