Files
g.hnyhua.cn/Mtxfw.shop/Telesa1.Master
2026-02-07 15:48:27 +08:00

181 lines
7.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Telesa1.Master.cs" Inherits="Mtxfw.shop.Telesa1" %>
<!DOCTYPE html>
<html>
<head id="Head1" runat="server">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="http://shop.q-b.cc/favicon.ico" type="image/x-icon" />
<link rel="icon" href="http://shop.q-b.cc/favicon.ico" type="image/x-icon" />
<!--[if lt IE 7]>
<script src="/Scripts/DD_belatedPNG_0.0.8a.js"></script>
<script>
DD_belatedPNG.fix('*');
</script>
<![endif]-->
<!--[if lte IE 8]>
<script src="/Scripts/html5.js"></script>
<![endif]-->
<!--[if lt IE 9]>
    <script src="/Scripts/css3-mediaqueries.js"></script>
  <![endif]-->
<link href="/css/style.css" rel="stylesheet" type="text/css" />
<script src="/scripts/jquery-1.7.2.js" type="text/javascript"></script>
<script src="/Scripts/common.js" type="text/javascript"></script>
<asp:ContentPlaceHolder ID="MyHead" runat="server"></asp:ContentPlaceHolder>
<!--[if lt IE 7]>
<link href="/css/iestyle.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body><header>
<div class="englistmenu">
<div class="contentWrapper">
<h1><a href="/" class="logo">logo</a></h1>
<div class="englistsearch"><form action="/e/search.html" method="get" onsubmit='if($("#keywords").val()==""){ $("#keywords").focus();return false;}'><input type="submit" id="englistsearchbtn" name="englistsearchbtn" value="SEARCH" /><input type="text" id="keywords" name="keywords" /></form></div>
<ul><li id="menu0" class="active"><a href="/e/">Home</a><span>|</span></li>
<% System.Data.DataSet Ds_Gong = daoArt.GetCacheList("top 8", "ParentID=12 and categoryid=0 Order by LinkID desc", "D_eGong");
foreach (System.Data.DataRow Dr in Ds_Gong.Tables[0].Rows)
{
if (Dr["id"].ToString() != "173")
{
%>
<% System.Data.DataSet Ds_Gong2 = daoArt.GetCacheList("top 8", "ParentID=12 and categoryid='" + Dr["id"].ToString() + "' Order by LinkID desc", "D_eGong" + Dr["id"].ToString());
if (Ds_Gong2.Tables[0].Rows.Count > 0)
{
%>
<li id="menu<%=Dr["id"]%>" onmouseout="hideemenus(<%=Dr["id"]%>,event,this)"><a href="<%=Dr["Paths"]%>" onmouseover="showemenus(<%=Dr["id"]%>)" onclick="showemenus(<%=Dr["id"]%>)"><%=Dr["Title"]%></a><span>|</span>
<div class="emenusbox" id="souemenus<%=Dr["id"]%>"><div class="souemenus"><ul>
<%
foreach (System.Data.DataRow Dr2 in Ds_Gong2.Tables[0].Rows)
{
%>
<li id="menu<%=Dr2["id"]%>"><a href="<%=Dr2["Paths"]%>"><%=Dr2["Title"]%></a></li>
<% } %>
</ul></div></div>
<% }
else
{ %>
<li id="menu<%=Dr["id"]%>"><a href="<%=Dr["Paths"]%>"><%=Dr["Title"]%></a><span>|</span>
<%} %>
</li>
<%}
else
{
System.Data.DataSet Ds_Category = daoCategory.GetCacheList("top 8", "ttype=1 and C_PARENTID=0 Order By C_Layer asc,C_LinkID asc", "D_eCategory" + Dr["id"].ToString());
if (Ds_Category.Tables[0].Rows.Count > 0)
{
%>
<li id="menu<%=Dr["id"]%>" onmouseout="hideemenus(<%=Dr["id"]%>,event,this)"><a href="<%=Dr["Paths"]%>" onmouseover="showemenus(<%=Dr["id"]%>)" onclick="showemenus(<%=Dr["id"]%>)"><%=Dr["Title"]%></a><span>|</span>
<div class="emenusbox" id="souemenus<%=Dr["id"]%>"><div class="souemenus"><ul>
<%
foreach (System.Data.DataRow Dr2 in Ds_Category.Tables[0].Rows)
{
%>
<li id="menu<%=Dr2["C_id"]%>"><a href="/e/cplist-<%=Dr2["C_id"]%>.html"><%=Dr2["C_NAME"]%></a></li>
<%}%>
</ul></div></div>
<%
}
}
} %>
<li id="menu1"><a href="/">中文版</a><span></span></li>
</ul>
</div>
</div>
</header><!-- /header -->
<div class="clearfix"></div>
<asp:ContentPlaceHolder ID="MyContent" runat="server"></asp:ContentPlaceHolder>
<div class="clearfix"></div>
<div class="englisfooterLink">
<div class="footer-navigation-links">
<ul>
<% Ds_Gong = daoArt.GetCacheList("top 8", "ParentID=15 and categoryid=0 Order by LinkID desc", "footerlinks");
foreach (System.Data.DataRow Dr in Ds_Gong.Tables[0].Rows)
{
%>
<li class="footer-navigation-links-list">
<h3 class="footer-navigation-links-title"><%=Dr["Paths"].ToString() == "" ? Dr["Title"] : ("<a href=\"" + Dr["Paths"].ToString() + "\">" + Dr["Title"] + "</a>")%></h3>
<ul>
<% System.Data.DataSet Ds_Gong3 = daoArt.GetCacheList("top 8", "ParentID=15 and categoryid='" + Dr["id"].ToString() + "' Order by LinkID desc", "footerlinks_" + Dr["id"].ToString());
if (Ds_Gong3.Tables[0].Rows.Count > 0)
{
foreach (System.Data.DataRow Dr3 in Ds_Gong3.Tables[0].Rows)
{
%>
<li>
<%=Dr3["Paths"].ToString().IndexOf("http://") != -1 ? ("<a href=\"" + Dr3["Paths"].ToString() + "\" target=\"_blank\">" + Dr3["Title"] + "</a>") : ("<a href=\"" + Dr3["Paths"].ToString() + "\">" + Dr3["Title"] + "</a>")%>
</li>
<%}
}%>
</ul>
</li>
<%}
%>
</ul>
</div><div class="footer-navigation-social">
<div class="social">
<h2 class="social-title">Follow Us</h2>
<ul>
<li>
<a href="//www.facebook.com/LenovoUKandIreland" title="Facebook" class="social-link icons-facebook">Facebook</a>
</li>
<li>
<a href="http://www.flickr.com/photos/lenovophotolibrary" title="Flickr" class="social-link icons-flickr">Flickr</a>
</li>
<li>
<a href="//plus.google.com/107307393263977088342/about" title="Google+" class="social-link icons-googlePlus">Google+</a>
</li>
<li>
<a href="http://forums.lenovo.com/" title="Lenovo Forums" class="social-link icons-lenovoForums">Lenovo Forums</a>
</li>
<li>
<a href="https://twitter.com/lenovo_uki" title="Twitter" class="social-link icons-twitter">Twitter</a>
</li>
<li>
<a href="http://www.youtube.com/lenovovision/" title="YouTube" class="social-link icons-youtube">YouTube</a>
</li>
</ul>
</div>
</div>
</div>
<div class="clear"></div>
<footer class="mt10">
<div class="contentWrapper">
<div class="clearfix"></div>
<div class="sitemap2">
TEL:<%=config.webPhone%>
<br/>CopyRight &copy; 2014-2024 cayllee.com All Rights Reserved
</div>
</div>
</footer>
<!--footer END-->
</body>
</html>