spacecp.htm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <p class="pbm bbda xi1">{lang wechat:wechat_spacecp_bind_title}</p>
  2. <br />
  3. <!--{if $_G['wechatuser']['isregister']}-->
  4. <h2>
  5. <a href="javascript:;" onclick="display('unbind');" class="xi2">{lang wechat:wechat_spacecp_setpw}</a>
  6. </h2>
  7. <form id="wechatform" method="post" autocomplete="off" action="plugin.php?id=wechat:spacecp">
  8. <input type="hidden" name="formhash" value="{FORMHASH}" />
  9. <div class="password">
  10. <table cellspacing="0" cellpadding="0" class="tfm">
  11. <tr>
  12. <th><label>{lang wechat:wechat_spacecp_pw}</label></th>
  13. <td><input type="password" name="newpassword1" size="30" class="px p_fre" tabindex="1" /></td>
  14. <td class="tipcol"></td>
  15. </tr>
  16. <tr>
  17. <th><label>{lang wechat:wechat_spacecp_repw}</label></th>
  18. <td><input type="password" name="newpassword2" size="30" class="px p_fre" tabindex="2" /></td>
  19. <td class="tipcol"></td>
  20. </tr>
  21. <tr>
  22. <th></th>
  23. <td>
  24. <button type="submit" name="resetpwsubmit" value="yes" class="pn pnc"><strong>{lang submit}</strong></button>
  25. </td>
  26. </tr>
  27. </table>
  28. </div>
  29. </form>
  30. <br />
  31. <!--{/if}-->
  32. <h2>
  33. <a href="javascript:;" onclick="display('unbind');" class="xi2">{lang wechat:wechat_spacecp_unbind}</a>
  34. </h2>
  35. <div id="unbind" style="display:none;">
  36. <form id="wechatform" method="post" autocomplete="off" action="plugin.php?id=wechat:spacecp">
  37. <input type="hidden" name="formhash" value="{FORMHASH}" />
  38. <!--{if $_G['wechatuser']['isregister']}-->
  39. <p class="mtm mbm">
  40. {lang wechat:wechat_spacecp_setpw_first}
  41. </p>
  42. <!--{else}-->
  43. <p class="mtm mbm">
  44. {lang wechat:wechat_spacecp_unbind}
  45. </p>
  46. <button type="submit" name="unbindsubmit" value="yes" class="pn pnc"><strong>{lang wechat:wechat_spacecp_unbind_button}</strong></button>
  47. <!--{/if}-->
  48. </form>
  49. </div>
  50. </form>