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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 玻璃女孩来帮忙解决一下我的随便看看的错误,应该怎么修改!

[复制链接]
yuechengli 发表于 2009-9-29 08:14:28 | 显示全部楼层 |阅读模式
UCHome模板
适用版本: UCHome 2.0
语言编码: GBK简体 
风格转换者: 仿制
我修改的随便看看代码,打开网页显示网页上有错误,我对那些代码可以说非常不了解,希望玻璃女孩来帮忙解决一下,谢谢了!
下面是我的随便看看页面代码:不知道哪里错了,哪里缺少对象!
  1. <!--{eval $_TPL['nosidebar']=1;}-->
  2. <!--{template header}-->
  3. <div id="network">

  4. <script>
  5. function setintro(type) {
  6.         var intro = '';
  7.         var bPosition = '';
  8.         if(type == 'doing') {
  9.                 intro = '用一句话记录自己生活中的点点滴滴';
  10.                 bPosition = '0';
  11.         } else if(type == 'mtag') {
  12.                 intro = '创建自己的小圈子,与大家交流感兴趣的话题';
  13.                 bPosition = '175px';
  14.         } else if(type == 'pic') {
  15.                 intro = '上传照片,分享生活中的精彩瞬间';
  16.                 bPosition = '55px';
  17.         } else if(type == 'app') {
  18.                 intro = '与好友一起玩转游戏和游戏,增加好友感情';
  19.                 bPosition = '118px';
  20.         } else {
  21.                 intro = '马上注册,与好友分享日志、照片,一起玩转游戏';
  22.                 bPosition = '0';
  23.         }
  24.         $('guest_intro').innerHTML = intro + '......';
  25.         $('guest_intro').style.backgroundPosition = bPosition + ' 100%'
  26. }
  27. function scrollPic(e, LN, Width, Price, Speed) {
  28.         id = e.id;
  29.         if(LN == 'Last'){ scrollNum = Width; } else if(LN == 'Next'){ scrollNum = 0 - Width; }
  30.         scrollStart = parseInt(e.style.marginLeft, 10);
  31.         scrollEnd = parseInt(e.style.marginLeft, 10) + scrollNum;
  32.        
  33.         MaxIndex = (e.getElementsByTagName('li').length / Price).toFixed(0);
  34.         sPicMaxScroll = 0 - Width * MaxIndex;

  35.         if(scrollStart == 0 && scrollEnd == Width){
  36.                 scrollEnd = -1806;
  37.                 e.style.marginLeft = parseInt(e.style.marginLeft, 10) - Speed + 'px';
  38.         } else if(scrollStart == sPicMaxScroll + Width && scrollEnd == sPicMaxScroll){
  39.                 scrollEnd = 0;
  40.                 e.style.marginLeft = parseInt(e.style.marginLeft, 10) + Speed + 'px';
  41.         }
  42.         scrollShowPic = setInterval(scrollShow, 1);
  43.        
  44.         function scrollShow() {
  45.                 if(scrollStart > scrollEnd) {
  46.                         if(parseInt(e.style.marginLeft, 10) > scrollEnd) {
  47.                                 $(id + '_last').onclick = function(){ return false; };
  48.                                 $(id + '_next').onclick = function(){ return false; };
  49.                                 e.style.marginLeft = parseInt(e.style.marginLeft, 10) - Speed + 'px';
  50.                         } else {
  51.                                 clearInterval(scrollShowPic);
  52.                                 $(id + '_last').onclick = function(){ scrollPic(e, 'Last', Width, Price, Speed);return false; };
  53.                                 $(id + '_next').onclick = function(){ scrollPic(e, 'Next', Width, Price, Speed);return false; };
  54.                         }
  55.                 } else {
  56.                         if(parseInt(e.style.marginLeft, 10) < scrollEnd) {
  57.                                 $(id + '_last').onclick = function(){ return false; };
  58.                                 $(id + '_next').onclick = function(){ return false; };
  59.                                 e.style.marginLeft = parseInt(e.style.marginLeft, 10) + Speed + 'px';
  60.                         } else {
  61.                                 clearInterval(scrollShowPic);
  62.                                 $(id + '_last').onclick = function(){ scrollPic(e, 'Last', Width, Price, Speed);return false; };
  63.                                 $(id + '_next').onclick = function(){ scrollPic(e, 'Next', Width, Price, Speed);return false; };
  64.                         }                                       
  65.                 }
  66.         }
  67. }
  68. function scrollShowNav(e, Width, Price, Speed) {
  69.         id = e.id;
  70.         $(id + '_last').onclick = function(){ scrollPic(e, 'Last', Width, Price, Speed);return false; };
  71.         $(id + '_next').onclick = function(){ scrollPic(e, 'Next', Width, Price, Speed);return false; };
  72.        
  73. }
  74. function getUserTip(obj) {
  75.         var tipBox = $('usertip_box');
  76.         tipBox.childNodes[0].innerHTML = '<strong>' + obj.rel + ':<\/strong> ' + obj.rev + '...';
  77.        
  78.         var showLeft;
  79.         if(obj.parentNode.offsetLeft > 730) {
  80.                 showLeft = $('showuser').offsetLeft + obj.parentNode.offsetLeft - 148;
  81.                 tipBox.childNodes[0].style.right = 0;
  82.         } else {
  83.                 tipBox.childNodes[0].style.right = 'auto';
  84.                 showLeft = $('showuser').offsetLeft + obj.parentNode.offsetLeft;
  85.         }
  86.         tipBox.style.left = showLeft + 'px';
  87.        
  88.         var showTop;
  89.         if(obj.className == 'uonline') {
  90.                 showTop = $('showuser').offsetTop + obj.parentNode.offsetTop - tipBox.childNodes[0].clientHeight;
  91.         } else {
  92.                 showTop = $('showuser').offsetTop + obj.parentNode.offsetTop + 48;
  93.         }
  94.         tipBox.style.top = showTop + 'px';
  95.        
  96.         tipBox.style.visibility = 'visible';
  97. }
  98. </script>

  99. <!--{if empty($_SGLOBAL[supe_uid])}-->
  100. <div id="guestbar" class="nbox">
  101.         <div class="nbox_c">
  102.                 <p id="guest_intro">马上注册,与好友分享日志、照片,一起玩转游戏......</p>
  103.                 <a href="do.php?ac=$_SCONFIG[register_action]" id="regbutton" onmouseover="setintro('register');">马上注册</a>
  104.                 <p id="guest_app">
  105.                         <a href="javascript:;" class="appdoing" onmouseover="setintro('doing');">记录</a>
  106.                         <a href="javascript:;" class="appphotos" onmouseover="setintro('pic');">照片</a>
  107.                         <a href="javascript:;" class="appgames" onmouseover="setintro('app');">游戏</a>
  108.                         <a href="javascript:;" class="appgroups" onmouseover="setintro('mtag');">群组</a>
  109.                 </p>
  110.         </div>       
  111.         <div class="nbox_s side_rbox" id="nlogin_box">
  112.                 <h3 class="ntitle">请登录</h3>
  113.                 <div class="side_rbox_c">
  114.                         <form name="loginform" action="do.php?ac=$_SCONFIG[login_action]&$url_plus&ref" method="post">
  115.                                 <p><label for="username">用户名</label> <input type="text" name="username" id="username" class="t_input" value="$membername" /></p>
  116.                                 <p><label for="password">密 码</label> <input type="password" name="password" id="password" class="t_input" value="$password" /></p>
  117.                                 <p class="checkrow"><input type="checkbox" id="cookietime" name="cookietime" value="315360000" $cookiecheck style="margin-bottom: -2px;" /><label for="cookietime">下次自动登录</label></p>
  118.                                 <p class="submitrow">
  119.                                         <input type="hidden" name="refer" value="space.php?do=home" />
  120.                                         <input type="submit" id="loginsubmit" name="loginsubmit" value="登录" class="submit" />
  121.                                         <a href="do.php?ac=lostpasswd">忘记密码?</a>
  122.                                         <input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
  123.                                 </p>
  124.                         </form>
  125.                 </div>
  126.         </div>
  127. </div>
  128. <!--{/if}-->

  129. <div class="nbox">
  130.         <div class="nbox_c">
  131.                         <h2 class="ntitle"><span class="r_option"><a href="space.php?do=blog&view=all">更多日志</a></span> 日志 &raquo;</h2>
  132.                         <ul class="bloglist">
  133.                         <!--{loop $bloglist $key $value}-->
  134.                                 <li <!--{if $key%2==1}-->class="list_r"<!--{/if}-->>
  135.                                         <h3><a href="space.php?uid=$value[uid]&do=blog&id=$value[blogid]" target="_blank">$value[subject]</a></h3>
  136.                                         <div class="d_avatar avatar48"><a href="space.php?uid=$value[uid]" title="{$_SN[$value[uid]]}" target="_blank"><!--{avatar($value[uid],small)}--></a></div>
  137.                                         <p class="message">$value[message] ...</p>
  138.                                         <p class="nhot"><a href="space.php?uid=$value[uid]&do=blog&id=$value[blogid]">$value[hot] 人推荐</a></p>
  139.                                         <p class="gray"><a href="space.php?uid=$value[uid]">{$_SN[$value[uid]]}</a> 发表于 <!--{date('m-d H:i',$value[dateline],1)}--></p>
  140.                                 </li>
  141.                         <!--{/loop}-->
  142.                         </ul>
  143.         </div>
  144.         <div class="nbox_s side_rbox side_rbox_w">
  145.                 <h2 class="ntitle"><span class="r_option"><a href="space.php?do=doing&view=all">更多记录</a></span> 记录 &raquo;</h2>
  146.                 <div class="side_rbox_c">
  147.                         <ul class="side_rbox_c doinglist">
  148.                                 <!--{loop $dolist $value}-->
  149.                                 <li>
  150.                                         <p>
  151.                                                 <a href="space.php?uid=$value[uid]&do=doing&doid=$value[doid]" target="_blank" class="gray r_option dot" style="margin:0;background-position-y: 0;"><!--{date('H:i',$value[dateline],1)}--></a>
  152.                                                 <a href="space.php?uid=$value[uid]" title="{$_SN[$value[uid]]}" class="s_avatar"><!--{avatar($value[uid],small)}--></a>
  153.                                                 <a href="space.php?uid=$value[uid]">{$_SN[$value[uid]]}</a>
  154.                                         </p>
  155.                                         <p class="message" title="$value[title]">$value[message]</p>
  156.                                 </li>
  157.                         <!--{/loop}-->
  158.                         </ul>
  159.                 </div>
  160.         </div>
  161. </div>



  162. <div class="nbox" id="photolist">
  163.         <h2 class="ntitle">
  164.                 <a href="space.php?do=album&view=all" class="r_option">更多图片</a>
  165.                 图片 &raquo;
  166.                 </h2>
  167.         <div id="p_control">
  168.                 <a href="javascript:;" id="spics_last">上一页</a>
  169.                 <a href="javascript:;" id="spics_next">下一页</a>
  170.                 <ul id="p_control_pages">
  171.                         <li>第一页</li>
  172.                         <li>第二页</li>
  173.                         <li>第三页</li>
  174.                         <li>第四页</li>
  175.                 </li>
  176.         </div>
  177.         <div id="spics_wrap">
  178.         <ul id="spics" style="margin-left: 0;">
  179.         <!--{loop $piclist $key $value}-->
  180.                 <li class="spic_$key">
  181.                         <div class="spic_img"><a href="space.php?uid={$value[uid]}&do=album&picid={$value[picid]}" target="_blank"><strong>$value[hot]</strong><img src="$value[pic]" alt="$value[albumname]" /></a></div>
  182.                         <p><a href="space.php?uid=$value[uid]">{$_SN[$value[uid]]}</a></p>
  183.                         <p><!--{date('m-d H:i',$value[dateline],1)}--></p>
  184.                 </li>
  185.         <!--{/loop}-->
  186.         </ul>
  187.         </div>
  188. </div>
  189. <script type="text/javascript">
  190. scrollShowNav($('spics'), 903, 7, 43);
  191. </script>

  192. <div id="searchbar" class="nbox s_clear">
  193.         <div class="floatleft">
  194.                 <form method="get" action="cp.php">
  195.                         <input name="searchkey" value="" size="15" class="t_input" type="text" style="padding:5px;">
  196.                         <input name="searchsubmit" value="找人" class="submit" type="submit"> &nbsp;
  197.                                 查找:<a href="cp.php?ac=friend&op=search&view=sex" target="_blank">男女朋友</a><span class="pipe">|</span>
  198.                                 <a href="cp.php?ac=friend&op=search&view=reside" target="_blank">同城</a><span class="pipe">|</span>
  199.                                 <a href="cp.php?ac=friend&op=search&view=birth" target="_blank">老乡</a><span class="pipe">|</span>
  200.                                 <a href="cp.php?ac=friend&op=search&view=birthyear" target="_blank">同年同月同日生</a><span class="pipe">|</span>
  201.                                 <a href="cp.php?ac=friend&op=search&view=edu" target="_blank">同学</a><span class="pipe">|</span>
  202.                                 <a href="cp.php?ac=friend&op=search&view=work" target="_blank">同事</a><span class="pipe">|</span>
  203.                                 <a href="space.php?do=top&view=online" target="_blank">在线会员($olcount)</a>
  204.                         <input type="hidden" name="searchmode" value="1" />
  205.                         <input type="hidden" name="ac" value="friend" />
  206.                         <input type="hidden" name="op" value="search" />
  207.                 </form>
  208.         </div>
  209.         <div class="floatright">
  210.                 <form method="get" action="space.php">
  211.                         <input name="searchkey" value="" size="15" class="t_input" type="text" style="padding:5px;">
  212.                         <select name="do">
  213.                         <option value="blog">日志</option>
  214.                         <option value="album">相册</option>
  215.                         <option value="thread">话题</option>
  216.                         <option value="poll">投票</option>
  217.                         </select>
  218.                         <input name="searchsubmit" value="搜索" class="submit" type="submit">
  219.                         <input type="hidden" name="view" value="all" />
  220.                         <input type="hidden" name="orderby" value="dateline" />
  221.                 </form>
  222.         </div>
  223. </div>

  224. <div id="showuser" class="nbox">
  225.         <div id="user_recomm">
  226.                 <h2>站长推荐</h2>
  227.                 <!--{loop $star $value}-->
  228.                 <div class="s_avatar"><a href="space.php?uid=$value[uid]" target="_blank"><!--{avatar($value[uid],middle)}--></a></div>
  229.                 <div class="s_cnts">
  230.                         <h3><a href="space.php?uid=$value[uid]" title="{$_SN[$value[uid]]}">{$_SN[$value[uid]]}</a></h3>
  231.                         <p>访问: $value[viewnum]</p>
  232.                         <p>积分: $value[credit]</p>
  233.                         <hr />
  234.                         <p>好友: $value[friendnum]</p>
  235.                         <p>更新: <!--{date('H:i',$value[updatetime],1)}--></p>
  236.                 </div>
  237.                 <!--{/loop}-->
  238.         </div>
  239.         <div id="user_wall" onmouseout="javascript:$('usertip_box').style.visibility = 'hidden';">
  240.                 <div id="user_pay" class="s_clear">
  241.                         <h2><a href="space.php?do=top">竞价排名</a></h2>
  242.                         <ul>
  243.                         <!--{loop $showlist $value}-->
  244.                                 <li><a href="space.php?uid=$value[uid]" target="_blank" rel="{$_SN[$value[uid]]}" rev="$value[note]" onmouseover="getUserTip(this)"><!--{avatar($value[uid],small)}--></a></li>
  245.                         <!--{/loop}-->
  246.                         </ul>
  247.                         <p><a href="space.php?do=top">我要上榜</a></p>
  248.                 </div>
  249.                 <div id="user_online" class="s_clear">
  250.                         <h2><a href="space.php?do=top&view=online">在线会员</a></h2>
  251.                         <ul>
  252.                         <!--{loop $onlinelist $value}-->
  253.                                 <li><a href="space.php?uid=$value[uid]" target="_blank" rel="{$_SN[$value[uid]]}" rev="$value[note]" class="uonline" onmouseover="getUserTip(this)"><!--{avatar($value[uid],small)}--></a></li>
  254.                         <!--{/loop}-->
  255.                         </ul>
  256.                 </div>
  257.         </div>
  258. </div>
  259. </div>

  260. <!--{if $myappcount}-->
  261. <div class="nbox">
  262.         <div class="nbox_c" style="border: none;">
  263.                 <ul class="applist">
  264.                 <!--{loop $myapplist $value}-->
  265.                         <li>
  266.                                 <p class="aimg"><a href="userapp.php?id=$value[appid]" target="_blank"><img src="http://appicon.manyou.com/logos/$value[appid]" alt="$value[appname]" /></a></p>
  267.                                 <p><a href="userapp.php?id=$value[appid]" target="_blank">$value[appname]</a></p>
  268.                         </li>
  269.                 <!--{/loop}-->
  270.                 </ul>
  271.         </div>
  272.         <div class="susb">
  273.                 <div class="ye_r_t"><div class="ye_l_t"><div class="ye_r_b"><div class="ye_l_b">
  274.                         <div class="appmo">
  275.                                 <p>共有 <span>$myappcount</span> 个游戏</p>
  276.                                 <p class="appmobutton"><a href="cp.php?ac=userapp&my_suffix=%2Fapp%2Flist">查看更多应用</a></p>
  277.                         </div>
  278.                 </div></div></div></div>       
  279.         </div>
  280. </div>
  281. <!--{/if}-->

  282. <div class="nbox">
  283.         <div id="nshare" class="nbox_s side_rbox side_rbox_w">
  284.         <div class="fbbottom"></div>
  285.         </div>

  286. <div class="nbox">
  287. <div style="float: left; margin: 0 10px 0 0; padding: 1px; width:970px; w\idth: 966px; border: 1px solid #DDD; overflow: hidden;">
  288. <h2 class="ntitle" style="padding: 0 10px; background: #EEE;"><span class="r_option"><a href="addlink.php?ac=add" id="a_l" onclick="ajaxmenu(event, this.id, 1)">申请友情连接</a></span>友情连接 &raquo;</h2>
  289. <ul style="margin-top:5px; padding:5px;"><li>
  290.         <a href=" $_SGLOBAL[app][1][url]" target="_blank">$_SGLOBAL[app][1][name]</a>
  291.         <!--{if $_st375link}-->
  292.         <!--{loop $_st375link $value}-->
  293.         <!--{if $value[sitestatus]==1}-->
  294.     <!--{if $value[sitelogo]==''}-->
  295.         <a href=" $value[siteurl]" target="_blank">$value[sitename]</a>
  296.         <!--{/if}-->
  297.     <!--{/if}-->
  298.         <!--{/loop}-->
  299.         <!--{/if}-->
  300.     <a href="st375_link.php" target="_blank">更多链接>></a>
  301. </li></ul>
  302. <ul style="margin-top:5px; padding:5px;"><li>
  303.         <!--{if $_st375link}-->
  304.         <!--{loop $_st375link $value}-->
  305.         <!--{if $value[sitestatus]==1}-->
  306.     <!--{if $value[sitelogo]<>''}-->
  307.         <a href=" $value[siteurl]" target="_blank"><img src="$value[sitelogo]" alt="$value[sitename]" width="88" height="31"  title="$value[sitename]" /></a>
  308.         <!--{/if}-->
  309.     <!--{/if}-->
  310.         <!--{/loop}-->
  311.         <!--{/if}-->
  312. </li>
  313. </ul>
  314. </div>
  315. </div></div>

  316. <!--{template footer}-->
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-11-18 10:28 , Processed in 0.025938 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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