-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.php
More file actions
132 lines (116 loc) · 4.59 KB
/
list.php
File metadata and controls
132 lines (116 loc) · 4.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?php include "head.php"; ?>
<link type="text/css" rel="stylesheet" href="./css/channel.css">
<div id="header">
<?php include "toptitle.php"; ?>
</div>
<div class="main">
<div class="max_width">
<ul class="channel_menu">
<li>
<?php for($i=0;$i<5;$i++){ ?>
<a href="http://www.ebrun.com/b2c/">B2C</a>|
<a href="http://www.ebrun.com/b2b/">B2B</a>|
<a href="http://www.ebrun.com/c2c/">C2C</a>
<?php } ?>
</li>
</ul>
<div class="clear"></div>
<div style="height: auto; margin: 15px 0 0 0;" class="ebrun_action" id="ebj_0">
<a href="" target="_blank" rel="nofollow">
<img width="960" height="90" border="0" alt="" src="./images/sample_top.jpg">
</a>
</div>
<div class="channltitle">
<dl>
<dt class="litidt">
<a href="http://www.ebrun.com/retail/" class="list_title">品牌聚焦</a>
</dt>
<dd>
<a title="首页" href="http://www.ebrun.com/retail/" class="currenta currentfirst">首页</a>
<a title="商超" href="http://www.ebrun.com/retail/supermarket/">商超</a>
<a title="百货" href="http://www.ebrun.com/retail/gm/">百货</a>
<a title="国际零售商" href="http://www.ebrun.com/retail/intl/">国际零售商</a>
<a target="_blank" title="零售数据" href="http://www.ebrun.com/data/retail/">零售数据</a>
<a title="其他" href="http://www.ebrun.com/retail/more/">其他</a>
</dd>
</dl>
</div>
<div class="clear"></div>
<div class="list_marquee">
<div class="w" id="list_marqueew">
<ul id="list_marquee">
<?php for($i=0; $i<12;$i++){ ?>
<li>
<a class="cw" href="#">
<img src="./images/sample_01.jpg">
<span class="bgs"></span>
<span class="txt">可只是传说</span>
</a>
</li>
<?php } ?>
</ul>
</div>
<div class="clear" style="height:15px;"></div>
<ul id="list_marqueet">
<li class="active"></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="clear"></div>
</div>
<div class="clear hr"></div>
<div class="warp_left">
<dl class="channeldl channelcurrent">
<h2>今日头条</h2>
<h3><a target="_blank" title="步步高拟投10亿于川自建500亩物流中心" href="http://www.ebrun.com/20140722/105151.shtml">步步高拟投10亿于川自建500亩物流中心</a></h3>
<dd>
<a target="_blank" title="步步高15.8亿购南城百货" href="http://www.ebrun.com/20140512/98777.shtml">步步高15.8亿购南城百货</a>
<font>|</font>
<a target="_blank" title="拟设立支付公司" href="http://www.ebrun.com/20140513/98914.shtml">拟设立支付公司</a>
<font>|</font>
<a target="_blank" title="年中庆销售近7.8亿 同增六成" href="http://www.ebrun.com/20140702/103202.shtml">年中庆销售近7.8亿 同增六成</a>
</dd>
</dl>
<div class="ad">
<a>
<img src="./images/sample_717.jpg" width="640" height="90">
</a>
</div>
<?php for($i=0;$i<4;$i++){ ?>
<dl class="channeldl">
<h3><a target="_blank" href="">电商插足便利店 或实现社区O2O商业生态圈</a></h3>
<div class="h3b">
<span class="date">2014-07-10</span>
<span class="icon"></span>
<span class="tip">有趣的事</span>
</div>
<dt>
<a target="_blank" href="">
<img width="150" src="http://imgs.ebrun.com/resources/2014_07/2014_07_22/20140722_1406016534257.jpg">
</a>
</dt>
<dd class="shortdd">对于社区来说,O2O模式解决了社区商业“最后一公里”的问题,实现了线上商业和线下服务的互补,把消费送到居民家门口。</dd>
<div class="dlb">
<span class="tipk icon"></span>
<span class="txt">无节操的一些事</span>
</div>
</dl>
<?php } ?>
<p class="pub_page01">
<span>1</span>
<a href="more.php?page=2">2</a>
<a href="more.php?page=3">3</a>
<a href="more.php?page=4">4</a>
<a href="more.php?page=5">5</a>
<a class="ebdet_sl"> </a>
<a href="more.php?page=188">188</a>
<a rel="nofollow" class="ebdet_next" href="more.php?page=2"> </a>
</p>
</div><!--left-->
<div class="channel_rig">
<?php include "list_side.php"; ?>
</div><!--channel_rig-->
</div><!--max_width-->
</div><!--main-->
<?php include "foot.php"; ?>