2014-10-01 07:19:14 +02:00
|
|
|
<!-- indexer::stop -->
|
2017-02-22 07:20:05 +01:00
|
|
|
<div itemtype="http://schema.org/CreativeWork" itemscope="" class="rating-microdata">
|
|
|
|
<div id="<?php echo $this->id; ?>" class="<?php echo $this->class; ?> <?php echo $this->rateit_class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
|
|
|
|
<?php if ($this->showBefore) : ?>
|
|
|
|
<div id="<?php echo $this->descriptionId; ?>" class="ratingText"><?php echo $this->description; ?></div>
|
|
|
|
<?php endif; ?>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="rateItRating-selected" style="display: block;"></div>
|
|
|
|
<div class="rateItRating-hover"></div>
|
|
|
|
</div>
|
|
|
|
<?php if ($this->showAfter) : ?>
|
|
|
|
<div id="<?php echo $this->descriptionId; ?>" class="ratingText"><?php echo $this->description; ?></div>
|
|
|
|
<?php endif; ?>
|
|
|
|
</div>
|
|
|
|
<span class="rating-microdata" itemprop="name"><?php echo $this->itemreviewed; ?></span>
|
|
|
|
<span class="rating-microdata" itemtype="http://schema.org/AggregateRating" itemscope="" itemprop="aggregateRating">
|
|
|
|
<span itemprop="ratingValue"><?php echo $this->actRating; ?></span>
|
|
|
|
<span itemprop="worstRating">0</span>
|
|
|
|
<span itemprop="bestRating"><?php echo $this->maxRating; ?></span>
|
|
|
|
<span itemprop="ratingCount"><?php echo $this->votes; ?></span>
|
|
|
|
</span>
|
2014-10-01 07:19:14 +02:00
|
|
|
</div>
|
|
|
|
<!-- indexer::continue -->
|