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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 这个代码怎么要怎么改呢???

[复制链接]
q75788286 发表于 2009-3-27 02:17:23 | 显示全部楼层 |阅读模式
SupeSite模板
语言编码: GBK简体 
风格转换者: 仿制
本帖最后由 q75788286 于 2009-3-27 02:22 编辑

原来是这样的 1.jpg 我想把登陆窗口加在这里 2.jpg 改来改去总是不对!请大家帮忙看下!下面是要改的代码:
  1. <!--{template header}-->
  2. <!--{eval $ads = getad('system', 'indexad', '1'); }-->
  3. <h2><a href="{S_URL}/"><img src="{S_URL}/images/logo.gif" alt="$_SCONFIG[sitename]" /></a></h2>
  4. <!--{if !empty($ads['pageheadad']) }-->
  5. <div class="ad_header">$ads[pageheadad]</div>
  6. <!--{/if}-->
  7. </div>
  8. </div>
  9. <div id="pagebody">
  10. <div id="pagebody_extbg">
  11.         <div id="nav">
  12.                 <ul class="main_nav">
  13.                         <!--{if empty($_SCONFIG['defaultchannel'])}-->
  14.                         <li class="current"><a href="{S_URL}/index.php"><span>首页</span></a></li>
  15.                         <!--{/if}-->
  16.                         <!--{loop $channels['menus'] $key $value}-->
  17.                         <li><a href="$value[url]"><span>$value[name]</span></a></li>
  18.                         <!--{/loop}-->
  19.                 </ul>
  20.         </div>

  21.         <div class="column">
  22.                 <div id="supehot">
  23.                         <!--{block name="spacenews" parameter="haveattach/2/order/i.dateline DESC/limit/0,4/cachetime/83400/subjectlen/40/subjectdot/1/cachename/hotnewspic"}-->
  24.                         <div class="box_l" id="index_focus_turn">
  25.                                 <!--{if !empty($_SBLOCK['hotnewspic'])}-->
  26.                                 <div id="index_focus_turn_pic">
  27.                                         <div id="index_focus_turn_picList" style="left:0; top:0;">
  28.                                                 <ul>
  29.                                                         <!--{loop $_SBLOCK['hotnewspic'] $pkey $pvalue}-->
  30.                                                         <li><a href="$pvalue[url]"><img src="$pvalue['a_filepath']" alt="" /></a></li>
  31.                                                         <!--{/loop}-->
  32.                                                 </ul>
  33.                                         </div>
  34.                                         <div id="index_focus_turn_opvdiv"></div>
  35.                                         <div id="index_focus_turn_tx">
  36.                                                 <ul>
  37.                                                 <!--{eval $i = 0}-->
  38.                                                 <!--{loop $_SBLOCK['hotnewspic'] $key $value}-->
  39.                                                         <!--{eval $current = ($i == 0 ? 'current' : 'normal');}-->
  40.                                                         <li class="$current">$value[subject]</li>
  41.                                                         <!--{eval $i++}-->
  42.                                                 <!--{/loop}-->
  43.                                                 </ul>
  44.                                         </div>
  45.                                 </div>
  46.                                 <div id="index_focus_turn_btn">
  47.                                         <ul>
  48.                                                 <!--{eval $i = 0}-->
  49.                                                 <!--{loop $_SBLOCK['hotnewspic'] $bkey $bvalue}-->
  50.                                                 <!--{eval $current = ($i == 0 ? 'current' : 'normal');}-->
  51.                                                 <li class="$current"><img src="$bvalue[a_thumbpath]" alt="" /></li>
  52.                                                 <!--{eval $i++}-->
  53.                                                 <!--{/loop}-->
  54.                                         </ul>
  55.                                 </div>
  56.                                 <!--{/if}-->
  57.                         </div>
  58.                         
  59.                         <div class="box_r">
  60.                                 <div class="supehot_txbox">
  61.                                         <div class="supehot_txbox_caption">
  62.                                                 <ul>
  63.                                                         <li class="current"><em>最新资讯</em></li>
  64.                                                 </ul>
  65.                                         </div>
  66.                                         <div class="supehot_txbox_content">
  67.                                                 <!--{block name="spacenews" parameter="order/i.dateline DESC/limit/0,9/cachetime/85400/subjectlen/40/subjectdot/1/cachename/hotnews1"}-->
  68.                                                 <ul class="current" id="supehot_list_1">
  69.                                                 <!--{loop $_SBLOCK['hotnews1'] $value}-->
  70.                                                         <li><span class="box_r">#date('m.d',$value['dateline'])#</span><a href="$value[url]">$value[subject]</a></li>
  71.                                                 <!--{/loop}-->
  72.                                                 </ul>
  73.                                         </div>
  74.                                 </div>
  75.                         </div>
  76.                 </div><!--supehot end        -->
  77.                
  78.                 <div id="supespecial">
  79.                         <ul>
  80.                         <!--{block name="poll" parameter="order/dateline DESC/limit/0,1/cachetime/80000/cachename/poll"}-->
  81.                                 <!--{if empty($_SBLOCK['poll'])}-->
  82.                                 <li>暂时没有调查</li>
  83.                                 <!--{else}-->
  84.                                         <!--{loop $_SBLOCK['poll'] $value}-->
  85.                                         <li>调查:<a href="$value[url]" target="_blank">$value[subject]</a></li>
  86.                                         <!--{/loop}-->
  87.                                 <!--{/if}-->
  88.                         <!--{block name="announcement" parameter="order/displayorder DESC,starttime DESC/limit/0,1/cachetime/96400/subjectlen/40/subjectdot/1/cachename/announce"}-->
  89.                         <!--{if empty($_SBLOCK['announce'])}-->
  90.                                         <li>暂时没有公告</li>
  91.                                 <!--{else}-->
  92.                                 <!--{loop $_SBLOCK['announce'] $value}-->
  93.                                         <li>公告:<a href="$value[url]" target="_blank">$value[subject]</a>
  94.                                 <!--{/loop}-->
  95.                         <!--{/if}-->
复制代码
大家看下需要怎么改!下面是配对的CSS代码:
/* Index style */
        /* Index common style start */       
.supe_globalmodule { width:948px; overflow:hidden; margin-bottom:8px; }
        .supe_globalmodule_l { float:left; width:675px; height:305px; overflow:hidden; border:1px solid #240414; background:#000; }
        .supe_globalmodule_r { float:right; width:260px; height:305px; overflow:hidden; border:1px solid #240414; }
        .supe_globalmodule_r h3 { width:117px; height:27px; margin:-1px 0 0 -1px; background:url(../images/supe_globalcaption_r_bg.gif) no-repeat; color:#FFF; text-align:center; line-height:27px; text-indent:0; }

.supe_piclist ul li{ position:relative; float:left; width:102px; height:120px; overflow:hidden; margin:0 10px 13px 0; *margin:0 10px 11px 0; }
        .supe_piclist ul li div { display:table-cell; *display:block; width:100px; height:100px; overflow:hidden; border:1px solid #E0E9F2; background:#080808; text-align:center; vertical-align:middle; *font-size:86px; cursor:pointer; }
        .supe_piclist ul li div img { vertical-align:middle; }
        .supe_piclist ul li span { position:absolute; left:0; bottom:0; *bottom:-2px; width:105px; height:17px; overflow:hidden; line-height:16px; text-align:center; }
        /* Index common style end */       

#supehot { width:100%; overflow:hidden; margin-bottom:8px; }/*styling for the index/bbs/blog comment*/
        #supehot .box_l { width:525px; height:245px; }
        #supehot .box_r { width:416px; }
        .supehot_txbox { height:245px!important; *height:249px; overflow:hidden; border:1px solid #240414; background:#000; }
                .supehot_txbox_caption { height:25px; overflow:hidden; margin-left:-1px; background:url(../images/global_caption_bg.gif) repeat-x; line-height:25px; }
                        .supehot_txbox_caption ul { padding-left:8px; }
                        .supehot_txbox_caption li { float:left; margin-left:-1px; border-left:1px solid #240414; border-right:1px solid #240414; }
                        .supehot_txbox_caption li em { padding:0 13px 3px; cursor:pointer; }
                        .supehot_txbox_caption .current em { padding:7px 13px 5px; background:#000; color:#F00; font-weight:700; }
                .supehot_txbox_content {}
                        .supehot_txbox_content ul { padding:11px 0 0; }
                        .supehot_txbox_content .normal { display:none; }
                        .supehot_txbox_content li { width:92%; height:22px; overflow:hidden; margin:0 auto; line-height:22px; }
                        .supehot_txbox_content .box_r { width:auto !important; margin-left:20px; color:#999; }

        /* Index Focus Turn style start */
#index_focus_turn { border:1px solid #240414; background:#000; }
        #index_focus_turn_pic { display:inline; position:relative; float:left; width:410px; height:225px; overflow:hidden; margin:10px 0 0 10px; }
                #index_focus_turn_picList { position:absolute; }
                #index_focus_turn_picList li { width:410px; height:225px; overflow:hidden; }
                #index_focus_turn_picList img { width: expression(410 / this.width * this.height > 225 ? 410 : this.width * 225 / this.height);  max-width: 410px; min-width: 410px;}
        #index_focus_turn_btn { display:inline; float:right; width:91px; margin:9px 9px 0 0; }
                #index_focus_turn_btn li { width:91px; height:57px; cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
                #index_focus_turn_btn img { width:75px; height:45px; margin:7px 0 0 11px; }
                #index_focus_turn_btn .current { background:url(../images/focus_trun_btnbg.gif) no-repeat; filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; }
        #index_focus_turn_opvdiv { position:absolute; left:0; bottom:0; width:410px; height:35px; background:#000; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
        #index_focus_turn_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
                #index_focus_turn_tx span { font-size:12px !important; }
                #index_focus_turn_tx .normal { display:none; }
        /* Index Focus Turn style end */

#supespecial { width:948px; height:40px; overflow:hidden; margin-bottom:8px; border:1px dashed #880F2E; background:#000 url(../images/dashed_exect_bg.gif) repeat-y 315px 0; }
        #supespecial ul { height:40px; overflow:hidden; background:url(../images/dashed_exect_bg.gif) repeat-y 630px 0; }
        #supespecial li { display:inline; float:left; width:255px; height:18px; overflow:hidden; margin:12px 15px 0 20px; padding-left:25px; background:url(../images/icon_leftarrow.gif) no-repeat 0 1px; color:#F00; font-weight:700; }
        #supespecial li a { font-weight:400; }
        #supespecial .supesearch { height:30px; margin:8px 15px 0 20px; background-position:0 5px; }
                .supesearch input { vertical-align:middle; }
                .supesearch label { vertical-align:middle !important; *vertical-align:bottom; }

#supenews {}, #supebbs {}
        #supenews .supenews_pic, #supebbs .supebbs_pic { width:97%; height:97px; overflow:hidden; margin:15px auto 0; background:url(../images/dashed_bg.gif) repeat-x 0 96px; }
                #supebbs .supebbs_pic { height:120px; background-position:0 119px; }
                        #supebbs .supebbs_pic ul { padding-left:12px !important; padding-left:8px;}
                        #supebbs .supebbs_pic li { display:inline; float:left; width:135px; margin-right:28px; }
                        #supebbs .supebbs_pic li h5 { height:20px; overflow:hidden; margin:3px 0; font-weight:400; text-align:center; }
                        #supebbs .supebbs_pic li img { display:block; width:135px; height:85px; padding:1px; border:1px solid #000; }
                #supenews .supenews_pic dl { display:inline; float:left; width:310px; overflow:hidden; margin:0 5px 0 10px; }
                        #supenews .supenews_pic dt { float:left; width:125px; }
                        #supenews .supenews_pic dt img { display:block; width:121px; height:85px; border:1px solid #000; }
                        #supenews .supenews_pic dd { float:right; width:180px; }
                        #supenews .supenews_pic dd h5 { height:20px; overflow:hidden; margin-bottom:3px; }
                        #supenews .supenews_pic dd p { height:55px; overflow:hidden; }
        .supebbs_tx, .supenews_tx { width:100%; margin:8px auto 0;}
                .supebbs_tx ul, .supenews_tx ul { margin-bottom:7px; padding-left:25px; }
                .supebbs_tx li, .supenews_tx li { float:left; width:44%; height:22px; overflow:hidden; margin-right:25px; padding-left:12px; line-height:22px; background:transparent url(../images/icon_li.gif) no-repeat scroll 0 11px; }
                .supebbs_tx li .box_r, .supenews_tx li .box_r { margin-left:15px; }
                .supebbs_tx li .box_r a , .supenews_tx li .box_r a{ color:#999; }
                .supebbs_tx_more, .supenews_tx_more { text-indent:15px; font-weight:700; }
                .supebbs_tx_more a , .supenews_tx_more a { color:#F00; }
        .supebbs_top10 {} /* styling for the supeindex/bbsindex */
                .supebbs_top10 ul { overflow:hidden; background:url(../images/supebbs_top10_bg.gif) no-repeat; }
                .supebbs_top10 ul li { height:28px; overflow:hidden; margin-right:15px; padding-left:45px; color:red; line-height:28px;  }
                .supebbs_top10 ul li .num { float:right; padding-left:14px; color:#999 !important; }
        .supenews_top10_ext ul { background:url(../images/supenews_top10_ext_bg.gif) repeat; } /* styling for the supenews */
                .supenews_top10_ext ul li { padding-left:20px; }

#supepic {}
        #supepic .supe_globalmodule_l {  }
        #supepic .top_pic { float:left; width:180px; overflow:hidden; *margin-right:-3px; padding:17px 23px 0 15px; }
        #supepic .top_pic div { display:table-cell; width:180px; height:225px; overflow:hidden; padding:3px; border:1px solid #E0E9F2; background:#080808; text-align:center; vertical-align:middle; *display: block; *font-size:190px; }
        #supepic .top_pic div img { max-width:180px; max-height:225px; width:expression(this.width > 180 && this.width > this.height ? 180: true); height:expression(this.height > 225? 225: true); vertical-align:middle; }
        #supepic .top_pic span { display:block; width:180px; height:20px; overflow:hidden; text-align:center; }
        #supepic .supe_globalmodule_l .supe_piclist { padding:17px 0 0 0;  }
        #supepic .supe_globalmodule_r .supe_piclist { padding:17px 0 0 0px;  }
        #supepic .supe_globalmodule_r .supe_piclist li { display:inline; margin:0 0 14px 18px; }
        #supepic {}

#supeblog {}/* styling for the index/blog */
        #supeblog .supeblog_top { width:98%; height:68px; overflow:hidden; margin:20px auto 10px; background:url(../images/dashed_bg.gif) repeat-x center bottom; }
                #supeblog .supeblog_top dl { display:inline; float:left; width:318px; overflow:hidden; margin-left:12px; }
                #supeblog .supeblog_top dl dt { float:left; width:50px; margin-right:8px; *margin-right:5; }
                #supeblog .supeblog_top dl dd { }
                #supeblog .supeblog_top dl dd h5 { height:18px; overflow:hidden; margin-bottom:3px; }
                #supeblog .supeblog_top dl dd p { height:30px; overflow:hidden; line-height:16px; }
       
        #supeblog .supeblog_txlist {}
                #supeblog .supeblog_txlist li { display:inline; float:left; width:292px; height:25px; overflow:hidden; margin:0 0 0 22px; padding-left:12px; background:url(../images/icon_li.gif) no-repeat 0 11px; line-height:25px; }
                #supeblog .supeblog_txlist span { float:right; padding-left:25px; font-size:12px; }
                #supeblog .supeblog_txlist span a { color:#999; }
       
        #supeblog .supe_globalmodule_r {}
                #supeblog .supe_globalmodule_r ul { height:230px; overflow:hidden; padding:20px 0 0 0; }
                #supeblog .supe_globalmodule_r li { display:inline; float:left; width:55px; height:66px; overflow:hidden; margin:10px 0 0 25px; }
                #supeblog .supe_globalmodule_r li span { display:block; width:50px; height:20px; line-height:20px; text-align:center; }
                #supeblog .supe_globalmodule_r li img { display:block; width:48px; height:48px; }

.topzone_list {}/* styling for the blog ext */
        .topzone_list .supe_globalmodule_l { width:708px; }
        .topzone_list .supeblog_top dl { width:320px!important; margin:0 0 0 22px!important;}
        .topzone_list .supeblog_txlist ul { padding-left:9px!important;}
        .topzone_list .supeblog_txlist li { width:293px !important; margin:0 20px!important;}

#supelink { border:1px dashed #240414; }
        #supelink_cpation { width:99%; height:28px; margin:0 auto 12px; background:url(../images/dashed_bg.gif) repeat-x 0 27px; line-height:28px; }
                #supelink_cpation h3 { display:inline; float:left; margin-left:6px; color:#fff; }
                #supelink_cpation a { float:right; font-family:sumsin; }
        .supelink_img { padding:0 6px 6px 10px; }
                .supelink_img a { margin-right:8px; }
        .supelink_tx { padding:0 6px 6px 10px; font-family:simsun !important; }

/* News style/bbs style */
   各位大哥大姐会的给指点下!说的明白些 小弟新手!谢谢了!!!!!!!!
 楼主| q75788286 发表于 2009-3-27 09:29:20 | 显示全部楼层
怎么就没人帮忙呢?????????
回复

使用道具 举报

Gnagno 发表于 2009-3-27 12:10:32 | 显示全部楼层
<div id="user_login">
                        <script src="{S_URL}/batch.panel.php?rand={eval echo rand(1, 999999)}" type="text/javascript" language="javascript"></script>
                </div>

这个是登陆的。貌似你没加啊
回复

使用道具 举报

 楼主| q75788286 发表于 2009-3-27 14:43:45 | 显示全部楼层
我加过了后登陆口不和幻灯片和最新资讯在一横排   跑到下一单独横排了!
回复

使用道具 举报

 楼主| q75788286 发表于 2009-3-27 14:44:05 | 显示全部楼层
我加过了后登陆口不和幻灯片和最新资讯在一横排   跑到下一单独横排了!
回复

使用道具 举报

无效楼层,该帖已经被删除
 楼主| q75788286 发表于 2009-3-27 19:25:40 | 显示全部楼层
其实就是改几个数字但是不知道在哪里???
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-16 15:49 , Processed in 0.033306 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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