38 lines
2.6 KiB
PHP
38 lines
2.6 KiB
PHP
<?php echo 'Discuz!应用中心开发者-简约设计';exit;?>
|
|
|
|
<!--{eval $keywordenc = $keyword ? rawurlencode($keyword) : '';}-->
|
|
<div class="forumdisplay_tab">
|
|
<!--{if $_G['setting']['portalstatus'] && $_G['setting']['search']['portal']['status'] && ($_G['group']['allowsearch'] & 1 || $_G['adminid'] == 1)}--><a href="search.php?mod=portal{if $keyword}&srchtxt=$keywordenc&searchsubmit=yes{/if}" {if CURMODULE == 'portal'}class="on"{/if}>{lang portal}</a><!--{/if}-->
|
|
<!--{if $_G['setting']['search']['forum']['status'] && ($_G['group']['allowsearch'] & 2 || $_G['adminid'] == 1)}--><a href="search.php?mod=forum{if $keyword}&srchtxt=$keywordenc&searchsubmit=yes{/if}" {if CURMODULE == 'forum'}class="on"{/if}>{lang thread}</a><!--{/if}-->
|
|
<!--{if $_G['setting']['groupstatus'] && $_G['setting']['search']['group']['status'] && ($_G['group']['allowsearch'] & 16 || $_G['adminid'] == 1)}--><a href="search.php?mod=group{if $keyword}&srchtxt=$keywordenc&searchsubmit=yes{/if}" {if CURMODULE == 'group'}class="on"{/if}>{$_G['setting']['navs'][3]['navname']}</a><!--{/if}-->
|
|
</div>
|
|
|
|
<!--{eval $search_gg = byg_block_fetch_value($bygsjw_blocks,'简约通用手机版搜索页广告','summary');}-->
|
|
<!--{if $search_gg}-->
|
|
<div class="byg_gg">{$search_gg}</div>
|
|
<!--{/if}-->
|
|
|
|
<!--{if !empty($srchtype)}--><input type="hidden" name="srchtype" value="$srchtype" /><!--{/if}-->
|
|
<div class="search">
|
|
<table width="100%" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<input value="$keyword" autocomplete="off" class="input" name="srchtxt" id="scform_srchtxt"{if CURMODULE == 'forum'} placeholder="搜索{lang thread}"{elseif CURMODULE == 'portal'} placeholder="搜索{lang portal}"{elseif CURMODULE == 'group'} placeholder="搜索{$_G['setting']['navs'][3]['navname']}"{/if} />
|
|
</td>
|
|
<td align="right" class="scbar_btn_td">
|
|
<div><input type="hidden" name="searchsubmit" value="yes" /><input type="submit" value="{lang search}" class="button2" id="scform_submit" /></div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<!--{if $_G['style']['liebiaotu'] == "on"}-->
|
|
<style type="text/css">
|
|
.list_img1_box .list_top{ float: left; width: 2.32rem; height: .44rem; margin-bottom: .06rem; padding-right: 0; overflow: hidden;}
|
|
.list_img1_box .list_img1{ float: right; width: 1.15rem; padding: .1rem .1rem .1rem 0;}
|
|
.list_img1_box .list_img1 a{ width: 100%; height: .76rem; padding: 0; border-radius: .04rem; overflow: hidden; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;}
|
|
.list_img1_box .list_bottom{ float: left; width: 2.28rem; margin-right: 0;}
|
|
</style>
|
|
<!--{/if}-->
|