Aspectul Comentariilor
|
|
Stapanul | Data: Joi, 2012-06-07, 9:43 AM | Mesaj # 1 |
|
Pasul 1: Intraţi în Panoul de Control - Design - Administrarea design-ului (şabloane) - şi de exemplu alegem modulul Blog [Pagina cu textul integral de intrare şi comentariile sale] şi căutaţi, pe la mijloc, codul $COM_BODY$. După ce daţi de el, inlocuiţi-l cu:
Code <ul class="cell_coment"> $COM_BODY$ </ul>
Pasul 2: Intraţi în Panoul de Control - Design - Administrarea design-ului (şabloane) - Comentarii [Aspectul comentariilor] şi inlocuiţi tot codul de acolo cu:
Code <li> <div class="avatar"><?if($USERNAME$)?><a href="$PROFILE_URL$"><?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" alt="$USERNAME$" /><?else?><img src="http://fierbinte.ucoz.ro/avatar/Fara_Avatar.gif" alt="Avatar" /><?endif?></a><?else?><?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" alt="$USERNAME$" /><?else?><img src="http://fierbinte.ucoz.ro/avatar/Fara_Avatar.gif" alt="Avatar" /><?endif?><?endif?></div> <div class="coment_info"> <span class="tip"></span> <div class="coment_os"> <div class="coment_name left"><?if($USERNAME$)?><a href="$PROFILE_URL$">$USERNAME$</a><?else?>$NAME$<?endif?> <span style="">($DATE$ $TIME$)</span></div><div class="coment_nomer right"><a href="#ent$ID$" onclick="if (document.getElementById('comEnt$ID$')){$('body').scrollTo( { top:$('#comEnt$ID$').offset().top-22, left:0}, 500 );return false;}" name="ent$ID$">$NUMBER$</a></div><div class="clear"></div> <div class="coment_message left">$MESSAGE$</div> <div class="coment_rating right"><?if($COMMENT_RATING$<0)?>$COMMENT_RATING$ <?else?><?if($COMMENT_RATING$=0)?><span style="color:gray;">$COMMENT_RATING$ </span><?else?><span class="myWinSuccess">+$COMMENT_RATING$</span><?endif?><?endif?><?if($GOOD_COMMENT_URL$)?><a href="$GOOD_COMMENT_URL$"><img alt="" src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/plus_01.gif" width="10" align="absmiddle" border="0" title="Good"></a> <a href="$BAD_COMMENT_URL$"><img alt="" src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/minus_01.gif" width="10" border="0" align="absmiddle" title="Bad"></a><?else?><img alt="" src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/plus_02.png" align="absmiddle" width="10" border="0" title="Good"> <img alt="" src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/minus_02.png" width="10" align="absmiddle" border="0" title="Bad"><?endif?> $MODER_PANEL$</div> </div> </div> </li>
Pasul 3: Intraţi în Panoul de Control - Design - Administrarea design-ului (CSS) şi adăugaţi codul:
Code /* Aspectul comentariilor ===================================================*/ .cell_coment { list-style: none; padding: 0px; margin: 0px; }
.cell_coment li { position: relative; padding-left: 60px; width: 500px; }
.coment_info { position: relative; text-align:justify; color: #555; background: #fff; border: 1px solid #C9C9C9; padding: 10px; margin-bottom: 30px; }
.coment_os { overflow: hidden; }
.coment_name, .coment_nomer { padding-bottom: 5px; }
.coment_message { width: 100%; border-top: 1px solid #C9C9C9; border-bottom: 1px solid #C9C9C9; padding: 5px 0px; }
.coment_rating { padding-top: 5px; }
.coment_name, .coment_nomer, .coment_rating { font:10px Verdana,Arial,Helvetica, sans-serif; color:#999; font-weight: bold; }
.avatar a:hover, .avatar { position: absolute; height: 45px; width: 45px; left: 0; }
.avatar img { height: 45px; width: 45px; border: none; }
.tip{ position: absolute; top: 10px; left: -7px; height: 13px; width: 9px; background: url("http://fierbinte.ucoz.ro/Forum/Aspect/Placut/autor.png") no-repeat top left; }
.coment_info, .avatar a:hover { box-shadow: 0px 0px 5px #999; -moz-box-shadow: 0px 0px 5px #999; -webkit-box-shadow: 0px 0px 5px #999; }
.left {float:left;} .right {float:right;} .clear {clear:left;}
.coment_rating a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);} /* =================================================*/
Aceeaşi metodă o aplicaţi pentru toate modulele unde doriţi acest aspect al comentariilor.
Rezultatul:
Pomul se cunoaşte după roade, omul după fapte.
|
|
|
|
Stapanul | Data: Vineri, 2012-06-15, 8:11 PM | Mesaj # 2 |
|
Pasul 1: Panoul de Control - Design - Administrarea design-ului (CSS) - şi adăugaţi codul:
Code /* Aspectul comentariilor ------------------------------------------*/ .cell_comment_os { float:left; width:100%; background:#fff; border:1px solid #CAD1DB; padding-bottom:3px; margin-bottom:15px; }
.comment_p { float:right; width:80px; }
.comment_v { margin: 5px 0px 5px 10px; }
.comment_c { overflow: hidden; text-align:justify; margin: 0px 0px 0px 10px; padding: 5px 0px; border-top: 1px solid #e7e7e7; }
.comment_n { text-align:right; margin: 3px 78px 0px 10px; } .vcc_otvet {overflow:hidden!important; border: 1px solid #eccece; padding: 10px;background:#fcf6f6; }
.comment_avatar { width:40px; height:40px; padding: 4px; margin: 8px 10px 0px 15px; border: 1px solid #CAD1DB; background:#F6F6F6; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.red {color: #d20000;} .gren {color: #429e1e;} .grey {color: #999;} .text_9 {font: 9px Verdana,Arial,Helvetica, sans-serif;} .right {float:right;}
Pasul 2: Panoul de Control - Design - Administrarea design-ului (şabloane) - Comentarii [Aspectul comentariilor] - şi schimbăm codul cu:
Code <div class="cell_comment_os"> <div class="comment_p "> <?if($USERNAME$)?><a href="$PROFILE_URL$"><?if($USER_AVATAR_URL$)?> <img class="comment_avatar" src="$USER_AVATAR_URL$" /><?else?><img src="http://fierbinte.ucoz.ro/avatar/Fara_Avatar.gif" class="comment_avatar" alt="avatarul lipseşte" /><?endif?></a><?else?><img src="http://fierbinte.ucoz.ro/avatar/Fara_Avatar.gif" class="comment_avatar" alt="avatarul lipseşte" /><?endif?> </div>
<div class="comment_v grey"> <a href="#ent$ID$" onclick="if (document.getElementById('comEnt$ID$')){$('body').scrollTo( { top:$('#comEnt$ID$').offset().top-22, left:0}, 500 );return false;}" name="ent$ID$"><strong>$NUMBER$</strong></a> | <strong class="gren"><?if($USERNAME$)?>$USERNAME$ <?else?>$NAME$<?endif?></strong> scrie: | $DATE$ | $TIME$ <?if($MODER_PANEL$ && $EMAIL$)?><a href="$EMAIL_JS$" title="Email"> ( E-mail )</a><?endif?> <span class="right">$MODER_PANEL$</span> <?if($ENTRY_URL$)?><a class="right" href="$ENTRY_URL$" target="_blank" title="Salt la conţinutul paginii">Pagina cu comentarii </a>|<?endif?> </div>
<div class="comment_c text_11"> $MESSAGE$ <?if($ANSWER$)?><p class="vcc_otvet"><strong>Raspunsul</strong>: $ANSWER$<p><?endif?> </div>
<div class="comment_n grey text_9"> <?if($ANSWER_URL$)?><a href="$ANSWER_URL$">Răspunde</a> |<?endif?>
<?if($GOOD_COMMENT_URL$)?> <a href="$GOOD_COMMENT_URL$"><img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/plus_01.gif" alt="+" title="Bun comentariu"/></a> <span class="post_r">($COMMENT_RATING$)</span> <a href="$BAD_COMMENT_URL$"><img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/minus_01.gif" alt="-" title="Naşpa comentariu"/></a><?else?> <?if($COMMENT_RATING$=0)?> <img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/plus_02.png" alt="+" title="Bun comentariu"/> <span class="post_r">($COMMENT_RATING$)</span> <img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/minus_02.png" alt="-" title="Naşpa comentariu"/> <?else?> <?if($COMMENT_RATING$<0)?> <img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/plus_02.png" alt="+" title="Bun comentariu"/> <span class="red">($COMMENT_RATING$)</span> <img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/minus_02.png" alt="-" title="Naşpa comentariu"/> <?else?> <img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/plus_02.png" alt="+" title="Bun comentariu"/> <span class="gren">(+$COMMENT_RATING$)</span> <img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/minus_02.png" alt="-" title="Naşpa comentariu"/> <?endif?> <?endif?> <?endif?>
</div> </div>
Pomul se cunoaşte după roade, omul după fapte.
|
|
|
|
Stapanul | Data: Vineri, 2012-06-15, 8:45 PM | Mesaj # 3 |
|
Pasul 1: Panoul de Control - Design - Administrarea design-ului (CSS) - adăugaţi codul:
Code /* General Style */ .NewsComm {margin-top: 10px;} .Level {opacity: .5; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; } .Level:hover {opacity: 1;} td.CommAva {vertical-align: top;} td.CommAva img { width: 60px; height: 60px; border-right: 1px solid rgba(0,0,0,.2); border-bottom: 1px solid rgba(0,0,0,.2); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 3px; background-color: #e0e0e0; } td.CommArrow { width: 9px; vertical-align: top; } td.CommArrow img {padding: 6px 0 0 5px;} td.CommMess { width: 100%; background-color: rgba(0,0,0,.1); padding: 5px 10px; vertical-align: top; -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,.5); -moz-text-shadow: 1px 1px 0 rgba(255,255,255,.5); text-shadow: 1px 1px 0 rgba(255,255,255,.5); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border-right: 1px solid rgba(0,0,0,.2); border-bottom: 1px solid rgba(0,0,0,.2); } .NotRead {background: url('http://fierbinte.ucoz.ro/Forum/Aspect/Placut/Linia_3.png') repeat-y right top;} div.CommInf { border-bottom: 1px solid rgba(0,0,0,.1); padding-bottom: 5px; margin-bottom: 4px; font-size: 9px; color: #888; } div.CommInf font {font-weight: bold; text-decoration: underline;} .CommAnswer {text-decoration: none; color: inherit;} .CommAnswer:hover {color: darkblue; cursor: pointer;}
Pasul 2: Panoul de Control - Design - Administrarea design-ului (şabloane) - Comentarii [Aspectul comentariilor] - înlocuiţi codul cu:
Code <table class="NewsComm<?if($IS_NEW$)?> NotRead<?endif?><?if($LEVEL$)?> Level<?endif?>" cellpadding="0" cellspacing="0" width="100%"> <tr align="left"> <td class="CommAva"><img src="$USER_AVATAR_URL$"></td> <td class="CommArrow" align="right"><img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/autor1.png"></td> <td class="CommMess"> <div class="CommInf" style="width:auto;height:auto;"> <a href="$PROFILE_URL$"><font style="<?if($USERNAME$='numele_administratorului')?>color:red<?endif?>">$USERNAME$</font></a> $DATE$ la $TIME$ a scris: <div style="float:right;"><?if($MODER_PANEL$)?>$MODER_PANEL$ <?endif?>#$NUMBER$</div> </div> <?if(!$IS_OWN$)?><a href="$ANSWER_URL$" class="CommAnswer" title="Răspunde"><?endif?> $MESSAGE$ <?if($PAGE_ID$='usercomments')?><br><a href="$ENTRY_URL$" target="_blank"><b><small>Salt la materiale</small></b></a><?endif?> <?if(!$IS_OWN$)?></a><?endif?> </td> </tr> </table>
Pomul se cunoaşte după roade, omul după fapte.
|
|
|
|
Stapanul | Data: Duminică, 2012-06-17, 12:08 PM | Mesaj # 4 |
|
Înainte de instalare vă spun care e minusul scriptului. În loc de postarea unui singur comentariu, cum ar fi si normal, se afişează două comentarii identice. Nu-mi place defel dublarea asta şi am încercat să repar greşeala, dar nu prea am reuşit. Cel ce găseşte greşeala din cod, rog să se împarte şi cu noi. Mulţumesc anticipat. Desi, pe un sait am văzut că funcționează totul normal... Încercați și voi și spuneți-ne dacă totul merge bine.
Pasul 1: Panoul de Control - Design - Administrarea design-ului (CSS) - adăugaţi codul:
Code /*--------------------- Facebook comentarii ---------------------*/ .aurComm {background:#edeff4;border-bottom:1px solid #d2d9e7;margin-bottom:1px;padding:5px;} .aurCommBody {margin:0 17 0 37px;font-size:11px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;color:#333;line-height:1.28;} .aurCommUser {color:#3b5998;font-weight:bold;text-decoration:none;} .aurCommLink {color:#3b5998;text-decoration:none;} .aurCommTime {color:#808080;text-decoration:none;} .aurCommUser:hover,.aurCommTime:hover,.aurCommLink:hover {text-decoration:underline;} .aurCommAva {float:left;width:37px;height:32px;} .aurCommAva img {width:32px;height:32px;} .aurCommDel {display:none;float:right;width:15px;height:15px;background:url(http://fierbinte.ucoz.ro/Forum/Aspect/Placut/facebook/sterge.png);background-position:0 0px;} .aurCommDel:hover {background:url(http://fierbinte.ucoz.ro/Forum/Aspect/Placut/facebook/sterge.png);background-position:0 16px;} .aurCommTopugol {width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #edeff4;margin-left:14px;} .aurCommInput {width:100%;height:22px;border:1px solid #bdc7d8 !important;} .aurCommText {font-size:9px;color:#808080;} .aurCommSecurity {padding-left:5px;} .aurCommSecurity .securityCode {width:78px;height:22px;color:#000;text-transform:uppercase;font-size:11px !important;padding:3 0 0 0px;position:absolute;border:1px solid #bdc7d8 !important;background:rgba(255,255,255,0.5)} .aurCommSecurity #secuImgC {height:22px;} .aurCommInputName {width:91px;height:22px;padding:3 0 0 0px;border:1px solid #bdc7d8 !important;} /*--------------------- Facebook comentarii ---------------------*/
Pasul 2: Panoul de Control - Design - Administrarea design-ului (şabloane) - Comentarii [Aspectul comentariilor] - schimbaţi tot codul cu acesta:
Code <div class="aurComm" style="min-height:32px;" id="$ID$"<?if($MODER_PANEL$)?> onmouseover="$('div[name=del$ID$]').show()" onmouseout="$('div[name=del$ID$]').hide()"<?endif?>> <?if($MODER_PANEL$)?><a href="javascript://" rel="nofollow" onclick="del_item($ID$);return false;" id="di$ID$"><div class="aurCommDel" name="del$ID$"></div></a><?endif?> <div class="aurCommAva"><?if($PROFILE_URL$)?><a href="$PROFILE_URL$"><?endif?><img src="<?if($USER_AVATAR_URL$)?>$USER_AVATAR_URL$<?else?>http://fierbinte.ucoz.ro/Forum/Aspect/Placut/facebook/avatar.png<?endif?>"><?if($PROFILE_URL$)?></a><?endif?></div> <div class="aurCommBody"><?if($PROFILE_URL$)?><a href="$PROFILE_URL$" class="aurCommUser">$USERNAME$</a><?else?><a class="aurCommUser">$NAME$</a><?endif?> $MESSAGE$<br><script type="text/javascript">function aurCommLink$ID$() {new _uWnd('ajax','Adresa comentariului','350','70',{autosize:false,modal: true,close:true,header:true,nomove: true,fixed:true},'<input type="text" onclick="this.select()" style="width:100%;" value="' + location.href + '#$ID$" />')}</script><a href="javascript://" onclick="aurCommLink$ID$()" class="aurCommTime">$DATE$ в $TIME$</a><?if($MODER_PANEL$)?> <a href="javascript://" rel="nofollow" onclick="new _uWnd('Ie',' ',-600,-200,{autosize:1,closeonesc:1,resize:0},{url:'/index/37-$ID$'});return false;" class="aurCommLink">Redactează</a><?endif?></div> </div>
Pasul 3: Panoul de Control - Design - Administrarea design-ului (şabloane) - Comentarii [Formular pentru adăugarea comentarilor] - înlocuiţi codul de acolo cu cel de mai jos.
Code <div class="aurComm"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="37" rowspan="2" id="aurHide"><div class="aurCommAva"><img class="aurCommAvaImg" src=""></div></td> <?if($USER_LOGGED_IN$)?><?else?><td width="96" id="aurHide2"><input class="aurCommInputName" id="aciname" type="text" name="name" value="$NAME$" maxlength="20" placeholder="Mă numesc"></td><?endif?> <td height="22"><input class="aurCommInput" name="message" id="message" placeholder="Scrie un comentariu..."></td> <?if($SECURITY_CODE$)?><td width="96" id="aurHide2" class="aurCommSecurity">$SECURITY_CODE$</td><?endif?> </tr> <tr> <td height="10" id="aurHide" class="aurCommText" colspan="3"><div>Apăsaţi Enter pentru a posta comentariul.</div></td> </tr> </table> </div> <script type="text/javascript"> $('td#aurHide').hide(); $('td#aurHide2').hide(); $('#message').bind('click', function (e){ $('td#aurHide').show(); }); $('#message').keyup(function() { if ($('#message').val().length > 0) { $('td#aurHide2').show() } else { $('td#aurHide2').hide() } }); $('body').bind('click', function (e){ if (e.target.id != 'message' && $('#message').val().length < 1) { $('td#aurHide').hide(); $('td#aurHide2').hide() } });
$('input').keypress(function(e) { if(e.which == 13) { _uWnd.alert('$ERROR$','',{w:200,h:40,tm:5000}); } });
$('#secuImgC').next('img').attr('src','http://fierbinte.ucoz.ro/Forum/Aspect/Placut/facebook/reincarca.png'); </script>
Pasul 4: Panoul de Control - Design - Administrarea design-ului (şabloane) - Ştirile site-ului-->(Dvs. puteţi alege modulul dorit) [Pagina cu textul integral de intrare şi comentariile sale] - găsiţi tegul $COM_BODY$ şi înaintea lui adăugaţi codul:
Code <div class="aurCommTopugol"></div><div class="aurComm"><img src="http://fierbinte.ucoz.ro/Forum/Aspect/Placut/facebook/el_spune.png" style="float:left;padding-right:5px;"><script type="text/javascript">function aurCommLink() {new _uWnd('ajax','Adresa comentariilor','350','70',{autosize:false,modal: true,close:true,header:true,nomove: true,fixed:true},'<input type="text" onclick="this.select()" style="width:100%;" value="' + location.href + '#comments" />')}</script><a href="javascript://" onclick="aurCommLink()" class="aurCommLink"><?if($COMMENTS_NUM$)?>Total $COMMENTS_NUM$ comentar<?if($COMMENTS_NUM$%10=1&&$COMMENTS_NUM$%100!=11)?>ii<?else?><?if($COMMENTS_NUM$%10>=2&&$COMMENTS_NUM$%10<=4&&($COMMENTS_NUM$%100<10||$COMMENTS_NUM$%100>=20))?>ii<?else?>or<?endif?><?endif?><?else?>Fii primul ce comentează<?endif?></a></div>
Pasul 5: Pe aceeşi pagină, la urmă găsiţi codul </body> şi înaintea lui băgaţi codul:
Code <script type="text/javascript"> $('input').keypress(function(e) { if(e.which == 13) { addcom(); <?if($USER_AGENT$='opera')?> addcom();<?else?><?if($SECURITY_CODE$)?> addcom();<?endif?><?endif?> $('#message').blur(); setTimeout("$('#message').focus()",1000); } });
$('.aurCommAvaImg').attr('src','<?if($USER_AVATAR_URL$)?>$USER_AVATAR_URL$<?else?>http://fierbinte.ucoz.ro/Forum/Aspect/Placut/facebook/avatar.png<?endif?>'); </script>
|
|
|
|
OmulPaianjen | Data: Joi, 2012-08-23, 6:18 PM | Mesaj # 5 |
|
Instalare: Panoul de Control - Design - Administrarea design-ului (şabloane) - Comentarii [Aspectul comentariilor] - ștergeți tot și adăugați:
Code <table border="0" cellpadding="0" cellspacing="0" width="100%" class="$CLASS$"><tr><td style="padding:0px;" valign="top">
<div align="left" class="blackthick" style="padding: 4px; background-color: #E2F1FF; margin-bottom: 4px; border-bottom: 2px dashed #00BFFF; text-shadow:1px 1px 1px #fff; text-decoration:none; font-size: 10pt"> <?if($MODER_PANEL$)?> <?if($CUR_GROUP_ID$="4")?> <a href="javascript://" rel="nofollow" onclick="prompt('IP address','$IP_ADDRESS$');return false;" title="Adresa IP">IP</a><?endif?> <a href="javascript://" rel="nofollow" onclick="new _uWnd('Ie',' ',-600,-200,{autosize:1,closeonesc:1,resize:0},{url:'/index/37-$ID$'});return false;" title="Editează">✄</a> <?if($CUR_GROUP_ID$="4")?> <a href="javascript://" rel="nofollow" onclick="del_item($ID$);return false;" title="Șterge" id="di$ID$" align="absmiddle">✖</a><?endif?> <?endif?> <?if($USER_LOGGED_IN$)?><a href="javascript://" onclick="Insert('$USERNAME$',document.getSelection());" class="all" title="Citează">❝ ❞</a><?else?><?endif?> <?if($ANSWER_URL$)?><a href="$ANSWER_URL$">Răspunde</a><?endif?> <?if($ENTRY_URL$)?>[<a href="$ENTRY_URL$" target="_blank" title="Mergi pe pagina intrării">Materialul</a>]<?endif?> <script type="text/javascript"> function Insert(qname,text){ if (text!=""){ qname=qname.replace(/[\[\]]/g, "|"); document.getElementById('message').value += "[quote="+qname+"]"+text+"[/quote]\n"; document.getElementById(wh).focus(); document.getElementById(wh).focus()} else _uWnd.alert('Selectați textul pentru a cita','',{w:230,h:80,tm:3000}); } </script> <z style="float:right;"><?if($COMMENT_RATING$<0)?><span class="myWinError"><b>$COMMENT_RATING$</b></span><?else?><?if($COMMENT_RATING$=0)?><span style="color:gray;"><b>$COMMENT_RATING$</b></span><?else?><span class="myWinSuccess"><b>+$COMMENT_RATING$</b></span><?endif?><?endif?> <?if($GOOD_COMMENT_URL$)?><a href="$GOOD_COMMENT_URL$" style="color:#00b004;font-size:18;padding:4 4 4 4; text-decoration:none; text-shadow:1px 1px 1px #fff;" title="E bun">↑</a> <a href="$BAD_COMMENT_URL$" style="color:#dd001f;font-size:18;padding:4 4 4 4; text-decoration:none; text-shadow:1px 1px 1px #fff;" title="Nu prea">↓</a><?else?><z style="font-size:18;padding:4 4 4 4; text-shadow:1px 1px 1px #fff;" title="E bun">↑</z> <z style="font-size:18;padding:4 4 4 4; text-shadow:1px 1px 1px #fff;" title="Nu prea">↓</z><?endif?></z> <br> </div>
<div class="cTop" style="text-align:left; clear:both;padding:15px 15px 15px 15px; text-shadow:1px 1px 1px #ccc;"> $MESSAGE$ <?if($ANSWER$)?><div class="cAnswer" style="text-align:left;clear:both;"><b>Mesaj</b>: $ANSWER$</div><?endif?> <td style="padding: 0px; width: 24px; cursor: pointer; border-top: 2px dashed #00BFFF; border-bottom: 2px dashed #00BFFF; border-left: 2px dashed #00BFFF; text-align: center; vertical-align: middle; font-size: 12px; font-family: verdana, tahoma, arial; color: #000000; background: #ADD8E6;" nowrap><a href="#ent$ID$" onclick="if (document.getElementById('comEnt$ID$')){$('body').scrollTo( { top:$('#comEnt$ID$').offset().top-22, left:0}, 500 );return false;}" name="ent$ID$"><b>$NUMBER$</b></a></td> <td valign="top" style="width: 200px; text-align: center; border: 3px solid; border-color: #E2F1FF; border-right: 2px dashed #00BFFF; border-top: 2px dashed #00BFFF; border-bottom: 2px dashed #00BFFF;"> <div class="blackthick" style="padding: 4px; background-color: #E2F1FF; margin-bottom: 4px; border-bottom: 2px dashed #00BFFF;"><?if($USERNAME$)?><a onclick="emoticon('[i][b]$USERNAME$,[/b][/i]','message');return false;"><b>$USERNAME$</b></a><?else?><b>$NAME$</b><?endif?> <?if($IS_OWN$)?><span class="myWinError">*</span> <?else?><?if($IS_NEW$)?><span class="myWinSuccess">*</span> <?endif?><?endif?> <span style="font-size:7pt;unicode-bidi:embed;">(<a title="$DATE$">$TIME$</a>)</span></div> <?if($USER_AVATAR_URL$)?><img alt="" align="left" src="$USER_AVATAR_URL$" width="60" border="0" align="left" style="background:#cccccc; padding: 2px; border:2px solid #666666; -moz-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg);}"/></a><?else?><img alt="" title="$USERNAME$" class="userAvatar" width="60" border="0" src="http://fierbinte.ucoz.ro/avatar/Fara_Avatar.gif" align="left" style="background:#fff; padding: 2px; border:2px solid #666666;"><?endif?>
<p align="left"> <a href="$PROFILE_URL$" title="Profilul lui $NAME$" target="_blank" style="font-size: 0.8em; font-size: 10pt" > Profilul omului</a><br> <a href="/index/14-$CUR_USER_ID$-0-1" title="Trimite MP lui $NAME$" target="_blank" style="font-size: 0.8em; font-size: 10pt" > Trimite un mesaj</a></p><br> <br></td></tr> </td></tr></table><br />
|
|
|
|