www.gusucode.com > 中网景企业网站源码时尚版 2009.73码程序 > english/head.asp

    <table width="1000" height="90" border="0" cellpadding="0" cellspacing="0" background="../skin/cnk073/topbg.gif">
  <tr>
    <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="499" align="right">&nbsp;</td>
        <td width="22" align="right"><img src="../skin/cnk073/top1.gif" width="22" height="26" /></td>
        <td width="429" align="center" background="../skin/cnk073/top2.gif" class="leftbox2"><%
If GetChannelContent(7,"isStop")=0 Then
	If username="" Then 
		Response.Write("<a href=""users.asp"">Sign in</a>") 
		If isNewUser=1 Then Response.Write("| <a href=""users.asp?action=register"">Register</a>")
	Else 
		Response.Write("Welcome back,"&username&" ! <a href=""users.asp"">User Center</a> | <a href="""&UpDir&"logout.asp"">[Logout]</a>")
	End If 
	If isShop>0 and GetChannelContent(3,"isStop")=0 Then Response.Write(" | <a href=""cart.asp"" class=""red"" target=""_blank"">My Cart</a>")
End If
Response.Write(" | <a href=""javascript:window.external.addfavorite('http://"&SiteURL&"','"&SiteName_en&"')"">Add Favorite</a> | <a href=""javascript:void(0);"" onclick=""this.style.behavior='url(#default#homepage)';this.setHomePage('http://"&SiteURL&"');return(false);"" style=""BEHAVIOR: url(#default#homepage)"">As Homepage</a>")

If Lang=1 or Lang=2 Then Response.Write(" | <a href="""&UpDir&"/chinese"" target=""_blank"">中文版</a> ")
%></td>
        <td width="50" align="left"><img src="../skin/cnk073/top3.gif" width="20" height="26" /></td>
      </tr>
    </table>
        <table width="100%" height="58" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="50">&nbsp;</td>
            <td width="200"><div class="logo"><img src="<%= UpDir&"images/"&SiteLogo %>" /></div></td>
            <td><div class="nav">
              <link href="<%=UpDir%>skin/menu01/menu.css" rel="stylesheet" type="text/css" />
              <script type="text/javascript" src="<%=UpDir%>skin/menu01/menu.js"></script>
              <div id="qm0" class="qmmc"> <a href="index.asp">Home</a>
                  <% = GetMenu(0,1)%>
              </div>
              <span class="qmclear">&nbsp;</span>
              <script type="text/javascript">qm_create(0,false,0,500,false)</script>
            </div></td>
          </tr>
      </table></td>
  </tr>
</table>
<table width="1000" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="left" valign="bottom"><table width="100%" border="0" cellspacing="0">
      <tr>
        <td height="177"><div class="headbanner" style="background-image: url(<%=UpDir&"images/"&GetBanner(ChannelID,1) %>);">
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1000" height="177">
            <param name="movie" value="<%= UpDir&"images/"&GetBannerFlash(ChannelID,1) %>" />
            <param name="quality" value="high" />
            <param name="wmode" value="transparent" />
            <embed src="<%= UpDir&"images/"&GetBannerFlash(ChannelID,1) %>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="177" wmode="transparent"></embed>
          </object>
        </div></td>
      </tr>
    </table></td>
  </tr>
</table>