<div class="entry" id="e_<?php echo $this->SYSTEM->entry->detail['RAW']['id']?>"> <div class="e_header"> <div class="e_avatar"><?php echo $this->SYSTEM->entry->detail['avatar']?></div> <div class="e_name"> <small><?php echo $this->SYSTEM->entry->detail['country']?></small> <strong> <?php echo $this->SYSTEM->entry->detail['name']?> </strong> </div> <div class="e_date"> <noscript><?php echo $this->SYSTEM->entry->detail['datetime']?></noscript> <script type="text/javascript">document.write(localdate(<?php echo $this->SYSTEM->entry->detail['RAW']['datetime']?>))</script> </div> <div class="e_icons"> <?php echo $this->SYSTEM->entry->detail['id'], $this->SYSTEM->entry->detail['ip'], $this->SYSTEM->entry->detail['email'], $this->SYSTEM->entry->detail['web'], $this->SYSTEM->entry->detail['chat']; ?> </div> </div> <div class="e_body"> <?php if ($this->SYSTEM->settings->param['rating']): ?> <div class="rating star<?php echo $this->SYSTEM->entry->detail['rating']*2 ?>"><?php echo $this->SYSTEM->entry->detail['rating'] ?>/5</div> <?php endif ?> <?php echo $this->SYSTEM->entry->detail['message'], $this->SYSTEM->entry->detail['reply'] ?> </div> </div>