Files
2025-06-27 21:04:18 +08:00

76 lines
2.9 KiB
HTML
Executable File

<!--{if $_G['member']['conisbind']}-->
<p class="pbm bbda xi1">{lang qqconnect:connect_config_bindinfo}</p>
<br />
<!--{if $_G[member][conisregister]}-->
<h2>
<a href="home.php?mod=spacecp&ac=profile&op=password" class="xi2">{lang qqconnect:connect_config_newpassword}</a>
</h2>
<br />
<!--{/if}-->
<h2>
<a href="javascript:;" onclick="display('unbind');{if $_G[member][conisregister]}$('newpassword1').focus();{/if}" class="xi2">{lang qqconnect:connect_config_unbind}</a>
</h2>
<!--{if $_G[member][conisregister]}-->
<div id="unbind" style="display:none;">
<form action="connect.php?mod=config" method="post" autocomplete="off">
<input type="hidden" name="formhash" value="{FORMHASH}">
<div class="ptm pbm">
<p>{lang qqconnect:connect_config_unbind_desc1}</p>
<p>{lang qqconnect:connect_config_unbind_desc2}</p>
</div>
<div class="password">
<table cellspacing="0" cellpadding="0" class="tfm">
<tr>
<th>{lang qqconnect:connect_config_new_password}</th>
<td><input type="password" size="25" name="newpassword1" id="newpassword1" class="px" value="" /><em class="d">{lang qqconnect:connect_config_password_comment}</em></td>
</tr>
<tr>
<th>{lang qqconnect:connect_config_new_password_confirm}</th>
<td><input type="password" size="25" name="newpassword2" id="newpassword2" class="px" value="" /></td>
</tr>
<tr>
<th></th>
<td>
<input type="hidden" name="op" value="unbind"/>
<button type="submit" name="connectsubmit" value="yes" class="pn pnc"><strong>{lang qqconnect:connect_config_bind_confirm}</strong></button>
</td>
</tr>
</table>
</div>
</form>
</div>
<!--{else}-->
<div id="unbind" style="display:none;">
<form action="connect.php?mod=config" method="post" autocomplete="off">
<input type="hidden" name="formhash" value="{FORMHASH}">
<p class="mtm mbm">
{lang qqconnect:connect_config_unbind_desc3}
</p>
<div>
<input type="hidden" name="op" value="unbind"/>
<button type="submit" name="connectsubmit" value="yes" class="pn pnc"><strong>{lang qqconnect:connect_config_bind_confirm}</strong></button>
</div>
</form>
</div>
<!--{/if}-->
<!--{else}-->
<div class="mtw bm2 cl">
<div class="bm2_b bw0 hm" style="padding-top: 70px;">
<a href="{$_G['connect']['loginbind_url']}"><img src="{IMGDIR}/qq_bind.gif" /></a>
<p class="mtn xg1">{lang qqconnect:connect_config_bind}</p>
</div>
<div class="bm2_b bm2_b_y bw0">
<dl class="xld">
<h2 class="xi1 xs2">{lang qqconnect:connect_config_title}</h2>
<dt>{lang qqconnect:connect_config_desc_title1}</dt>
<dd class="xg1">{lang qqconnect:connect_config_desc_content1}</dd>
<dt>{lang qqconnect:connect_config_desc_title2}</dt>
<dd class="xg1">{lang qqconnect:connect_config_desc_content2}</dd>
</dl>
</div>
</div>
<!--{/if}-->