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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 改的风格注册页没反映!谁知道怎么解决?

[复制链接]
caoxuming 发表于 2010-3-24 16:41:49 | 显示全部楼层 |阅读模式
document.write('<li class="Lbtn_no" title="注册"><input type="button" value="注册" class="l_btnReg" /></li>');


以下是注册页的全部代码
<?php

/*
        [SupeSite] (C) 2007-2009 Comsenz Inc.
        $Id: batch.panel.php 11538 2009-03-09 08:15:35Z zhaofei $
*/

include_once('./common.php');
include_once(S_ROOT.'./language/batch.lang.php');

$uid = $_SGLOBAL['supe_uid'];
$ucurl = avatar($uid);
$siteurl = S_URL_ALL;
if(!empty($uid)) {
        if($channels['menus']['bbs']) {
                $bbshtml = ' | <a href="'.$_SC['bbsurl'].'" target="_blank">'.$blang['forum_visit'].'</a>';
        }
        if($channels['menus']['uchblog'] || $channels['menus']['uchimage']) {
                $uchhtml = ' | <a href="'.$_SC['uchurl'].'" target="_blank">'.$blang['home_visit'].'</a>';
        }
        $showpost = 0;
        $showposturl = '';
        $divhtml = '<div id="contribute_op" style="display:none;"><ul>';
        if(!in_array('news', $_SCONFIG['closechannels']) && !empty($_SGLOBAL['group']['managespacenews'])) {
                $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=spacenews&op=add" target="_blank" onclick="hidendivop();">'.$lang['news'].'</a></li>';
                $showpost++;
                $showposturl = $siteurl.'/admincp.php?action=spacenews&op=add';
        }
       
        include_once(S_ROOT.'./function/model.func.php');
        $midarr = getuserspacemid();
        if(!empty($midarr)) {
                foreach($midarr as $tmpkey => $tmpvalue) {               
                        $divhtml .= '<li><a href="'.$siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add" onclick="hidendivop();" target="_blank">'.$tmpvalue['modelalias'].'</a></li>';
                        $showpost++;
                        $showposturl = $siteurl.'/admincp.php?action=modelmanages&mid='.$tmpvalue['mid'].'&op=add';
                }
        }
       
        if($showpost == 1) {
                $showposturl = "document.write('<div class=\"user_op\"> <a href=\"$showposturl\" class=\"contribute_txt\" target=\"_blank\">$lang[pannel_contribution]</a> ');";
        } elseif($showpost > 1) {
                $showposturl = "document.write('<div class=\"user_op\"> <a href=\"javascript:contributeop();\" class=\"contribute_txt\">$lang[pannel_contribution]</a> ');";
        }
       
        $divhtml .= '</ul></div>';
       
        print <<<END
        function contributeop() {
                if($('contribute_op').style.display != 'block') {
                        $('contribute_op').style.display = 'block';
                } else {
                        $('contribute_op').style.display = 'none';
                }       
        }
        function hidendivop(){
                $('contribute_op').style.display = 'none';
        }
        document.write('<div id="header_login2">');
        document.write('<p>');
        document.write('$blang[welcome], <a href="$siteurl/space.php?uid=$uid">$_SGLOBAL[supe_username]</a> ');
        document.write('<a class="tx_blue" href="$siteurl/space.php?uid=$uid">$blang[my_space]</a> <a href="$siteurl/batch.login.php?action=logout">$blang[safe_logout]</a>');
        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>');
        document.write('</p>');
        document.write('</div>');
END;
} else {

        $formhash = formhash();
        print <<<END
        var noseccode = $_SCONFIG[noseccode];
        document.write('<div id="header_login">');
        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('<ul><li class="Ltext_usn" title="请输入您的账户"><input type="text" name="username" value="请输入用户名" class="l_un" /></li>');
        document.write('<li class="Ltext_pwd" title="请输入您的密码"><input type="password" name="password" value="请输入用户名" class="l_pwd" /></li>');
        document.write('<li class="Lbtn_ok" title="登录"><input type="submit" name="loginsubmit" value="登录" class="l_btnOK" /></li>');
        document.write('<li class="Lbtn_no" title="注册"><input type="button" value="注册" class="l_btnReg" /></li>');
        document.write('</ul>');
        document.write('</form>');
        document.write('</div>');
END;
}

/**
* 取得用户后台模型mid
* return array
*/
function getuserspacemid() {
       
        $cachefile = S_ROOT.'./cache/model/model.cache.php';
        $cacheinfo = '';
        if(file_exists($cachefile)) {
                include_once($cachefile);
        }
        if(!empty($cacheinfo) && is_array($cacheinfo)) {
                return $cacheinfo;
        } else {
                include_once(S_ROOT.'./function/cache.func.php');
                return updateuserspacemid();
        }
}

?>
 楼主| caoxuming 发表于 2010-3-24 16:42:43 | 显示全部楼层
就注册这2个字点了没反映好象没给连接!但不知道在哪个文件里可以加连接!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-17 21:32 , Processed in 0.036457 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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