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 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>
|
|
<i>$navigation</i>
|
|
</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>
|
|
<!--{hook/global_header_mobile}-->
|
|
<!-- header end -->
|
|
|
|
<div class="fdy_passwd_box">
|
|
<h3>{lang forum_password_require}</h3>
|
|
<div class="fdy_passwd_form">
|
|
<form method="post" autocomplete="off" action="forum.php?mod=forumdisplay&fid=$_G[fid]&action=pwverify">
|
|
<input type="hidden" name="formhash" value="{FORMHASH}" />
|
|
<input type="password" name="pw" class="px vm" size="25" />
|
|
<button class="vm" type="submit" name="loginsubmit" value="true">{lang submit}</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--{template common/footer}-->
|