Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 能帮我把这个JS写成横向的登陆菜单吗?

[复制链接]
youthliuhao 发表于 2009-7-16 11:21:30 | 显示全部楼层 |阅读模式
document.write('<div id="user_login_position">');
        document.write('<h3>$blang[user_panel]</h3>');
        document.write('<div class="user_info">');
        document.write('<dl>');
        document.write('<dt><a href="$siteurl/space.php?uid=$uid"><img src="$ucurl" alt=""></a></dt>');
        document.write('<dd>');
        document.write('$blang[welcome], <a href="$siteurl/space.php?uid=$uid">$_SGLOBAL[supe_username]</a> [<a href="$siteurl/batch.login.php?action=logout">$blang[safe_logout]</a>]<br />');
        document.write('<a class="tx_blue" href="$siteurl/space.php?uid=$uid">$blang[my_space]</a>');
        document.write('</dd>');
        document.write('</dl>');
    document.write('<div class="user_op">');
        $showposturl
        document.write(' <span><a href="$siteurl/batch.search.php">$blang[search]</a>');
        document.write('$bbshtml');
        document.write('$uchhtml');
        document.write(' | <a href="$siteurl/admincp.php" target="_blank">$blang[management]</a> </span></div>');
        document.write('</div>$divhtml</div>');
END;
} else {

        $formhash = formhash();
        print <<<END
        var noseccode = $_SCONFIG[noseccode];
        document.write('<div id="user_login_position">');
        document.write('<div id="login_authcode_img" style="display:none"><img src="$siteurl/do.php?action=seccode" alt="$lang[verification_code]" id="img_seccode" /></div>');
        document.write('<form id="login_box" action="$siteurl/batch.login.php?action=login" method="post">');
        document.write('<input type="hidden" name="formhash" value="$formhash" />');
        document.write('<fieldset>');
        document.write('<label>$blang[username]:</label> <input type="text"  name="username" class="input_tx" size="23" onfocus="addseccode();" />');
        document.write('<label>$blang[password]:</label> <input type="password" name="password" class="input_tx" size="23" onfocus="addseccode();" />');
        document.write('<span id="login_authcode_input" style="display:none clear:both;"><label>$lang[verification_code]:</label> <input type="text" class="input_tx" name="seccode" size="10" onfocus="showseccode()"; /> <a href="javascript:updateseccode();">$lang[changge_verification_code]</a></span>');
        document.write('<div id="login_showclose" style="display:inline"><a href="javascript:hidesec();">&nbsp;</a></div>');
        document.write('<div class="clearfix">');
        document.write('<input id="cookietime" type="checkbox" value="315360000" name="cookietime" class="input_remember"/>');
        document.write('<label class="label_remember" for="cookietime">$blang[i_remember]</label>');
        document.write('<input type="submit" name="loginsubmit" class="input_sub" value="$blang[login]" />');
        document.write('</div>');
        document.write('<p class="login_ext"><a href="$siteurl/do.php?action=register">$blang[registration]</a> | <a href="$siteurl/do.php?action=lostpasswd">$blang[find_passwords]</a></p>');
        document.write('</fieldset></form></div>');


这个代码是:batch.panel.php内的登陆框的JS代码。我都改了2天了。都还没弄成横向的。。
把我都弄郁闷了!!
还请高手帮下忙。其中要改CSS。请把commom.css代码也贴上来吧。谢谢了!!
littlehz 发表于 2009-7-16 11:27:34 | 显示全部楼层
如果只是需要把这些改成横向排列,batch.panel.php文件不需要修改,只需要修改CSS。
HTML是控制网页内容,CSS是控制内容的显示(包括排列、字号、颜色、背景等等)。DIV+CSS的内容与样式分离思路就这样的。
这个还是你自己学习CSS修改吧,花两三个月时间学学CSS。
回复

使用道具 举报

jears 发表于 2009-7-16 11:36:04 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-10 17:14 , Processed in 0.018559 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表