105 lines
4.2 KiB
PHP
105 lines
4.2 KiB
PHP
<?php echo 'Discuz!应用中心开发者-简约设计';exit;?>
|
|
|
|
<!--{if $param['login']}-->
|
|
<!--{if $_G['inajax']}-->
|
|
<!--{eval dheader('Location:member.php?mod=logging&action=login&inajax=1&infloat=1');exit;}-->
|
|
<!--{else}-->
|
|
<!--{eval dheader('Location:member.php?mod=logging&action=login');exit;}-->
|
|
<!--{/if}-->
|
|
<!--{/if}-->
|
|
<!--{template common/header}-->
|
|
<!--{if $_G['inajax']}-->
|
|
<div class="tip">
|
|
<dt id="messagetext">
|
|
<p style="padding: .05rem 0;">$show_message</p>
|
|
<!--{if $_G['forcemobilemessage']}-->
|
|
<p >
|
|
<a href="{$_G['setting']['mobile']['pageurl']}" class="mtn">继续访问</a><br />
|
|
<a href="javascript:history.back();">返回上一页</a>
|
|
</p>
|
|
<!--{/if}-->
|
|
<!--{if $url_forward && !$_GET['loc']}-->
|
|
<!--<p><a class="grey" href="$url_forward">点击此链接进行跳转</a></p>-->
|
|
<script type="text/javascript">
|
|
setTimeout(function() {
|
|
window.location.href = '$url_forward';
|
|
}, '3000');
|
|
</script>
|
|
<!--{elseif $allowreturn}-->
|
|
<p><input type="button" class="button" onclick="popup.close();" value="{lang close}"></p>
|
|
<!--{/if}-->
|
|
</dt>
|
|
</div>
|
|
<!--{else}-->
|
|
|
|
<!-- header start -->
|
|
<!--{if CURSCRIPT != 'plugin'}-->
|
|
<header class="header_xin">
|
|
<div id="byg_header">
|
|
<div class="hdc_xin">
|
|
<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>›</em>
|
|
<a href="./" title="首页">返回首页</a>
|
|
</div>
|
|
<a href="javascript:history.back();" title="返回上一页" class="header_y">
|
|
<img src="{$_G['style']['styleimgdir']}/houtui.png" alt="返回"/></a>
|
|
</div>
|
|
<!--{template common/header_nav}-->
|
|
</div>
|
|
</header>
|
|
<!--{else}-->
|
|
<!--{if isset($_G['setting']['mobile']['forum'])}-->
|
|
<div class="header cl">
|
|
<div class="mz"><a href="javascript:history.back();"><i class="dm-c-left"></i></a></div>
|
|
<h2>{lang mobtishi}</h2>
|
|
<div class="my"><a href="<!--{if $_G['setting']['mobile']['mobilehotthread']}--><!--{if !empty($_G['setting']['grid']['showgrid'])}-->forum.php<!--{else}-->forum.php?mod=guide&view=newthread<!--{/if}--><!--{else}-->forum.php?forumlist=1<!--{/if}-->"><i class="dm-house"></i></a></div>
|
|
</div>
|
|
<!--{else}-->
|
|
<header class="header">
|
|
<div class="hdc cl">
|
|
<!--{if $_G['setting']['domain']['app']['mobile']}-->
|
|
{eval $nav = 'http://'.$_G['setting']['domain']['app']['mobile'];}
|
|
<!--{else}-->
|
|
{eval $nav = "forum.php";}
|
|
<!--{/if}-->
|
|
<h2><a title="$_G[setting][bbname]" href="$nav"><img src="{STATICURL}image/mobile/images/logo.png" alt="logo"/></a></h2>
|
|
<ul class="user_fun">
|
|
<li><a href="search.php?mod=forum" class="icon_search">{lang search}</a></li>
|
|
<li><a href="forum.php?forumlist=1" class="icon_threadlist">{lang forum_list}</a></li>
|
|
<li id="usermsg"><a href="<!--{if $_G[uid]}-->home.php?mod=space&uid=$_G[uid]&do=profile&mycenter=1<!--{else}-->member.php?mod=logging&action=login<!--{/if}-->" class="icon_userinfo">{lang user_info}</a><!--{if $_G[member][newpm]}--><span class="icon_msg"></span><!--{/if}--></li>
|
|
<!--{if $_G['setting']['mobile']['mobilehotthread']}-->
|
|
<li><a href="forum.php?mod=guide&view=hot" class="icon_hotthread">{lang hot_thread}</a></li>
|
|
<!--{/if}-->
|
|
</ul>
|
|
</div>
|
|
</header>
|
|
<!--{/if}-->
|
|
<!--{/if}-->
|
|
<!--{hook/global_header_mobile}-->
|
|
<!-- header end -->
|
|
|
|
<!-- main jump start -->
|
|
<div class="jump_c">
|
|
<p>$show_message</p>
|
|
<!--{if $_G['forcemobilemessage']}-->
|
|
<p>
|
|
<a href="{$_G['setting']['mobile']['pageurl']}" class="mtn">继续访问</a><br />
|
|
<a href="javascript:history.back();">返回上一页</a>
|
|
</p>
|
|
<!--{/if}-->
|
|
<!--{if $url_forward}-->
|
|
<p><a class="grey" href="$url_forward">点击此链接进行跳转</a></p>
|
|
<!--{elseif $allowreturn}-->
|
|
<p><a class="grey" href="javascript:;" onclick="window.location.href = document.referrer;">{lang message_go_back}</a></p>
|
|
<!--{/if}-->
|
|
</div>
|
|
<!-- main jump end -->
|
|
|
|
<!--{/if}-->
|
|
<!--{template common/footer}-->
|