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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

这个文件怎么输出设为首页

[复制链接]
yaoyoubin 发表于 2010-2-11 11:25:35 | 显示全部楼层 |阅读模式
本帖最后由 yaoyoubin 于 2010-02-11 11:26 编辑

<?php

/*
        [SupeSite] (C) 2007-2009 Comsenz Inc.
        $Id: batch.panel.php 13359 2009-09-22 09:06:19Z 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(!empty($channels['menus'])) {
                foreach($channels['menus'] as $value) {
                        $channel = $value['nameid'];
                        if(!checkperm('allowpost')) continue;
                        if($value['type']=='type' || $value['type']=='user' && $value['upnameid']=='news') {
                                $divhtml .= '<li><a href="'.$siteurl.'/cp.php?ac=news&op=add&type='.$value['nameid'].'" target="_blank">'.$value['name'].'</a></li>';
                                $showpost++;
                                $showposturl = $siteurl.'/cp.php?ac=news&op=add&type='.$value['nameid'];
                        } elseif($value['type']=='model') {
                                $divhtml .= '<li><a href="'.$siteurl.'/cp.php?ac=models&op=add&nameid='.$value['nameid'].'" target="_blank">'.$value['name'].'</a></li>';
                                $showpost++;
                                $showposturl = $siteurl.'/cp.php?ac=models&op=add&nameid='.$value['nameid'];
                        }
                }
        }
        
        if($showpost == 1) {
                $showposturl = "document.write('<a href=\"$showposturl\" class=\"contribute_txt_lh\" target=\"_blank\">$lang[pannel_contribution]</a> ');";
        } elseif($showpost > 1) {
                $showposturl = "document.write('<a href=\"javascript:contributeop_lh();\" class=\"contribute_txt_lh\">$lang[pannel_contribution]</a> ');";
        }
        
        $divhtml .= '</ul></div>';
        
        $openstate = empty($_GET['open']) ? array('', 'none') : array('none', '');
        print <<<END
        document.write('<ul><li>');
        document.write('您好, <a href="$siteurl/space.php?uid=$uid" target="_blank"><span style="color:#c63902">$_SGLOBAL[supe_username]</span></a><span style="color:#36C"> 欢迎回家!</span> [<a href="$siteurl/batch.login.php?action=logout">退出</a>]');
        document.write(' | <a href="http://blog.qxnzx.com/space.php?uid=$uid" target="_blank">我的博客</a> ');
        document.write(' | <a href="http://blog.qxnzx.com/cp.php?ac=task" target="_blank"><font color="#FF0000">我的任务</font></a> ');
        document.write(' | <a href="http://blog.qxnzx.com/space.php?do=pm" target="_blank">我的消息</a>')
        document.write(' | <a href="http://blog.qxnzx.com/admincp.php" target="_blank">博客管理</a> ');
        document.write(' | <a href="$siteurl/cp.php" target="_blank">管理中心</a>');
        document.write(' | <a href="javascript:contributeop_lh();" class="contribute_txt_lh"  id="contribute_txt_lh">发布信息</a>');
        document.write('</li></ul>');
        document.write('<div id="contribute_op" style="display:none;"><a href="/action-news" target="_blank">新闻资讯</a><a href="http://job.qxnzx.com/index.php/personal/resume/lister.html" target="_blank">个人求职</a><a href="http://job.qxnzx.com/index.php/company/jobs/create.html" target="_blank">企业招聘</a><a href="$siteurl/cp.php?ac=models&op=add&nameid=life" target="_blank">生活信息</a><a href="$siteurl/cp.php?ac=models&op=add&nameid=house" target="_blank">房屋出租</a></ul></div>');
        function contributeop_lh() {               
                $$('contribute_op').style.left=findPosX($$('contribute_txt_lh'))+'px';
                $$('contribute_op').style.top=(findPosY($$('contribute_txt_lh'))+20)+'px';
                if($$('contribute_op').style.display==''){
                        $$('contribute_op').style.display='none';
                }else{
                        $$('contribute_op').style.display='';
                }                        
        }
        function hidendivop(){
                $$('contribute_op').style.display='none';
        }
END;
        //if(checkperm('manageadmincp')) print("document.write(' | <a href=\"$siteurl/admincp.php\" target=\"_blank\">$blang[management]</a>');");
        print <<<END
        
END;
} else {

        $formhash = formhash();
        print <<<END
        var noseccode = $_SCONFIG[noseccode];
        document.write('<form id="login_box" action="$siteurl/batch.login.php?action=login" method="post">');
        document.write('<font color="#009900">通行证</font> | ');
        document.write('<input type="hidden" name="formhash" value="$formhash" />');
        document.write('$blang[username]: <input type="text"  name="username" class="user" /> ');
        document.write('$blang[password]: <input type="password" name="password" class="user" /> ');
        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(' ')
        document.write('<input type="submit" name="loginsubmit" class="submit" value=" " />');
        document.write(' ');
        document.write('<a href="$siteurl/do.php?action=register">$blang[registration]</a>| <a href="$siteurl/do.php?action=lostpasswd">$blang[find_passwords]</a>');
        document.write('<a href="services/" class="ad">广告服务</a>')
        document.write('<a href="/action-announcement-id-6" class="tg">我要投稿</a>');
        document.write('<a href="/jianz/" class="jz">建站服务</a>');

                document.write('</form>');
END;
}

?>
怎样在以上document.write('<a href="http://www.******.cn" class="jz">建站服务</a>'); 这段代码的后面
输出设为首页这段代码
<span style="CURSOR: hand">设为首页</span>
如图显示样式  点击以后能把他设置为首页
myp4p 发表于 2010-2-13 09:36:32 | 显示全部楼层
你应该去SS区咨询一下
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 22:36 , Processed in 0.025183 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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