<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="HelpCentersDetail.aspx.cs" Inherits="CY.WebForm.Pages.front.HelpCentersDetail" %>
|
|
<!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" />
|
<link href="../../libs/skins/blue/style.css" rel="stylesheet" type="text/css" />
|
<style type="text/css">
|
.tableStyle { text-align: center; }
|
.tableStyle .th { text-align: center; }
|
.tableStyle .th1 { background-position: 0px 28px;}
|
.tableStyle tr:hover{ background-color:#EDEDED;}
|
.tableStyle .tr:hover{ background-color:#FFFFFF;}
|
</style>
|
<script type="text/javascript">
|
$(function () {
|
//网站广告请在内容里面添加<a id="WebAdPrice" class="WebAdPrice">Adprice</a>
|
|
$(".LiClick").parent().parent().parent().prev().addClass('h2_H');
|
$(".LiClick").parent().parent().parent().show();
|
$(".LiClick").parent().parent().parent().addClass('h2_H');
|
$('#InquiryMoney').find('h2').each(function (i, ele) {
|
$(ele).click(function () {
|
$('#InquiryMoney').find('h2').removeClass('h2_H');
|
$(this).addClass('h2_H');
|
$('#InquiryMoney').find('.list').hide();
|
$('#InquiryMoney').find('.list').eq(i).show();
|
});
|
});
|
|
$(".AdDestine").click(function () {
|
var keyid = $(this).attr("value_keyid");
|
$.ajax({
|
url: "/Pages/common/CommonAjax.aspx?data=" + (new Date()).valueOf(),
|
type: "POST",
|
dataType: "html",
|
data: { lg_datetype: "IsLogin" },
|
global: false,
|
cache: false,
|
async: false,
|
success: function (data) {
|
if (data == "1") {
|
showModalDialog("/addestine/" + keyid+".html", null, 'dialogWidth:450px;dialogHeight:390px;status:no;');
|
} else {
|
Islogin('no');
|
}
|
}
|
});
|
});
|
});
|
</script>
|
</head>
|
<body>
|
<uc:FrontHead ID="FrontHead1" runat="server" />
|
<form id="form1" runat="server">
|
<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" runat="server">
|
</div>
|
</div>
|
</div>
|
</div>
|
<!--nypartL over-->
|
<div class="nypartR fr mt10">
|
<div class="nypartR_t">
|
<b id="oneTitle" runat="server">帮助中心</b> > <span class="" id="divTitle" runat="server"></span>
|
</div>
|
<div class="nyrC">
|
<div class="content" id="divContent" runat="server">
|
<asp:Repeater ID="RepClientList" runat="server">
|
<HeaderTemplate>
|
<table class="tableStyle" useclick="false" usecheckbox="true" sortmode="true" style="width:758px;">
|
<tr class="tr">
|
<th width="50" rowspan="2" class="th th1">
|
编号
|
</th>
|
<th rowspan="2" class="th th1">
|
所在版块
|
</th>
|
<th rowspan="2" class="th th1">
|
广告位置
|
</th>
|
<th rowspan="2" class="th th1">
|
广告大小
|
</th>
|
<th colspan="4" class="th">
|
广告价格 (元)
|
</th>
|
<th width="80" rowspan="2" class="th th1">
|
预定
|
</th>
|
</tr>
|
<tr class="tr">
|
<th class="th">
|
月
|
</th>
|
<th class="th">
|
季度
|
</th>
|
<th class="th">
|
半年
|
</th>
|
<th class="th">
|
年
|
</th>
|
</tr>
|
</HeaderTemplate>
|
<ItemTemplate>
|
<tr>
|
<td>
|
<%# int.Parse(Eval("Keyid").ToString()) == 0 ? "0" : ((decimal.Parse(Eval("Keyid").ToString()) / 10000).ToString("0.0000").TrimStart('0').TrimStart('.'))%>
|
</td>
|
<td>
|
<%#Eval("RemarkName")%>
|
</td>
|
<td>
|
<%#Eval("AP_Title")%>
|
</td>
|
<td>
|
宽:<%#Eval("AP_WidePixels")%>,高:<%#Eval("AP_HighPixels")%>
|
</td>
|
<td>
|
<%#Eval("Price_Month", "{0:F0}")%>
|
</td>
|
<td>
|
<%#Eval("Price_Season", "{0:F0}")%>
|
</td>
|
<td>
|
<%#Eval("Price_Half", "{0:F0}")%>
|
</td>
|
<td>
|
<%#Eval("Price_Year", "{0:F0}")%>
|
</td>
|
<td>
|
<a class="a_under AdDestine" value_keyid="<%#Eval("Keyid") %>">预定</a>
|
</td>
|
</tr>
|
</ItemTemplate>
|
<FooterTemplate>
|
</table>
|
</FooterTemplate>
|
</asp:Repeater>
|
</div>
|
</div>
|
</div>
|
<!--nypartR over-->
|
<p class="clear">
|
</p>
|
</div>
|
</form>
|
<uc:FrontFoot ID="FrontFoot1" runat="server" />
|
</body>
|
</html>
|