39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
|
|
<?php if ($this->rateit_rating_before): ?>
|
|
<!-- indexer::stop -->
|
|
<div id="<?php echo $this->id; ?>" class="<?php echo $this->class; ?> <?php echo $this->rateit_class; ?>">
|
|
<?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>
|
|
<!-- indexer::continue -->
|
|
<?php endif; ?>
|
|
|
|
<div class="layout_simple block<?php echo $this->class; ?>">
|
|
<?php if ($this->date): ?><time datetime="<?php echo $this->datetime; ?>"><?php echo $this->date; ?></time> <?php endif; ?><?php echo $this->linkHeadline; ?>
|
|
</div>
|
|
|
|
<?php if ($this->rateit_rating_after): ?>
|
|
<!-- indexer::stop -->
|
|
<div id="<?php echo $this->id; ?>" class="<?php echo $this->class; ?> <?php echo $this->rateit_class; ?>">
|
|
<?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>
|
|
<!-- indexer::continue -->
|
|
<?php endif; ?>
|