38 lines
2.2 KiB
PHP
38 lines
2.2 KiB
PHP
<?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>›</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 -->
|
|
|
|
|
|
<form class="searchform" method="post" autocomplete="off" action="search.php?mod=portal">
|
|
<input type="hidden" name="formhash" value="{FORMHASH}" />
|
|
|
|
<!--{subtemplate search/pubsearch}-->
|
|
<!--{hook/portal_top}-->
|
|
</form>
|
|
|
|
<!--{if !empty($searchid) && submitcheck('searchsubmit', 1)}-->
|
|
<!--{subtemplate search/portal_list}-->
|
|
<!--{/if}-->
|
|
|
|
<!--{hook/portal_bottom}-->
|
|
|
|
<!--{template common/footer}-->
|