Дата: Сб, 29.10.2011, 18:21:05 | Сообщение # 1
|
Посмотрите в чем дело сохраняю выдает ошибку - Не закрыт один или более условный оператор (<?if?>)
вот сам код :
<!-- <block1> --> <?if($CHAT_BOX$)?> <div class="boxTitle"><!-- <bt> --><!--<s3199>-->Статистика<!--</s>--><!-- </bt> --></div> <div class="boxContent"><div class="boxContent-t"><!-- <bc> --><fieldset style="width:175px;margin:0;margin-bottom:5px;background:#070707;border:1px solid #cfcfcf;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;padding:5px;"> <legend style="color:#7b7b7b;font-weight:bold;">Онлайн</legend> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr align="right"> <center> $COUNTER$<?if($ONLINE_COUNTER$)?> </center> <hr> <div style="display:none;">$ONLINE_COUNTER$</div><div style="float:right;"><span style="">Пользователи</span><span style="margin:0px; margin-left:2px; padding:1px; display:inline-block; border:1px solid #ccc; background:#fff;"><img style="height:7px; width:7px; background:#0099CC;" src="http://usite.su/images/1px.gif" border="0" alt=""></span></div> <div><span style="margin:0px; margin-right:3px; padding:1px; display:inline-block; border:1px solid #ccc; background:#fff;"><img style="height:7px; width:7px; background:#7d7d7d;" src="http://usite.su/images/1px.gif" border="0" alt=""></span><span style="">Гости сайта</span></div> <div style="border:1px solid #ccc; background:#fff; padding:1px; margin-top:2px;" id="Statku"> <script type="text/javascript"> var allusers = $(".tOnline b").text(); var gostusers = $(".gOnline b").text(); var siteusers = $(".uOnline b").text(); var uGosti = (gostusers/allusers).toFixed(2)*100; var uUsers = (siteusers/allusers).toFixed(2)*100;
$("#Statku").html('<div class="cross" style="width:'+uGosti+'%; background:#7d7d7d;">'+Math.floor (uGosti)+'%</div><div class="cross" style="width:'+uUsers+'%; background:#0099CC;">'+Math.floor(uUsers)+'%</div>').after('<div style="border:0px; padding:2px; text-align:center;">Всего — '+allusers+'</div>'); </script> </div> <td valign="center" width="55%"> <a href="javascript://" rel="nofollow" onclick="new _uWnd('TdUsrLst',' ',250,200,{autosize:0},{url:'/index/62-2'});return false;"><span style="color:#8b8b8b;">Сегодня были</span></a> </td> </tr> </tbody></table> $ONLINE_USERS_LIST$ <hr> $MYINF_15$ <br> $MYINF_13$ <br>$MYINF_16$<br> <center> <hr> <div id="userD" style="font-size:7pt;color:#999999;"></div> <script type="text/javascript"> function declOfNum(number, titles) { cases = [2, 0, 1, 1, 1, 2]; return titles[ (number%100>4 && number%100<20)? 2 : cases[(number%10<5)?number%10:5] ]; }; $.get('/index/62-2',function(data){ spisok = $('a',$('cmd[p="content"]',data).text()).size(); $('#userD').html('Сегодня нас '+declOfNum(spisok, [" посетил", " посетило", " посетили"])+' <b>'+spisok+declOfNum(spisok, [" юзер", " юзера", " юзеров"])+'</b>') }); </script> $MYINF_14$ </center> </fieldset> <!-- </bc> --></div></div> <div class="boxBottom"></div> <?endif?> <!-- </block1> -->
Сообщение отредактировал temoxa - Сб, 29.10.2011, 18:22:54
|
|
Дата: Сб, 29.10.2011, 19:57:10 | Сообщение # 2
|