• Page 1 of 1
  • 1
UcozBaze All Scripts And Templates » Scripts and Coding » Comments » Appearance of comments 2.0 (*icon-0*)
Appearance of comments 2.0
interoutDate: Wednesday, 2012-06-06, 11:21 PM | Message # 1
Group: Administrators
Messages: 1027
35


Appearance of comments:

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://www.center-dm.ru/sites/no_avatar.jpg" class="comment_avatar" alt="аватар отсутствует" /><?endif?></a><?else?><img src="http://www.center-dm.ru/sites/no_avatar.jpg" class="comment_avatar" alt="аватар отсутствует" /><?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> writes: | $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="Перейти на страницу материала">Page with comments</a>|<?endif?>  
</div>  

<div class="comment_c text_11">  
$MESSAGE$  
<?if($ANSWER$)?><p class="vcc_otvet"><strong>Response</strong>: $ANSWER$<p><?endif?>  
</div>  

<div class="comment_n grey text_9">  
<?if($ANSWER_URL$)?><a href="$ANSWER_URL$">Reply</a> |<?endif?>  

  <?if($GOOD_COMMENT_URL$)?>  
  <a href="$GOOD_COMMENT_URL$"><img src="http://www.center-dm.ru/ucoz/vid_coment/plus_01.gif" alt="+" title="Good post"/></a>  
  <span class="post_r">($COMMENT_RATING$)</span>  
  <a href="$BAD_COMMENT_URL$"><img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_01.gif" alt="-" title="Bad post"/></a><?else?>  
  <?if($COMMENT_RATING$=0)?>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/plus_02.png" alt="+" title="Good post"/>  
  <span class="post_r">($COMMENT_RATING$)</span>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_02.png" alt="-" title="Bad post"/>  
  <?else?>  
  <?if($COMMENT_RATING$<0)?>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/plus_02.png" alt="+" title="Good post"/>  
  <span class="red">($COMMENT_RATING$)</span>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_02.png" alt="-" title="Bad post"/>  
  <?else?>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/plus_02.png" alt="+" title="Good post"/>  
  <span class="gren">(+$COMMENT_RATING$)</span>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_02.png" alt="-" title="Bad post"/>  
  <?endif?>  
  <?endif?>  
  <?endif?>  

      
     
      
      
      
      
      
</div>  
</div>


In To Css:

Code
/* Вид комментарий v.2.0   
------------------------------------------*/   
.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;}


 
Message


Appearance of comments:

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://www.center-dm.ru/sites/no_avatar.jpg" class="comment_avatar" alt="аватар отсутствует" /><?endif?></a><?else?><img src="http://www.center-dm.ru/sites/no_avatar.jpg" class="comment_avatar" alt="аватар отсутствует" /><?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> writes: | $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="Перейти на страницу материала">Page with comments</a>|<?endif?>  
</div>  

<div class="comment_c text_11">  
$MESSAGE$  
<?if($ANSWER$)?><p class="vcc_otvet"><strong>Response</strong>: $ANSWER$<p><?endif?>  
</div>  

<div class="comment_n grey text_9">  
<?if($ANSWER_URL$)?><a href="$ANSWER_URL$">Reply</a> |<?endif?>  

  <?if($GOOD_COMMENT_URL$)?>  
  <a href="$GOOD_COMMENT_URL$"><img src="http://www.center-dm.ru/ucoz/vid_coment/plus_01.gif" alt="+" title="Good post"/></a>  
  <span class="post_r">($COMMENT_RATING$)</span>  
  <a href="$BAD_COMMENT_URL$"><img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_01.gif" alt="-" title="Bad post"/></a><?else?>  
  <?if($COMMENT_RATING$=0)?>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/plus_02.png" alt="+" title="Good post"/>  
  <span class="post_r">($COMMENT_RATING$)</span>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_02.png" alt="-" title="Bad post"/>  
  <?else?>  
  <?if($COMMENT_RATING$<0)?>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/plus_02.png" alt="+" title="Good post"/>  
  <span class="red">($COMMENT_RATING$)</span>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_02.png" alt="-" title="Bad post"/>  
  <?else?>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/plus_02.png" alt="+" title="Good post"/>  
  <span class="gren">(+$COMMENT_RATING$)</span>  
  <img src="http://www.center-dm.ru/ucoz/vid_coment/minuc_02.png" alt="-" title="Bad post"/>  
  <?endif?>  
  <?endif?>  
  <?endif?>  

      
     
      
      
      
      
      
</div>  
</div>


In To Css:

Code
/* Вид комментарий v.2.0   
------------------------------------------*/   
.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;}

Author - interout
Date Added - 2012-06-06 в 11:21 PM
UcozBaze All Scripts And Templates » Scripts and Coding » Comments » Appearance of comments 2.0 (*icon-0*)
  • Page 1 of 1
  • 1
Search:
                                                               
Statistics Forum
New Posts Popular topic Top Forum Users New User

type list šiluma ir šaltis namuose (0)
type list biuro popierius (0)
type list kokiomis kaldromis miegate (0)
type list power bank įkroviklis (0)
type list vaikams pagalvės (0)
type list vartų automatika (0)
type list geriausi pirkiniai (0)
type list ekologiški, tvarūs daiktai kasdienai (0)
type list stovykla Lietuvoje (0)
type list namų apsauga (0)
type list šilumos siurblys oras vanduo (0)
type list powerbank išorinė baterija (0)
type list automobilių numelio rėmeliai (0)
type list pensijų pakopos (0)
type list šildymo sistemos (0)
type list dujinis katilas name (0)
type list karjeros testas (0)

type list Skaiciuojam nuo 1 iki 1000 ! (558)
type list Forum SignatureBar (60)
type list Avatars (23)
type list Juokingos Fotkes :) (19)
type list Kaip pakeisti paveiksla mazas? (19)
type list Mini-Chatas islendantis is sono ucoz (15)
type list Mp3-Tau.do.am (13)
type list Шаблон форума для ucoz For-css (12)
type list Apklausa Jūsų Svetainei New ucoz (11)
type list Ucoz script - favicon (11)
type list Megsti samp? Ateik cia (10)
type list Button scrolling up ucoz (10)
type list Slider KinoPlius Help to setup :) (10)
type list Money for the forum ucoz (9)
type list KinoPlius (9)
type list Puslapis "Atliekami techniniai darbai" Ucoz scriptas (9)
type list SexMergytes.do.am (9)
type list 11.17.2011 (9)
type list User personal Page ucoz (8)
interout
Forum Posts: 1027
Comments: 51
Reputation: 83
Rank:
GoblinaS
Forum Posts: 380
Comments: 15
Reputation: 25
Rank:
Adi
Forum Posts: 179
Comments: 11
Reputation: 23
Rank:
Esquire
Forum Posts: 147
Comments: 8
Reputation: 5
Rank:
BAtman
Forum Posts: 129
Comments: 1
Reputation: 18
Rank:
WaSHkaZ
Forum Posts: 83
Comments: 0
Reputation: 3
Rank:
Skacikas
Forum Posts: 71
Comments: 0
Reputation: 12
Rank:
meskis
Forum Posts: 51
Comments: 0
Reputation: 25
Rank:
Gytenas
Forum Posts: 51
Comments: 0
Reputation: 1
Rank:
vicka
Forum Posts: 50
Comments: 1
Reputation: 4
Rank:
jokerzvobscure
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
dubroviena008
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
w4bzero
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
infoebrasha
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
karilekamo
Forum Posts: 10
Comments: 0
Reputation: 0
Rank:
zoro
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
pebotapple
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
aressvi
Forum Posts: 0
Comments: 0
Reputation: 0
Rank:
eddison_martin3
Forum Posts: 2
Comments: 0
Reputation: 0
Rank:
mariuspijunas
Forum Posts: 20
Comments: 0
Reputation: 0
Rank:


Site design by uCozBaze
uCozBaze © 2011-2016