<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OnlineAdviser.aspx.cs" Inherits="CY.WebForm.Pages.front.OnlineAdviser" %>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head id="Head1" runat="server">
|
<title>印刷顾问</title>
|
<uc:FrontQuote ID="FrontQuote1" runat="server" />
|
<script type="text/javascript">
|
$(function () {
|
$(".RunQQ").click(function () {
|
var QQLink = "tencent://message/?uin=" + $(this).attr("value_qq");
|
$.ajax({
|
url: "/Pages/common/CommonAjax.aspx",
|
type: "POST",
|
dataType: "html",
|
data: { dateType: "onlineadviserclick", id: $(this).attr("value_id") },
|
global: false,
|
cache: false,
|
async: false,
|
success: function (data) {
|
window.location = QQLink;
|
}
|
});
|
});
|
});
|
</script>
|
<style type="text/css">
|
.InquiryChild{ display:inline-block;}
|
</style>
|
</head>
|
<body>
|
<uc:FrontHead ID="FrontHead1" runat="server" />
|
<form id="form1" runat="server" class="form2">
|
<div class="w1000 mainbox">
|
<div class="mt10 DivAd" value_forumname="印刷顾问" value_locationname="印刷顾问顶部横幅广告">
|
</div>
|
<div class="path">
|
<strong>当前位置:</strong><a href="/">网站首页</a> > 印刷顾问</div>
|
<div class="nypartL fl mt10">
|
<div class="leftMemubox">
|
<h2 class="mtitle">
|
印刷顾问</h2>
|
<div class="leftMemu">
|
<div class="lNav InquiryMoney" id="InquiryMoney">
|
<h2 style="background: none;">
|
<a class="cheched" href="/adviser/list.html" style="color:#0a74be;">印刷顾问</a></h2>
|
<h2>
|
帮助留言</h2>
|
<div class="list InquiryChild" style="display: inline-table;">
|
<ul style="padding: 5px 0px 5px 15px; line-height: 20px;">
|
<li><a href="/adviser/consultancy.html">印刷顾问</a></li>
|
<li><a href="/adviser/costControl.html">成本控制</a></li>
|
<li><a href="/adviser/loaning.html">印刷垫资</a></li>
|
</ul>
|
</div>
|
</div>
|
</div>
|
</div>
|
<div class="mt10 DivAd" value_forumname="印刷顾问" value_locationname="印刷顾问(左)">
|
</div>
|
</div>
|
<!--nypartL over-->
|
<div class="nypartR fr mt10">
|
<div class="nypartR_t">
|
<b>印刷顾问</b>
|
</div>
|
<div class="nyrC">
|
<ul class="sjzsList">
|
<asp:Repeater ID="RepClientList" runat="server">
|
<ItemTemplate>
|
<li style="background: none repeat scroll 0 0 #F5F5F5;">
|
<table width="100%" border="0">
|
<tr style="height: 30px; line-height: 30px;">
|
<td rowspan="3" align="center" width="106" class="sjImg" style="border-right: 1px solid #CCCCCC; padding-left: 14px;">
|
<img src="<%#Eval("LOGO").ToString() == "" ? "../../images/admin/_LoadDefault.gif" : Eval("LOGO").ToString()%>" style="height: 100px; width: 100px; border: 1px solid #ccc; background-color: #FFFFFF; padding: 0px;" onerror="this.src='../../images/admin/_LoadDefault.gif'" />
|
</td>
|
<td colspan="3" style="padding: 0 10px; color: #084EAE; font-size: 14px;">
|
<%#Eval("Title")%>
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3" valign="top" class="qyIntroduce" style="padding: 0 10px; line-height: 20px; color: #6F6F6F; height:60px; overflow:hidden;">
|
<%#Eval("Introduction")%>
|
</td>
|
</tr>
|
<tr>
|
<td colspan="3">
|
<div style=" float:right; display:inline; width:100px; margin-right:10px;">
|
<a class="RunQQ qq CP fr" value_qq="<%#Eval("QQ") %>" value_id="<%#Eval("Keyid") %>">
|
<img src="../../images/Common/button_old_31.gif" /></a>
|
</div>
|
<div style=" float:right; display:inline; width:125px; text-align:right; font-size:15px; font-family:微软雅黑; vertical-align:middle;">
|
<img src="../../images/Common/tel_ico.gif" width="20"/> <span class="red"> <%#Eval("Phone")%></span>
|
</div>
|
</td>
|
</tr>
|
</table>
|
</li>
|
</ItemTemplate>
|
</asp:Repeater>
|
</ul>
|
<div id="page">
|
<uc:UCPager ID="UCPager1" runat="server" />
|
</div>
|
</div>
|
</div>
|
<!--nypartR over-->
|
<p class="clear">
|
</p>
|
</div>
|
</form>
|
<uc:FrontFoot ID="FrontFoot1" runat="server" />
|
</body>
|
</html>
|