我是靠谱客的博主 高贵月亮,这篇文章主要介绍【discuzx2】space_home.htm,现在分享给大家,希望可以做个参考。

复制代码
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!--{if empty($diymode)}--> <!--{subtemplate common/header}--> <!-- 家园面包屑-start --> <div id="pt" class="bm cl"> <!-- 面包屑:首页 > 家园 --> <div class="z"> <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>›</em> <!--{if $_G[setting][homestyle]}--><a href="home.php">$_G[setting][navs][4][navname]</a><!--{else}-->{lang feed}</a><!--{/if}--> </div> </div> <!-- 家园面包屑-end --> <!-- 内置广告位 --> <!--{if $_G[setting][homestyle]}--><!--{ad/text/wp a_t}--><!--{/if}--> <style id="diy_style" type="text/css"></style> <div class="wp"> <!--[diy=diy1]--><div id="diy1" class="area"></div><!--[/diy]--> </div> <!-- 左侧、中侧、右侧 开始 --> <div id="ct" class="{if $_G[setting][homestyle]}ct3_a{else}ct2_a{/if} wp cl"> <!-- 左侧开始:日志、相册、分享、记录、广播 --> <div class="appl"> <!--{if $_G[setting][homestyle]}--> <!-- 左侧导航:默认执行 --> <!--{template common/userabout}--> <!--{else}--> <div class="tbn"> <h2 class="mt bbda">{lang feed}</h2> <ul> <li$actives[we]><a href="home.php?mod=space&do=home&view=we">{lang friend_feed}</a></li> <li$actives[me]><a href="home.php?mod=space&do=home&view=me">{lang my_feed}</a></li> <li$actives[all]><a href="home.php?mod=space&do=home&view=all">{lang view_all}</a></li> <!--{if $_G['setting']['my_app_status']}--> <li$actives[app]><a href="home.php?mod=space&do=home&view=app">{lang view_app_feed}</a></li> <!--{/if}--> <!--{hook/space_home_navlink}--> </ul> </div> <!--{/if}--> </div> <!-- 左侧结束:日志、相册、分享、记录、广播 --> <!--/sidebar--> <!-- 右侧开始:我的好友等等 --> <!--{if $_G[setting][homestyle]}--> <div class="sd ptm"> <!--{hook/space_home_side_top}--> <div class="drag"> <!--[diy=diysidetop]--><div id="diysidetop" class="area"></div><!--[/diy]--> </div> <!-- 用户登录的情况-start --> <!--{if $_G[uid] }--> <!--{if $space[profileprogress] != 100}--> <!-- 您的资料已完成3%,点此完善 --> <div class="bm"> <div class="bm_c"> <div class="pbg mbn"><div class="pbr" style="width: {if $space[profileprogress] < 2}2{else}$space[profileprogress]{/if}%;"></div></div> <p>{lang profile_completed} $space[profileprogress]%, <a href="home.php?mod=spacecp&ac=profile" class="xi2">{lang fix_profile}</a></p> </div> </div> <!--{/if}--> <!-- 1111111111-start --> <!--{if $_G['setting']['taskon'] && !empty($task) && is_array($task)}--> <div class="bm"> <div class="bm_h cl"> <span class="y"> <a href="home.php?mod=task">{lang all}</a> </span> <h2>{lang task}</h2> </div> <div class="bm_c"> <p class="pbm">{lang space_home_message}</p> <hr class="da m0" /> <dl class="xld cl"> <dd class="m mbw"><img src="$task[icon]" width="64" height="64" alt="Icon" /></dd> <dt><a href="home.php?mod=task&do=view&id=$task[taskid]">$task[name]</a></dt> <dd> <p>$task[description]</p> <!--{if in_array($task['reward'], array('credit', 'magic', 'medal', 'invite', 'group'))}--> <p class="mtn"> <!--{if $task['reward'] == 'credit'}--> {lang gettable}$_G['setting']['extcredits'][$task[prize]][title] <strong class="xi1">$task[bonus]</strong> $_G['setting']['extcredits'][$task[prize]][unit] <!--{elseif $task['reward'] == 'magic'}--> {lang gettable}{lang magics_title} $listdata[$task[prize]] <strong class="xi1">$task[bonus]</strong> {lang magics_unit} <!--{elseif $task['reward'] == 'medal'}--> {lang gettable}{lang medals} <strong class="xi1">1</strong> {lang unit} <!--{elseif $task['reward'] == 'invite'}--> {lang gettable}{lang invite_code} <strong class="xi1">$task[prize]</strong> {lang unit} <!--{elseif $task['reward'] == 'group'}--> {lang step_up}{lang usergroup}{lang level} <!--{/if}--> </p> <!--{/if}--> </dd> </dl> </div> </div> <!--{/if}--> <!-- 1111111111-end --> <div class="drag"> <!--[diy=diymagictop]--><div id="diymagictop" class="area"></div><!--[/diy]--> </div> <!-- 222222222222-start --> <!--{if !empty($magic) && is_array($magic)}--> <div class="bm"> <div class="bm_h cl"> <span class="y"> <a href="home.php?mod=magic">{lang all}</a> </span> <h2>{lang magic}</h2> </div> <div class="bm_c"> <dl class="xld cl"> <dd class="m mbw"><img src="{STATICURL}/image/magic/$magic[pic]" alt="$magic[name]" title="$magic[description]" /></dd> <dt>$magic[name]</dt> <dd> <p>$magic[description]</p> <p class="mtn">{lang magics_price} <!--{if {$_G['setting']['extcredits'][$magic[credit]][unit]}}--> {$_G['setting']['extcredits'][$magic[credit]][title]} <strong class="xi1">$magic[price]</strong> {$_G['setting']['extcredits'][$magic[credit]][unit]}/{lang magics_unit} <!--{else}--> <strong class="xi1">$magic[price]</strong> {$_G['setting']['extcredits'][$magic[credit]][title]}/{lang magics_unit} <!--{/if}--> </p> <p class="mtn"> <!--{if $magic[num] > 0}--> <a href="home.php?mod=magic&action=shop&operation=buy&mid=$magic[identifier]" οnclick="showWindow('magics', this.href);return false;" class="xi2 xw1">{lang magics_operation_buy}</a> <!--{if $_G['group']['allowmagics'] > 1}--> <span class="pipe">|</span> <a href="home.php?mod=magic&action=shop&operation=give&mid=$magic[identifier]" οnclick="showWindow('magics', this.href);return false;" class="xi2">{lang magics_operation_present}</a> <!--{/if}--> <!--{else}--> <span class="xg1">{lang magic_empty}</span> <!--{/if}--> </p> </dd> </dl> </div> </div> <!--{/if}--> <!-- 22222222222-end --> <!--{/if}--> <!-- 用户登录的情况-end --> <div class="drag"> <!--[diy=diydefaultusertop]--><div id="diydefaultusertop" class="area"></div><!--[/diy]--> </div> <!-- 3333333333-start --> <!--{if $defaultusers}--> <div class="bm"> <div class="bm_h cl"> <h2>{lang friends_recommended}</h2> </div> <div class="bm_c"> <ul class="ml mls cl"> <!--{loop $defaultusers $key $value}--> <li> <a href="home.php?mod=space&uid=$value[uid]" title="{if $ols[$value[uid]]}{lang online}{/if}" class="avt"> <!--{if $ols[$value[uid]]}--><em class="gol"></em><!--{/if}--> <!--{avatar($value[uid],small)}--> </a> <p><a href="home.php?mod=space&uid=$value[uid]" title="$value[username]">$value[username]</a></p> </li> <!--{/loop}--> </ul> </div> </div> <!--{/if}--> <!-- 3333333333-end --> <div class="drag"> <!--[diy=diynewusertop]--><div id="diynewusertop" class="area"></div><!--[/diy]--> </div> <!-- 4444444444-start --> <!--{if $showusers}--> <div class="bm"> <div class="bm_h cl"> <span class="y"> <a href="misc.php?mod=ranklist&type=member">{lang all}</a> </span> <h2>{lang home_show_members}</h2> </div> <div class="bm_c"> <ul class="ml mls cl"> <!--{loop $showusers $key $value}--> <li> <a href="home.php?mod=space&uid=$value[uid]" title="{if $ols[$value[uid]]}{lang online}{/if}" class="avt"> <!--{if $ols[$value[uid]]}--><em class="gol"></em><!--{/if}--> <!--{avatar($value[uid],small)}--> </a> <p><a href="home.php?mod=space&uid=$value[uid]" title="$value[username]">$value[username]</a></p> <!--span><span title="$value[credit]">$value[credit]</span></span--> </li> <!--{/loop}--> </ul> </div> </div> <!--{/if}--> <!-- 4444444444-end --> <!-- 5555555555-start --> <!--{if $newusers}--> <!-- 新加入会员列表 --> <div class="bm"> <div class="bm_h cl"> <!-- 新加入会员 --> <h2>{lang new_join_members}</h2> </div> <!-- 新加入会员列表 --> <div class="bm_c"> <ul class="ml mls cl"> <!--{loop $newusers $key $value}--> <li> <!-- 新加入会员头像 --> <a href="home.php?mod=space&uid=$value[uid]" title="{if $ols[$value[uid]]}{lang online}{/if}" class="avt"> <!--{if $ols[$value[uid]]}--><em class="gol"></em><!--{/if}--> <!--{avatar($value[uid],small)}--> </a> <!-- 新加入会员名称 --> <p><a href="home.php?mod=space&uid=$value[uid]" title="$value[username]">$value[username]</a></p> <!-- 新加入会员注册日期 --> <span>$value[regdate]</span> </li> <!--{/loop}--> </ul> </div> </div> <!--{/if}--> <!-- 5555555555-end --> <div class="drag"> <!--[diy=diyvisitorlisttop]--><div id="diyvisitorlisttop" class="area"></div><!--[/diy]--> </div> <!-- 66666666-start --> <!--{if $visitorlist}--> <div class="bm"> <div class="bm_h cl"> <span class="y"> <!--{if $_G['setting']['magicstatus'] && $_G['setting']['magics']['visit']}--> <a id="a_magic_visit" href="home.php?mod=magic&mid=visit" οnclick="showWindow('magics',this.href,'get', 0)" class="xg1" style="display: inline-block; padding-left: 18px; background: url({STATICURL}image/magic/visit.small.gif) no-repeat 0 50%;">{$_G[setting][magics][visit]}</a> <!--{/if}--> <a href="home.php?mod=space&uid=$space[uid]&do=friend&view=visitor">{lang all}</a> </span> <h2>{lang recent_visit}</h2> </div> <div class="bm_c"> <ul class="ml mls cl"> <!--{loop $visitorlist $key $value}--> <li> <!--{if $value[vusername] == ''}--> <div class="avt"><img src="{STATICURL}image/magic/hidden.gif" alt="{lang anonymity}" /></div> <p>{lang anonymity}</p> <span><!--{date($value[dateline], 'u', 9999, $_G[setting][dateformat])}--></span> <!--{else}--> <a href="home.php?mod=space&uid=$value[vuid]" title="{if $ols[$value[vuid]]}{lang online}{/if}" class="avt" c="1"> <!--{if $ols[$value[vuid]]}--><em class="gol"></em><!--{/if}--> <!--{avatar($value[vuid],small)}--> </a> <p><a href="home.php?mod=space&uid=$value[vuid]" title="$value[vusername]">$value[vusername]</a></p> <span><!--{date($value[dateline], 'u', 9999, $_G[setting][dateformat])}--></span> <!--{/if}--> </li> <!--{/loop}--> </ul> </div> </div> <!--{/if}--> <!-- 666666666-end --> <div class="drag"> <!--[diy=diyfriendtop]--><div id="diyfriendtop" class="area"></div><!--[/diy]--> </div> <!-- 777777777-start --> <!--{if $olfriendlist}--> <!-- 我的好友列表 --> <div class="bm"> <div class="bm_h cl"> <span class="y"> <!--{if $_G['setting']['magicstatus'] && $_G['setting']['magics']['detector']}--> <a id="a_magic_detector" href="home.php?mod=magic&mid=detector" οnclick="showWindow('magics',this.href,'get', 0)" class="xg1" style="display: inline-block; padding-left: 18px; background: url({STATICURL}image/magic/detector.small.gif) no-repeat 0 50%;">{$_G[setting][magics][detector]}</a> <!--{/if}--> <!-- 全部 --> <a href="home.php?mod=space&uid=$space[uid]&do=friend">{lang all}</a> </span> <!-- 我的好友 --> <h2>{lang my_friends}</h2> </div> <!-- 我的好友列表 --> <div class="bm_c"> <ul class="ml mls cl"> <!--{loop $olfriendlist $key $value}--> <li> <!-- 好友头像:54*54 --> <a href="home.php?mod=space&uid=$value[uid]" title="{if $ols[$value[uid]]}{lang online}{/if}" class="avt" c="1"> <!--{if $ols[$value[uid]]}--><em class="gol"></em><!--{/if}--> <!-- 生成头像图片:<img src="http://localhost/ceshi/uc_server/avatar.php?uid=3&size=small /> --> <!--{avatar($value[uid],small)}--> </a> <!-- 好友名称 --> <p><a href="home.php?mod=space&uid=$value[uid]" title="$value[username]">$value[username]</a></p> <!-- 热度 --> <span><!--{if $value[lastactivity]}--><!--{date($value[lastactivity], 'u', 9999, $_G[setting][dateformat])}--><!--{else}-->{lang hot}($value[num])<!--{/if}--></span> </li> <!--{/loop}--> </ul> </div> </div> <!--{/if}--> <!-- 77777777777-end --> <div class="drag"> <!--[diy=diybirthtop]--><div id="diybirthtop" class="area"></div><!--[/diy]--> </div> <!-- 88888888888-start --> <!--{if $birthlist}--> <div class="bm"> <div class="bm_h cl"> <h2>{lang friends_birthday_reminder}</h2> </div> <div class="bm_c"> <table cellpadding="2" cellspacing="4"> <!--{loop $birthlist $key $values}--> <tr> <td align="right" valign="top"> <!--{if $values[0]['istoday']}-->{lang today}<!--{else}-->{$values[0][birthmonth]}-{$values[0][birthday]}<!--{/if}--> </td> <td style="padding-left:10px;"> <ul> <!--{loop $values $value}--> <li><a href="home.php?mod=space&uid=$value[uid]">$value[username]</a></li> <!--{/loop}--> </ul> </td> </tr> <!--{/loop}--> </table> </div> </div> <!--{/if}--> <!-- 88888888888-end --> <div class="drag"> <!--[diy=diysidebottom]--><div id="diysidebottom" class="area"></div><!--[/diy]--> </div> <!--{hook/space_home_side_bottom}--> </div> <!--{/if}--> <!-- 右侧结束:我的好友等等 --> <!-- 中部开始:好友动态、我的动态、随便看看 --> <div class="mn ptm pbm"> <!--[diy=diycontenttop]--><div id="diycontenttop" class="area"></div><!--[/diy]--> <!-- 100000000000-start--> <!--{if $space['uid'] && $space[self]}--> <!-- 会员登录时显示-start --> <!-- 9999999999999-start--> <!--{if $_G[setting][homestyle]}--> <!--头像区域及记录发布区域-start--> <div class="bm bw0"> <table cellpadding="0" cellspacing="0" class="mi mbm"> <tr> <!-- 头像区域 --> <th> <div class="avatar mbn cl"> <!-- 修改头像 头像显示 --> <a href="home.php?mod=spacecp&ac=avatar" title="{lang memcp_avatar}" id="edit_avt"><span id="edit_avt_tar">{lang memcp_avatar}</span><!--{avatar($_G[uid],middle)}--></a> </div> <!-- 访问我的空间 --> <p><a href="home.php?mod=space&uid=$space[uid]" target="_blank" class="o xi2">{lang view_my_space}</a></p> </th> <!-- 发布记录区域 --> <td> <!-- admin 已有0人次访问 --> <h3 class="xs2"> <!-- 已有0人次访问 --> <span class="y xw0 xs1">{lang have} <em class="xi1">$space[views]</em> {lang visit_per_man}</span> <!-- admin、zhuoweida、weiyanhui --> <a href="home.php?mod=space&uid=$space[uid]"{eval g_color($space[groupid]);}>{$space[username]}</a> <!--{eval g_icon($space[groupid]);}--> </h3> <!-- 载入模板文件 --> <!-- 发布记录的输入框 --> <!--{template home/space_status}--> </td> </tr> </table> <!--[diy=diycontentmiddle]--><div id="diycontentmiddle" class="area"></div><!--[/diy]--> <!--{hook/space_home_top}--> </div> <!--头像区域及记录发布区域-end--> <!-- 内置广告位 --> <!--{ad/feed/bm}--> <!-- 好友动态、我的动态、随便看看 --> <div class="bm bw0"> <ul class="tb cl"> <!-- 好友的动态 --> <li$actives[we]><a href="home.php?mod=space&do=home&view=we">{lang friend_feed}</a></li> <!-- 我的动态 --> <li$actives[me]><a href="home.php?mod=space&do=home&view=me">{lang my_feed}</a></li> <!-- 随便看看 --> <li$actives[all]><a href="home.php?mod=space&do=home&view=all">{lang view_all}</a></li> <!--{if $_G['setting']['my_app_status']}--> <li$actives[app]><a href="home.php?mod=space&do=home&view=app">{lang view_app_feed}</a></li> <!--{/if}--> <!--{hook/space_home_navlink}--> <!--{if $_G['setting']['magicstatus'] && $_G['setting']['magics']['thunder']}--> <li class="y"><a id="a_magic_thunder" href="home.php?mod=magic&mid=thunder" οnclick="showWindow('magics', this.href, 'get', 0)" style="padding-left: 18px; background: url({STATICURL}image/magic/thunder.small.gif) no-repeat 0 50%;">{$_G[setting][magics][thunder]}</a></li> <!--{/if}--> </ul> <!--{/if}--> <!-- 9999999999999-end--> <!-- 会员登录时显示-end --> <!--{else}--> <!-- 会员未登录时显示-start --> <div class="bm bw0"> <!--{eval $_G['home_tpl_spacemenus'][] = "<a href="home.php?mod=space&uid=$space[uid]&do=home&view=me">{lang they_feed}</a>"; }--> <!--{template home/space_menu}--> <!-- 会员未登录时显示-end --> <!--{/if}--> <!-- 100000000000000-end--> <!--1100000000000000-start--> <!--{if $_GET[view] == 'all'}--> <!-- 随便看看:最新动态、热点动态 --> <p class="tbmu"> <!--{if !$_G[setting][homestyle] && $_G['setting']['magicstatus'] && $_G['setting']['magics']['thunder']}--> <a id="a_magic_thunder" href="home.php?mod=magic&mid=thunder" οnclick="showWindow('magics', this.href, 'get', 0)" style="padding-left: 18px; background: url({STATICURL}image/magic/thunder.small.gif) no-repeat 0 50%;" class="y">{$_G[setting][magics][thunder]}</a> <!--{/if}--> <!-- 最新动态 --> <a href="home.php?mod=space&do=home&view=all&order=dateline"$orderactives[dateline]>{lang newest_feed}</a><span class="pipe">|</span> <!-- 热点动态 --> <a href="home.php?mod=space&do=home&view=all&order=hot"$orderactives[hot]>{lang hot_feed}</a> </p> <!--{elseif $_GET[view] == 'app' && $_G['setting']['my_app_status']}--> <p class="tbmu"> <a href="home.php?mod=space&do=home&view=app&type=we"$typeactives[we]>{lang what_friend_playing}</a><span class="pipe">|</span> <a href="home.php?mod=space&do=home&view=app&type=me"$typeactives[me]>{lang own}</a><span class="pipe">|</span> <a href="home.php?mod=space&do=home&view=app&type=all"$typeactives[all]>{lang what_everybody_playing}</a> </p> <!--{elseif $groups}--> <p class="tbmu"> <!--{if !$_G[setting][homestyle] && $_G['setting']['magicstatus'] && $_G['setting']['magics']['thunder']}--> <a id="a_magic_thunder" href="home.php?mod=magic&mid=thunder" οnclick="showWindow('magics', this.href, 'get', 0)" style="padding-left: 18px; background: url({STATICURL}image/magic/thunder.small.gif) no-repeat 0 50%;" class="y">{$_G[setting][magics][thunder]}</a> <!--{/if}--> <!-- 好友动态:全部好友 其他 通过本站认识 通过活动认识 通过朋友认识 亲人 同事 同学 不认识 --> <a href="home.php?mod=space&do=home&view=we"{$gidactives[-1]}>{lang all_friends}</a><!--{loop $groups $key $value}--><span class="pipe"></span><a href="home.php?mod=space&do=home&view=we&gid=$key"{$gidactives[$key]}>$value</a><!--{/loop}--> </p> <!--{elseif !$_G[setting][homestyle] && $_G['setting']['magicstatus'] && $_G['setting']['magics']['thunder']}--> <p class="tbmu cl"> <a id="a_magic_thunder" href="home.php?mod=magic&mid=thunder" οnclick="showWindow('magics', this.href, 'get', 0)" style="padding-left: 18px; background: url({STATICURL}image/magic/thunder.small.gif) no-repeat 0 50%;" class="y">{$_G[setting][magics][thunder]}</a> </p> <!--{/if}--> <!--110000000000000-end--> <!--{else}--> <!--1200000000000-start--> <!--{if $_G[setting][homepagestyle]}--> <!--{subtemplate home/space_header}--> <div id="ct" class="ct2 wp cl"> <div class="mn"> <div class="bm"> <div class="bm_h"> <h1 class="mt">{lang feed}</h1> </div> <div class="bm_c"> <!--{else}--> <!--{template common/header}--> <div id="pt" class="bm cl"> <div class="z"> <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>›</em> <a href="home.php?mod=space&uid=$space[uid]">{$space[username]}</a> <em>›</em> {lang memcp_profile} </div> </div> <style id="diy_style" type="text/css"></style> <div class="wp"> <!--[diy=diy1]--><div id="diy1" class="area"></div><!--[/diy]--> </div> <!--{template home/space_menu}--> <div id="ct" class="ct1 wp cl"> <div class="mn"> <!--[diy=diycontenttop]--><div id="diycontenttop" class="area"></div><!--[/diy]--> <div class="bm bw0"> <div class="bm_c"> <!--{/if}--> <!--120000000000-end--> <!--{/if}--> <!--18000000000-start--> <div id="feed_div" class="e"> <!-- 近期热点推荐 --> <!--1300000000000-start--> <!--{if $hotlist}--> <!-- 查看更多热点> 近期热点推荐 --> <h4 class="et"><a href="home.php?mod=space&do=home&view=all&order=hot" class="y xw0">{lang view_more_hot} <em>›</em></a>{lang recent_recommended_hot}</h4> <ul class="el"> <!-- 动态内容 --> <!--{loop $hotlist $value}--> <!--{eval $value = mkfeed($value);}--> <!-- 动态信息模板文件 --> <!--{template home/space_feed_li}--> <!--{/loop}--> </ul> <!--{/if}--> <!--13000000000-end--> <!--17000000000-start--> <!--{if $list}--> <!--14000000000-start--> <!--{if $_GET[view] == 'app' && $_G['setting']['my_app_status']}--> <!--{template home/space_home_feed_app}--> <!--{else}--> <!--{loop $list $day $values}--> <!--{if $_GET['view']!='hot'}--> <h4 class="et"> <!--{if $day=='yesterday'}-->{lang yesterday}<!--{elseif $day=='today'}-->{lang today}<!--{else}-->$day<!--{/if}--> </h4> <!--{/if}--> <ul class="el"> <!--{loop $values $value}--> <!--{template home/space_feed_li}--> <!--{/loop}--> </ul> <!--{/loop}--> <!--{/if}--> <!--140000000000-end--> <!--{elseif $feed_users}--><!-- 用户动态 --> <!--1500000000-start--> <div class="xld xlda mtm"> <!--{loop $feed_users $day $users}--> <h4 class="et"> <!-- 今天、昨天 的动态 --> <!--{if $day=='yesterday'}-->{lang yesterday}<!--{elseif $day=='today'}-->{lang today}<!--{else}-->$day<!--{/if}--> </h4> <!--{loop $users $user}--> <!--{eval $daylist = $feed_list[$day][$user[uid]];}--> <!--{eval $morelist = $more_list[$day][$user[uid]];}--> <dl class="bbda cl"> <dd class="m avt"> <!--{if $user[uid]}--> <!-- 头像 --> <a href="home.php?mod=space&uid=$user[uid]" target="_blank" c="1"><!--{avatar($user[uid],small)}--></a> <!--{else}--> <img src="{IMGDIR}/systempm.png" alt="" /> <!--{/if}--> </dd> <dd class="cl"> <ul class="el"> <!--{loop $daylist $value}--> <!-- 动态信息模板文件 --> <!--{template home/space_feed_li}--> <!--{/loop}--> </ul> <!--{if $morelist}--> <!-- 展开/收起 更多动态信息 --> <p class="xg1 cl"><span οnclick="showmore('$day', '$user[uid]', this);" class="unfold">{lang open}</span></p> <!-- 收起状态下未显示的动态信息 display:none --> <div id="feed_more_div_{$day}_{$user[uid]}" style="display:none;"> <ul class="el"> <!--{loop $morelist $value}--> <!--{template home/space_feed_li}--> <!--{/loop}--> </ul> </div> <!--{/if}--> </dd> </dl> <!--{/loop}--> <!--{/loop}--> </div> <!--150000000000-end--> <!--{else}--> <!--160000000000000-start--> <p class="emp"><!--{if $_GET[view] == 'app' && $_G['setting']['my_app_status']}-->{lang no_app_feed}<!--{else}-->{lang no_feed}<!--{/if}--></p> <!--160000000000000-end--> <!--{/if}--> <!--1700000000-end--> <!--{if $filtercount}--> <div class="i" id="feed_filter_notice_{$start}"> {lang depending_your}<a href="home.php?mod=spacecp&ac=privacy&op=filter" target="_blank" class="xi2 xw1">{lang filter_settings}</a>,{lang shield_feed_message} (<a href="javascript:;" οnclick="filter_more($start);" id="a_feed_privacy_more" class="xi2">{lang click_view}</a>) </div> <div id="feed_filter_div_{$start}" style="display:none;"> <h4 class="et">{lang following_feed_shielding}</h4> <ul class="el"> <!--{loop $filter_list $value}--> <!-- 动态信息模板文件 --> <!--{template home/space_feed_li}--> <!--{/loop}--> <li><a href="javascript:;" οnclick="filter_more($start);">« {lang pack_up}</a></li> </ul> </div> <!--{/if}--> </div> <!--180000000000-end--> <!--/id=feed_div--> <!--{if empty($diymode)}--> <!--{if $multi}--> <div class="pgs cl mtm">$multi</div> <!--{/if}--> <!--{hook/space_home_bottom}--> <div id="ajax_wait"></div> </div> <!--[diy=diycontentbottom]--><div id="diycontentbottom" class="area"></div><!--[/diy]--> </div> <!-- 中部结束:好友动态、我的动态、随便看看 --> <!--/content--> </div> <!-- 左侧、中侧、右侧 结束 --> <div class="wp mtn"> <!--[diy=diy3]--><div id="diy3" class="area"></div><!--[/diy]--> </div> <!--{else}--> </div> </div> <!--{if $_G[setting][homepagestyle]}--> </div> <div class="sd"> <!--{subtemplate home/space_userabout}--> <!--{/if}--> </div> <!--{/if}--> <!--{eval helper_manyou::checkupdate();}--> <script type="text/javascript"> function filter_more(id) { if($('feed_filter_div_'+id).style.display == '') { $('feed_filter_div_'+id).style.display = 'none'; $('feed_filter_notice_'+id).style.display = ''; } else { $('feed_filter_div_'+id).style.display = ''; $('feed_filter_notice_'+id).style.display = 'none'; } } function close_feedbox() { var x = new Ajax(); x.get('home.php?mod=spacecp&ac=common&op=closefeedbox', function(s){ $('feed_box').style.display = 'none'; }); } function showmore(day, uid, e) { var obj = 'feed_more_div_'+day+'_'+uid; $(obj).style.display = $(obj).style.display == ''?'none':''; if(e.className == 'unfold'){ e.innerHTML = '{lang pack_up}'; e.className = 'fold'; } else if(e.className == 'fold') { e.innerHTML = '{lang open}'; e.className = 'unfold'; } } var elems = selector('li[class~=magicthunder]', $('feed_div')); for(var i=0; i<elems.length; i++){ magicColor(elems[i]); } function showEditAvt(id) { $(id).style.display = $(id).style.display == '' ? 'block' : ''; } if($('edit_avt') && BROWSER.ie && BROWSER.ie == 6) { _attachEvent($('edit_avt'), 'mouseover', function () { showEditAvt('edit_avt_tar'); }); _attachEvent($('edit_avt'), 'mouseout', function () { showEditAvt('edit_avt_tar'); }); } </script> <!--{subtemplate common/footer}-->

最后

以上就是高贵月亮最近收集整理的关于【discuzx2】space_home.htm的全部内容,更多相关【discuzx2】space_home内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(75)

评论列表共有 0 条评论

立即
投稿
返回
顶部