Files
web-discuz/template/bygsjw_sj/touch/home/space_notice.php
2025-06-27 21:04:18 +08:00

84 lines
3.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php echo 'Discuz!应用中心开发者-简约设计';exit;?>
<!--{template common/header}-->
<!-- header start -->
<header class="header_xin">
<div class="hdc_xin cl" id="byg_header">
<div class="header_z cl">
<a href="javascript:;" class="shouye">
<img src="<!--{avatar($_G['uid'], 'middle', true)}-->" alt="头像"/>
<!--{if $_G[member][newpm] || $post_notice_new}-->
<img src="{$_G['style']['styleimgdir']}/new_pm.png" alt="提醒" class="new_pm"/>
<!--{/if}-->
</a>
<em>&rsaquo;</em>
<a href="home.php?mod=space&uid=$_G[uid]&do=profile&mycenter=1" title="个人中心">个人中心</a>
<em>&rsaquo;</em>
<span>我的提醒</span>
</div>
<a href="javascript:history.back();" title="返回上一页" class="header_y">
<img src="{$_G['style']['styleimgdir']}/houtui.png" alt="返回"/></a>
</div>
</header>
<!--{hook/global_header_mobile}-->
<!-- header end -->
<style>
.forumdisplay_tab .new_pm{ position: absolute; right: .06rem; top: .06rem; width: 4px; height: 4px; border-radius: 50%;}
.tip .button2{ font-size: 15px;}
</style>
<div class="forumdisplay_tab">
<a href="home.php?mod=space&do=notice&view=mypost&type=post" {if $_GET['type'] == 'post'}class="on"{/if}>
<h2>帖子</h2>
<!--{if $_G['member']['newprompt_num']['post']}-->
<img src="{$_G['style']['styleimgdir']}/new_pm.png" alt="提醒" class="new_pm"/>
<!--{/if}-->
</a>
<a href="home.php?mod=space&do=notice&view=interactive&type=friend" {if $_GET['type'] == 'friend'}class="on"{/if}>
<h2>好友</h2>
<!--{if $_G['member']['newprompt_num']['friend']}-->
<img src="{$_G['style']['styleimgdir']}/new_pm.png" alt="提醒" class="new_pm"/>
<!--{/if}-->
</a>
</div>
<!--{if $list}-->
<div class="post_notice_list">
<ul>
<!--{loop $list $key $value}-->
<li class="cl">
<div class="post_notice_list_z">
<!--{if $value[authorid]}-->
<a href="home.php?mod=space&uid={$value[authorid]}&do=profile"><!--{avatar($value['authorid'],'middle')}--></a>
<!--{else}-->
<img src="{$_G['style']['styleimgdir']}/middle.gif" alt="头像"/>
<!--{/if}-->
</div>
<div class="post_notice_list_yt" style="$value[style]">
<!--{if $value[authorid] && $value[author]}-->
<a href="home.php?mod=space&uid={$value[authorid]}&do=profile">{$value[author]}</a>
<i><!--{date($value['dateline'], 'u')}--></i><span>{$value[note]}</span>
<!--{else}-->
<i><!--{date($value['dateline'], 'u')}--></i>{$value[note]}
<!--{/if}-->
</div>
<!--{if $value[from_num]}-->
<div class="post_notice_list_yb">{lang ignore_same_notice_message}</div>
<!--{/if}-->
</li>
<!--{/loop}-->
</ul>
</div>
<!--{if $multi}--><div class="pgs cl">$multi</div><!--{/if}-->
<!--{if $_GET['type'] == 'friend'}-->
<script type="text/javascript">
jQuery(".post_notice_list_yt .xw1").removeAttr("onclick");
jQuery(".post_notice_list_yt .xw1").addClass("dialog");
</script>
<!--{/if}-->
<!--{else}-->
<div class="home_no_data">{lang no_notice}</div>
<!--{/if}-->
<!--{template common/footer}-->