|
==========================================
phpwind
==========================================
<form action=bbs/login.php method=post>
<input type=hidden name=step value=2>
<input type=hidden name=cktime value=31536000>
用户名:
<input type=text size=12 name=username>
密码:
<input type=password size=12 name=loginpwd>
<input name="submit" type=submit value='登 录'>
<a href="bbs/register.php">注册</a> <a href="bbs/index.php">游客</a>
</form>
==========================================
discuz
==========================================
<form action=bbs/logging.php?action=login method=post>
<input type="hidden" name="referer" value="论坛真实地址">
<input type=hidden name=radio value=31536000>
用户名:
<input type=text size=12 name=username>
密码:
<input type=password size=12 name=password>
<input name="loginsubmit" type=submit value='登 录'>
<a href="bbs/register.php">注册</a> <a href="bbs/index.php">游客</a>
</form> |
本文地址: https://jiufei.net/bbs/thread-315-1-1.html
|