蓝雨 发表于 2009-7-5 09:43:35

7.32首页添加登陆框兼背景图片




找的风格下的 header.htm
然后查找第二个 “注册”代码

<a href=\"login.php\" title=\"登录\" class=\"ml b\">登录</a> <a href=\"$regurl\" class=\"b\">注册</a>


替换为
<div class=\"guide\" style=\"margin-top:3px\">
<div class=\"c\"></div>
<form action=\"login.php\" name=\"FORM\" method=\"post\">
<input type=\"hidden\" name=\"jumpurl\" value=\"index.php\" />
<input type=\"hidden\" name=\"lgt\" value=\"0\" />
<input type=\"hidden\" name=\"step\" value=\"2\" /> 用户名:<input style=\"background-image: url(images/login_bg.gif)\" class=\"input gray\" style=\"width:85px\" name=\"pwuser\" value=\"\" tabindex=\"1\" />
密码:<input style=\"background-image: url(images/login_bg.gif)\" class=\"input\" type=\"password\" name=\"pwpwd\" style=\"width:85px;\" onclick=\"this.value=;\" tabindex=\"2\" /> <input class=\"btn\" type=\"submit\" value=\"登 录\" style=\"width:50px\" tabindex=\"8\" />
</form>
<form action=\"register.php\">
<input class=\"btn\" type=\"submit\" value=\"注 册\" style=\"width:50px\" tabindex=\"8\" /></a>
</form>
</div>

页: [1]
查看完整版本: 7.32首页添加登陆框兼背景图片