温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:淘淘网电子商务网站源码(毕业设计)
当前文件:
TaoTaoBiz/Controls/bottom.ascx,打开代码结构图
TaoTaoBiz/Controls/bottom.ascx,打开代码结构图1<%@ Control Language="c#" AutoEventWireup="True" Codebehind="bottom.ascx.cs" Inherits="web.Controls.bottom1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> 2
<style type="text/css"> .End { FONT-SIZE:14px; } 3
.End A { TEXT-DECORATION: none } 4
.End A:visited { color:blue; TEXT-DECORATION: none } 5
</style> 6
<div id="End" align="center" style="PADDING-BOTTOM: 10px; PADDING-TOP: 30px"> 7
<table width="760" class="End"> 8
<tr> 9
<td align="center">CopyRight(C)王景刘 中国矿业大学计算机学院03-3班 2007.5<br> 10
<a href="mailto:wjlhn@163.com">Email:wjlhn@163.com</a> QQ:76078162,<a href="http://www.51aspx.com/CV/TaoTaoBiz" target="_blank">download from 51aspx.com</a></td> 11
</tr> 12
</table> 13
</div> 14




.End A 
