温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:三层新闻发布管理系统源码
当前文件:
TreeLayerNews/news2005/ascx/top.ascx,打开代码结构图
TreeLayerNews/news2005/ascx/top.ascx,打开代码结构图1<style type="text/css"> 2
<!-- 3
body,td,th { 4
font-family: 宋体; 5
font-size: 12px; 6
color: #000000; 7
} 8
body { 9
margin-left: 0px; 10
margin-top: 0px; 11
margin-right: 0px; 12
margin-bottom: 0px; 13
} 14
a:link { 15
text-decoration: none; 16
color: #000000; 17
} 18
a:visited { 19
text-decoration: none; 20
color: #000000; 21
} 22
a:hover { 23
text-decoration: none; 24
color: #000000; 25
} 26
a:active { 27
text-decoration: none; 28
color: #000000; 29
} 30
--> 31
</style> 32
<script language="JavaScript" type="text/JavaScript"> 33
<!-- 34
function MM_reloadPage(init) { //reloads the window if Nav4 resized 35
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { 36
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} 37
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); 38
} 39
MM_reloadPage(true); 40
//--> 41
</script> 42
<div id="Layer1" style="position:absolute; left:137px; top:37px; width:353px; height:114px; z-index:1"> 43
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="753" height="105"> 44
<param name="movie" value="../Web/images/top.swf"> 45
<param name=quality value=high> 46
<param name="wmode" value="transparent"> 47
<embed src="../Web/images/top.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="753" height="105"></embed> 48
</object> 49
</div> 50
<table align="center" border="0" cellpadding="0" cellspacing="0" width="770"> 51
<tr> 52
<td background="../Web/images/top-1.jpg" height="145" width="320"> 53
54
</td> 55
<td background="../Web/images/top-2.jpg" style="width: 450px"> 56
</td> 57
</tr> 58
<tr> 59
<td colspan="2" height="30"> 60
<table border="0" cellpadding="0" cellspacing="0" height="29" width="100%"> 61
<tr> 62
<td align="center" bgcolor="#cccccc" onmouseout="this.bgColor='#CCCCCC';" onmouseover="this.bgColor='#FFFFFF';" 63
style="width: 107px; height: 29px"> 64
<a href="../Web/Default.aspx"><span style="color: #000000">新闻首页</span></a></td> 65
<asp:Label ID="sort" runat="server"></asp:Label><td align="center" bgcolor="#cccccc" 66
onmouseout="this.bgColor='#CCCCCC';" onmouseover="this.bgColor='#FFFFFF';" style="height: 29px"> 67
<a href="../Web/admin/Admin_Login.aspx">进入管理</a></td> 68
</tr> 69
</table> 70
</td> 71
</tr> 72
</table> 73
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="top.ascx.cs" Inherits="ascx_top" %> 74
75
76



<!--

body,td,th 
-->

