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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[其他] 首页登陆窗口现在是竖排的 怎样改成横排的?

 关闭 [复制链接]
hxweichi 发表于 2006-8-3 07:03:59 | 显示全部楼层
给你一个吧....


  1. <div id="top_login">
  2.         <!--{if $_SGLOBAL[supe_uid]}--><div id="logincommunity2">
  3.          {lang tpl_panel_welcome} <font color="red"><b>$_SGLOBAL[supe_username]</b></font> {lang tpl_panel_come}
  4.             <!--{if $_SGLOBAL[member][groupid] == 1}-->
  5.               <a href="{S_URL}/admincp.php" target="_blank">{lang tpl_panel_setting}</a>
  6.                          <!--{/if}-->
  7.                           <!--{if $_SGLOBAL[member][havespace]}-->
  8.                                 <a href="#uid/$_SGLOBAL[supe_uid]/action/space#" target="_blank">{lang tpl_panel_view_myspace}</a>&nbsp;&nbsp;<a href="{S_URL}/spacecp.php?uid=$_SGLOBAL[supe_uid]" target="_blank">{lang tpl_panel_manage_myspace}</a>
  9.                            <!--{elseif $_SGLOBAL[supe_uid]}-->
  10.                                  <a href="#action/register#" target="_blank">{lang tpl_panel_use_myspace}</a>
  11.                             <!--{/if}-->
  12.                                                          <a href="{S_URL}/batch.login.php?action=logout">{lang tpl_panel_logout}</a></div>
  13.     <!--{else}-->
  14.         <div id="logincommunity">   
  15.           <form method="post" name="login" action="{S_URL}/batch.login.php?action=login">  用户名:
  16.                        <input type="text" name="username" size="16" class="input">密   码:
  17.                          <input type="password" name="password" size="16" class="input">
  18.                           <input type="hidden" name="formhash" value="{F_HASH}">
  19.                             <input type="hidden" name="refer" value="$refer">
  20.                             <button type="submit" id="dologin" name="loginsubmit" value="true" class="go">{lang tpl_login_login}</button>                                                                   <input type="button" value="用户注册" class="go" onclick="location.href='../bbs/register.php';"><input type="button" value="找回密码" class="go" onclick="location.href='../bbs/member.php?action=lostpasswd';">  
  21.                      </form></div>
  22.                                          <!--{/if}-->
  23.        
  24.   </div>
复制代码


  1. #top_login {
  2.         width: 770px;
  3.         background: url(../images/nav1_bg.gif) repeat-x ;
  4. }
  5. #top_login #logincommunity {
  6.        
  7.         float: right;
  8.         font-size: 12px;
  9.         padding-left: 9px;
  10. }
  11. #top_login #logincommunity2 {
  12.         line-height: 30px;
  13.         float: right;
  14.         font-size: 12px;
  15.         padding-left: 9px;
  16. }
复制代码

[ 本帖最后由 hxweichi 于 2006-8-3 07:09 编辑 ]
回复

使用道具 举报

 楼主| greatweather 发表于 2006-8-3 09:03:49 | 显示全部楼层
hxweichi   太感谢了!要的就是这个!崇拜死你了!
回复

使用道具 举报

静待轮回 发表于 2006-8-5 12:33:31 | 显示全部楼层
我也帮顶`但是有个问题 <form method="post" name="login" action="../space/batch.login.php?action=login">
                                                        
                                                                <td align="right">用户名:
                                                                  <input type="text" name="username" size="16" class="input">密  
                                                                码:
                                                                  <input type="password" name="password" size="16" class="input">
                                                                  <input type="hidden" name="formhash" value="193841db">
                                                                  <input type="hidden" name="refer" value="">
                                                                  <button type="submit" id="dologin" name="loginsubmit" value="true" class="go">登录</button>                                                                  <input type="button" value="找回密码" class="go" onclick="location.href='../bbs/member.php?action=lostpasswd';">  
    <input type="button" value="用户注册" class="go" onclick="location.href='../bbs/register.php';"></td>
                                                          </tr>
                                                        </form> 这个代码防到哪个文件里面啊~
回复

使用道具 举报

静待轮回 发表于 2006-8-5 12:38:07 | 显示全部楼层
加在哪个文件里啊
回复

使用道具 举报

asy 发表于 2006-11-1 08:20:19 | 显示全部楼层
用了不行,能讲解一下么?
回复

使用道具 举报

530761333 发表于 2007-3-1 09:27:56 | 显示全部楼层
把batch.panel.php修改成这样就可以,再美化下就OK,修改前备份原始文件

CODE:
<?php

/*
        [SupeSite/X-Space] (C)2001-2006 Comsenz Inc.
        用户动态面板

        $RCSfile: batch.panel.php,v $
        $Revision: 1.8.4.3 $
        $Date: 2006/11/23 01:28:24 $
*/

include_once('./include/main.inc.php');

getcookie();

$uid = $_SGLOBAL['supe_uid'];

if(!empty($uid)) {
        print <<<END
        document.write('<ul class="msgtitlelist">');
        document.write('<a href="$siteurl/?$uid" target="_blank">我的个人空间

</a> | <a href="$siteurl/spacecp.php?docp=me" target="_blank">空间管理</a>');
        document.write('<a href="$bbsurl/pm.php" target="_blank">我的站内消息

</a> | <a href="$bbsurl" target="_blank">访问论坛</a> | ');
        document.write('<a href="$siteurl/index.php?action_site_type_panel" target="_blank">

我的快捷面板</a> | <a href="$siteurl/batch.login.php?action=logout"

target="_blank">安全退出</a>');
        document.write('</ul>');
END;
} else {
        print <<<END
        document.write('<form id="login" method="post" name="login"

action="$siteurl/batch.login.php?action=login" target="_self">');
        document.write('<p><label for="username">用户名</label><input type="text"

name="username" id="username" />');
        document.write('<label for="userpass">密 码</label><input type="password"

name="password" id="userpass" />');
        document.write('<button type="submit" name="loginsubmit" id="dologin" value="true">

登录</button> <a href="$bbsurl/register.php?referer=$siteurl/index.php" target="_blank">注册

</a> <a href="$bbsurl/member.php?action=lostpasswd" target="_blank">找回密码</a></p>');
        document.write('</form>');
END;
}

?>
回复

使用道具 举报

llhf76 发表于 2007-3-4 16:16:08 | 显示全部楼层
原帖由 hxweichi 于 2006-8-3 07:03 发表
给你一个吧....



       
         {lang tpl_panel_welcome} $_SGLOBAL[supe_username] {lang tpl_panel_come}
            
              {lang tpl_panel_setting}
                        
    ...


能详细说明一下此两段代码分别放在什么地方吗?
回复

使用道具 举报

jsaren 发表于 2007-3-4 22:15:30 | 显示全部楼层
汗,原来版主都是这么当的。很难看到版主出来工作。
回复

使用道具 举报

stheng123 发表于 2007-7-22 01:04:07 | 显示全部楼层
帮顶。。。:) :) :) :)
回复

使用道具 举报

星仔 发表于 2007-10-19 12:53:35 | 显示全部楼层
#top_login {
        width: 770px;
        background: url(../images/nav1_bg.gif) repeat-x ;
}
#top_login #logincommunity {
        
        float: right;
        font-size: 12px;
        padding-left: 9px;
}
#top_login #logincommunity2 {
        line-height: 30px;
        float: right;
        font-size: 12px;
        padding-left: 9px;
}



这个应该说放在哪个文件里啊?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-11 17:50 , Processed in 0.029868 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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