- 積分
- 721
- 威望
- 721
- 金錢
- 394
- 最後登錄
- 2015-2-6
|
[分享] [Dzwind!代码]精仿DZ官方登入框。
本帖最後由 Dzcode 於 2012-5-26 13:31 編輯
- 1.代码名称:精仿DZ官方登入框
- 2.代码来源:菜鸟基地
- 3.发布来源:http://dzwind.66rt.com
- 4.测试是否可用:可用
複製代碼 演示图:
本代码原为5D6D代码,经测试后可用于SCLUB。
代码放在第三方统计,。- <!--登录框(菜鸟基地原创,转载请注明出处)-->
- <div id="xiangzi521" style="display:none;">
- <form id="loginform" method="post" name="login" action="logging.php?action=login&loginsubmit=true"><br><table width="441">
- <td align="center" valign="middle" nowrap><a href="connect.php?mod=login&op=init&referer=bbs.php"><img src="http://images.5d6d.net/dz7/plugins/qqconnect/qq_login.gif" class="vm" alt="QQ登录" /></a></td><td nowrap >帐号:<input type="text" name="username" size="10" class="txtz" autocomplete="off" style="background:url('http://dd.a.5d6d.com/userdirs/4/e/cainiaojidi/attachments/month_1202/1202060017c6b30a62ee13fe6e.png') no-repeat" tabindex="1"></td>
- <td nowrap><label for="ls_cookietime"><input type="checkbox" name="cookietime" id="ls_cookietime" class="pc" value="2592000" tabindex="903" />自动登录</label></td>
- <td nowrap> <a href="logging.php?action=login"高级登录"><font size=2 color=red><b>高级登录</b></font></a></td>
- </tr><tr><td align="right" nowrap>只需一步,快速开始!</td><td nowrap>密码:<input type="password" name="password" size="10" class="txtz" autocomplete="off" style="background:url('http://dd.a.5d6d.com/userdirs/4/e/cainiaojidi/attachments/month_1202/120206001749426390d5d972c8.png') no-repeat" tabindex="1"> </td><td nowrap><input type="image" src="http://dd.a.5d6d.com/userdirs/4/e/cainiaojidi/attachments/month_1202/1202060017a55f4cbfb2d9db76.jpg" id="login" name="loginsubmit" alt="登陆" /></td>
- <td nowrap> <a href="registerbbs.php" title="注册帐号"><font size=2 color=Green><b>立即注册</b></font></a></td></tr>
- </table></form></div>
- <script type="text/javascript">
- if ($("umenu") != null && discuz_uid == 0){$("umenu").innerHTML = $("footer").getElementsByTagName("form")[0].outerHTML;};
- if ($("umenu") != null && discuz_uid == 0 && $("logging") != null){
- $("umenu").innerHTML =""}
- </script>
複製代碼 更多代码请关注-Dzwind 点击进入 |
-
1
評分人數
-
|