<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WantShopList.aspx.cs" Inherits="CY.WebForm.Pages.front.WantShopList" %>
|
|
<!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 runat="server">
|
<title>我要开店信息列表</title>
|
<uc:FrontQuote ID="FrontQuote1" runat="server" />
|
</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">
|
<ul class="nochild" id="InquiryMoney" runat="server">
|
</ul>
|
</div>
|
</div>
|
</div>
|
<!--nypartL over-->
|
<div class="nypartR fr">
|
<div class="nypartR_t mt10" id="twoTitle" runat="server">
|
<b>我要开店</b></div>
|
<div class="nyrC">
|
<ul class="newlist">
|
<asp:Repeater ID="RepClientList" runat="server">
|
<ItemTemplate>
|
<li><i>
|
<%#Convert.ToDateTime(Eval("CreatTime")).ToString("yyyy-MM-dd")%></i><a href="/openshop/<%#Eval("Keyid")%>.html"><%#Eval("Title")%></a></li>
|
</ItemTemplate>
|
<FooterTemplate>
|
</table>
|
</FooterTemplate>
|
</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>
|