<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CompanyHead.ascx.cs" Inherits="CY.WebForm.Pages.Templet.Default.Shared.CompanyHead" %>
|
<div class="Templatehead">
|
<div id="divcompanyName" runat="server" class="LogoTitle fl">
|
<%--background-image: url('/Pages/Templet/Default/Shared/logo.jpg');--%>
|
</div>
|
<div class="fr" style="text-align: right;">
|
<div class="fr" style="text-align: right; width: 100%; padding-top: 0px;">
|
<a href="/" target="_blank">四川印刷网</a> | <a style="cursor: pointer;" onclick="SetHome(this,window.location)">设为首页</a> | <a style="cursor: pointer;" onclick="AddFavorite(window.location,document.title)">加入收藏</a>
|
</div>
|
<div class=" loginbox fl" id="divInfo" runat="server" style="width: 100%; padding-top: 15px;">
|
<%--<div style="padding-left: 5px; float: right;">
|
<asp:Button runat="server" class="btn2 CP" ID="btn_login" Text="登录" OnClick="btn_login_Click" /></div>
|
<div id="divPwd" runat="server" style="float: right; padding-left: 5px;">
|
密码:<input type="password" id="PwdNum" runat="server" class="input1" name="CustomerPassword" /></div>
|
<div id="divInfo" runat="server" style="float: right;">
|
账号:<input type="text" runat="server" id="countNum" class="input1" name="CustomerPhone" maxlength="11" /></div>--%>
|
</div>
|
<div style="clear: both;">
|
</div>
|
</div>
|
<div class="TemplateNav">
|
<ul>
|
<li><a href="/Pages/Templet/Default/CompanyIndex.aspx?i=<%=Request["i"]%>">首 页</a></li>
|
<li><a href="/Pages/Templet/Default/CompanyDescripe.aspx?i=<%=Request["i"]%>">公司简介</a></li>
|
<li><a href="/Pages/Templet/Default/CompanyEquipment.aspx?i=<%=Request["i"]%>">设备展示</a></li>
|
<li><a href="/Pages/Templet/Default/CompanyNewsList.aspx?i=<%=Request["i"]%>">新闻公告</a></li>
|
<li><a href="/Pages/Templet/Default/BusinessScope.aspx?i=<%=Request["i"]%>">业务范围</a></li>
|
<li><a href="/Pages/Templet/Default/CompanySuccessEX.aspx?i=<%=Request["i"]%>">业绩案例</a></li>
|
<li><a href="/Pages/Templet/Default/CompanyInquiry.aspx?i=<%=Request["i"]%>">自助询价</a></li>
|
<li style=" padding:0px;"><a href="/Pages/Templet/Default/CompanyContactUs.aspx?i=<%=Request["i"]%>">联系我们</a></li>
|
</ul>
|
</div>
|
</div>
|
<script language="javascript" type="text/javascript"> function alertMsg(msg) { $("body").showMessage(msg); } function AddFavorite(sURL, sTitle) { try { window.external.addFavorite(sURL, sTitle); } catch (e) { try { window.sidebar.addPanel(sTitle, sURL, ""); } catch (e) { alert("加入收藏失败,请使用Ctrl+D进行添加"); } } } function SetHome(obj, vrl) { try { obj.style.behavior = 'url(#default#homepage)'; obj.setHomePage(vrl); } catch (e) { if (window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch (e) { alert("此操作被浏览器拒绝!\n请在浏览器地址栏输入“about:config”并回车\n然后将 [signed.applets.codebase_principal_support]的值设置为'true',双击即可。"); } var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage', vrl); } } } </script>
|